@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
body {
  font-family: 'Roboto-Regular';
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  transition: 0.5s;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 17px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #d3bd8c;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #d3bd8c;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#mobile.mobile_2 {
  display: block;
  left: unset;
  right: -320px;
}
#mobile.mobile_2 #menu-on {
  left: unset;
  right: 100%;
}
#mobile.mobile_2 .mobile-logo {
  display: none;
}
#mobile.active_2 {
  right: 0;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 80px;
}
#header a {
  display: block;
}
#header img {
  display: block;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container .logo {
  width: 450px;
}
#header .container .logo img {
  display: block;
  width: 100%;
}
#header .container .right {
  display: flex;
  align-items: center;
}
#header .container .right .menu_btn {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
#header .container .right .menu_btn span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 10px;
}
#header .container .right .menu_btn div {
  margin-top: 5px;
}
#header .container .right .lang {
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
#header .container .right .lang:hover ul {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .container .right .lang img {
  width: 40px;
}
#header .container .right .lang ul {
  position: absolute;
  top: 100%;
  width: 124px;
  right: -80%;
  perspective: 500px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #baa08f;
}
#header .container .right .lang ul li a {
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .container .right .lang ul li a:hover {
  background-color: #fd0000;
  color: #fff;
}
#header .container .right .lang ul li a:first-child {
  margin-top: 10px;
}
#header .container .right .lang ul li a img {
  width: 30px;
}
#header .container .right .lang ul li a span {
  margin-left: 10px;
}
#header.active {
  background-color: #000;
}
#banner {
  position: relative;
}
#banner .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  justify-content: space-between;
  display: flex;
  z-index: 1;
}
#banner .shadow div {
  width: 0;
  background-color: #fd3333;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .active div {
  width: 33.3%;
  transition: all 0;
  -moz-transition: all 0;
  -webkit-transition: all 0;
  -o-transition: all 0;
}
#banner .cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18vw;
  flex-wrap: wrap;
}
#banner .cont > div {
  font-family: 'Poppins-Bold';
  color: #fff;
  font-size: 68px;
  text-align: center;
  line-height: 2;
}
#banner .cont a {
  font-family: 'Roboto-Regular';
  font-size: 18px;
  background-color: #fd0000;
  padding: 10px 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .cont a:hover {
  color: #fd0000;
  background-color: #fff;
}
#index-body a {

  display: inline;
}
#index-body img {
  display: block;
}
#index-body .product .container {
  width: 1300px;
  padding: 50px 0;
  position: relative;
}
#index-body .product .container .title {
  margin: 30px 0;
  text-align: center;
  color: #333333;
  font-size: 48px;
  position: relative;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  line-height: 2;
}
#index-body .product .container .title .subline {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 40px;
  text-align: center;
}
#index-body .product .container .title .subline span {
  height: 2px;
  width: 150px;
  background-color: #333333;
  display: inline-block;
}
#index-body .product .container .title_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  line-height: 2;
}
#index-body .product .container .title_cont .list {
  padding: 0 20px;
  border-right: #333333 solid 1px;
}
#index-body .product .container .title_cont .list:last-child {
  border-right: none;
}
#index-body .product .container .title_cont .list a {
  padding: 5px 20px;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .title_cont .list a:hover {
  background-color: #fc0000;
  color: #fff;
}
#index-body .product .container .title_cont .active a {
  background-color: #fc0000;
  color: #fff;
}
#index-body .product .container .list_cont {
  height: 695px;
  overflow: hidden;
  margin-top: 40px;
}
#index-body .product .container .list_cont .swiper-container {
  position: relative;
  padding-bottom: 40px;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper {
  box-sizing: border-box;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border: #e0e0e0 solid 1px;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list:hover .shadow {
  opacity: 0.8;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list:hover .cont {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .img {
  height: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .img img {
  max-width: 100%;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fd3333;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .cont {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  color: #fff;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  z-index: 1;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .cont div {
  width: 100%;
  text-align: center;
}
#index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .cont div i {
  font-size: 30px;
}
#index-body .product .container .list_cont .swiper-container .swiper-pagination-bullet {
  background-color: #c0c0c0;
  opacity: 1;
}
#index-body .product .container .list_cont .swiper-container .swiper-pagination-bullet-active {
  background-color: #fc0000;
}
#index-body .about {
  background-image: url('../images/index/index_3.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  margin: 100px 0;
  background-position-x: 115%;
}
#index-body .about .container {
  width: 1300px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#index-body .about .container .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43%;
  position: relative;
  padding-bottom: 170px;
}
#index-body .about .container .left .left_1 {
  width: 8%;
  height: 686px;
  background-color: #fc0000;
}
#index-body .about .container .left img {
  width: 85%;
  margin-left: 5%;
}
#index-body .about .container .left .play_cont {
  position: absolute;
  bottom: 0;
  left: -120px;
}
#index-body .about .container .left .play_cont .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .about .container .left .play_cont .cont .play_btn {
  font-size: 40px;
  border: 2px #fff solid;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .about .container .left .play_cont .cont .play_btn:hover {
  color: #fc0000;
  border-color: #fc0000;
}
#index-body .about .container .left .play_cont .cont .play_btn i {
  position: relative;
  z-index: 2;
}
#index-body .about .container .left .play_cont .cont .play_btn div {
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
}
#index-body .about .container .right {
  width: 45%;
}
#index-body .about .container .right .title {
  position: relative;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  color: #fc0000;
  line-height: 2;
}
#index-body .about .container .right .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #fc0000;
}
#index-body .about .container .right .title_2 {
  font-size: 48px;
  font-family: 'Poppins-Bold';
  line-height: 2;
  margin-top: 30px ;
  text-transform: uppercase;
}
#index-body .about .container .right .des {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  margin-top: 30px;
  line-height: 2;
}
#index-body .about .container .right .cont_list {
  margin-top: 25px;
  line-height: 2;
}
#index-body .about .container .right .cont_list .list {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
#index-body .about .container .right .cont_list .list div:first-child {
  font-size: 30px;
  line-height: 1;
  margin-top: -3px;
}
#index-body .about .container .right .cont_list .list div:last-child {
  font-size: 16px;
  font-family: 'Poppins-Regular';
  margin-left: 10px;
}
#index-body .about .container .right .more {
  margin-top: 40px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 160px;
  line-height: 2;
}
#index-body .about .container .right .more:hover::before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .about .container .right .more:hover span {
  color: #fff;
}
#index-body .about .container .right .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fc0000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -webkit-transform: translateX(-80%);
  -o-transform: translateX(-80%);
}
#index-body .about .container .right .more span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .about .container .right .more span:first-child {
  margin-top: -3px;
  display: inline-block;
}
#index-body .about .container .right .more span:last-child {
  font-size: 20px;
  line-height: 1;
  margin-top: 3px;
  display: inline-block;
  margin-left: 10px;
}
#index-body .machine {
  padding: 100px 200px;
  background-image: url(../images/index/index_6.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
#index-body .machine .container .title {
  color: #fff;
  font-size: 48px;
  font-family: 'Poppins-Bold';
  text-align: center;
  position: relative;
  margin: auto;
  width: 380px;
  text-transform: uppercase;
  line-height: 2;
}
#index-body .machine .container .title::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 30%;
}
#index-body .machine .container .swiper-container {
  margin-top: 80px;
}
#index-body .machine .container .swiper-container .swiper-wrapper .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#index-body .machine .container .swiper-container .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#index-body .machine .container .swiper-container .swiper-wrapper .swiper-slide .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
}
#index-body .machine .container .swiper-container .swiper-wrapper .swiper-slide .text {
  font-size: 20px;
  line-height: 2;
  margin-top: 15px;
  color: #333;
  font-family: 'Poppins-Regular';
  text-align: center;
}
#index-body .quality .container {
  padding: 0 30px;
}
#index-body .quality .container .top {
  padding: 0 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .quality .container .top .title {
  position: relative;
  font-size: 48px;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  line-height: 2;
}
#index-body .quality .container .top .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background: #333;
}
#index-body .quality .container .top .more {
  margin-top: 40px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 160px;
}
#index-body .quality .container .top .more:hover::before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .quality .container .top .more:hover span {
  color: #fff;
}
#index-body .quality .container .top .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fc0000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -webkit-transform: translateX(-80%);
  -o-transform: translateX(-80%);
}
#index-body .quality .container .top .more span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .quality .container .top .more span:first-child {
  margin-top: -3px;
  display: inline-block;
}
#index-body .quality .container .top .more span:last-child {
  font-size: 20px;
  line-height: 1;
  margin-top: 3px;
  display: inline-block;
  margin-left: 10px;
}
#index-body .quality .container .swiper-container {
  margin-top: 70px;
}
#index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide .left {
  width: 22%;
  padding: 30px 0;
  text-align: center;
  background: #f2f2f2;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 24.5vw;
  font-size: 20px;
  font-family: 'Poppins-Regular';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 2;
}
#index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide .left:hover {
  color: #fc0000;
}
#index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product_use {
  overflow: hidden;
  margin-top: 100px;
  padding: 60px 0;
  background: #1a1817;
  background: url(../images/index/index_12.jpg);
}
#index-body .product_use .container {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .product_use .container .left {
  width: 42%;
  position: relative;
}
#index-body .product_use .container .left .swiper-container {
  height: 760px;
}
#index-body .product_use .container .left .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .product_use .container .left .swiper-container .swiper-wrapper .swiper-slide:hover .shadow {
  opacity: 0.8;
}
#index-body .product_use .container .left .swiper-container .swiper-wrapper .swiper-slide:hover .cont {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}
#index-body .product_use .container .left .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#index-body .product_use .container .left .swiper-container .swiper-wrapper .swiper-slide:last-child {
  height: 20%;
}



