@charset "utf-8";
.no_padding {
  padding: 0;
}
body {
  padding-top: 90px;
  position: relative;
}
/* body:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 1920px;
    height: 130px;
    background: #181818;
    z-index: -1;
} */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.indexHeader.header {
  background: transparent;
  transition: all 0.3s;
}
.header.is_stuck {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.header .container_1600 {
  display: table;
}

.header .logo_box {
  padding-top: 25px;
  transition: all 0.3s;
}
.header.is_stuck .logo_box {
  padding-top: 12px;
  transition: all 0.3s;
}
.header .logo_box a {
  width: 142px;
  position: relative;
  display: block;
  line-height: 0;
}
.header .logo_box a img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.header.is_stuck .logo_box a img:nth-of-type(1) {
  opacity: 0;
  transition: all 0.3s;
}
.header.is_stuck .logo_box a img:nth-of-type(2) {
  opacity: 1;
  transition: all 0.3s;
}

.headerNavBox {
  position: relative;
  padding-right: 60px;
}

.headerNavBox .nav_list {
  font-size: 0;
  line-height: 0;
  position: relative;
}

.headerNavBox .nav_list > li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  text-align: center;
  transition: all 0.3s;
}

.headerNavBox .nav_list > li > a {
  display: block;
  padding: 0 25px;
}

.headerNavBox .nav_list > li > a > span {
  display: inline-block;
  padding: 37px 0;
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s;
}
.header.is_stuck .headerNavBox .nav_list > li > a > span {
  padding: 20px 0;
  color: #000000;
  transition: all 0.3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span,
.header.is_stuck .nav_list > li.active > a > span,
.header.is_stuck .nav_list > li.on > a > span {
  color: #e8380d;
  transition: all 0.3s;
}
.nav_normal > li {
  position: relative;
}
.nav_normal > li:before {
  position: absolute;
  content: "/";
  font-size: 16px;
  color: #ffffff;
  right: 0;
  top: 50%;
  transition: all 0.3s;
}
.header.is_stuck .nav_normal > li:before {
  color: #000000;
  transition: all 0.3s;
}
.nav_normal > li:last-child:before {
  display: none;
}
.nav_normal > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 15px;
  padding: 10px 0;
  min-width: 140px;
  display: none;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: inset 0 15px 10px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 15px 10px -15px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 15px 10px -15px rgba(0, 0, 0, 0.2);
}
.nav_normal .dropdown_menu li {
  width: 100%;
}
.nav_normal .dropdown_menu li a {
  display: block;
  width: 100%;
  height: 32px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 32px;
  font-size: 14px;
  color: #1e1e1e;
  white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a {
  background: #e8380d;
  color: #ffffff;
}

.consumerMenu,
.industryMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
}
.consumerMenu_list_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 0;
}
.consumerMenu_list_left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.consumerMenu_list_left li {
  width: 208px;
  height: auto;
  margin-left: 46px;
}
.consumerMenu_list_left li:nth-of-type(1) {
  margin-left: 0;
}
.consumerMenu_list_left li h2 {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 23px;
  border-bottom: 1px solid #999999;
}
.consumerMenu_list_left li h2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #121111;
  transition: all 0.6s;
}
.consumerMenu_list_left li h2 a i {
  color: #e8380d;
  opacity: 0;
  transition: all 0.6s;
  font-size: 18px;
}
.consumerMenu_list_left li.on h2 a,
.consumerMenu_list_left li h2 a:hover {
  color: #e8380d;
}
.consumerMenu_list_left li.on h2 a i,
.consumerMenu_list_left li h2 a:hover i {
  opacity: 1;
}
.consumerMenu_list_left_href {
  width: 100%;
  height: auto;
  margin-top: 23px;
}
.consumerMenu_list_left_href a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  font-weight: bold;
}
.consumerMenu_list_left_href a:hover {
  color: #e8380d;
}
.consumerMenu_list_right {
  padding-left: 46px;
}
.consumerMenu_list_right_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}
.consumerMenu_list_right_list:nth-of-type(1) {
  display: flex;
}
.consumerMenu_list_right_left {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.consumerMenu_list_right_left img {
  display: block;
  width: 100%;
}
.consumerMenu_list_right_right {
  width: 100%;
  height: auto;
  margin-left: 37px;
}
.consumerMenu_list_right_right p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
.consumerMenu_list_right_right a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  width: 165px;
  height: 30px;
  background: #e8380d;
  border-radius: 5px;
  margin-top: 28px;
}

.consumerMenu .closeConsumerMenu,
.industryMenu .closeIndustryMenu {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 50px;
  color: #363636;
  z-index: 99;
}
.consumerMenu .itemBox,
.industryMenu .itemBox {
  width: 1200px;
  float: right;
  padding: 10px 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.consumerMenu .item,
.industryMenu .item {
  width: 33.33%;
  vertical-align: top;
  float: left;
  padding: 10px 20px 0;
  margin-bottom: 10px;
  border-top: 1px solid #ffffff;
  position: relative;
}
.consumerMenu .item:nth-of-type(1),
.consumerMenu .item:nth-of-type(2),
.consumerMenu .item:nth-of-type(3),
.industryMenu .item:nth-of-type(1),
.industryMenu .item:nth-of-type(2),
.industryMenu .item:nth-of-type(3) {
  border-top: 0;
}
.consumerMenu .item:before,
.industryMenu .item:before {
  position: absolute;
  content: " ";
  top: 20px;
  right: 0;
  bottom: 0;
  border-left: 1px solid #ffffff;
  width: 1px;
}
.consumerMenu .item:nth-of-type(3n):before,
.industryMenu .item:nth-of-type(3n):before {
  display: none;
}
.consumerMenu .item .img,
.industryMenu .item .img {
  width: 160px;
  height: 130px;
  padding-right: 30px;
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.consumerMenu .item .img img,
.industryMenu .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.consumerMenu .item .text dl {
  height: 104px;
  overflow: hidden;
  overflow-y: auto;
}
.consumerMenu .item .text dl::-webkit-scrollbar {
  width: 5px;
}
.consumerMenu .item .text dl::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #eee;
}
.consumerMenu .item .text dl::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8380d;
}
.consumerMenu .item .text,
.industryMenu .item .text {
  margin-left: 160px;
}
.consumerMenu .item .text h2 a,
.industryMenu .item .text h2 a {
  color: #3b3e40;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  display: block;
}
.consumerMenu .item .text dd a,
.industryMenu .item .text dd a {
  color: #3b3e40;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  word-break: break-word;
}
.consumerMenu .item .text h2 a:hover,
.industryMenu .item .text h2 a:hover,
.consumerMenu .item .text dd a:hover,
.industryMenu .item .text dd a:hover {
  color: #e8380d;
}

.header_search_box {
  position: absolute;
  float: right;
  right: 0;
  top: 22px;
  width: 32px;
  height: 40px;
  overflow: hidden;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s;
}
.header.is_stuck .header_search_box {
  top: 8px;
}
.header_search_box.active {
  width: 260px;
  background: #ffffff;
  transition: all 0.3s;
}
.header.is_stuck .header_search_box.active {
  background: #000000;
}
.header_search_box a {
  line-height: 0;
  width: 32px;
  height: 40px;
  text-align: right;
  display: block;
  position: relative;
  float: right;
  z-index: 10;
  background: transparent;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}

.header_search_box img {
  position: absolute;
  top: 10px;
  right: 6px;
}
.header_search_box img.open {
  opacity: 1;
  transition: all 0.3s;
}
.header_search_box img.open1,
.header_search_box img.close,
.header_search_box img.close1 {
  opacity: 0;
  transition: all 0.3s;
}
.header.is_stuck .header_search_box img.open {
  opacity: 0;
  transition: all 0.3s;
}
.header.is_stuck .header_search_box img.open1 {
  opacity: 1;
  transition: all 0.3s;
}
.header_search_box .search_click.active img.open {
  opacity: 0;
  transition: all 0.3s;
}
.header_search_box .search_click.active img.close {
  opacity: 1;
  transition: all 0.3s;
}
.header.is_stuck .header_search_box .search_click.active img.close {
  opacity: 0;
  transition: all 0.3s;
}
.header.is_stuck .header_search_box .search_click.active img.close1 {
  opacity: 1;
  transition: all 0.3s;
}

.search_form {
  position: absolute;
  top: 0;
  right: 32px;
  width: 0;
  display: block;
  z-index: -1;
  transition: all 0.3s;
}
.header_search_box.active .search_form {
  width: 220px;
  z-index: 9;
  transition: all 0.3s;
}

.search_form .info {
  width: 100%;
  padding-right: 32px;
}
.search_form input[type="text"] {
  width: 100%;
  height: 40px;
  background: none;
  border: 0;
  text-indent: 10px;
  font-size: 14px;
  color: #000000;
  transition: all 0.3s;
}
.search_form input[type="text"]::-webkit-input-placeholder {
  color: #000000;
  transition: all 0.3s;
}

.header.is_stuck .search_form input[type="text"],
.header.is_stuck .search_form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  transition: all 0.3s;
}

.search_form input.btn_search {
  width: 32px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/public/static/images/home/en-us/reset/search.png") no-repeat
    center center;
  border: 0;
  font-size: 0;
  cursor: pointer;
}
.header.is_stuck .search_form input.btn_search {
  background: url("/public/static/images/home/en-us/reset/search2.png")
    no-repeat center center;
}

.header .lang {
  float: right;
  position: relative;
  margin-top: 27px;
  margin-left: 30px;
  padding: 0 10px;
  transition: all 0.3s;
}
.header.is_stuck .lang {
  margin-top: 10px;
  background: #000;
  transition: all 0.3s;
}
.header .lang span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  padding-left: 18px;
  padding-right: 15px;
  background: url("/public/static/images/home/en-us/lang.png") no-repeat left
    center;
}
.header .lang span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background: url("/public/static/images/home/en-us/langMenu.png");
}
.header .langMenu {
  display: none;
  position: absolute;
  /*     left: 0; */
  right: 0;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 260px;
  padding: 10px;
  clear: both;
  z-index: 99;
}
.header .langMenu li {
  width: 50%;
  text-align: center;
  float: left;
}
.header .langMenu a {
  font-size: 14px;
  color: #000000;
  display: block;
  line-height: 32px;
  text-align: center;
  margin: 0;
  text-align: center;
}

.m_header {
  display: none;
}

.footer_box {
  overflow: hidden;
  background: #000000;
}
.footer_box .fast_navigation {
  overflow: hidden;
}
.footer_box .fast_navigation .footerLogo {
  line-height: 0;
  padding: 25px 0;
}
.footer_box .fast_navigation .itemBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_box .fast_navigation .itemBox .item {
  float: left;
  width: 400px;
  padding-right: 40px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(4) {
  padding-right: 0;
  padding-left: 105px;
}
.footer_box .fast_navigation h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  padding: 120px 0 40px;
  text-transform: uppercase;
  font-family: "Freight", sans-serif;
}
.footer_box .fast_navigation ul {
  overflow: hidden;
}
.footer_box .fast_navigation li {
  margin-bottom: 5px;
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
}
.footer_box .fast_navigation li a:hover {
  color: #e8380d;
}
.footer_box .fast_navigation .footerShape li {
  margin-bottom: 20px;
}
.footer_box .fast_navigation .footerShape a {
  padding-left: 70px;
  line-height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer_box .fast_navigation .footerShape a.facebook {
  background-image: url("/public/static/images/home/en-us/facebook.png");
}
.footer_box .fast_navigation .footerShape a.youtube {
  background-image: url("/public/static/images/home/en-us/youtube.png");
}
.footer_box .fast_navigation .footerShape a.linkedin {
  background-image: url("/public/static/images/home/en-us/linkedin.png");
}
.footer_box .footerForm .info {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.footer_box .footerForm .info .label_control {
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 34px;
  color: #8b8b8b;
}
.footer_box .footerForm .info .tips {
  color: #ff0000;
  width: 100%;
  font-size: 12px;
}
.footer_box .footerForm .info input[type="text"] {
  width: 100%;
  height: 34px;
  background: transparent;
  border: 1px solid #434343;
  padding: 0 10px;
  color: #ffffff;
}
.footer_box .footerForm .info textarea {
  width: 100%;
  height: 80px;
  background: transparent;
  border: 1px solid #434343;
  padding: 10px;
  font-size: 16px;
  resize: none;
  color: #ffffff;
}
.footer_box .footerForm .info input[type="submit"] {
  width: 160px;
  height: 34px;
  background: #e8380d;
  margin-top: 16px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
.footer_box .footerForm .info input[type="submit"]:hover {
  background: #8d1a00;
}
.footer_box .fast_navigation .footer_shape {
  margin-top: 30px;
}
.footer_box .fast_navigation .footer_shape a {
  display: inline-block;
  line-height: 0;
  margin-right: 10px;
}
.footer_box .fast_navigation .footer_shape a:hover {
  opacity: 0.75;
  filter: none;
}

.footer_box .footer_copyright {
  overflow: hidden;
  margin-top: 40px;
  background: #000;
  padding: 25px 0;
  border-top: 1px solid #535353;
}
.footer_box .footer_copyright .container_1600 {
  position: relative;
  padding: 0 200px;
}
.footer_box .footer_copyright .img {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 34px;
}
.footer_box .footer_copyright .f_follow_service {
  position: absolute;
  width: 200px;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
}
.footer_box .footer_copyright .f_follow_service a {
  margin: 0 15px;
  line-height: 34px;
}
.footer_box .footer_copyright .text {
  text-align: center;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a {
  color: #ffffff;
  font-size: 16px;
  line-height: 34px;
}
.footer_box .footer_copyright p a.site_map {
  margin-right: 10px;
}
.footer_box .footer_copyright p span {
  display: inline-block;
  margin: 0 10px;
}
.footer_box .footer_copyright a:hover {
  color: #e8380d;
}

/*banner*/
.indexBanner {
  margin-top: -90px;
}
.banner_slick .slick-prev,
.banner_slick .slick-next {
  width: 46px;
  height: 50px;
  margin-top: -25px;
  background-image: url("/public/static/images/home/en-us/bannerArrow.png");
  background-repeat: no-repeat;
  opacity: 0.3;
}
.banner_slick:hover .slick-prev,
.banner_slick:hover .slick-next {
  opacity: 1;
}
.banner_slick .slick-prev {
  background-position: left center;
  left: 80px;
}
.banner_slick .slick-next {
  background-position: right center;
  right: 80px;
}

.banner_slick .slick-dots li {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.banner_slick .slick-dots li button {
  width: 3px;
  height: 3px;
  padding: 0;
  margin-top: 4px;
  margin-left: 4px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.banner_slick .slick-dots li.slick-active {
  border: 1px solid #ffffff;
}

.indexBox1 {
  background: url("/public/static/images/home/en-us/indexBj1.jpg") no-repeat
    bottom center;
  -webkit-background-size: cover;
  background-size: cover;
}
.indexBox1 .title {
  padding: 60px 0;
  text-align: center;
}
.indexBox1 .title h2 {
  font-size: 70px;
  color: #ffffff;
}
.indexBox1 .title p {
  font-size: 18px;
  color: #ffffff;
}
.indexBox1 .title a {
  display: inline-block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  margin-top: 15px;
  background: #e8380d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.indexBox1 .title a:hover {
  background: #8d1a00;
}
.indexBox1 .itemBox {
  padding-top: 60px;
  padding-left: 130px;
  padding-right: 130px;
  display: flex;
  flex-wrap: wrap;
}
.indexBox1 .item {
  position: relative;
  top: 0;
  width: 50%;
  float: left;
  padding-bottom: 50px;
  transition: all 0.3s;
}
.indexBox1 .item:hover {
  top: -20px;
  transition: all 0.3s;
}
.indexBox1 .item .img {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 0;
}
.indexBox1 .item .text {
  width: 50%;
  float: left;
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 20px;
}
.indexBox1 .item:nth-of-type(2) .text {
  text-align: right;
  padding-right: 50px;
  padding-left: 20px;
}
.indexBox1 .item .text h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
}
.indexBox1 .item .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
}
.indexBox1 .item .text a {
  display: inline-block;
  color: #ffffff;
  margin-top: 20px;
}
.indexBox1 .item .text a:hover {
  text-decoration: underline;
}

.indexBox2 {
  margin-top: -1px;
  overflow: hidden;
  background: #181818;
}
.indexBox2 .title {
  width: 20%;
  float: left;
}
.indexBox2 .title h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  padding-left: 70px;
  line-height: 1.4;
  padding-top: 310px;
}
.indexBox2 .indexApplicationSlick {
  width: 80%;
  float: left;
}
.indexBox2 .indexApplicationSlick .slick-prev,
.indexBox2 .indexApplicationSlick .slick-next {
  width: 108px;
  height: 90px;
  top: auto;
  bottom: 0;
  margin-top: 0;
  background-color: #e8380d;
  background-image: url("/public/static/images/home/en-us/indexApplicationArrow.png");
  background-repeat: no-repeat;
}
.indexBox2 .indexApplicationSlick .slick-prev {
  left: -108px;
  background-position: left center;
}
.indexBox2 .indexApplicationSlick .slick-prev:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #d0654e;
  right: 0;
  top: 10%;
}
.indexBox2 .indexApplicationSlick .slick-next {
  left: 0;
  background-position: right center;
}
.indexBox2 .indexApplicationSlick .conBox {
  position: relative;
}
.indexBox2 .indexApplicationSlick .conBox a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.indexBox2 .indexApplicationSlick .conBox .img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.3s;
}
.indexBox2 .indexApplicationSlick .conBox .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 10px solid transparent;
  z-index: 2;
  transition: all 0.3s;
}
.indexBox2 .indexApplicationSlick .slick-current .conBox .img img,
.indexBox2 .indexApplicationSlick .conBox:hover .img img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  transition: all 0.3s;
}
.indexBox2 .indexApplicationSlick .slick-current .conBox .text,
.indexBox2 .indexApplicationSlick .conBox:hover .text {
  border-color: #e8380d;
  transition: all 0.3s;
}
.indexBox2 .indexApplicationSlick .conBox .text h3 {
  background: #e8380d;
  color: #ffffff;
  padding: 50px 0;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  position: relative;
  transition: all 0.3s;
}
.indexBox2 .indexApplicationSlick .slick-current .conBox .text h3,
.indexBox2 .indexApplicationSlick .conBox:hover .text h3 {
  opacity: 1;
  transition: all 0.3s;
}