#index-body .product_use .container .left .swiper-container .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product_use .container .left .swiper-container .swiper-wrapper .swiper-slide .cont {
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins-Regular';
  display: flex;
  align-items: center;
  transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product_use .container .left .swiper-container .swiper-wrapper .swiper-slide .cont span:last-child {
  margin-left: 10px;
  margin-top: 5px;
}
#index-body .product_use .container .left > .next_page {
  font-size: 12px;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}
#index-body .product_use .container .left > .next_page i {
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product_use .container .left > .next_page i:hover {
  color: #fc0000;
}
#index-body .product_use .container .right {
  font-family: 'Poppins-Regular';
  width: 50%;
}
#index-body .product_use .container .right .title {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins-Regular';
  line-height: 2;
}
#index-body .product_use .container .right .title::before {
  content: '';
  background: #fff;
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .product_use .container .right .title_2 {
  font-family: 'Poppins-Bold';
  font-size: 48px;
  color: #fff;
  line-height: 2;
  text-transform: uppercase;
}
#index-body .product_use .container .right .des {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  line-height: 2;
}
#index-body .product_use .container .right .more {
  color: #fff;
  margin-top: 40px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 160px;
}
#index-body .product_use .container .right .more:hover::before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .product_use .container .right .more:hover span {
  color: #fff;
}
#index-body .product_use .container .right .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fc0000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -webkit-transform: translateX(-80%);
  -o-transform: translateX(-80%);
}
#index-body .product_use .container .right .more span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product_use .container .right .more span:first-child {
  margin-top: -3px;
  display: inline-block;
}
#index-body .product_use .container .right .more span:last-child {
  font-size: 20px;
  line-height: 1;
  margin-top: 3px;
  display: inline-block;
  margin-left: 10px;
}
#index-body .advance {
  background-image: url(../images/index/index_15.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 70px;
  padding-bottom: 150px;
}
#index-body .advance .container {
  width: 1300px;
  font-family: 'Poppins-Regular';
}
#index-body .advance .container .title {
  font-size: 20px;
  color: #fc0000;
  position: relative;
  line-height: 2;
}
#index-body .advance .container .title::before {
  width: 50px;
  content: '';
  height: 2px;
  background: #fc0000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .advance .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .advance .container .content .left {
  width: 45%;
}
#index-body .advance .container .content .left .title_2 {
  font-size: 48px;
  color: #333;
  font-family: 'Poppins-Bold';
  margin: 20px 0;
  text-transform: uppercase;
  line-height: 2;
}
#index-body .advance .container .content .left .des {
  font-size: 18px;
  line-height: 2;
}
#index-body .advance .container .content .left .more {
  margin-top: 40px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 160px;
}
#index-body .advance .container .content .left .more:hover::before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .advance .container .content .left .more:hover span {
  color: #fff;
}
#index-body .advance .container .content .left .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fc0000;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -webkit-transform: translateX(-80%);
  -o-transform: translateX(-80%);
}
#index-body .advance .container .content .left .more span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .advance .container .content .left .more span:first-child {
  margin-top: -3px;
  display: inline-block;
}
#index-body .advance .container .content .left .more span:last-child {
  font-size: 20px;
  line-height: 1;
  margin-top: 3px;
  display: inline-block;
  margin-left: 10px;
}
#index-body .advance .container .content .right .list {
  margin-top: 30px;
  width: 430px;
  display: flex;
  align-items: center;
}
#index-body .advance .container .content .right .list .img {
  background: #fc0000;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