.indexBox2 .indexApplicationSlick .conBox .text h3 span {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 400;
  color: #ffffff;
  font-size: 40px;
  font-style: italic;
  opacity: 0.2;
}

.indexBox3 {
  padding-top: 100px;
  padding-bottom: 60px;
  background: url("/public/static/images/home/en-us/indexBj2.jpg") no-repeat
    center center;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 0.3s;
}
.indexBox3:hover {
  background: url("/public/static/images/home/en-us/indexBj2-1.jpg") no-repeat
    center center;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 0.3s;
}
.indexBox3 .title h2 {
  text-align: center;
  font-size: 70px;
  color: #ffffff;
  padding-bottom: 55px;
}
.indexBox3 .itemBox {
  position: relative;
}
.indexBox3 .itemBox .imgBox {
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexBox3 .item {
  position: absolute;
  top: 76px;
  width: 240px;
  transition: all 0.3s;
}
.indexBox3 .item:hover {
  margin-top: -10px;
  transition: all 0.3s;
}
.indexBox3 .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.indexBox3 .item.itemLeft {
  text-align: right;
}
.indexBox3 .item.itemRight {
  text-align: left;
}
.indexBox3 .item1 {
  top: 75px;
  left: 95px;
}
.indexBox3 .item2 {
  top: 205px;
  left: 35px;
}
.indexBox3 .item3 {
  top: 345px;
  left: 45px;
}
.indexBox3 .item4 {
  top: 480px;
  left: 135px;
}
.indexBox3 .item5 {
  top: 75px;
  right: 95px;
}
.indexBox3 .item6 {
  top: 205px;
  right: 35px;
}
.indexBox3 .item7 {
  top: 345px;
  right: 45px;
}
.indexBox3 .item8 {
  top: 480px;
  right: 135px;
}
.indexBox3 .item .img {
  line-height: 0;
  margin-bottom: 20px;
}
.indexBox3 .item .text h3 {
  font-size: 18px;
  color: #ffffff;
}

.indexBox4 {
  padding: 120px 0;
  overflow: hidden;
  background: #181818;
}
.indexBox4 .title {
  width: 21.25%;
  float: left;
}
.indexBox4 .title h2 {
  color: #ffffff;
  font-size: 70px;
  padding-top: 180px;
}
.indexBox4 .conBox {
  width: 78.75%;
  float: left;
}
.indexBox4 .conBox .recommendNew {
  width: 50%;
  float: left;
  padding-top: 65px;
  padding-right: 20px;
}
.indexBox4 .conBox .recommendNew .time {
  width: 85px;
  float: left;
}
.indexBox4 .conBox .recommendNew .time p {
  font-size: 18px;
  color: #aaaaaa;
}
.indexBox4 .conBox .recommendNew .time p span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #aaaaaa;
}
.indexBox4 .conBox .recommendNew .text {
  margin-left: 85px;
}
.indexBox4 .conBox .recommendNew .text h3 a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
}
.indexBox4 .conBox .recommendNew .text p {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexBox4 .conBox .recommendNew .img {
  margin-top: 20px;
  line-height: 0;
}
.indexBox4 .conBox .newsList {
  width: 50%;
  float: left;
  position: relative;
  border-left: 1px solid #5b5b5b;
}
.indexBox4 .conBox .newsList .list {
  position: relative;
  background: transparent;
  padding: 35px 0 35px 30px;
}
.indexBox4 .conBox .newsList .list:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 500px;
  left: 100%;
  background: transparent;
}
.indexBox4 .conBox .newsList:after,
.indexBox4 .conBox .newsList .list:after {
  position: absolute;
  content: "";
  left: 30px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #5b5b5b;
}
.indexBox4 .conBox .newsList:after {
  bottom: auto;
  top: 0;
}
.indexBox4 .conBox .newsList .list:hover,
.indexBox4 .conBox .newsList .list:hover:before {
  background: #e8380d;
}
.indexBox4 .conBox .newsList .time {
  width: 85px;
  float: left;
}
.indexBox4 .conBox .newsList .time p {
  font-size: 18px;
  color: #aaaaaa;
}
.indexBox4 .conBox .newsList .time p span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #aaaaaa;
}
.indexBox4 .conBox .newsList .list:hover .time p,
.indexBox4 .conBox .newsList .list:hover .time p span {
  color: #ffffff;
}
.indexBox4 .conBox .newsList .text {
  margin-left: 85px;
}
.indexBox4 .conBox .newsList .text h3 a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
}
.indexBox4 .conBox .newsList .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.productBanner {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
}
.productBanner .productCrumbs {
  padding-top: 65px;
  text-align: left;
}
.productBanner .productCrumbs a {
  padding-top: 0;
  font-size: 16px;
  color: #ffffff;
}
.productBanner .text {
  width: 490px;
  float: left;
}
.productBanner .text h1 {
  font-size: 46px;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 700;
  padding: 20px 0 10px;
}
.productBanner .text p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.4;
}
.productBanner .text a {
  display: inline-block;
  margin-top: 25px;
}
.productBanner .text a:after {
  display: none;
}
.productBanner .text a span {
  padding-left: 30px;
  color: #ffffff;
  line-height: 30px;
  display: inline-block;
  background: url("/public/static/images/home/en-us/productVideo.png") no-repeat
    left center;
  transition: all 0.3s;
}
.productBanner .text a:hover span {
  padding-left: 40px;
  transition: all 0.3s;
}

.consumerListBox {
  padding-top: 50px;
}
.consumerListBox .item {
  overflow: hidden;
  /*     padding: 50px 35px 50px 80px; */
  margin-bottom: 42px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.consumerListBox .item .textBox {
  width: 50%;
  float: left;
  padding: 50px 35px;
}
.consumerListBox .item .textBox .text h2 {
  font-size: 26px;
  color: #181818;
  font-weight: 700;
  padding-bottom: 20px;
}
.consumerListBox .item .textBox .text p {
  font-size: 18px;
  color: #181818;
  line-height: 1.6;
}
.consumerListBox .item .textBox .text a {
  display: inline-block;
  margin: 30px 0;
  width: 165px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e8380d;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.consumerListBox .item .textBox .text a:hover {
  background: #8d1a00;
}
.consumerListBox .item .textBox .imgBox {
  overflow: hidden;
}
.consumerListBox .item .textBox .imgBox .conBox {
  width: 50%;
  float: left;
}
.consumerListBox .item .textBox .imgBox .conBox .tp {
  line-height: 0;
  width: 225px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.consumerListBox .item .textBox .imgBox .conBox .tp img {
  width: auto !important;
  height: auto !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
}
.consumerListBox .item .textBox .imgBox .conBox:hover .tp img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
}
.consumerListBox .item .textBox .imgBox .conBox .t {
  width: 225px;
  text-align: center;
  padding-top: 15px;
}
.consumerListBox .item .textBox .imgBox .conBox .t a {
  font-size: 18px;
  color: #181818;
}
.consumerListBox .item .textBox .imgBox .conBox .t a:hover {
  text-decoration: underline;
}
.consumerListBox .item .img {
  padding-left: 50px;
  width: 50%;
  float: left;
  line-height: 0;
  text-align: center;
}
.consumerListBox .item .img img {
  width: 100%;
  height: auto;
  display: block;
}

.consumerProductTitle {
  text-align: center;
  padding: 70px 0;
  background: #181818;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.consumerProductTitle .productCrumbs a,
.consumerProductTitle .productCrumbs {
  font-size: 16px;
  color: #ffffff;
}
.consumerProductTitle .text h1 {
  color: #ffffff;
  font-size: 64px;
  padding-top: 25px;
}

.consumerProductBox {
  background: #181818;
  padding-top: 45px;
}
.consumerProductBox .itemBox {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.consumerProductBox .item {
  width: 33.33%;
  padding: 0 15px;
  float: left;
  vertical-align: top;
  margin-bottom: 55px;
}
.consumerProductBox .item .conBox {
  padding: 10px;
  background: #ffffff;
}
.consumerProductBox .item .img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.consumerProductBox .item .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
}
.consumerProductBox .item .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
}
.consumerProductBox .item .text {
  padding: 0 2%;
}
.consumerProductBox .item .text h3 {
  display: block;
  font-size: 20px;
  color: #181818;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.3;
}
.consumerProductBox .item .text ul {
  padding: 15px 0;
}
.consumerProductBox .item .text li {
  padding-left: 15px;
  font-size: 16px;
  color: #181818;
  line-height: 2;
  position: relative;
}
.consumerProductBox .item .text li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #181818;
}
.consumerProductBox .item .text span {
  display: block;
  font-size: 16px;
  color: #181818;
  line-height: 1.3;
  margin-bottom: 10px;
}
.consumerProductBox .item .a {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 8px;
}
.consumerProductBox .item .a a {
  display: inline-block;
  text-align: center;
  width: 46%;
  margin: 0 2%;
  float: left;
  background: #e8380d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.consumerProductBox .item .a a.compareProduct {
  background: #a0a0a0;
}
.consumerProductBox .item .a a.compareProduct.on,
.consumerProductBox .item .a a:hover {
  background: #8d1a00;
}
.consumerProductBox .item .a a span {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
}
.consumerProductBox .item .a a.compareProduct span {
  padding-left: 25px;
  background: url("/public/static/images/home/en-us/addCompare.png") no-repeat
    left center;
}

.comparePro {
  padding: 50px 0;
  position: fixed;
  bottom: -1000px;
  left: 0;
  right: 0;
  background: #262626;
  z-index: 9999;
  transition: all 0.3s;
}
.comparePro.on {
  bottom: 0;
  transition: all 0.3s;
}
.comparePro .conBox {
  position: relative;
}
.comparePro .conBox .closeCompare {
  position: absolute;
  top: -50px;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background: #a0a0a0;
  transition: all 0.3s;
}
.comparePro .conBox .closeCompare:hover {
  background: #e8380d;
  transition: all 0.3s;
}
.comparePro .text {
  width: 285px;
  float: left;
  padding-right: 10px;
}
.comparePro .text h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 0;
}
.comparePro .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
}
.comparePro .itemBox {
  margin-left: 285px;
  min-height: 205px;
  overflow: hidden;
  padding-right: 170px;
  position: relative;
}
.comparePro .itemBox .btn {
  width: 140px;
  position: absolute;
  right: 0;
  top: 0;
}
.comparePro .itemBox .btn a {
  width: 100%;
  text-align: center;
  border: 1px solid #ffffff;
  display: block;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.comparePro .itemBox .btn a span {
  display: inline-block;
  padding-left: 20px;
  color: #ffffff;
  line-height: 40px;
  position: relative;
}
.comparePro .itemBox .btn a.comparison span:before {
  position: absolute;
  content: "√";
  color: #ffffff;
  line-height: 40px;
  left: 0;
}
.comparePro .itemBox .btn a.clearCompare span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  background: #ffffff;
  left: 0;
}
.comparePro .itemBox .btn a:hover {
  background: #ffffff;
}
.comparePro .itemBox .btn a:hover span,
.comparePro .itemBox .btn a.comparison:hover span:before {
  color: #1e1e1e;
}
.comparePro .itemBox .btn a.clearCompare:hover span:before {
  background: #1e1e1e;
}
.comparePro .item {
  width: 25%;
  float: left;
  padding: 0 5px;
  position: relative;
}
.comparePro .item .delete {
  position: absolute;
  top: 0;
  right: 5px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url("/public/static/images/home/en-us/removeThisProduct1.png")
    no-repeat center center;
  opacity: 0;
  transition: all 0.3s;
}
.comparePro .item:hover .delete {
  opacity: 1;
  transition: all 0.3s;
}
.comparePro .item .delete:hover {
  background: url("/public/static/images/home/en-us/removeThisProduct2.png")
    no-repeat center center;
  transition: all 0.3s;
}
.comparePro .item .img {
  line-height: 0;
  text-align: center;
}
.comparePro .item .t {
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}

.comparisonBox h2 a {
  font-size: 16px;
  color: #181818;
  font-weight: 700;
  padding: 25px 0 25px 20px;
  display: inline-block;
  background: url("/public/static/images/home/en-us/back.png") no-repeat left
    center;
}
.comparisonBox h2 a:hover {
  padding-left: 30px;
}

.comparisonTableBox {
  position: relative;
  padding-bottom: 50px;
}
.comparisonTableBox .comparisonTableFix {
  position: sticky;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 99;
  border-top: 1px solid #a0a0a0;
}
.comparisonTable {
  margin-top: -1px;
  position: relative;
}
.comparisonTable:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #a0a0a0;
  z-index: 100;
}
.comparisonTable table,
.comparisonTableFix table {
  width: 1200px;
  border: 0;
  border-left: 1px solid #a0a0a0;
}
.comparisonTableFix table {
  margin-top: -1px;
}
.comparisonTable table tr,
.comparisonTableFix table tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comparisonTableFix table tr.firstRow td.bge {
  background: #eeeeee;
}
.comparisonTable table th {
  position: relative;
}
.comparisonTable table th em {
  position: absolute;
  font-size: 40px;
  color: #181818;
  left: 0;
  top: 7px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.comparisonTable table tr:hover th {
  padding-left: 30px;
  padding-right: 10px;
  transition: all 0.3s;
}
.comparisonTable table tr:hover th em {
  opacity: 1;
  transition: all 0.3s;
}
.comparisonTable table th,
.comparisonTable table td,
.comparisonTableFix table th,
.comparisonTableFix table td {
  width: 22%;
  padding: 20px 10px;
  text-align: left;
  border: 1px solid #a0a0a0;
  border-left: 0;
  background: #ffffff;
  transition: all 0.3s;
}
.comparisonTable table th,
.comparisonTable table td,
.comparisonTableFix table tr:nth-of-type(1) th,
.comparisonTableFix table tr:nth-of-type(1) td {
  border-bottom: 0;
}
.comparisonTable table th,
.comparisonTableFix table th {
  background: #eeeeee;
  width: 12.5%;
}
.comparisonTable table th span,
.comparisonTableFix table th span {
  display: block;
  font-size: 16px;
  color: #181818;
  font-weight: 700;
}
.comparisonTable table td,
.comparisonTableFix table td {
  width: 21.875%;
  position: relative;
  font-size: 16px;
  color: #181818;
}
.comparisonTable table td.borderF,
.comparisonTableFix table td.borderF {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.comparisonTable table td .removeThisProduct,
.comparisonTableFix table td .removeThisProduct {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url("/public/static/images/home/en-us/removeThisProduct1.png")
    no-repeat center center;
}
.comparisonTable table td .removeThisProduct:hover,
.comparisonTableFix table td .removeThisProduct:hover {
  background: url("/public/static/images/home/en-us/removeThisProduct2.png")
    no-repeat center center;
}
.comparisonTable table td a,
.comparisonTableFix table td a {
  text-align: center;
  width: 100%;
  display: block;
  color: #181818;
  font-size: 16px;
}

.consumerProductDetailTitle {
  text-align: center;
  padding: 20px 0;
  background: #181818;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.consumerProductDetailTitle .productCrumbs a,
.consumerProductDetailTitle .productCrumbs {
  font-size: 16px;
  color: #ffffff;
}
.consumerProductDetailBox1 .conBox {
  overflow: hidden;
  padding-top: 30px;
}
.consumerProductDetailBox1 .productImgBox,
.consumerProductDetailBox1 .productTextBox {
  width: 50%;
  float: left;
}
.consumerProductDetailBox1 .productImgBox {
  padding-left: 85px;
}
.consumerProductDetailBox1 .proSmallImg {
  width: 115px;
  float: left;
}
.consumerProductDetailBox1 .proSmallImg .slick-prev {
  width: 0;
  height: 0;
  overflow: hidden;
}
.consumerProductDetailBox1 .proSmallImg .slick-next {
  top: auto;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 20px;
  background: url("/public/static/images/home/en-us/reset/li_click.png")
    no-repeat top center;
}
.consumerProductDetailBox1 .proSmallImg .slick_first {
  border: 1px solid #efefef;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.consumerProductDetailBox1 .proSmallImg .slick_first.slick-current {
  border-color: #e8380d;
}
.consumerProductDetailBox1 .proSmallImg .slick_first img {
  display: block;
  clear: both;
  height: 100%;
  max-width: none;
}
.consumerProductDetailBox1 .proBigImg {
  margin-left: 135px;
  height: 1px;
  overflow: hidden;
}
.consumerProductDetailBox1 .productTextBox {
  padding-top: 40px;
  padding-left: 80px;
}
.consumerProductDetailBox1 .productTextBox h1 {
  font-size: 36px;
  color: #1d1d1d;
  font-weight: 700;
  padding-bottom: 5px;
}
.consumerProductDetailBox1 .productTextBox > span {
  font-size: 16px;
  color: #999999;
  font-weight: 700;
}
.consumerProductDetailBox1 .productTextBox .text {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 25px 0;
  border-top: 1px dashed #efefef;
}
.consumerProductDetailBox1 .productTextBox .text h2 {
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 700;
  padding-bottom: 15px;
}
.consumerProductDetailBox1 .productTextBox .text ol,
.consumerProductDetailBox1 .productTextBox .text ul {
  overflow: hidden;
  padding-top: 45px;
  position: relative;
  margin-top: 30px;
  list-style-type: none;
}

.consumerProductDetailBox1 .productTextBox .text ul {
  margin-top: 0;
  padding-top: 0;
}
.consumerProductDetailBox1 .productTextBox .text ol:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "Capacity";
  font-size: 24px;
  color: #1d1d1d;
  font-weight: 700;
}
.consumerProductDetailBox1 .productTextBox .text ol li,
.consumerProductDetailBox1 .productTextBox .text ul li {
  display: inline-block;
  padding: 6px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #999999;
  float: left;
  margin: 5px;
}
.consumerProductDetailBox1 .productTextBox .text ol li:hover,
.consumerProductDetailBox1 .productTextBox .text ul li:hover {
  border-color: #333333;
}
.consumerProductDetailBox1 .productTextBox li {
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1.8;
}
.consumerProductDetailBox1 .productVideo .video_click {
  display: inline-block;
  font-size: 14px;
  color: #1d1d1d;
  line-height: 25px;
  font-weight: 700;
  padding-left: 35px;
  background: url("/public/static/images/home/en-us/productVideo2.png")
    no-repeat left center;
}
.consumerProductDetailBox1 .productVideo .video_click:after {
  display: none;
}
.consumerProductDetailBox1 .a {
  margin: 20px 0;
  overflow: hidden;
}
.consumerProductDetailBox1 .a a {
  display: inline-block;
  margin-left: 20px;
  width: 165px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  background: #a0a0a0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.consumerProductDetailBox1 .a a span {
  padding-left: 25px;
  background: url("/public/static/images/home/en-us/addCompare.png") no-repeat
    left center;
}
.consumerProductDetailBox1 .a a:nth-of-type(1) {
  margin-left: 0;
  background: #e8380d;
}
.consumerProductDetailBox1 .a a.on,
.consumerProductDetailBox1 .a a:hover {
  background: #8d1a00;
}

.consumerProductDetailBox2 {
  margin-top: 40px;
}
.consumerProductDetailBox2 .conBox {
  padding: 0 85px;
}
.consumerProductDetailBox2 .title h2 {
  font-size: 40px;
  color: #1d1d1d;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #181818;
  margin-bottom: 40px;
}
.consumerProductDetailBox2 table th,
.consumerProductDetailBox2 table td {
  padding: 0 40px;
  border: 1px solid #bfbfbf;
}
.consumerProductDetailBox2 table th,
.consumerProductDetailBox2 table td,
.consumerProductDetailBox2 table td p,
.consumerProductDetailBox2 table td span {
  font-size: 16px !important;
  color: #6b6b6b !important;
}
.consumerProductDetailBox2 table th {
  text-align: left;
  height: 50px;
  background: #eeeeee;
  font-size: 18px;
  color: #343434;
  width: 15%;
}

.consumerProductDetailBox3 {
  margin-top: 40px;
}
.consumerProductDetailBox3 .conBox {
  padding: 0 85px;
}
.consumerProductDetailBox3 .title h2 {
  font-size: 40px;
  color: #1d1d1d;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #181818;
  margin-bottom: 40px;
}
.consumerProductDetailBox2 .title h2:before,
.consumerProductDetailBox3 .title h2:before {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  right: 0;
  top: 0;
  background: url("/public/static/images/home/en-us/productIco1.png") no-repeat
    center center;
}
.consumerProductDetailBox2 .title h2.on:before,
.consumerProductDetailBox3 .title h2.on:before {
  background: url("/public/static/images/home/en-us/productIco2.png") no-repeat
    center center;
}
.consumerProductDetailBox3 .textBox1 .text p {
  font-size: 18px;
  color: #181818;
  line-height: 1.5;
}
.consumerProductDetailBox3 .textBox1 .imgBox {
  margin-top: 35px;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}
.consumerProductDetailBox3 .textBox1 .img {
  line-height: 0;
  width: 50%;
  float: left;
  padding: 0 20px;
}
.consumerProductDetailBox3 .textBox2 .con {
  margin-top: 75px;
}
.consumerProductDetailBox3 .textBox2 .text {
  width: 1200px;
  margin: auto;
  text-align: center;
}
.consumerProductDetailBox3 .textBox2 .text h3 {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
}
.consumerProductDetailBox3 .textBox2 .text p {
  font-size: 18px;
  color: #181818;
  line-height: 1.5;
}
.consumerProductDetailBox3 .textBox2 .text p:nth-of-type(1) {
  margin-top: 20px;
}
.consumerProductDetailBox3 .textBox2 .img {
  line-height: 0;
  padding-top: 50px;
  text-align: center;
}

.consumerProductDetailBox4 {
  margin-top: 40px;
}
.consumerProductDetailBox4 .conBox {
  padding: 0 85px;
}
.consumerProductDetailBox4 .title h2 {
  font-size: 40px;
  color: #1d1d1d;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #181818;
  margin-bottom: 40px;
}
.consumerProductDetailBox4 .title h2:before {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  right: 0;
  top: 0;
  background: url("/public/static/images/home/en-us/productIco1.png") no-repeat
    center center;
}
.consumerProductDetailBox4 .title h2.on:before {
  background: url("/public/static/images/home/en-us/productIco2.png") no-repeat
    center center;
}

.consumerProductDetailBox5 {
  margin-top: 40px;
}
.consumerProductDetailBox5 .conBox {
  padding: 0 85px;
}
.consumerProductDetailBox5 .title h2 {
  font-size: 40px;
  color: #1d1d1d;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #181818;
  margin-bottom: 40px;
}
.consumerProductDetailBox5 .title h2:before {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  right: 0;
  top: 0;
  background: url("/public/static/images/home/en-us/productIco1.png") no-repeat
    center center;
}
.consumerProductDetailBox5 .title h2.on:before {
  background: url("/public/static/images/home/en-us/productIco2.png") no-repeat
    center center;
}

.consumerProductDetailOtherBox {
  background: #181818;
  margin-top: 80px;
  padding-top: 50px;
}
.consumerProductDetailOtherBox .conBox {
  padding: 0 85px;
}
.consumerProductDetailOtherBox .relatedProduct .title h3 {
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.consumerProductDetailOtherBox .relatedProduct .itemBox {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  padding-bottom: 80px;
}
.consumerProductDetailOtherBox .relatedProduct .item {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.consumerProductDetailOtherBox .relatedProduct .item .img {
  line-height: 0;
  text-align: center;
  border: 1px solid #727272;
}
.consumerProductDetailOtherBox .relatedProduct .item .text a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
.consumerProductDetailOtherBox .productInfo {
  overflow: hidden;
  padding-bottom: 40px;
}
.consumerProductDetailOtherBox .productSupport {
  width: 50%;
  float: left;
  padding-right: 30px;
}
.consumerProductDetailOtherBox .productSupport h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 45px;
}
.consumerProductDetailOtherBox .productSupport .item {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #626262;
}
.consumerProductDetailOtherBox .productSupport .item .img {
  width: 60px;
  float: left;
}
.consumerProductDetailOtherBox .productSupport .item .text {
  margin-left: 60px;
  padding-left: 20px;
  padding-top: 13px;
  overflow: hidden;
}
.consumerProductDetailOtherBox .productSupport .item .text span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  float: left;
  display: inline-block;
}
.consumerProductDetailOtherBox .productSupport .item .text a {
  float: right;
  display: inline-block;
  width: 165px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  background: #e8380d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.consumerProductDetailOtherBox .productSupport .item .text a:hover {
  background: #8d1a00;
}
.consumerProductDetailOtherBox .productForm {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.consumerProductDetailOtherBox .productForm .text {
  padding-bottom: 30px;
}
.consumerProductDetailOtherBox .productForm h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}
.consumerProductDetailOtherBox .productForm p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
}
.consumerProductDetailOtherBox .productForm .info {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.consumerProductDetailOtherBox .productForm .info .label_control {
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 34px;
  color: #8b8b8b;
}
.consumerProductDetailOtherBox .productForm .info .tips {
  color: #ff0000;
  width: 100%;
  font-size: 12px;
}
.consumerProductDetailOtherBox .productForm .info input[type="text"] {
  width: 100%;
  height: 34px;
  background: transparent;
  border: 1px solid #434343;
  padding: 0 10px;
  color: #ffffff;
}
.consumerProductDetailOtherBox .productForm .info textarea {
  width: 100%;
  height: 80px;
  background: transparent;
  border: 1px solid #434343;
  padding: 10px;
  font-size: 16px;
  resize: none;
  color: #ffffff;
}
.consumerProductDetailOtherBox .productForm .info input[type="submit"] {
  width: 160px;
  height: 40px;
  background: #e8380d;
  margin-top: 16px;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
.consumerProductDetailOtherBox .productForm .info input[type="submit"]:hover {
  background: #8d1a00;
}

.industryProductTitle {
  text-align: center;
  padding: 70px 0;
  background: #181818;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.industryProductTitle .productCrumbs a,
.industryProductTitle .productCrumbs {
  font-size: 16px;
  color: #ffffff;
}
.industryProductTitle .text h1 {
  color: #ffffff;
  font-size: 64px;
  padding-top: 25px;
}

.industryProductBox .item {
  position: relative;
  overflow: hidden;
}
.industryProductBox .item .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.3s;
}
.industryProductBox .item:hover .img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  transition: all 0.3s;
}
.industryProductBox .item .textBox {
  position: relative;
  z-index: 10;
  width: 610px;
  min-height: 315px;
  float: right;
  padding: 30px 55px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 55px;
  background: rgba(24, 24, 24, 0.6);
  transition: all 0.3s;
}
.industryProductBox .item:hover .textBox {
  background: rgba(24, 24, 24, 1);
  transition: all 0.3s;
}
.industryProductBox .item:nth-of-type(2n) .textBox {
  float: left;
  margin-right: 0;
  margin-left: 55px;
}
.industryProductBox .item .textBox h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
}
.industryProductBox .item .textBox p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}
.industryProductBox .item .textBox .tag {
  overflow: hidden;
  margin: 25px 0 15px;
}
.industryProductBox .item .textBox .tag a,
.industryProductBox .item .textBox .tag span {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  padding-left: 20px;
  margin-right: 30px;
  float: left;
  position: relative;
}
.industryProductBox .item .textBox .tag a > span {
  padding-left: 0;
}
.industryProductBox .item .textBox .tag a:before,
.industryProductBox .item .textBox .tag span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  left: 0;
  top: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.industryProductBox .item .textBox .tag a > span:before {
  display: none;
}
.industryProductBox .item .textBox .tag a:hover span {
  color: #e8380d;
}
.industryProductBox .item .textBox .tag a:hover:before {
  background: #e8380d;
}
.industryProductBox .item .textBox .text > a {
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background: #e8380d;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.industryProductBox .item .textBox .text > a:hover {
  background: #8d1a00;
}

.industryProductText {
  padding: 75px 0 75px;
  background: #1c1c1c;
  text-align: center;
}
.industryProductText p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.4;
}
.industryProductText a {
  display: inline-block;
  width: 240px;
  height: 42px;
  line-height: 42px;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #e8380d;
}
.industryProductText a:hover {
  background: #8d1a00;
}

.industryProductDetailTitle {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 70px 0;
  position: relative;
}
.industryProductDetailTitle:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.industryProductDetailTitle .container_1200 {
  position: relative;
  z-index: 2;
}
.industryProductDetailTitle .productCrumbs a,
.industryProductDetailTitle .productCrumbs {
  font-size: 16px;
  color: #ffffff;
}
.industryProductDetailTitle .text h1 {
  color: #ffffff;
  font-size: 64px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.industryProductDetailTitle .text p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.4;
}

.industryProductDetailBox1 .conBox {
  padding: 110px 0 85px;
  overflow: hidden;
}
.industryProductDetailBox1 .text {
  width: 50%;
  float: left;
  padding-left: 85px;
  padding-right: 40px;
}
.industryProductDetailBox1 .text h2 {
  font-size: 30px;
  color: #181818;
  font-weight: 700;
  padding-bottom: 40px;
}
.industryProductDetailBox1 .text p {
  font-size: 16px;
  color: #181818;
  line-height: 1.8;
}
.industryProductDetailBox1 .img {
  width: 50%;
  float: left;
  padding-left: 70px;
  padding-right: 30px;
}

.industryProductDetailBox2 {
  background: #eeeeee;
}
.industryProductDetailBox2 .conBox {
  padding: 85px 100px 50px;
  overflow: hidden;
  text-align: center;
}
.industryProductDetailBox2 h2 {
  font-size: 30px;
  color: #181818;
  font-weight: 700;
  padding-bottom: 30px;
}
.industryProductDetailBox2 p {
  font-size: 16px;
  color: #181818;
  line-height: 1.8;
  margin-bottom: 20px;
}
.industryProductDetailBox2 a {
  display: inline-block;
  background: #e8380d;
  width: 350px;
  height: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.industryProductDetailBox2 a:hover {
  background: #8d1a00;
}
.industryProductDetailBox2 a span {
  display: inline-block;
  color: #ffffff;
  padding-left: 55px;
  line-height: 55px;
  background: url("/public/static/images/home/en-us/industryDownload.png")
    no-repeat left center;
}

.industryProductDetailBox3 .title h2 {
  padding: 70px 0;
  text-align: center;
  font-size: 46px;
  color: #181818;
  font-weight: 700;
}
.industryProductDetailBox3 .itemBox {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.industryProductDetailBox3 .item {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
}
.industryProductDetailBox3 .item .conBox {
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.industryProductDetailBox3 .item:hover .conBox {
  border-color: #e8380d;
  transition: all 0.3s;
}
.industryProductDetailBox3 .item .img {
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.industryProductDetailBox3 .item .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
}
.industryProductDetailBox3 .item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
}
.industryProductDetailBox3 .item .text {
  background: #ffffff;
  transition: all 0.3s;
}
.industryProductDetailBox3 .item:hover .text {
  background: #e8380d;
  transition: all 0.3s;
}
.industryProductDetailBox3 .item .text h3 {
  color: #181818;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 15px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.industryProductDetailBox3 .item .text p {
  font-size: 16px;
  color: #181818;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.3s;
}
.industryProductDetailBox3 .item .text .t {
  padding: 0 15px;
}
.industryProductDetailBox3 .item .text .a {
  text-align: center;
  border-top: 1px solid #ffffff;
  margin-top: 20px;
}
.industryProductDetailBox3 .item .text .a a {
  display: block;
  line-height: 45px;
  font-size: 0;
  background: url("/public/static/images/home/en-us/industrySolutionIco.png")
    no-repeat center center;
}
.industryProductDetailBox3 .item:hover .text h3,
.industryProductDetailBox3 .item:hover .text p {
  color: #ffffff;
  transition: all 0.3s;
}

.industryProductDetailBox4 {
  padding-bottom: 80px;
}
.industryProductDetailBox4 .title h2 {
  padding: 70px 0;
  text-align: center;
  font-size: 46px;
  color: #181818;
  font-weight: 700;
}
.industryProductDetailBox4 .itemBox {
  overflow: hidden;
}
.industryProductDetailBox4 .item {
  width: 25%;
  float: left;
  padding: 0 50px;
  text-align: center;
}
.industryProductDetailBox4 .imgBox {
  width: 250px;
  height: 250px;
  margin: 0 auto 30px;
  padding: 22px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s;
}
.industryProductDetailBox4 .item:hover .imgBox {
  border-color: #ffffff;
  transition: all 0.3s;
}
.industryProductDetailBox4 .imgBox .img {
  background: #bfbfbf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.industryProductDetailBox4 .imgBox:hover .img {
  background: #e8380d;
  transition: all 0.3s;
}
.industryProductDetailBox4 .imgBox .img img.hide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.industryProductDetailBox4 .imgBox:hover .img img {
  opacity: 0;
  transition: all 0.3s;
}
.industryProductDetailBox4 .imgBox:hover .img img.hide {
  opacity: 1;
  transition: all 0.3s;
}
.industryProductDetailBox4 .text h3 {
  font-size: 20px;
  color: #181818;
  font-weight: 700;
  padding-bottom: 15px;
}
.industryProductDetailBox4 .text p {
  font-size: 16px;
  color: #181818;
  line-height: 1.5;
  display: none;
}

.industryRelatedProduct .conBox {
  padding: 0 85px;
}
.industryRelatedProduct .title h3 {
  padding-bottom: 50px;
  text-align: center;
  color: #181818;
  font-size: 40px;
  font-weight: 700;
}
.industryRelatedProduct .itemBox {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  padding-bottom: 80px;
}
.industryRelatedProduct .item {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.industryRelatedProduct .item .img {
  line-height: 0;
  text-align: center;
  border: 1px solid #727272;
}
.industryRelatedProduct .item .text a {
  display: block;
  text-align: center;
  color: #181818;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.aboutTitle {
  text-align: center;
  padding: 70px 0;
  background: #181818;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.aboutTitle .productCrumbs a,
.aboutTitle .productCrumbs {
  font-size: 16px;
  color: #ffffff;
}
.aboutTitle .text h1 {
  color: #ffffff;
  font-size: 64px;
  padding-top: 25px;
}

.companyBox1 {
  padding: 70px 0 90px;
  background: #181818;
}
.companyBox1 .conBox {
  overflow: hidden;
}
.companyBox1 .aboutVideo {
  width: 50%;
  float: left;
  padding-right: 45px;
}
.companyBox1 .aboutVideo .video_click:after {
  display: none;
}
.companyBox1 .text {
  width: 50%;
  float: left;
}
.companyBox1 .text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  padding: 70px 0 20px;
  margin-bottom: 30px;
}
.companyBox1 .text h2:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}
.companyBox1 .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  padding-top: 30px;
}

.companyBox2 {
  padding-top: 230px;
  padding-bottom: 60px;
  background: #181818 url("/public/static/images/home/en-us/aboutBjs.png")
    no-repeat top right;
}
.companyBox2 .conBox {
  display: flex;
  flex-wrap: wrap;
}
.companyBox2 .text {
  width: 42%;
  float: left;
  padding-top: 100px;
  position: relative;
}
.companyBox2 .text:before {
  position: absolute;
  content: "";
  width: 1000px;
  height: 205px;
  top: 0;
  right: 0;
  background: #e8380d;
}
.companyBox2 .text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.companyBox2 .text h2:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}
.companyBox2 .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  padding-top: 35px;
}
.companyBox2 .imgBox {
  width: 58%;
  float: left;
  overflow: hidden;
  padding-top: 220px;
}
.companyBox2 .imgBox .img {
  line-height: 0;
  width: 20%;
  float: left;
  padding-left: 30px;
  margin-bottom: 25px;
}