#index-body .advance .container .content .right .list .img img {
  width: 50%;
}
#index-body .advance .container .content .right .list .text {
  width: 77%;
  font-size: 20px;
  background: #f9f9f9;
  height: 100px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#index-body .advance .container .content .right .list .text div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .contact {
  background: #000000;
}
#index-body .contact .container {
  display: flex;
  align-items: center;
}
#index-body .contact .container .left {
  width: 50%;
}
#index-body .contact .container .right {
  width: 50%;
  padding: 60px;
}
#index-body .contact .container .right .title {
  font-size: 48px;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 2;
}
#index-body .contact .container .right form {
  font-family: 'Poppins-Regular';
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#index-body .contact .container .right form input {
  width: 48%;
  padding: 15px 0;
  background: inherit;
  border: none;
  border-bottom: #fff solid 2px;
  font-size: 18px;
  color: #fff;
}
#index-body .contact .container .right form input:nth-child(4) {
  margin-left: 4%;
}
#index-body .contact .container .right form input::placeholder {
  color: #e6e4e4;
}
#index-body .contact .container .right form .content {
  margin-top: 60px;
  width: 100%;
}
#index-body .contact .container .right form .submit_btn {
  margin-top: 60px;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 80px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: capitalize;
}
#index-body .contact .container .right form .submit_btn:hover {
  background: #fc0000;
}
#index-body .news {
  margin: 100px 0;
}
#index-body .news .container {
  font-family: 'Poppins-Regular';
  width: 1300px;
}
#index-body .news .container .title {
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  font-size: 48px;
  text-align: center;
  position: relative;
  line-height: 2;
}
#index-body .news .container .title .subline {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
#index-body .news .container .title .subline::before {
  content: '';
  width: 150px;
  height: 2px;
  background: #333;
}
#index-body .news .container .swiper-container {
  margin-top: 50px;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide:hover .shadow {
  opacity: 1;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #f70101, #f7010100);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont {
  padding: 30px 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont a {
  color: #fff;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont .title_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'poppins-SemiBold';
  font-size: 20px;
  line-height: 2;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont .time {
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont .time .subline_2 {
  width: 50px;
  height: 1px;
  background: #fff;
  margin-left: 10px;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont .des {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 2;
}
#footer {
  padding: 100px;
  background-image: url(../images/index/footer.jpg);
  background-color: #282828;
  background-position: center;
  background-repeat: no-repeat;
}
#footer a {
  display: block;
}
#footer img {
  display: block;
}
#footer .container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  line-height: 2;
}
#footer .container .title .left {
  font-size: 48px;
  font-family: 'Poppins-Bold';
  color: #fff;
  text-align: Left;
  width: 45%;
  line-height: 2;
}
#footer .container .title .right {
  padding: 15px 50px;
  background-color: #fff;
  font-family: 'Poppins-Regular';
  font-size: 18px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .title .right:hover {
  color: #fff;
}
#footer .container .title .right:hover::before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}
#footer .container .title .right span {
  position: relative;
  z-index: 1;
}
#footer .container .title .right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fc0000;
  z-index: 1;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