.companyBox3 {
  background: #181818;
}
.companyBox3 .container_1600 {
  overflow: hidden;
}
.companyBox3 .title h2 {
  padding: 40px 0 70px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
.companyBox3 .itemBox {
  height: 440px;
  position: relative;
}
.companyBox3 .itemBox .slick-prev,
.companyBox3 .itemBox .slick-next {
  width: 21px;
  height: 42px;
  background: url("/public/static/images/home/en-us/reset/buttonstyle.png")
    no-repeat;
}
.companyBox3 .itemBox .slick-prev {
  background-position: left center;
  left: -30px;
}
.companyBox3 .itemBox .slick-next {
  background-position: right center;
  right: -30px;
}
.companyBox3 .itemBox .slick-list {
  overflow: initial;
  cursor: url("/public/static/images/home/en-us/swipe.png"), auto;
}
.companyBox3 .itemBox:before {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  background: #babbbd;
}
.companyBox3 .itemBox .item {
  width: 335px;
  height: 440px;
  float: left;
  position: relative;
  margin-left: -15px;
}
.companyBox3 .itemBox .item:nth-of-type(1) {
  margin-left: 0;
}
.companyBox3 .itemBox .item[data-slick-index="6"] {
  height: 465px;
}
.companyBox3 .itemBox .item[data-slick-index="8"] {
  height: 480px;
}
.companyBox3 .itemBox .item span {
  position: absolute;
  top: 140px;
  width: 335px;
  left: 0;
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 166px;
  text-align: center;
  background: url("/public/static/images/home/en-us/aboutHistory2.png")
    no-repeat bottom center;
  transition: all 0.3s;
}
.companyBox3 .itemBox .item:hover span {
  color: #e8380d;
  background: url("/public/static/images/home/en-us/aboutHistoryHover2.png")
    no-repeat bottom center;
  transition: all 0.3s;
}
.companyBox3 .itemBox .item:nth-of-type(2n) span {
  top: 91px;
  padding-bottom: 0;
  padding-top: 166px;
  background: url("/public/static/images/home/en-us/aboutHistory1.png")
    no-repeat top center;
  transition: all 0.3s;
}
.companyBox3 .itemBox .item:nth-of-type(2n):hover span {
  background: url("/public/static/images/home/en-us/aboutHistoryHover1.png")
    no-repeat top center;
  transition: all 0.3s;
}
.companyBox3 .itemBox .item .text {
  width: 335px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 10px;
}
.companyBox3 .itemBox .item:nth-of-type(2n) .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 0;
}
.companyBox3 .itemBox .item[data-slick-index="9"] .text {
  top: -30px;
}
.companyBox3 .itemBox .item .text:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 2px;
  bottom: 0;
  background: #ffffff;
  transition: all 0.3s;
}
.companyBox3 .itemBox .item:hover .text:before {
  background: #e8380d;
  transition: all 0.3s;
}
.companyBox3 .itemBox .item:nth-of-type(2n) .text:before {
  top: 0;
  bottom: auto;
}
.companyBox3 .itemBox .item .text p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}
.companyBox3 .itemBox .item .text ul li {
  padding-left: 10px;
  position: relative;
}
.companyBox3 .itemBox .item .text ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.companyBox3 .swipeMore {
  margin-top: 90px;
  text-align: center;
}
.companyBox3 .swipeMore span {
  color: #ffffff;
  display: block;
}
.companyBox3 .swipeMore .swipe {
  width: 180px;
  height: 50px;
  position: relative;
  margin: auto;
}
.companyBox3 .swipeMore .swipe:before {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  border-bottom: 2px dashed #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.companyBox3 .swipeMore em {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  background: url("/public/static/images/home/en-us/swipe.png") no-repeat center
    center;
  -webkit-animation: animateLeftRight 3s infinite;
  -moz-animation: animateLeftRight 3s infinite;
  -o-animation: animateLeftRight 3s infinite;
  animation: animateLeftRight 3s infinite;
}
@keyframes animateLeftRight {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}

.companyBox4 {
  background: #181818;
}
.companyBox4 .conBox {
  overflow: hidden;
}
.companyBox4 .title h2 {
  text-align: center;
  padding: 80px 0 60px;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
}
.companyBox4 .itemBox {
  overflow: hidden;
  margin-left: -23px;
  margin-right: -23px;
  display: flex;
  flex-wrap: wrap;
}
.companyBox4 .item {
  width: 20%;
  float: left;
  vertical-align: top;
  padding: 0 23px;
  margin-bottom: 55px;
}
.companyBox4 .item .img {
  line-height: 0;
  text-align: center;
}
.companyBox4 .item .text {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 3px solid #e8380d;
}
.companyBox4 .item .text h3 {
  font-size: 18px;
  color: #ffffff;
  padding: 10px 0;
}
.companyBox4 .item .text span {
  font-size: 18px;
  color: #b7b7b7;
}
.companyBox5 {
  padding: 60px 0;
  overflow: hidden;
  background: #181818;
}
.companyBox5 .title {
  width: 20%;
  float: left;
}
.companyBox5 .title h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 100px;
}
.companyBox5 .honorBox {
  width: 80%;
  float: left;
}
.companyBox5 .honorBox .img {
  position: relative;
  float: right;
  width: 330px;
  margin-left: -140px;
  line-height: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.3);
  cursor: pointer;
}
.companyBox6 {
  overflow: hidden;
  padding-bottom: 60px;
  background: #181818;
}
.companyBox6 .title h2 {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
}
.companyBox6 .title p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
}
.companyBox6_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.companyBox6_ul li {
  width: 24%;
  height: auto;
  margin-top: 20px;
}
.companyBox6_ul li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.companyBox6_ul li h4 {
  font-size: 23px;
  color: #b7b7b7;
  text-align: center;
  margin-top: 55px;
}
.companyBox6 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  width: 238px;
  height: 44px;
  border-radius: 5px;
  margin: 0px auto;
  margin-top: 63px;
  background: #e8380d;
}
@media (max-width: 768px) {
  .companyBox6_ul li {
    width: 48.5%;
  }
  .companyBox6_ul li h4 {
    margin-top: 10px;
    font-size: 16px;
  }
}

.supportTitle {
  text-align: center;
  padding: 70px 0;
  background: #181818;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.supportTitle .productCrumbs a,
.supportTitle .productCrumbs {
  font-size: 16px;
  color: #ffffff;
}
.supportTitle .text h1 {
  color: #ffffff;
  font-size: 64px;
  padding-top: 25px;
}

.supportBox1 .supportTabClick {
  padding: 30px 0;
  border-bottom: 1px solid #313131;
  position: relative;
  margin-bottom: 60px;
}
.supportBox1 .supportTabClick:before {
  position: absolute;
  content: "";
  width: 39px;
  height: 14px;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/public/static/images/home/en-us/supportDown.png") no-repeat
    center center;
}
.supportBox1 .supportTabClick .itemBox {
  text-align: center;
}
.supportBox1 .supportTabClick .item {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 210px;
  margin: 0 30px;
  cursor: pointer;
  padding-top: 45px;
  border: 5px solid #ffffff;
  transition: all 0.3s;
}
.supportBox1 .supportTabClick .item.on,
.supportBox1 .supportTabClick .item:hover {
  border-color: #e8380d;
  padding-top: 35px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.supportBox1 .supportTabClick .item .img {
  line-height: 0;
  margin-bottom: 15px;
  position: relative;
}
.supportBox1 .supportTabClick .item .img img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.supportBox1 .supportTabClick .item:hover .img img:nth-of-type(1),
.supportBox1 .supportTabClick .item.on .img img:nth-of-type(1) {
  opacity: 0;
}
.supportBox1 .supportTabClick .item:hover .img img:nth-of-type(2),
.supportBox1 .supportTabClick .item.on .img img:nth-of-type(2) {
  opacity: 1;
}
.supportBox1 .supportTabClick .item .text p {
  font-size: 30px;
  color: #181818;
}
.supportBox1 .supportTabClick .item.on .text p,
.supportBox1 .supportTabClick .item:hover .text p {
  color: #e8380d;
}

.supportTabSwitch .switch {
  height: 0;
  overflow: hidden;
}
.supportTabSwitch .switch.on {
  height: auto;
}

.faqTabClick,
.downloadTabClick {
  overflow: hidden;
  margin-bottom: 50px;
}
.faqTabClick span,
.downloadTabClick span {
  display: inline-block;
  padding: 0 15px;
  min-width: 115px;
  height: 36px;
  line-height: 34px;
  font-size: 20px;
  color: #313131;
  font-weight: 700;
  cursor: pointer;
  margin-right: 30px;
  float: left;
  text-align: center;
  background: #ffffff;
  border: 1px solid #efefef;
  transition: all 0.3s;
}
.faqTabClick span:hover,
.faqTabClick span.on,
.downloadTabClick span:hover,
.downloadTabClick span.on {
  color: #ffffff;
  background: #e8380d;
  border-color: #e8380d;
  transition: all 0.3s;
}
.faqTabSwitch .itemBox,
.downloadTabSwitch .downloadSwitch {
  height: 0;
  overflow: hidden;
}
.faqTabSwitch .itemBox.on,
.downloadTabSwitch .downloadSwitch.on {
  height: auto;
}
.faqTabSwitch .itemBox .item {
  border: 1px solid #efefef;
  margin-bottom: 33px;
  padding: 18px 22px;
}
.faqTabSwitch .itemBox .item h3 {
  padding-left: 40px;
  line-height: 25px;
  font-size: 18px;
  color: #181818;
  position: relative;
  cursor: pointer;
  background: url("/public/static/images/home/en-us/supportFaq.png") no-repeat
    left 2px;
}
.faqTabSwitch .itemBox .item h3:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 23px;
  right: 0;
  background: url("/public/static/images/home/en-us/faqIco.png") no-repeat
    center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.3s;
}
.faqTabSwitch .itemBox .item.on h3:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s;
}
.faqTabSwitch .itemBox .item .text {
  margin-top: 0;
  padding-right: 45px;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.faqTabSwitch .itemBox .item.on .text {
  height: auto;
  margin-top: 20px;
  transition: all 0.3s;
}
.faqTabSwitch .itemBox .item .text p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.6;
}