#footer .container .cont {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 50px;
  padding: 50px 70px;
}
#footer .container .cont .left {
  width: 45%;
}
#footer .container .cont .left .logo {
  width: 440px;
}
#footer .container .cont .left .left_cont {
  margin-top: 50px;
  display: flex;
}
#footer .container .cont .left .left_cont .list_cont {
  width: 35%;
}
#footer .container .cont .left .left_cont .list_cont:last-child {
  width: 60%;
}
#footer .container .cont .left .left_cont .list_cont li {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  line-height: 2;
}
#footer .container .cont .left .left_cont .list_cont li:first-child {
  font-size: 24px;
  font-family: 'Poppins-Medium';
  margin-bottom: 20px;
  line-height: 2;
}
#footer .container .cont .left .left_cont .list_cont li a {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .cont .left .left_cont .list_cont li a:hover {
  color: #fc0000;
}
#footer .container .cont .left .left_cont .list_cont li img {
  margin-top: 3px;
  width: 16px;
}
#footer .container .cont .left .left_cont .list_cont li span {
  margin-left: 10px;
  font-size: 18px;
  font-family: 'Poppins-Regular';
}
#footer .container .cont .right .title {
  width: 70%;
  font-size: 18px;
  font-family: 'Poppins-Regular';
}
#footer .container .cont .right .middle {
  display: flex;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 50px;
  border-bottom: #222222 solid 1px;
  padding-right: 50px;
}
#footer .container .cont .right .middle span {
  font-size: 24px;
  font-family: 'Poppins-Medium';
  margin-right: 15px;
}
#footer .container .cont .right .middle a {
  border: #333 solid 1px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-left: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .cont .right .middle a:hover {
  color: #fff;
  background: #fc0000;
  border-color: #fc0000;
}
#footer .container .cont .right .middle #web_code {
  width: 90px;
  margin-left: auto;
}
#footer .container .cont .right .copy_right {
  margin-top: 40px;
  flex-wrap: wrap;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 2;
}
#footer .container .cont .right .copy_right a {
  height: 16px;
  font-size: 16px;
  margin-left: 10px;
}
#footer .container .cont .right .copy_right a img {
  width: auto;
  height: 100%;
  line-height: 1;
}
#footer .container .cont .right .copy_right .login {
  margin-top: -10px;
}