.supportBox2 {
  background: #181818;
  padding: 60px 0;
  margin-top: 25px;
}
.supportBox2 .title h2 {
  padding-bottom: 60px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
.supportBox2 .itemBox {
  overflow: hidden;
  padding: 0 100px;
}
.supportBox2 .items {
  width: 25%;
  float: left;
}
.supportBox2 .items:nth-of-type(2) {
  width: 75%;
  float: left;
}
.supportBox2 .items .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.supportBox2 .items:nth-of-type(2) .item {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.supportBox2 .item .img {
  line-height: 0;
  width: 70px;
  float: left;
}
.supportBox2 .item .text {
  margin-left: 70px;
  padding-left: 20px;
}
.supportBox2 .item .text h3 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.supportBox2 .item .text p,
.supportBox2 .item .text p a {
  font-size: 14px;
  padding-right: 15px;
  color: #ffffff;
  line-height: 1.5;
}
.supportBox2 .item .text p a:hover {
  color: #e8380d;
}

.supportBox3 #googleMap {
  width: 100%;
  height: 420px;
}

.advantageTitle {
  text-align: center;
  padding: 70px 0;
  background: #181818;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.advantageTitle .productCrumbs a,
.advantageTitle .productCrumbs {
  font-size: 16px;
  color: #ffffff;
}
.advantageTitle .text h1 {
  color: #ffffff;
  font-size: 64px;
  padding-top: 25px;
}

.advantageBox1 {
  padding-top: 115px;
  background: #181818;
}
.advantageBox1 .conBox {
  overflow: hidden;
}
.advantageBox1 .textBox {
  width: 50%;
  float: left;
}
.advantageBox1 .textBox .text {
  margin-bottom: 40px;
}
.advantageBox1 .textBox h2 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 35px;
}
.advantageBox1 .textBox p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
}
.advantageBox1 .textBox li {
  overflow: hidden;
  padding-bottom: 10px;
}
.advantageBox1 .textBox li .img {
  width: 37px;
  float: left;
  line-height: 0;
}
.advantageBox1 .textBox li .t {
  margin-left: 37px;
  padding-left: 20px;
}
.advantageBox1 .textBox li .t p {
  line-height: 37px;
}
.advantageBox1 .textBox h3 {
  font-size: 22px;
  color: #ffffff;
  line-height: 1.6;
  padding-right: 175px;
}
.advantageBox1 .textBox .a a {
  display: inline-block;
  width: 215px;
  height: 30px;
  background: #e8380d;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.advantageBox1 .textBox .a a:hover {
  background: #8d1a00;
}
.advantageBox1 .itemBox {
  width: 50%;
  float: left;
}
.advantageBox1 .itemBox .item {
  width: 310px;
  height: 200px;
  margin-left: 80px;
  margin-bottom: 30px;
  padding-top: 35px;
  float: left;
  background: transparent;
  border: 1px solid #313131;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item:hover {
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item .img {
  line-height: 0;
  height: 72px;
  margin-bottom: 35px;
  text-align: center;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item:hover .img {
  height: 0;
  margin-bottom: 0;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item .text .tp {
  width: 0;
  float: left;
  line-height: 0;
  text-align: center;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item .text .tp img {
  width: 60px;
}
.advantageBox1 .itemBox .item .text .tBox {
  padding-right: 15px;
  margin-left: 0;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item:hover .text .tp {
  width: 90px;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item:hover .text .tBox {
  margin-left: 95px;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item .text .tBox h3 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item:hover .text .tBox h3 {
  color: #e8380d;
  font-weight: 700;
  text-align: left;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item .text .tBox .t {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item:hover .text .tBox .t {
  height: 110px;
  padding-top: 15px;
  transition: all 0.3s;
}
.advantageBox1 .itemBox .item .text .tBox .t p {
  padding-left: 15px;
  position: relative;
  color: #e8380d;
  line-height: 1.6;
  font-size: 12px;
}
.advantageBox1 .itemBox .item .text .tBox .t p:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #e8380d;
  left: 0;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.advantageBox2 {
  background: #181818;
  padding-bottom: 100px;
}
.advantageBox2 .title h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  padding: 85px 0 60px;
}
.advantageBox2 .conBox {
  overflow: hidden;
}
.advantageBox2 .imgBox {
  width: 43%;
  float: left;
  line-height: 0;
  position: relative;
}
.advantageBox2 .imgBox span {
  position: absolute;
  bottom: 25px;
  left: 30px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
}
.advantageBox2 .itemBox {
  width: 57%;
  float: left;
  padding-bottom: 79px;
  background: #e8380d;
}
.advantageBox2 .itemBox .slick-prev,
.advantageBox2 .itemBox .slick-next {
  width: 21px;
  height: 42px;
  top: auto;
  bottom: 20px;
  cursor: pointer;
  background: url("/public/static/images/home/en-us/reset/buttonstyle.png")
    no-repeat;
}
.advantageBox2 .itemBox .slick-prev {
  left: 340px;
  background-position: left bottom;
}
.advantageBox2 .itemBox .slick-next {
  right: 340px;
  background-position: right bottom;
}
.advantageBox2 .items {
  overflow: hidden;
}
.advantageBox2 .item {
  width: 33.333333%;
  float: left;
  position: relative;
}
.advantageBox2 .item .img {
  line-height: 0;
  border: 1px solid #ffffff;
  text-align: center;
}
.advantageBox2 .item .img img {
  width: 100%;
}
.advantageBox2 .item .text {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 43%;
  text-align: center;
  background: #e8380d;
  transition: all 0.3s;
}
.advantageBox2 .item:hover .text {
  top: 0;
  transition: all 0.3s;
}
.advantageBox2 .item .text p {
  font-size: 20px;
  color: #ffffff;
}

.advantageBox3 {
  padding: 40px 0;
  background: #0c0c0c;
}
.advantageBox3 .text {
  padding-right: 215px;
  position: relative;
}
.advantageBox3 .text p {
  line-height: 30px;
  font-size: 22px;
  color: #ffffff;
}
.advantageBox3 .text a {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 215px;
  height: 30px;
  background: #e8380d;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.advantageBox3 .text a:hover {
  background: #8d1a00;
}

.agentItemBox {
  width: 1200px;
  margin: 0 auto 50px;
  border: 1px solid #dddddd;
  border-bottom: 0;
}
.agentItemBox .item {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
.agentItemBox .item .agentLogo {
  width: 300px;
  float: left;
  line-height: 0;
}
.agentItemBox .item .agentText {
  width: 700px;
  float: left;
}
.agentItemBox .item .agentText h3 {
  font-size: 22px;
  color: #454545;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 15px;
}
.agentItemBox .item .agentText p {
  font-size: 18px;
  color: #454545;
  font-weight: 300;
}
.agentItemBox .item .agentA {
  width: 180px;
  float: right;
}
.agentItemBox .item .agentA a {
  width: 150px;
  float: left;
  margin-top: 46px;
  display: inline-block;
  line-height: 36px;
  border: 2px solid #e8380d;
  color: #ffffff;
  background: #e8380d;
  font-size: 18px;
  text-align: center;
}
.agentItemBox .item .agentA a:hover {
  background: #ffffff;
  color: #e8380d;
}

.warrantyBox h2 {
  line-height: 34px;
  font-size: 20px;
  color: #313131;
  font-weight: 700;
  padding-bottom: 20px;
}
.warrantyBox p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.6;
}
.warrantyBox p a {
  font-size: 16px;
  color: #e8380d;
  font-weight: 700;
  line-height: 1.6;
}
.warrantyBox p a:hover {
  text-decoration: underline;
}
.warrantyBox .t {
  margin-top: 15px;
  margin-bottom: 20px;
}
.warrantyBox td {
  height: 50px;
  font-size: 16px !important;
  color: #6b6b6b !important;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

/* add start */
.testimonial {
  padding: 70px 0;
  max-width: 100%;
}

.testimonial p {
  color: #333;
  line-height: 1.6;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 22px;
}

.testimonial .row + .row {
  margin-top: 60px;
}

.testimonial img {
  max-width: 200px;
}
/* add end */

@media (max-width: 1620px) {
  .indexBox2 .title h2 {
    padding-left: 30px;
  }
  .footer_box .fast_navigation .itemBox .item {
    width: 340px;
  }
  .footer_box .fast_navigation .itemBox .item:nth-of-type(4) {
    padding-left: 40px;
  }
  .footer_box .footer_copyright .f_follow_service a {
    margin-left: 15px;
    margin-right: 0;
  }

  .industryProductDetailBox1 .text {
    padding-left: 0;
  }
  .industryProductDetailBox2 .conBox {
    padding-left: 0;
    padding-right: 0;
  }

  .advantageBox1 .itemBox .item {
    margin-left: 40px;
  }
  .advantageBox2 .itemBox {
    padding-bottom: 69px;
  }
  .advantageBox2 .itemBox .slick-prev {
    bottom: 13px;
    left: 240px;
  }
  .advantageBox2 .itemBox .slick-next {
    bottom: 13px;
    right: 240px;
  }

  .supportBox1 .supportTabClick .item {
    margin: 0 10px;
  }
  .supportBox2 .itemBox {
    padding-left: 0;
    padding-right: 0;
  }
  .companyBox1 .text h2 {
    padding-top: 20px;
  }
  .companyBox1 .text p {
    padding-top: 20px;
  }
  .companyBox5 .honorBox .img {
    margin-left: -175px;
  }

  .consumerProductDetailBox1 .productImgBox {
    padding-left: 0;
  }
  .consumerProductDetailBox2 .conBox,
  .consumerProductDetailBox3 .conBox,
  .consumerProductDetailBox4 .conBox,
  .consumerProductDetailBox5 .conBox,
  .consumerProductDetailOtherBox .conBox,
  .industryRelatedProduct .conBox {
    padding-left: 0;
    padding-right: 0;
  }
  .consumerMenu_list_right {
    padding-left: 20px;
  }
  .consumerMenu_list_right_list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .consumerMenu_list_right_left {
    width: 100%;
  }
  .consumerMenu_list_right_right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .consumerProductDetailOtherBox .conBox {
    padding-top: 40px;
  }
  [lang="ru"] .headerNavBox .nav_list > li > a {
    padding: 0 8px;
  }
  [lang="ru"] .headerNavBox .nav_list > li > a > span {
    font-size: 14px;
  }
  [lang="de"] .headerNavBox .nav_list > li > a,
  [lang="fr"] .headerNavBox .nav_list > li > a,
  [lang="es"] .headerNavBox .nav_list > li > a,
  [lang="vi"] .headerNavBox .nav_list > li > a,
  [lang="id"] .headerNavBox .nav_list > li > a,
  [lang="th"] .headerNavBox .nav_list > li > a,
  [lang="nl"] .headerNavBox .nav_list > li > a,
  [lang="pl"] .headerNavBox .nav_list > li > a,
  [lang="it"] .headerNavBox .nav_list > li > a {
    padding: 0 20px;
  }
  [lang="de"] .headerNavBox,
  [lang="fr"] .headerNavBox,
  [lang="ru"] .headerNavBox,
  [lang="es"] .headerNavBox,
  [lang="id"] .headerNavBox,
  [lang="vi"] .headerNavBox,
  [lang="th"] .headerNavBox,
  [lang="nl"] .headerNavBox,
  [lang="pl"] .headerNavBox,
  [lang="it"] .headerNavBox {
    padding-right: 20px;
  }
}
@media (max-width: 1450px) {
  .footer_box .footer_copyright p,
  .footer_box .footer_copyright p span,
  .footer_box .footer_copyright p a {
    font-size: 12px;
  }
  .indexBox1 .itemBox {
    padding-left: 0;
    padding-right: 0;
  }
  .indexBox2 .title {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .indexBox2 .title h2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
  }
  .indexBox2 .indexApplicationSlick {
    width: 1200px;
    margin: auto;
    float: none;
  }
  .indexBox2 .indexApplicationSlick .slick-prev {
    left: 50%;
    margin-left: -108px;
  }
  .indexBox2 .indexApplicationSlick .slick-next {
    left: 50%;
  }
  .indexBox4 .title {
    width: 100%;
    float: none;
  }
  .indexBox4 .title h2 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .indexBox4 .conBox {
    width: 100%;
  }
  .footer_box .fast_navigation .itemBox .item {
    width: 290px;
  }

  .industryProductDetailBox4 .item {
    padding: 0 20px;
  }

  .advantageBox1 .itemBox .item {
    width: 280px;
    margin-left: 20px;
  }
  .advantageBox2 .btnBox {
    height: 60px;
  }
  .advantageBox2 .btnBox .numBox i {
    line-height: 60px;
  }
  .advantageBox2 .btnBox .arrow .prev,
  .advantageBox2 .btnBox .arrow .next {
    margin-top: 9px;
  }

  .supportBox1 .supportTabClick .item {
    width: 215px;
  }

  .companyBox4 .itemBox {
    margin-left: -10px;
    margin-right: -10px;
  }
  .companyBox4 .item {
    padding: 0 10px;
  }
  .companyBox5 .honorBox .img {
    margin-left: -215px;
  }
  .consumerProductDetailBox3 .textBox2 .text {
    width: 100%;
  }

  .advantageBox2 .itemBox {
    padding-bottom: 60px;
  }
  .advantageBox2 .itemBox .slick-prev,
  .advantageBox2 .itemBox .slick-next {
    bottom: 8px;
  }

  .companyBox4 .item .text span {
    font-size: 14px;
  }
}
@media (max-width: 1220px) {
  [lang="ru"] .headerNavBox .nav_list > li > a {
    padding: 0 3px;
  }
  [lang="de"] .headerNavBox .nav_list > li > a,
  [lang="fr"] .headerNavBox .nav_list > li > a,
  [lang="es"] .headerNavBox .nav_list > li > a,
  [lang="vi"] .headerNavBox .nav_list > li > a,
  [lang="id"] .headerNavBox .nav_list > li > a,
  [lang="th"] .headerNavBox .nav_list > li > a,
  [lang="nl"] .headerNavBox .nav_list > li > a,
  [lang="pl"] .headerNavBox .nav_list > li > a,
  [lang="it"] .headerNavBox .nav_list > li > a {
    padding: 0 8px;
  }
  [lang="de"] .headerNavBox .nav_list > li > a > span,
  [lang="fr"] .headerNavBox .nav_list > li > a > span,
  [lang="ru"] .headerNavBox .nav_list > li > a > span,
  [lang="es"] .headerNavBox .nav_list > li > a > span,
  [lang="vi"] .headerNavBox .nav_list > li > a > span,
  [lang="id"] .headerNavBox .nav_list > li > a > span,
  [lang="th"] .headerNavBox .nav_list > li > a > span,
  [lang="nl"] .headerNavBox .nav_list > li > a > span,
  [lang="pl"] .headerNavBox .nav_list > li > a > span,
  [lang="it"] .headerNavBox .nav_list > li > a > span {
    font-size: 14px;
  }
  [lang="ru"] .headerNavBox {
    padding-right: 0;
  }
  [lang="de"] .headerNavBox,
  [lang="fr"] .headerNavBox,
  [lang="es"] .headerNavBox,
  [lang="id"] .headerNavBox,
  [lang="vi"] .headerNavBox,
  [lang="th"] .headerNavBox,
  [lang="nl"] .headerNavBox,
  [lang="pl"] .headerNavBox,
  [lang="it"] .headerNavBox {
    padding-right: 5px;
  }
  .indexBox1 .title h2,
  .indexBox3 .title h2,
  .indexBox4 .title h2,
  .productBanner .text h1,
  .consumerProductTitle .text h1,
  .industryProductTitle .text h1,
  .industryProductDetailTitle .text h1,
  .industryProductDetailBox3 .title h2,
  .industryProductDetailBox4 .title h2,
  .advantageTitle .text h1,
  .supportTitle .text h1,
  .aboutTitle .text h1 {
    font-size: 42px;
  }
  .indexBox1 .title p,
  .indexBox3 .item .text h3,
  .footer_box .fast_navigation li,
  .footer_box .fast_navigation p,
  .footer_box .fast_navigation li a,
  .productBanner .text p,
  .consumerListBox .item .textBox .text p,
  .consumerListBox .item .textBox .imgBox .conBox .t a,
  .consumerProductDetailOtherBox .productForm p,
  .consumerProductDetailBox3 .textBox1 .text p,
  .consumerProductDetailBox3 .textBox2 .text p,
  .industryProductBox .item .textBox p,
  .industryProductBox .item .textBox .tag a,
  .industryProductBox .item .textBox .tag span {
    font-size: 16px;
  }

  .headerNavBox {
    padding-right: 30px;
  }
  .headerNavBox .nav_list > li > a {
    padding: 0 10px;
  }
  .header .lang {
    margin-left: 0;
  }

  .consumerMenu .itemBox,
  .industryMenu .itemBox {
    width: 992px;
  }

  .footer_box .fast_navigation .itemBox .item:nth-of-type(1) {
    width: 220px;
    padding-right: 0;
  }
  .footer_box .fast_navigation .itemBox .item:nth-of-type(2) {
    width: 210px;
    padding-right: 0;
  }
  .footer_box .fast_navigation .itemBox .item:nth-of-type(3) {
    width: 240px;
    padding-right: 0;
  }

  .indexBox1 .item .text h3 {
    font-size: 26px;
  }
  .indexBox2 .indexApplicationSlick {
    width: 100%;
  }
  .indexBox4 {
    padding: 60px 0;
  }

  .consumerProductTitle {
    padding: 50px 0;
  }
  .consumerProductTitle .text h1 {
    padding-top: 10px;
  }

  .industryProductTitle {
    padding: 50px 0;
  }
  .industryProductTitle .text h1 {
    padding-top: 10px;
  }

  .industryProductBox .item .textBox .tag a,
  .industryProductBox .item .textBox .tag span {
    margin-right: 10px;
  }
  .industryProductBox .item .textBox .tag a:before,
  .industryProductBox .item .textBox .tag span:before {
    top: 4px;
  }

  .industryProductText {
    padding: 50px 0;
  }
  .industryProductText p {
    font-size: 24px;
  }

  .industryProductDetailTitle {
    min-height: 0;
    padding: 120px 0;
  }
  .industryProductDetailTitle .text h1 {
    padding-top: 20px;
  }
  .industryProductDetailBox1 .conBox {
    padding: 60px 0;
  }
  .industryProductDetailBox1 .text {
    width: 100%;
    padding-right: 0;
  }
  .industryProductDetailBox1 .img {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .industryProductDetailBox2 .conBox {
    padding: 60px 0;
  }

  .industryProductDetailBox3 .title h2 {
    padding: 60px 0 30px;
  }

  .industryProductDetailBox4 {
    padding-bottom: 60px;
  }
  .industryProductDetailBox4 .title h2 {
    padding: 30px 0;
  }
  .industryProductDetailBox4 .imgBox {
    width: 195px;
    height: 195px;
  }
  .industryProductDetailBox4 .item {
    padding: 0 10px;
  }

  .advantageTitle {
    padding: 50px 0;
  }
  .advantageTitle .text h1 {
    padding-top: 10px;
  }

  .advantageBox1 {
    padding-top: 60px;
  }
  .advantageBox1 .textBox {
    width: 100%;
  }
  .advantageBox1 .textBox .text {
    margin-bottom: 30px;
  }
  .advantageBox1 .textBox h3 {
    font-size: 18px;
    padding-right: 0;
  }
  .advantageBox1 .itemBox {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 40px;
  }
  .advantageBox1 .itemBox .item {
    margin-left: 0;
    margin-right: 20px;
  }

  .advantageBox2 {
    padding-bottom: 60px;
  }
  .advantageBox2 .title h2 {
    padding: 30px 0 20px;
  }
  .advantageBox2 .imgBox span {
    font-size: 18px;
  }
  .advantageBox2 .item .text p {
    font-size: 18px;
  }

  .supportTitle {
    padding: 50px 0;
  }
  .supportTitle .text h1 {
    padding-top: 10px;
  }

  .supportBox1 .supportTabClick .item .text p {
    font-size: 24px;
  }

  .agentItemBox {
    width: 100%;
  }
  .agentItemBox .item .agentText {
    width: 475px;
  }

  .supportBox2 .title h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .supportBox2 .itemBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .supportBox2 .item .img {
    text-align: center;
  }
  .supportBox2 .item .img img {
    width: 50px;
  }
  .supportBox2 .item {
    width: 50%;
    margin-bottom: 20px;
  }

  .table_responsive th:nth-of-type(2),
  .table_responsive td:nth-of-type(2) {
    display: none;
  }

  .aboutTitle {
    padding: 50px 0;
  }
  .aboutTitle .text h1 {
    padding-top: 10px;
  }

  .companyBox1 {
    padding: 60px 0;
  }
  .companyBox1 .aboutVideo {
    width: 100%;
    padding-right: 0;
  }
  .companyBox1 .text {
    width: 100%;
  }
  .companyBox1 .text h2 {
    margin-bottom: 10px;
  }
  .companyBox2 .imgBox .img {
    width: 33.33%;
  }
  .companyBox3 .itemBox .item span {
    line-height: 44px;
    font-size: 30px;
  }

  .companyBox4 .item .text h3 {
    padding: 10px 0;
  }
  .companyBox4 .item .text {
    padding-bottom: 10px;
  }

  .companyBox5 {
    padding-top: 20px;
  }
  .companyBox5 .title {
    width: 100%;
  }
  .companyBox5 .title h2 {
    padding-top: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  .companyBox5 .honorBox {
    width: 100%;
  }
  .companyBox5 .honorBox .img {
    width: 33.33%;
    float: left;
    padding: 5px;
    margin: 0 0 20px !important;
  }

  .comparisonTable table,
  .comparisonTableFix table {
    width: 100%;
  }

  .comparisonTable table th span,
  .comparisonTableFix table th span,
  .comparisonTable table td,
  .comparisonTableFix table td {
    font-size: 14px;
  }
  .comparisonTableBox .slider_table {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .testimonialTitle .text h1 {
    font-size: 40px;
  }
  .indexBox1 .title h2,
  .indexBox2 .title h2,
  .indexBox3 .title h2,
  .indexBox4 .title h2,
  .productBanner .text h1,
  .consumerProductTitle .text h1,
  .consumerProductDetailBox2 .title h2,
  .consumerProductDetailBox3 .title h2,
  .consumerProductDetailBox4 .title h2,
  .consumerProductDetailBox5 .title h2,
  .consumerProductDetailOtherBox .relatedProduct .title h3,
  .consumerProductDetailOtherBox .productSupport h3,
  .consumerProductDetailOtherBox .productForm h3,
  .industryProductTitle .text h1,
  .industryProductDetailTitle .text h1,
  .industryProductDetailBox3 .title h2,
  .industryProductDetailBox4 .title h2,
  .advantageTitle .text h1,
  .advantageBox1 .textBox h2,
  .advantageBox2 .title h2,
  .supportTitle .text h1,
  .aboutTitle .text h1,
  .companyBox1 .text h2,
  .companyBox2 .text h2,
  .companyBox3 .title h2,
  .companyBox4 .title h2,
  .companyBox5 .title h2 {
    font-size: 36px;
  }
  body {
    padding-top: 60px;
  }
  body:before {
    display: none;
  }
  .header {
    display: none;
  }
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    z-index: 99999;
  }

  .m_header {
    height: 60px;
  }

  .logo_box {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }

  .logo_box img {
    margin: 14px 0;
  }

  .m_lang {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 0;
    padding: 21px 10px;
  }

  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }

  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #e8380d;
    position: absolute;
    display: block;
    content: "";
  }

  .nav_toggle span:before {
    top: -10px;
  }

  .nav_toggle span:after {
    bottom: -10px;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }

  .nav_toggle.active span {
    background-color: transparent;
  }

  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }

  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }

  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }

  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000000;
  }

  .m_header .m_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }

  .m_header .m_nav_list > li > i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    top: 8px;
    right: 10px;
    background: url("/public/static/images/home/en-us/reset/li_click.png")
      no-repeat top center;
  }

  .m_header .m_nav_list > li > a {
    opacity: 0;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }

  .m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }

  .footer_box .fast_navigation .itemBox .item:nth-of-type(1),
  .footer_box .fast_navigation .itemBox .item:nth-of-type(2) {
    display: none;
  }
  .footer_box .fast_navigation .itemBox .item:nth-of-type(3) {
    width: 50%;
  }
  .footer_box .fast_navigation .itemBox .item:nth-of-type(4) {
    width: 50%;
  }
  .footer_box .fast_navigation h3 {
    padding-top: 60px;
  }
  .footer_box .footer_copyright .container_1600 {
    padding: 0;
  }
  .footer_box .footer_copyright .img {
    position: initial;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_box .footer_copyright p,
  .footer_box .footer_copyright p span,
  .footer_box .footer_copyright p a {
    line-height: 1.5;
  }
  .footer_box .footer_copyright .f_follow_service {
    position: initial;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 10px;
  }

  .indexBanner {
    margin-top: 0;
  }
  .banner_slick .slick-prev {
    left: 10px;
  }
  .banner_slick .slick-next {
    right: 10px;
  }

  .indexBox1 .item .text {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .indexBox3 {
    padding: 60px 0 30px;
  }
  .indexBox3:hover {
    background: url("/public/static/images/home/en-us/indexBj2.jpg") no-repeat
      center center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .indexBox3 .itemBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .indexBox3 .itemBox .imgBox {
    display: none;
  }
  .indexBox3 .item {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 25%;
    float: left;
    margin-bottom: 30px;
    text-align: center !important;
  }
  .indexBox3 .item:hover {
    margin-top: 0;
  }
  .indexBox3 .item .img {
    margin-bottom: 10px;
  }

  .indexBox4 .conBox .recommendNew {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .indexBox4 .conBox .newsList {
    width: 100%;
    border-left: 0;
    margin-top: 30px;
    border-top: 1px solid #ffffff;
  }
  .indexBox4 .conBox .newsList .list {
    padding: 20px;
    border-bottom: 1px solid #ffffff;
  }
  .indexBox4 .conBox .newsList .list:before {
    display: none;
  }
  .indexBox4 .conBox .newsList:after,
  .indexBox4 .conBox .newsList .list:after {
    display: none;
  }

  .consumerListBox .item {
    padding: 40px 20px;
  }
  .consumerListBox .item .textBox {
    width: 100%;
  }
  .consumerListBox .item .img {
    width: 100%;
    padding-left: 0;
  }

  .consumerProductBox .item {
    width: 50%;
  }
  .consumerProductBox .item .text h3 {
    font-size: 16px;
  }
  .consumerProductBox .item .a {
    margin-top: 10px;
  }

  .comparePro .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .comparePro .itemBox {
    width: 100%;
    margin-left: 0;
    float: left;
    min-height: 0;
  }
  .comparePro .itemBox .btn a {
    margin-top: 0;
  }

  .consumerProductDetailBox1 .productImgBox,
  .consumerProductDetailBox1 .productTextBox {
    width: 100%;
  }
  .consumerProductDetailBox1 .proSmallImg {
    display: none;
  }
  .consumerProductDetailBox1 .proBigImg {
    margin-left: 0;
    padding: 0 150px;
    border: 1px solid #eeeeee;
  }
  .consumerProductDetailBox1 .proBigImg .slick-dots {
    left: 0;
    right: 0;
  }
  .consumerProductDetailBox1 .proBigImg .slick-dots li.slick-active {
    background: #e8380d;
  }

  .consumerProductDetailBox1 .productTextBox {
    padding-left: 0;
  }
  .consumerProductDetailBox1 .productTextBox .text h2,
  .consumerProductDetailBox1 .productTextBox .text ol:before {
    font-size: 20px;
  }
  .consumerProductDetailBox1 .productTextBox .text {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .consumerProductDetailOtherBox .relatedProduct .itemBox {
    padding-bottom: 40px;
  }
  .consumerProductDetailOtherBox .relatedProduct .title h3 {
    padding: 30px 0;
  }
  .consumerProductDetailOtherBox .relatedProduct .item .text a {
    font-size: 16px;
  }

  .consumerProductDetailOtherBox .productSupport {
    width: 100%;
    padding-right: 0;
  }
  .consumerProductDetailOtherBox .productSupport .item {
    padding: 20px 0;
  }
  .consumerProductDetailOtherBox .productSupport h3 {
    padding-bottom: 20px;
  }

  .consumerProductDetailOtherBox .productForm {
    padding-top: 40px;
    padding-left: 0;
    width: 100%;
  }

  .industryProductBox .item {
    padding: 40px 0;
  }
  .industryProductBox .item .textBox {
    width: 100%;
    padding: 30px 20px;
    margin: 0 !important;
  }

  .industryProductText p {
    font-size: 20px;
  }

  .industryProductDetailTitle {
    padding: 100px 0;
  }
  .industryProductDetailBox3 .itemBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .industryProductDetailBox3 .item {
    width: 50%;
  }
  .industryProductDetailBox3 .item .conBox {
    border: 2px solid #e8380d;
  }
  .industryProductDetailBox3 .item .text {
    background: #e8380d;
  }
  .industryProductDetailBox3 .item .text h3,
  .industryProductDetailBox3 .item .text p {
    color: #ffffff;
    transition: all 0.3s;
  }
  .industryProductDetailBox4 .itemBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .industryProductDetailBox4 .imgBox {
    width: 125px;
    height: 125px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .industryProductDetailBox4 .item {
    width: 50%;
  }

  .advantageBox1 .itemBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .advantageBox1 .itemBox .item {
    width: 32%;
    margin-right: 0;
  }
  .advantageBox1 .itemBox .item:hover .text .tp {
    width: 50px;
  }
  .advantageBox1 .itemBox .item .text .tp img {
    width: 40px;
  }
  .advantageBox1 .itemBox .item:hover .text .tBox {
    margin-left: 55px;
  }

  .advantageBox2 .imgBox {
    display: none;
  }
  .advantageBox2 .itemBox {
    width: 100%;
    margin-top: 10px;
  }

  .advantageBox3 .text {
    padding-right: 0;
  }
  .advantageBox3 .text p {
    font-size: 18px;
  }
  .advantageBox3 .text a {
    position: initial;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 10px;
  }

  .supportBox1 .supportTabClick {
    display: none;
  }

  .supportBox1 .supportTabSwitch {
    padding-top: 20px;
  }
  .faqTabClick,
  .downloadTabClick {
    margin-bottom: 30px;
  }
  .supportTabSwitch .switch {
    height: auto;
    position: relative;
    padding-top: 60px;
    margin-top: 30px;
  }
  .supportTabSwitch .switch:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
  }
  .supportTabSwitch .switch[data-name="2"]:before {
    content: "Warranty";
  }
  .supportTabSwitch .switch[data-name="3"]:before {
    content: "Download";
  }
  .supportTabSwitch .switch[data-name="4"]:before {
    content: "FAQ";
  }
  .supportTabSwitch .switch[data-name="5"]:before {
    content: "Agent";
  }

  .faqTabClick span,
  .downloadTabClick span {
    font-size: 18px;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .agentItemBox .item {
    text-align: center;
  }
  .agentItemBox .item .agentLogo {
    width: 100%;
  }
  .agentItemBox .item .agentLogo img {
    height: 100px;
  }
  .agentItemBox .item .agentText h3 {
    padding-top: 10px;
  }
  .agentItemBox .item .agentText {
    width: 100%;
  }
  .agentItemBox .item .agentA {
    width: 100%;
  }
  .agentItemBox .item .agentA a {
    float: none;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .companyBox2 .text {
    width: 100%;
  }
  .companyBox2 .text p {
    padding-top: 15px;
  }
  .companyBox2 .imgBox {
    width: 100%;
    padding-top: 20px;
  }
  .companyBox2 .imgBox .img {
    padding: 0 10px;
    text-align: center;
  }

  .companyBox3 .title h2 {
    padding-bottom: 40px;
  }
  .companyBox3 .swipeMore {
    margin-top: 30px;
  }

  .companyBox4 .title h2 {
    padding: 60px 0 30px;
  }
  .companyBox4 .item .text h3 {
    font-size: 18px;
  }
  .companyBox4 .item .text span {
    font-size: 14px;
  }

  .supportBox2 .items,
  .supportBox2 .items:nth-of-type(2) {
    width: 100%;
  }
  .supportBox2 .items .item {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .indexBox1 .title h2,
  .indexBox2 .title h2,
  .indexBox3 .title h2,
  .indexBox4 .title h2,
  .productBanner .text h1,
  .consumerProductTitle .text h1,
  .consumerProductDetailBox1 .productTextBox h1,
  .consumerProductDetailBox2 .title h2,
  .consumerProductDetailBox3 .title h2,
  .consumerProductDetailBox4 .title h2,
  .consumerProductDetailBox5 .title h2,
  .consumerProductDetailOtherBox .relatedProduct .title h3,
  .consumerProductDetailOtherBox .productSupport h3,
  .consumerProductDetailOtherBox .productForm h3,
  .industryProductTitle .text h1,
  .industryProductDetailTitle .text h1,
  .industryProductDetailBox3 .title h2,
  .industryProductDetailBox4 .title h2,
  .advantageTitle .text h1,
  .advantageBox1 .textBox h2,
  .advantageBox2 .title h2,
  .supportTitle .text h1,
  .aboutTitle .text h1,
  .companyBox1 .text h2,
  .companyBox2 .text h2,
  .companyBox3 .title h2,
  .companyBox4 .title h2,
  .companyBox5 .title h2 {
    font-size: 32px;
  }
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .footer_box .footer_copyright .container_1600 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Fast_contact {
    border-top: 1px solid #ffffff;
  }

  .indexBox1 .title {
    padding-bottom: 0;
  }
  .indexBox1 .item .img {
    width: 100%;
  }
  .indexBox1 .item .text {
    width: 100%;
    padding: 0 !important;
    text-align: center !important;
  }
  .indexBox1 .item .text h3 {
    padding-bottom: 0;
    font-size: 18px;
  }
  .indexBox1 .item .text a {
    margin-top: 10px;
  }

  .indexBox4 .conBox .recommendNew .time {
    width: 70px;
  }
  .indexBox4 .conBox .recommendNew .time p span {
    font-size: 20px;
  }
  .indexBox4 .conBox .recommendNew .time p {
    font-size: 16px;
  }
  .indexBox4 .conBox .recommendNew .text {
    margin-left: 70px;
  }

  .productBanner {
    padding-top: 240px;
    background-position: top center;
    -webkit-background-size: auto 240px;
    background-size: auto 240px;
    min-height: 0;
  }
  .productBanner .productCrumbs {
    padding-top: 50px;
  }
  .productBanner .productCrumbs ul i,
  .productBanner .productCrumbs ul li,
  .productBanner .productCrumbs ul li a,
  .productBanner .productCrumbs ul li a span {
    color: #000000;
  }
  .productBanner .text {
    width: 100%;
  }
  .productBanner .text h1 {
    padding-top: 10px;
  }
  .productBanner .text h1,
  .productBanner .text p,
  .productBanner .text a span {
    color: #000000;
  }
  .productBanner .text a {
    margin-top: 10px;
  }
  .productBanner .text a span {
    padding-left: 0;
    background: none;
  }

  .consumerProductDetailBox table {
    width: 767px;
  }
  .consumerProductDetailBox2 table th,
  .consumerProductDetailBox2 table td {
    padding: 0 10px;
  }

  .consumerProductDetailOtherBox .relatedProduct .item {
    width: 50%;
  }
  .industryProductBox .item .textBox h2 {
    font-size: 26px;
  }

  .industryProductText p {
    font-size: 16px;
  }

  .industryProductDetailTitle {
    padding: 80px 0;
  }

  .advantageBox1 .itemBox .item {
    width: 48%;
  }
  .advantageBox2 .itemBox .slick-prev {
    left: 15%;
  }
  .advantageBox2 .itemBox .slick-next {
    right: 15%;
  }
  .faqTabSwitch .itemBox .item .text {
    padding-right: 0;
  }

  .table_responsive th:nth-of-type(3),
  .table_responsive td:nth-of-type(3),
  .table_responsive th:nth-of-type(4),
  .table_responsive td:nth-of-type(4),
  .table_responsive th:nth-of-type(5),
  .table_responsive td:nth-of-type(5) {
    display: none;
  }

  .supportBox2 .title h2 {
    font-size: 20px;
  }
  .supportBox2 .item {
    width: 100%;
  }
  .supportBox2 .item .text h3 {
    font-size: 18px;
  }
  .supportBox2 .item .text p {
    padding-right: 0;
  }

  .companyBox3 .title h2 {
    padding-top: 0;
  }
  .companyBox3 .itemBox .slick-list {
    overflow: hidden;
  }
  .companyBox3 .itemBox {
    padding: 0 40px;
    height: auto;
  }
  .companyBox3 .itemBox:before,
  .companyBox3 .itemBox .item .text ul li:before {
    display: none;
  }
  .companyBox3 .itemBox .item {
    padding: 0 10px;
    height: auto !important;
    margin: 0 !important;
  }
  .companyBox3 .itemBox .item span {
    position: initial;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    background: none !important;
    padding: 0 !important;
    width: 100% !important;
    display: block;
    text-align: left;
    font-size: 30px;
  }
  .companyBox3 .itemBox .item .text:before {
    display: none !important;
  }
  .companyBox3 .itemBox .item .text {
    width: auto;
    position: initial;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .companyBox3 .itemBox .item .text p {
    font-size: 16px;
  }
  .companyBox3 .swipeMore {
    display: none;
  }
  .companyBox3 .itemBox .slick-prev {
    left: 10px;
  }
  .companyBox3 .itemBox .slick-next {
    right: 10px;
  }

  .companyBox4 .item {
    width: 25%;
    margin-bottom: 30px;
  }

  .consumerProductBox .item .a a span {
    font-size: 14px;
  }
  .comparePro .text {
    margin-bottom: 0;
  }
  .comparePro .text p {
    display: none;
  }
  .comparisonTable table tr:hover th {
    padding-left: 10px;
  }
  .comparisonTableFix table th span,
  .comparisonTable table th {
    text-align: center;
    word-break: break-all;
    font-size: 14px;
  }
  .comparisonTable table td {
    word-break: break-all;
    font-size: 14px;
  }
  .comparisonTable table th em {
    opacity: 1;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: inherit;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    line-height: 1;
  }
  .comparisonTable table td a,
  .comparisonTableFix table td a {
    font-size: 14px;
  }

  .comparePro .item .t {
    font-size: 12px;
  }
  .inquire_form {
    width: 100%;
  }
  .inquire_form .info {
    width: 100%;
  }
  .inquire_form .controls .tips {
    font-size: 12px;
  }

  .supportBox2 .items:nth-of-type(2) .item {
    width: 100%;
    padding-right: 0;
  }

  .consumerProductDetailOtherBox .relatedProduct .item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .footer_box .fast_navigation .itemBox .item:nth-of-type(3) {
    width: 100%;
  }
  .footer_box .fast_navigation .itemBox .item:nth-of-type(4) {
    width: 100%;
    padding-left: 0;
  }
  .footer_box .fast_navigation h3 {
    padding-bottom: 20px;
  }
  .indexBox3 .item {
    width: 50%;
  }

  .productBanner {
    padding-top: 200px;
    -webkit-background-size: auto 200px;
    background-size: auto 200px;
  }

  .comparePro {
    padding: 40px 0;
  }
  .comparePro .text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .comparePro .conBox .closeCompare {
    top: -20px;
  }
  .comparePro .itemBox {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .comparePro .itemBox .btn {
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .comparePro .itemBox .btn a {
    width: 140px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .comparePro .itemBox .btn a span {
    line-height: 34px;
  }

  .consumerProductDetailBox1 .proBigImg {
    padding: 0 100px;
  }

  .consumerProductDetailBox1 .productTextBox .text ol li {
    padding: 5px 20px;
    margin-bottom: 5px;
  }

  .industryProductDetailBox3 .item,
  .industryProductDetailBox4 .item {
    width: 100%;
  }

  .companyBox3 .itemBox .item span,
  .companyBox3 .itemBox .item {
    text-align: center;
  }
  .companyBox4 .item {
    width: 33.33%;
  }

  .companyBox5 .honorBox .img {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .consumerListBox .item .textBox .imgBox .conBox {
    padding: 0 5px;
  }
  .consumerListBox .item .textBox .imgBox .conBox .tp,
  .consumerListBox .item .textBox .imgBox .conBox .t {
    width: 100%;
  }
  .consumerListBox .item .textBox .imgBox .conBox .t a {
    font-size: 14px;
  }

  .consumerProductBox .item {
    width: 100%;
  }

  .consumerProductDetailBox1 .proBigImg {
    padding: 0 50px;
  }
  .supportBox2 .items .item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .productBanner {
    padding-top: 150px;
    -webkit-background-size: auto 150px;
    background-size: auto 150px;
  }
  .consumerProductDetailBox1 .proBigImg {
    padding: 0;
  }

  .consumerProductDetailOtherBox .productSupport .item .text {
    padding-top: 0;
  }
  .consumerProductDetailOtherBox .productSupport .item .text span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .consumerProductDetailOtherBox .productSupport .item .text a {
    display: block;
    float: left;
  }

  .industryProductDetailBox2 a {
    width: 100%;
  }

  .advantageBox1 .itemBox .item {
    width: 100%;
  }
  .advantageBox2 .item {
    width: 50%;
  }

  .companyBox4 .item {
    width: 50%;
  }
}
@media (max-width: 390px) {
  .consumerProductDetailBox1 .a a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.industryProductBanner {
  line-height: 0;
  text-align: center;
}

.industryProductMenu {
  overflow: hidden;
}
.industryProductMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.industryProductMenu ul li {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.industryProductMenu ul li a {
  display: inline-block;
  padding: 0 30px;
  line-height: 38px;
  font-size: 16px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.industryProductMenu ul li a:hover,
.industryProductMenu ul li a.on {
  background: #e8380d;
  color: #ffffff;
}

.industryProductListBox {
  padding-top: 35px;
  overflow: hidden;
  padding-bottom: 80px;
}
.industryProductListBox .itemBox {
  margin: 0 -42px;
  display: flex;
  flex-wrap: wrap;
}
.industryProductListBox .item {
  width: 33.33%;
  padding: 0 42px;
  margin-bottom: 65px;
}
.industryProductListBox .item .conBox:hover {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.industryProductListBox .item .img {
  height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  text-align: center;
}
.industryProductListBox .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.industryProductListBox .item .text {
  padding: 0 20px 35px;
}
.industryProductListBox .item .text h3 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  padding: 15px 0;
}
.industryProductListBox .item .text table {
  border: 0;
}
.industryProductListBox .item .text table tr td {
  border-top: 1px dashed #eeeeee;
  border-bottom: 1px dashed #eeeeee;
  border-left: 0;
  border-right: 0;
  padding: 12px 10px 12px 0;
  font-size: 16px;
  color: #646464;
  line-height: 1.5;
}
.industryProductListBox .item .text .t * {
  font-size: 16px;
  color: #646464;
  line-height: 1.5;
}
.industryProductListBox .item .a a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  background: #e5e5e5;
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
}
.industryProductListBox .item .a a:hover {
  background: #e8380d;
  color: #ffffff;
}

.industryProductTextBox {
  background: #0c0c0c;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.industryProductTextBox p {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
}
.industryProductTextBox a {
  display: inline-block;
  width: 160px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e8380d;
}
.industryProductTextBox a:hover {
  opacity: 0.85;
}

.industryProductDetailConBox1 {
  background: #ffffff;
  padding: 60px 0;
}
.industryProductDetailConBox1 .conBox {
  padding: 0 100px;
}
.industryProductDetailConBox1 .project_B_img .slick_first {
  height: 630px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project_B_imgs {
  width: 630px;
  height: auto;
  padding: 50px;
  margin: 0px auto;
}
.project_S_imgs {
  margin: 0px auto;
}
.project_S_imgs .swiper-wrapper {
  justify-content: center;
}
.project_S_imgs .swiper-slide {
  border: 2px solid #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.project_S_imgs .swiper-slide.swiper-slide-thumb-active {
  border-color: #ea4821;
}
.project_S_imgs .swiper-slide img {
  height: 46px;
  width: auto;
  display: block;
}
.industryProductDetailConBox1 .project_B_img img {
  max-width: 100%;
  max-height: 100%;
}
.industryProductDetailConBox1 .project_S_img {
  margin: 0 -3px;
  padding-top: 10px;
}
.industryProductDetailConBox1 .project_S_img .slick_first {
  height: 90px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border: 2px solid #000000;
  cursor: pointer;
}
.industryProductDetailConBox1 .project_S_img .slick_first.slick-current {
  border-color: #ea4821;
}
.industryProductDetailConBox1 .project_S_img .slick_first img {
  max-width: 100%;
  max-height: 100%;
}

.industryProductDetailConBox2 {
  padding: 25px 0;
  background: #e8380d;
}
.industryProductDetailConBox2 .conBox {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.industryProductDetailConBox2 .title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
}
.industryProductDetailConBox2 .productCrumbs,
.industryProductDetailConBox2 .productCrumbs * {
  color: #ffffff !important;
}
.industryProductDetailConBox2 .a a {
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #e8380d;
  font-weight: bold;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.industryProductDetailConBox2 .a a:hover {
  background: #f5f5f5;
}

.industryProductDetailConBox3 {
  padding-bottom: 60px;
}
.industryProductDetailConBox3 .title {
  padding-top: 45px;
}
.industryProductDetailConBox3 .title h3 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 20px;
}
.industryProductDetailConBox3 .text ul {
  border-top: 1px dashed #eeeeee;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.industryProductDetailConBox3 .text ul li {
  float: left;
  padding: 10px 0;
  border-bottom: 1px dashed #eeeeee;
}
.industryProductDetailConBox3 .text * {
  font-size: 18px;
  color: #4b4b4b;
}
.industryProductDetailConBox3 .text1 ul li {
  width: 33.33%;
}
.industryProductDetailConBox3 .text1 ul li span {
  color: #e8380d;
}
.industryProductDetailConBox3 .text2 ul li {
  width: 100%;
}
.industryProductDetailConBox3 .text table th {
  font-size: 16px;
  color: #4b4b4b;
  background: #eeeeee;
  padding: 0 30px;
  height: 55px;
  text-align: left;
}
.industryProductDetailConBox3 .text table th,
.industryProductDetailConBox3 .text table td {
  border: 1px solid #f6f6f6;
}
.industryProductDetailConBox3 .text4 ul li {
  width: 25%;
}
.industryProductDetailConBox3 .conBox {
  overflow: hidden;
}
.industryProductDetailConBox3 .con {
  width: 50%;
  float: left;
}
.industryProductDetailConBox3 .text5 p {
  padding: 10px 0;
}
.industryProductDetailConBox3 .text5 p span {
  color: #e8380d;
}
.productDownload {
  padding-top: 40px;
}
.productDownload span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}

.productListBox .itemBox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding-top: 60px;
  padding-bottom: 40px;
}
.productListBox .item {
  width: 50%;
  float: left;
  padding: 0 30px;
  margin-bottom: 60px;
}
.productListBox .item .conBox {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.productListBox .item .conBox:hover {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.productListBox .item .conBox .img {
  overflow: hidden;
}
.productListBox .item .conBox .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
}
.productListBox .item .conBox:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
}
.productListBox .item .conBox .t {
  padding: 20px 15px;
}
.productListBox .item .conBox .t h3 {
  color: #111111;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.productListBox .item .conBox .t h3:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background: #111111;
  top: 0;
  left: 0;
}
.productListBox .item .conBox .t a {
  font-size: 16px;
  color: #e8380d;
  display: inline-block;
}
.productListBox .item .conBox .t a:hover {
  text-decoration: underline;
}
.K_series_box {
  width: 100%;
  height: auto;
  position: relative;
}
.K_series_img {
  width: 100%;
  height: auto;
}
.K_series_img img {
  width: 100%;
  height: auto;
  display: block;
}

.K_series_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.K_series_box.left .K_series_content {
  justify-content: flex-start;
}
.K_series_content_txt {
  width: 545px;
  height: auto;
  padding: 0 30px;
}
.K_series_content_txt h4 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.K_series_content_txt h4 span {
  font-size: 48px;
  font-weight: 700;
}
.K_series_content_txt p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  margin-top: 20px;
}
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}

.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popWin .Txt {
  padding: 30px;
}

.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}

.popWin .close {
  position: absolute;
  right: -23px;
  cursor: pointer;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.popWin .close:after,
.popWin .close:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #e8380d;
}

.popWin .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popWin.show .inner,
.popWin.show .mask {
  opacity: 1;
}

.popWin .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .popWin .popContent {
    max-height: -webkit-calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
  }
}

@media (max-width: 767px) {
  .productListBox .itemBox {
    margin: 0;
  }
  .productListBox .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 1620px) {
  .industryProductListBox .itemBox {
    margin: 0 -15px;
  }
  .industryProductListBox .item {
    padding: 0 15px;
  }
}
@media (max-width: 1450px) {
  .industryProductListBox .itemBox {
    margin: 0 -10px;
  }
  .industryProductListBox .item {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .industryProductListBox .item .text h3 {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
  .industryProductListBox .item .text {
    padding: 0 10px 10px;
  }
  .industryProductListBox .item .text .t * {
    font-size: 14px;
    padding: 8px 5px 8px 0;
  }
  .industryProductListBox .item .text table {
    width: 100%;
    min-width: 0;
  }

  .industryProductDetailConBox1 .project_B_img .slick_first {
    height: 500px;
  }
  .industryProductDetailConBox1 .project_S_img .slick_first {
    height: 100px;
  }
  .industryProductDetailConBox3 {
    padding-top: 20px;
  }
  .industryProductDetailConBox3 .title {
    padding-top: 30px;
  }
  .industryProductDetailConBox3 .text * {
    font-size: 16px;
  }
  .industryProductDetailConBox3 .text ul li {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .industryProductListBox .item {
    width: 50%;
  }
  .industryProductDetailConBox1 .conBox {
    padding: 0;
  }
  .industryProductDetailConBox1 .project_S_img {
    display: none;
  }
  .industryProductDetailConBox3 .con {
    width: 100%;
  }
  .industryProductDetailConBox3 .title h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .industryProductDetailConBox2 .conBox {
    flex-wrap: wrap;
  }
  .industryProductDetailConBox2 .conBox .a {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 540px) {
  .industryProductListBox .item {
    width: 100%;
  }
}

.indexBanner:lang(ar),
.indexBox2:lang(ar) {
  direction: ltr !important;
}
.gt-block.header_search_box {
  display: none;
}
.P_list_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.P_list_content_right {
  width: 48.5%;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
}
.P_list_content_right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #a0a0a0;
  color: #fff;
}
.P_list_content_right a:hover {
  background: #8d1a00;
}
@media (max-width: 1450px) {
  .consumerMenu_list_left li {
    width: 180px;
    margin-left: 20px;
  }
  .consumerMenu_list_right_right {
    width: 360px;
    margin-left: 20px;
  }
}
@media (max-width: 1200px) {
  .consumerMenu_list_right_right {
    width: 300px;
  }
  .consumerMenu_list_left li {
    width: 170px;
  }
}
.consumerListTxt {
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 1.6;
}
.consumerListTxt h2 {
  font-size: 46px;
  color: #181818;
  font-weight: 700;
  text-align: center;
}
.consumerListTxt p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
}
.consumerListForm {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.consumerListForm h2 {
  font-size: 46px;
  color: #181818;
  font-weight: 700;
  text-align: center;
}
.consumerListForm_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.consumerListForm_ul li {
  width: 49%;
  height: 56px;
  position: relative;
  margin-top: 10px;
}
.consumerListForm_ul li input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.consumerListForm_ul li .tips {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: red;
}
.consumerListForm_btn {
  display: block;
  width: 280px;
  height: 60px;
  background: none;
  border: 2px solid #e8380d;
  font-size: 20px;
  color: #e8380d;
  margin: 0px auto;
  margin-top: 30px;
  cursor: pointer;
  border-radius: 30px;
}
.consumerListForm_btn:hover {
  background: #e8380d;
  color: #fff;
}
.product_detial_feature {
  height: 100px;
  overflow: hidden;
  width: 100%;
  overflow-y: auto;
}
.product_detial_feature p {
  font-size: 16px;
  line-height: 1.6;
}
.product_detial_feature::-webkit-scrollbar {
  width: 2px;
}
.product_detial_feature::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product_detial_feature::-webkit-scrollbar-thumb {
  background: #e8380d;
}

@media (max-width: 768px) {
  .K_series_content {
    position: relative;
  }
  .K_series_content_txt {
    width: 100%;
    height: auto;
    padding: 4%;
    position: relative;
    background: #f5f5f5;
  }
  .K_series_content_txt h4 {
    font-size: 4.8vw;
    color: #333;
  }
  .K_series_content_txt h4 span {
    font-size: 4.8vw;
  }
  .K_series_content_txt p {
    font-size: 3.6vw;
    line-height: 1.6;
    margin-top: 3.2vw;
    color: #333;
  }
  .consumerListTxt h2 {
    font-size: 32px;
  }
  .consumerListForm h2 {
    font-size: 32px;
  }
  .consumerListForm_ul li {
    width: 100%;
  }
}

.K_solution_detial_banner {
  width: 100%;
  height: auto;
}
.K_solution_detial_banner img {
  width: 100%;
  height: auto;
  display: block;
}
.K_content {
  width: 100%;
  height: auto;
}
.K_contentWH1600 {
  width: 83.33%;
  height: auto;
  margin: 0px auto;
}
.crumbs_box {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.crumbs_box ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.crumbs_box ul i,
.crumbs_box ul li a {
  font-size: 18px;
  color: #000000;
  font-weight: 18px;
}
.crumbs_box ul i {
  margin: 0 8px;
}
.crumbs_box ul li a:hover {
  color: #cf3b1b;
}
.K_solution_detial_list_box {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.K_solution_detial_list_title {
  width: 57.7%;
  height: auto;
  margin: 0px auto;
}
.K_solution_detial_list_title h1 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.K_solution_detial_list_title p {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  margin-top: 16px;
}
.K_solution_detial_list_ul {
  width: 100%;
  height: auto;
  margin-top: 32px;
}
.K_solution_detial_list_ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-top: 30px;
}
.K_solution_detial_list_ul_bg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.K_solution_detial_list_ul_bg img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.K_solution_detial_list_ul_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  padding: 35px 59px;
}
.K_solution_detial_list_ul_content_txt {
  width: 49.4%;
  height: auto;
}
.K_solution_detial_list_ul_content_txt h2 a {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.K_solution_detial_list_ul_content_txt p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 200px;
  line-height: 1.6;
  margin-top: 8px;
}
.K_solution_detial_list_ul_content_more {
  width: 275px;
  height: 55px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 27px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  transition: all 0.3s;
}
.K_solution_detial_list_ul_content_more i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
  width: 33px;
  height: auto;
  aspect-ratio: 1/1;
  background: #cf3b1b;
  border-radius: 50%;
  margin-left: 17px;
  transition: all 0.3s;
}
.K_solution_detial_list_ul li:hover .K_solution_detial_list_ul_bg img {
  transform: scale(1.1);
}
.K_solution_detial_list_ul_content_more:hover {
  border-color: #cf3b1b;
  background: #cf3b1b;
}
.K_solution_detial_list_ul_content_more:hover i {
  background: #ffffff;
  color: #cf3b1b;
}
.K_solution_detial_list_ul
  li:nth-of-type(even)
  .K_solution_detial_list_ul_content {
  flex-direction: row-reverse;
}
.K_solution_detial_related_products_box {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background: #f4f4f4;
}
.K_solution_detial_related_products_title {
  width: 100%;
  height: auto;
}
.K_solution_detial_related_products_title h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.K_solution_detial_related_products_sw {
  width: 100%;
  margin-top: 50px;
}
.K_solution_detial_related_products_sw .swiper-slide {
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.K_solution_detial_related_products_sw_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.K_solution_detial_related_products_sw_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.K_solution_detial_related_products_sw
  .swiper-slide:hover
  .K_solution_detial_related_products_sw_img
  img {
  transform: scale(1.1);
}
.K_solution_detial_related_products_sw_txt {
  width: 100%;
  height: auto;
  padding: 50px;
  padding-top: 29px;
}
.K_solution_detial_related_products_sw_txt h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.K_solution_detial_related_products_sw_txt h3 a {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.K_solution_detial_related_products_sw_txt p {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  font-weight: 200px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}
.K_solution_detial_related_products_sw_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 208px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #cf3b1b;
  margin: 0px auto;
  margin-top: 30px;
  font-size: 16px;
  color: #cf3b1b;
}
.K_solution_detial_related_products_sw_more:hover {
  color: #ffffff;
  background: #cf3b1b;
}
.K_solution_detial_other_box {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.K_solution_detial_other_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.K_solution_detial_other_ul li {
  width: 24.2%;
  height: auto;
  position: relative;
  margin-top: 50px;
  cursor: pointer;
  transition: all 0.6s;
}
.K_solution_detial_other_ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #cf3b1b;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.K_solution_detial_other_ul_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.K_solution_detial_other_ul_img img {
  display: block;
  max-width: initial;
}
.K_solution_detial_other_ul_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 30px;
  display: flex;
  align-items: flex-end;
}
.K_solution_detial_other_ul li.on {
  width: 50%;
}
.K_solution_detial_other_ul li.on:after {
  width: 100%;
}
.K_solution_detial_other_ul li.on .K_solution_detial_other_ul_content {
  padding: 50px 30px;
}
.K_solution_detial_other_ul_content_txt h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
}
.K_solution_detial_other_ul_content_txt p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 200;
  margin-top: 15px;
  display: none;
}
.K_solution_detial_other_ul_content_txt i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cf3b1b;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 18px;
}
.K_solution_detial_other_ul li.on .K_solution_detial_other_ul_content_txt p {
  display: block;
}
.K_solution_detial_other_ul li.on .K_solution_detial_other_ul_content_txt i {
  display: none;
}
.K_solution_detial_last_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.K_solution_detial_last_box li {
  width: 24%;
  height: auto;
  position: relative;
}
.K_solution_detial_last_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.K_solution_detial_last_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.K_solution_detial_last_box li:hover .K_solution_detial_last_img img {
  transform: scale(1.1);
}
.K_solution_detial_last_box li:after {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background: #cf3b1b;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.K_solution_detial_last_title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.K_solution_detial_last_box li:hover:after {
  width: 100%;
}
.K_solution_assist_box {
  width: 100%;
  height: auto;
  padding: 56px 0;
  background: #0e0807;
}
.K_solution_assist_box h2 {
  font-size: 30px;
  color: #f1f1f1;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  padding: 0 9%;
}
.K_solution_assist_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 50px;
  border-radius: 10px;
  margin: 0px auto;
  margin-top: 30px;
  background: #cf3b1b;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #cf3b1b;
}
.K_solution_assist_box a:hover {
  background: transparent;
  color: #cf3b1b;
}
.contentWH1200 {
  width: 1200px;
  height: auto;
  margin: 0px auto;
}
.industry_detial_info_box {
  width: 100%;
  height: auto;
}
.industry_detial_info_content {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 80px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industry_detial_info_content_left {
  width: 41.5%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.industry_detial_info_content_left_btn {
  width: 16.87%;
  height: auto;
  aspect-ratio: 112/472;
  overflow: hidden;
}
.industry_detial_info_content_left_btn_sw {
  width: 100%;
  height: 100%;
}
.industry_detial_info_content_left_btn_sw .swiper-slide {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.industry_detial_info_content_left_btn_sw
  .swiper-slide.swiper-slide-thumb-active {
  border-color: #ba1b22;
}
.industry_detial_info_content_left_btn_sw .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.industry_detial_info_content_left_big_sw {
  width: 78.62%;
  height: auto;
}
.industry_detial_info_content_left_big_sw .swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 522/472;
}
.industry_detial_info_content_left_big_sw .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.industry_detial_info_content_right {
  width: 33.5%;
  height: auto;
}
.industry_detial_info_content_right_info {
  width: 100%;
  height: auto;
}
.industry_detial_info_content_right_info h1 {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}
.industry_detial_info_content_right_info h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.industry_detial_info_content_right_info p {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  font-weight: 300;
}
.industry_detial_info_content_right_info_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  background: #ba1b22;
  border-radius: 4px;
  margin-top: 40px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.industry_detial_technology_box {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.industry_detial_technology_title {
  width: 100%;
  height: auto;
}
.industry_detial_technology_title h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.industry_detial_technology_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.industry_detial_technology_ul li {
  width: 7.333%;
  height: auto;
  margin-left: 1%;
  margin-top: 15px;
}
.industry_detial_technology_ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.industry_detial_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 80px;
}
.industry_detial_btn li {
  width: 30.5%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #252525;
  border-radius: 6px;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  margin-left: 20px;
}
.industry_detial_btn li:nth-of-type(1) {
  margin-left: 0;
}
.industry_detial_btn li img {
  width: 26px;
  height: auto;
  display: block;
  margin-right: 10px;
}
.industry_detial_btn li.on,
.industry_detial_btn li:hover {
  background: #b23629;
  border-color: #b23629;
  color: #ffffff;
}
.industry_detial_btn li.on img,
.industry_detial_btn li:hover img {
  filter: brightness(0) invert(1);
}
.industry_detial_content {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.industry_detial_content_list {
  width: 100%;
  height: auto;
  display: none;
}
.industry_detial_content_list_description {
  width: 100%;
  height: auto;
}
.industry_detial_content_list_description p {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  font-weight: 300;
}
.industry_detial_content_list_description_table {
  width: 100%;
  margin-top: 50px;
}
.industry_detial_content_list_description_table h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}
.industry_detial_content_list_description_table table {
  width: 100%;
  height: auto;
  border: none;
  margin-top: 35px;
}
.industry_detial_content_list_description_table table th {
  height: 90px;
  background: #ebebeb;
  font-size: 18px;
  color: #060606;
  font-weight: 600;
  text-align: left;
  border: none;
  padding-left: 30px;
  padding-right: 0;
}
.industry_detial_content_list_description_table table th:nth-last-of-type(1) {
  padding-left: 10px;
}
.industry_detial_content_list_description_table table td {
  border: none;
  height: 59px;
  font-size: 18px;
  color: #060606;
  font-weight: 400;
  padding: 0 30px;
}
.industry_detial_content_list_description_table table tr:nth-of-type(even) {
  background: #ebebeb;
}
.industry_detial_content_list_specification {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.industry_detial_content_list_specification table {
  width: 100%;
  height: auto;
  border: none;
}
.industry_detial_content_list_specification table td {
  height: 60px;
  font-size: 16px;
  color: #060606;
  border: none;
  padding-left: 30px;
}
.industry_detial_content_list_specification table td:nth-of-type(1) {
  background: #292929;
  border: 1px solid #ebebeb;
  color: #ffffff;
  font-weight: 600;
  padding-left: 40px;
}
.industry_detial_content_list_specification table tr:nth-of-type(odd) {
  background: #ebebeb;
}
.industry_detial_content_list_download {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.industry_detial_content_list_download li {
  width: 23.5%;
  height: auto;
  margin-left: 2%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.industry_detial_content_list_download_img {
  width: 50px;
  height: auto;
  display: block;
  margin-right: 10px;
}
.industry_detial_content_list_download_img img {
  width: 100%;
  height: auto;
  display: block;
}
.industry_detial_content_list_download li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.industry_detial_content_list_download li p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: #ececec;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  height: 58px;
}
.industry_detial_content_list_download li p a {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.industry_detial_content_list_download li p a img {
  display: inline-block;
  margin-right: 5px;
}
.industry_inquiry_box {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #ebebeb;
}
.industry_inquiry_ul {
  width: 100%;
  height: auto;
  margin-top: 12px;
}
.industry_inquiry_ul li {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.industry_inquiry_ul_name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.industry_inquiry_ul_content {
  width: 100%;
  margin-top: 9px;
  position: relative;
}
.industry_inquiry_ul_content input {
  display: block;
  width: 100%;
  height: 57px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  border: solid 1px #d9d9d9;
  outline: none;
}
.industry_inquiry_ul_content input::placeholder {
  color: #9a9a9a;
}
.industry_inquiry_ul_content .tips {
  color: #ff0000;
  position: absolute;
  right: 10px;
  top: 20px;
}
.industry_inquiry_ul_content_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.industry_inquiry_ul_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  margin-top: 13px;
  margin-right: 18px;
  cursor: pointer;
}
.industry_inquiry_ul_item input {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-appearance: none; /*去除默认样式*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  outline: none;
  border: 1px solid #a6a6a6;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 6px;
  cursor: pointer;
}
.industry_inquiry_ul_item input:checked {
  background: url(/public/static/images/home/en-us/K_form_ico.png) no-repeat
    center center;
  width: 100%;
  height: auto;
  border-color: #ba1b22;
  display: block;
  width: 16px;
  height: 16px;
}
.industry_inquiry_ul_content textarea {
  display: block;
  width: 100%;
  height: 164px;
  border: 1px solid #d9d9d9;
  resize: none;
  margin-top: 7px;
  padding: 22px;
  color: #000000;
  font-size: 16px;
  color: #000000;
}
.industry_inquiry_ul_content textarea::placeholder {
  color: #9a9a9a;
}
.industry_inquiry_btn {
  width: 100%;
  height: 45px;
  display: block;
  border: none;
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  background: #ba1b22;
  outline: none;
  color: #ffffff;
  font-weight: 300;
  cursor: pointer;
}
.industry_detial_last_box {
  width: 100%;
  height: auto;
  padding: 44px 0;
  background: #0c0c0c;
}
.industry_detial_last_box .contentWH1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industry_detial_last_box h2 {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}
.industry_detial_last_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 30px;
  background: #8d1a00;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1768px) {
  .K_solution_detial_list_title {
    width: 67.7%;
  }
}
@media (max-width: 1400px) {
  .K_contentWH1600 {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .K_solution_detial_list_ul_content_txt {
    width: 70.4%;
  }
  .K_solution_detial_last_box {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .K_solution_detial_last_box li {
    width: 48.5%;
    margin-top: 30px;
  }
  .contentWH1200 {
    width: 92%;
  }
  .industry_detial_info_content_right {
    width: 46.5%;
  }
  .industry_detial_info_content_left {
    width: 48.5%;
  }
  .industry_detial_last_box h2 {
    padding-right: 25px;
  }
}
@media (max-width: 990px) {
  .K_solution_detial_list_ul_content {
    position: relative;
  }
  .K_solution_detial_list_ul_content_txt h2 a {
    color: #000;
  }
  .K_solution_detial_list_ul_content_txt p {
    color: #000;
  }
  .K_solution_detial_list_ul_content_txt {
    width: 100%;
  }
  .K_solution_detial_list_ul_content_more {
    color: #cf3b1b;
    border-color: #cf3b1b;
  }
  .K_solution_detial_list_ul_content_more:hover {
    color: #fff;
  }
  .industry_detial_content_list_download li {
    width: 32%;
  }
  .industry_detial_content_list_download li:nth-of-type(4n + 1) {
    margin-left: 2%;
  }
  .industry_detial_content_list_download li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .crumbs_box {
    height: auto;
  }
  .crumbs_box ul {
    flex-wrap: wrap;
    padding: 2.2vw 0;
  }
  .crumbs_box ul i,
  .crumbs_box ul li a {
    font-size: 3.2vw;
  }
  .crumbs_box ul i {
    margin: 0 1.8vw;
  }
  .K_solution_detial_list_box {
    padding: 8vw 0;
  }
  .K_solution_detial_list_title {
    width: 100%;
  }
  .K_solution_detial_list_title h1 {
    font-size: 4.8vw;
  }
  .K_solution_detial_list_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .K_solution_detial_list_ul li {
    margin-top: 3.8vw;
    border-radius: 2vw;
  }
  .K_solution_detial_list_ul_content {
    padding: 5% 4%;
  }
  .K_solution_detial_list_ul_content_txt h2 a {
    font-size: 4.2vw;
  }
  .K_solution_detial_list_ul_content_txt p {
    font-size: 3.6vw;
    margin-top: 1.8vw;
  }
  .K_solution_detial_list_ul_content_more {
    width: 63vw;
    height: 10.8vw;
    border-radius: 5.4vw;
    font-size: 3.6vw;
    margin-top: 3.6vw;
  }
  .K_solution_detial_list_ul_content_more i {
    width: 4.8vw;
    font-size: 3.6vw;
    margin-left: 3.2vw;
    height: 4.8vw;
  }
  .K_solution_detial_related_products_box {
    padding: 8vw 0;
  }
  .K_solution_detial_related_products_title h2 {
    font-size: 4.8vw;
  }
  .K_solution_detial_related_products_sw {
    margin-top: 5.8vw;
  }
  .K_solution_detial_related_products_sw_txt {
    padding: 5% 4%;
  }
  .K_solution_detial_related_products_sw_txt h3 a {
    font-size: 4.2vw;
  }
  .K_solution_detial_related_products_sw_txt p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .K_solution_detial_related_products_sw_more {
    width: 42vw;
    height: 10.8vw;
    font-size: 3.6vw;
    margin-top: 3.6vw;
  }
  .K_solution_detial_other_box {
    padding: 8vw 0;
  }
  .K_solution_detial_other_ul {
    margin-top: 3.2vw;
  }
  .K_solution_detial_other_ul li.on,
  .K_solution_detial_other_ul li {
    width: 100%;
  }
  .K_solution_detial_other_ul li {
    margin-top: 3.8vw;
  }
  .K_solution_detial_other_ul {
    flex-wrap: wrap;
  }
  .K_solution_detial_other_ul_img img {
    width: 100%;
  }
  .K_solution_detial_other_ul_content {
    padding: 5% 4%;
  }
  .K_solution_detial_other_ul_content_txt h3 {
    font-size: 4.2vw;
  }
  .K_solution_detial_other_ul_content_txt p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
    display: block;
  }
  .K_solution_detial_other_ul_content_txt i {
    display: none;
  }
  .K_solution_detial_last_box {
    margin-top: 3.2vw;
  }
  .K_solution_detial_last_box li {
    margin-top: 3.8vw;
  }
  .K_solution_detial_last_title {
    font-size: 4.2vw;
  }
  .K_solution_assist_box {
    padding: 8vw 0;
  }
  .K_solution_assist_box h2 {
    font-size: 4.8vw;
    padding: 0;
  }
  .K_solution_assist_box a {
    width: 42vw;
    height: 10.8vw;
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .industry_detial_info_content {
    flex-wrap: wrap;
    padding: 8vw 0;
  }
  .industry_detial_info_content_left {
    width: 100%;
  }
  .industry_detial_info_content_right {
    width: 100%;
    margin-top: 5.8vw;
  }
  .industry_detial_info_content_left {
    flex-direction: column-reverse;
  }
  .industry_detial_info_content_left_btn {
    width: 100%;
    aspect-ratio: initial;
  }
  .industry_detial_info_content_left_big_sw {
    width: 100%;
  }
  .industry_detial_info_content_right_info h1 {
    font-size: 4.8vw;
  }
  .industry_detial_info_content_right_info h2 {
    font-size: 3.8vw;
    margin-top: 3.2vw;
    margin-bottom: 3.8vw;
  }
  .industry_detial_info_content_right_info p {
    font-size: 3.6vw;
  }
  .industry_detial_info_content_right_info_btn {
    width: 40vw;
    height: 10.8vw;
    font-size: 3.6vw;
    margin-top: 3.6vw;
  }
  .industry_detial_technology_box {
    padding: 8vw 0;
  }
  .industry_detial_technology_title h2 {
    font-size: 4.8vw;
  }
  .industry_detial_technology_ul {
    margin-top: 3.6vw;
  }
  .industry_detial_technology_ul li {
    width: 15.33%;
  }
  .industry_detial_technology_ul li:nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .industry_detial_btn {
    margin-top: 5.8vw;
  }
  .industry_detial_btn li {
    height: 10.8vw;
    font-size: 3.2vw;
    width: 32%;
    margin-left: 2%;
  }
  .industry_detial_btn li img {
    width: 3.2vw;
    margin-right: 1.8vw;
  }
  .industry_detial_content {
    margin-top: 5.8vw;
  }
  .industry_detial_content_list_description p {
    font-size: 3.6vw;
  }
  .industry_detial_content_list_description_table h2 {
    font-size: 3.8vw;
  }
  .industry_detial_content_list_description_table {
    margin-top: 5.8vw;
  }
  .industry_detial_content_list_description_table table {
    min-width: 600px;
    margin-top: 3.8vw;
  }
  .industry_detial_content_list_description_table table th {
    height: 10.8vw;
    font-size: 3.8vw;
    padding: 2%;
  }
  .industry_detial_content_list_description_table table td {
    height: 8.8vw;
    padding: 2%;
    font-size: 3.2vw;
  }
  .industry_detial_content_list_specification {
    margin-top: 5.8vw;
  }
  .industry_detial_content_list_specification table td:nth-of-type(1) {
    padding: 2%;
    font-size: 3.6vw;
  }
  .industry_detial_content_list_specification table td {
    padding: 3.6vw;
    height: 8.8vw;
    font-size: 3.2vw;
  }
  .industry_detial_content_list_download {
    margin-top: 3.2vw;
  }
  .industry_detial_content_list_download li {
    width: 100%;
    margin-left: 0;
    margin-top: 2.6vw;
  }
  .industry_detial_content_list_download_img {
    width: 11vw;
  }
  .industry_detial_content_list_download li p a {
    font-size: 3.6vw;
  }
  .industry_inquiry_box {
    padding: 8vw 0;
  }
  .industry_inquiry_ul_name {
    font-size: 3.6vw;
  }
  .industry_inquiry_ul_content input {
    height: 10.8vw;
    font-size: 3.2vw;
  }
  .industry_inquiry_ul li {
    margin-top: 3.8vw;
  }
  .industry_inquiry_ul_item {
    font-size: 3.6vw;
  }
  .industry_inquiry_ul_content textarea {
    height: 26vw;
    padding: 12px;
    font-size: 3.2vw;
  }
  .industry_detial_last_box {
    padding: 5.8vw 0;
  }
  .industry_detial_last_box .contentWH1200 {
    flex-direction: column;
    align-items: center;
  }
  .industry_detial_last_box h2 {
    font-size: 4.2vw;
    text-align: center;
    line-height: 1.6;
  }
  .industry_detial_last_box a {
    width: 42vw;
    height: 8.8vw;
    font-size: 3.6vw;
    margin-top: 3.6vw;
  }
}