@media screen and (max-width: 1485px) {
  #footer .container{
    width: 100%
  }
}
@media screen and (max-width: 1300px) {
  #index-body .product .container {
    width: 100%;
    padding: 0 16px;
  }
  
  #index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .img {
    height: 25vw;
  }
  #index-body .about .container {
    width: 100%;
    padding: 10px ;
  }
  #index-body .about .container .left .left_1 {
    height: 52.5vw;
  }
  #index-body .product_use .container {
    width: 100%;
  }
  #index-body .advance .container {
    width: 100%;
  }
  #index-body .news .container {
    width: 100%;
    padding: 0 10px;
  }
  #footer {
    padding: 50px;
  }
  #footer .container .cont .left .logo {
    width: 100%;
  }
  #footer .container .cont .right .title {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #banner .cont {
    padding: 0 5vw;
  }
  #banner .cont > div {
    font-size: 40px;
  }
  #index-body .product .container .list_cont {
    height: 560px;
  }
  #index-body .machine {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 1100px) {
  #header{
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #mobile.mobile_1 {
    display: block;
  }
  #footer .container .cont{
    flex-wrap: wrap;
  }
  #footer .container .cont .left{
    width:100%;
  }
  #header {
    display: none;
  }
  #mobile.mobile_2 {
    display: none;
  }
  #banner {
    margin-top: 40px;
  }
  #index-body .product .container .title_cont {
    flex-wrap: wrap;
  }
  #index-body .about {
    margin: 50px 0;
  }
  #index-body .quality .container .top{
    padding: 0;
  }
  #index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide .left {
    font-size: 16px;
    padding: 15px 0;
  }
  
  #footer {
    padding: 20px;
  }
  #footer .container .title .left {
    width: 60%;
  }
  #footer .container .cont {
    padding: 20px;
  }
  #footer .container .cont .right .copy_right {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #banner .cont {
    padding: 0 10px;
  }
  #banner .cont > div {
    font-size: 30px;
    line-height: 2;
  }
  #index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .img {
    height: 45vw;
  }
  #index-body .product .container .list_cont {
    height: 100vw;
  }
  #index-body .about .container {
    flex-wrap: wrap;
  }
  #index-body .about .container .left {
    width: 100%;
  }
  #index-body .about .container .left .left_1 {
    display: none;
  }
  #index-body .about .container .left img {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  #index-body .about .container .left .play_cont {
    position: relative;
    left: 0;
    width: 100%;
  }
  #index-body .about .container .left .play_cont img {
    display: block;
  }
  #index-body .about .container .left {
    padding-bottom: 20px;
  }
  #index-body .about .container .right {
    width: 100%;
  }
  #index-body .about .container .right .title {
    text-align: center;
    width: 120px;
    margin: auto;
    line-height: 2;
  }
  #index-body .about .container .right .title::before {
    left: 30%;
  }
  #index-body .about .container .right .title_2 {
    text-align: center;
  }
  #index-body .about .container .right .des {
    text-align: center;
    line-height: 2;
  }
  #index-body .about .container .right .more {
    margin: auto;
    margin-top: 40px;
  }
  #index-body .machine {
    padding: 50px 20px;
  }
  #index-body .machine .container .swiper-container {
    margin-top: 40px;
  }
  
  #index-body .quality .container .top {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #index-body .quality .container .top .more {
    margin-top: 20px;
  }
  #index-body .quality .container .top .title{
    width: 100%;
  }
  #index-body .quality .container .top .title::before{
    left: 50%;
    transform: translateX(-50%);
  }
  #index-body .product_use {
    display: none;
  }
  #index-body .advance .container .title {
    width: 160px;
    margin: auto;
  }
  #index-body .advance .container .title::before {
    left: 30%;
  }
  #index-body .advance .container .content {
    flex-wrap: wrap;
    justify-content: center;
  }
  #index-body .advance .container .content .left {
    width: 100%;
  }
  #index-body .advance .container .content .right {
    width: 100%;
  }
  #index-body .contact .container {
    flex-wrap: wrap;
  }
  #index-body .contact .container .left {
    width: 100%;
  }
  #index-body .contact .container .right {
    width: 100%;
  }
  #footer .container .cont {
    flex-wrap: wrap;
  }
  
  #footer .container .cont .left {
    width: 100%;
  }
  #footer .container .cont .left .logo {
    text-align: center;
  }
  #footer .container .cont .left .logo img {
    margin: auto;
  }
  #footer .container .cont .left .left_cont .list_cont:first-child {
    display: none;
  }
  #footer .container .cont .left .left_cont .list_cont li:first-child {
    text-align: center;
  }
  #footer .container .cont .left .left_cont .list_cont:last-child {
    width: 100%;
  }

#footer .container .cont .right .middle a{
  width: 25px;
  height: 25px;
  font-size: 12px
}
  #footer .container .cont .right{
    width: 100%;
  }
  #footer .container .cont .right .title {
    margin-top: 30px;
    line-height: 2;
  }
  #index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide .left{
    padding: 0;
    line-height: 1;
  }
  #footer .container .title{
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .container .title .left{
    width: 100%;
  }
  
}
@media screen and (max-width: 414px) {
  #banner .cont > div {
    font-size: 18px;
    line-height: 2;
  }
  #banner .cont a {
    font-size: 12px;
    padding: 5px 10px;
  }
  #index-body .product .container {
    padding: 10px;
  }
  #index-body .product .container .title {
    font-size: 20px;
    margin: 10px 0;
    line-height: 2;
  }
  #index-body .product .container .title .subline {
    bottom: 15px;
  }
  #index-body .product .container .title .subline span {
    width: 50px;
  }
  #index-body .product .container .title_cont {
    margin-top: 10px;
    justify-content: center;
  }
  #index-body .product .container .title_cont .list {
    border-right: none;
    margin-top: 5px;
    padding: 0;
    border: #ccc dashed 1px;
    margin-right: 5px;
  }
  #index-body .product .container .list_cont {
    margin-top: 10px;
    height: 200vw;
  }
  #index-body .product .container .title_cont .list:last-child {
    border: #ccc dashed 1px;
  }
  #index-body .product .container .title_cont .active {
    border-color: #fc0000;
  }
  #index-body .product .container .title_cont .list a {
    font-size: 12px;
  }
  #index-body .product .container .list_cont .swiper-container .swiper-wrapper .list .img {
    height: 93vw;
  }
  #index-body .about {
    margin: 20px 0;
  }
  #index-body .about .container .right .title_2 {
    font-size: 20px;
    margin: 10px;
    line-height: 2;
  }
  #index-body .about .container .right .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
  #index-body .about .container .right .cont_list .list div:first-child {
    font-size: 14px;
    margin-top: 0;
    line-height: 2;
  }
  #index-body .about .container .right .cont_list .list div:last-child {
    font-size: 16px;
    margin-left: 5px;
    line-height: 2;
  }
  #index-body .about .container .right .more {
    margin-top: 20px;
  }
  #index-body .about .container .left .play_cont .cont .play_btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 35px;
    text-indent: 3px;
  }
  #index-body .machine {
    padding: 20px 10px;
  }
  #index-body .machine .container .title {
    line-height: 2;
    width: 155px;
    font-size: 20px;
  }
  #index-body .machine .container .title::before {
    width: 50px;
  }
  #index-body .machine .container .swiper-container {
    margin-top: 20px;
  }
  #index-body .machine .container .swiper-container .swiper-wrapper .swiper-slide {
    border: #ccc solid 1px;
    background: #000000;
    color: #fff;
    padding-bottom: 10px;
  }
  #index-body .machine .container .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 12px;
    color: #fff;
  }
  #index-body .machine .container .swiper-container .swiper-wrapper .swiper-slide .img{
    height: 60vw;
  }
  #index-body .quality .container {
    padding: 0 10px;
  }
  #index-body .quality .container .top .title {
    font-size: 20px;
    line-height: 2;
  }
  #index-body .quality .container .top .title::before {
    width: 50px;
  }
  #index-body .quality .container .top .more {
    padding: 2px 0;
    width: 120px;
    font-size: 12px;
  }
  #index-body .quality .container .top .more span:first-child {
    margin-top: 2px;
  }
  #index-body .quality .container .swiper-container {
    margin-top: 20px;
  }
  #index-body .quality .container .swiper-container .swiper-wrapper .swiper-slide .left {
    height: 50vw;
    padding: 5px 0;
    font-size: 12px;
  }
  #index-body .advance .container .content {
    padding: 0 10px;
  }
  #index-body .advance .container .content .left .title_2 {
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
    line-height: 2;
  }
  #index-body .advance .container .content .left .des {
    font-size: 16px ;
    text-align: center;
    line-height: 2;
  }
  #index-body .advance .container .content .left .more {
    margin: auto;
    margin-top: 20px;
    padding: 4px 0;
    width: 120px;
  }
  #index-body .advance .container .content .left .more span:first-child {
    margin-top: 2px;
    font-size: 12px;
  }
  #index-body .advance .container .content .right .list {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .advance .container .content .right {
    display: none;
  }
  #index-body .advance .container .content .right .list .text {
    padding: 10px;
    font-size: 12px;
  }
  #index-body .advance {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #index-body .contact .container .right {
    padding: 10px;
  }
  #index-body .contact .container .right .title {
    font-size: 20px;
    line-height: 2;
  }
  #index-body .contact .container .right form {
    margin-top: 20px;
  }
  #index-body .contact .container .right form input {
    padding: 5px 0;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
    border-bottom-width: 1px;
  }
  #index-body .contact .container .right form input:nth-child(4) {
    margin-left: 0;
  }
  #index-body .contact .container .right form .content {
    margin-top: 5px;
  }
  #index-body .contact .container .right form .submit_btn {
    padding: 5px 20px;
    font-size: 14px;
    margin-top: 20px;
  }
  #index-body .news {
    margin: 20px 0;
  }
  #index-body .news .container .title {
    font-size: 20px;
    line-height: 2;
  }
  #index-body .news .container .swiper-container {
    margin-top: 20px;
  }
  #index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont .time {
    font-size: 13px;
  }
  #index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont .time .subline_2 {
    width: 30px;
  }
  #index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .cont .des {
    font-size: 16px;
    line-height: 2;
  }
  #footer {
    padding: 10px;
  }
  #footer .container{
    padding: 0;
  }
  #footer .container .title .left {
    font-size: 20px;
    width: 100%;
    line-height: 2;
  }
  #footer .container .title {
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2;
  }
  #footer .container .title .right {
    padding: 5px 20px;
    margin-top: 10px;
    font-size: 12px;
  }
  #footer .container .cont {
    margin-top: 20px;
    padding: 10px;
  }
  #footer .container .cont .left .logo {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  #footer .container .cont .left .left_cont {
    margin-top: 0;
  }
  #footer .container .cont .left .left_cont .list_cont li:first-child {
    font-size: 18px;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 2;
  }
  #footer .container .cont .left .left_cont .list_cont li {
    margin-top: 5px;
    line-height: 2;
  }
  #footer .container .cont .left .left_cont .list_cont li img {
    width: 12px;
  }
  #footer .container .cont .left .left_cont .list_cont li span {
    font-size: 16px;
    margin-left: 5px;
    line-height: 2;
  }
  #footer .container .cont .right .title {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
  #footer .container .cont .right .middle {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 0;
  }
  #footer .container .cont .right .middle span {
    font-size: 14px;
  }
  #footer .container .cont .right .middle a {
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-left: 5px;
  }
  #footer .container .cont .right .middle #web_code {
    width: 50px;
  }
  #footer .container .cont .right .copy_right {
    margin-top: 20px;
  }
  #footer .container .cont .right .copy_right div {
    font-size: 16px;
    line-height: 2;
  }
  #footer .container .cont .right .copy_right a {
    line-height: 2;
    height: 12px;
    font-size: 12px;
  }
}


.shouyeh1 {
    display: inline;
}

.industrykwon {
    margin: 0 320px 20px;
    font-size: 18px;
    line-height: 2;
}

.industeytitle {
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    position: relative;
    line-height: 2;
}

.weqwe {
    color: #928686;
    font-size: 17px;
    font-family: 'Poppins-Regular';
    max-width: 610px;
    line-height: 2;
    display: inline;
}

.nbyejiao {
    margin-top: -18px;
}