﻿

@import url(iconfont.css);

html {
  overflow-y: scroll;
}

body {
  font-family: "Josefin Sans";
}

a:hover,
a:focus {
  text-decoration: none;
}

a {
  color: #656565;
  text-decoration: none;
  outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
}

form {
  margin: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  padding: 0 5px;
  padding-left: 0;
  padding-right: 0;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  height: 100px;
}

header .head-top {
  padding-top: 12px;
}

header .header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .header-top-right .item {
  display: flex;
  align-items: center;
}

header .header-top-right .iconfont {
  margin: 0 16px 0 13px;
  font-size: 20px;
}

header.tofixed .header-top-right a{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}

header .head-top .row {
  display: flex;
  justify-content: flex-end;
}

header .head-top a {
  font-size: 14px;
  margin-left: 6px;
  color: #fff;
}

header .head-top .iconfont {
  font-size: 14px;
  color: #fff;
}

header .head-top .item {
  margin-left: 18px;
  display: flex;
  align-items: center;
}

header .head-top .item.follow {
  margin-left: 30px;
}

header .head-bottom {
  position: relative;
  box-shadow: 0px 4px 23px 1px rgb(108 108 108 / 19%);
}

header .head-bottom .logo {
  display: inline-block;
  padding: 3px 0;
}

header .head-bottom .nav-list {
  float: right;
  display: flex;
  align-items: center;
}

ul:before,
ul:after {
  content: "";
  display: table;
  clear: both;
}

button,
input {
  outline: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #B12D29;
}

.isFixed {
  position: fixed !important;
  transition: all .3s;
}

.tofixed {
  position: fixed !important;
  background-color: transparent!important;
  box-shadow: none!important;
  color: #fff;
  transition: all .3s;
}

/* .tofixed a {
  color: #fff!important;
} */

.tofixed .dropdown > a,
.tofixed .head-langBox,
.tofixed .head-search .iconfont, 
.tofixed .head-langBox .iconfont {
  color: #fff!important;
  transition: all 0.5s;
}

.tofixed .nav-list .dropdown_menu li a,
.tofixed .head-bottom .nav-list>li .nav-more-list a {
  color: #656565;
}

.tofixed {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.3)!important;
  box-shadow: 0 0 5px #e91812;
}

header .head-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

header .head-bottom .nav-list>li {
  float: left;
  padding: 0 25px;
  position: relative;
}

header .head-bottom .nav-list>li>a {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding: 20px 0;
  border-radius: 20px;
  line-height: 1;
  font-weight: 400;
  color: #333;
}

header .head-bottom .nav-list>li>a:hover,
header .head-bottom .nav-list>.active>a {
  color: #B12D29;
}

header .head-bottom .nav-list>li>a:hover:after,
header .head-bottom .nav-list>.active>a:after {
  width: 100%;
}

header .head-bottom .nav-list>li.contact>a:hover:after {
  width: 0;
}

header .head-bottom .nav-list>li>a:after {
  display: table;
  content: "";
  width: 0;
  height: 3px;
  background: #B12D29;
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.header-bottom-right {
  display: flex;
  flex-direction: column;
}

.header-top-right {
  margin-top: 20px;
}

header .head-bottom li.head-share,
footer .footer-share .icon
 {
  display: flex;
  align-items: center;
  padding: 0;
}

header .head-bottom .nav-list>li.head-share>a:hover:after {
  display: none;
}

header.tofixed .head-bottom .nav-list>li>a:after {
  background: #fff;
}

header .head-bottom .head-share a i,
footer .footer-share a i{
  font-size: 18px;
  color: #333333;
  transition: all .3s;
}

footer .footer-share a:hover i {
  color: #fff!important;
}

header .head-bottom .head-share a:nth-child(1):hover i,
footer .footer-share a:nth-child(2):hover
 {
  background: #0e76a8;
  border-color: #0e76a8;
}

footer .footer-share a:nth-child(4):hover {
  background: #d4237a;
  border-color: #d4237a;
}

header .head-bottom .head-share a:nth-child(2):hover i,
footer .footer-share a:nth-child(3):hover
{
  background: #E60023;
  border-color: #E60023;
}

header .head-bottom .head-share a:nth-child(3):hover i,
footer .footer-share a:nth-child(1):hover
{
  background: #4267B2;
  border-color: #4267B2;
}

/* header .head-bottom .head-share a:nth-child(4):hover i,
footer .footer-share a:nth-child(4):hover
{
  background: #1DA1F2;
} */

header .head-bottom .nav-list>.head-langBox {
  float: right;
  margin-left: 19px;
  padding: 12px 0;
  cursor: pointer;
  padding-right: 0;
}

header .head-bottom .nav-list>.head-search {
  margin-left: 20px;
  padding: 12px 0;
  cursor: pointer;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

header .head-bottom .nav-list>.head-search i:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

header .head-bottom .nav-list > li.contact a {
    position: relative;
    padding: 31px 18px;
    color: #ffffff;
    background: #B12D29;
    transition: all .3s;
    border-radius: 0;
}

header .head-bottom .nav-list > li:last-child a:hover::after {
  display: none;
}

.head-langBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 400;
}

.head-langBox span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: #B12D29;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px #fff;
}

header .search-wrap .search-all .search-box {
  padding: 30px 0 30px 100px;
  position: relative;
}

header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  font-size: 30px;
}

header .search-wrap .search-all .search-box input {
  background: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 80%;
  color: #fff;
  padding: 10px;
}

header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: #fff !important;
}

header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: #fff !important;
}

header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid #B12D29;
  color: #B12D29;
  padding: 5px 20px;
  position: absolute;
  top: 52px;
  right: 0;
}

header .search-wrap .closed i {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

header .search-wrap .closed:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

header .search-wrap .search-all .search-box button:hover {
  background: #B12D29;
  color: #fff;
  border-color: #fff;
}

header .head-bottom .head-langBox ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 100px;
  display: none;
}

.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 10px;
}

.head-langBox ul a:hover {
  background: #B12D29;
  color: #fff;
}

header .head-bottom .nav-list>li .nav-more-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 230px;
  visibility: hidden;
}

header .head-bottom .nav-list>li .nav-more-list a {
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  transition: none;
}

header .head-bottom .nav-list>li .nav-more-list a:hover {
  background: #B12D29;
  color: #fff;
}

header .head-bottom .nav-list .nav-two-div {
  position: absolute;
  top: 100%;
  display: flex;
  width: 1360px;
  max-width: 1360px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  z-index: 9993;
  left: 50%;
  transform: translateX(-50%);
}

header .head-bottom .nav-list .nav-two-div {
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left {
  padding: 20px 0;
  background: #f9f9f9;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa {
  display: block;
  width: 100%;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 15px 30px;
  position: relative;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a {
  font-size: 20px;
  padding: 15px 40px 15px 60px;
  font-weight: bold;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa i {
  color: #e91812;
  line-height: inherit;
  position: absolute;
  right: 20px;
  top: 16px;
  font-weight: bold;
  font-size: 22px;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a i {
  opacity: 0;
  transition: all 0.3s;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-center {
  border-right: 1px solid #ddd;
  padding: 30px;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists,
header .head-bottom .nav-list .nav-two-div .nav-in-lists {
  width: 100%;
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right {
  max-height: 480px;
  overflow: auto;
  padding: 30px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists.active {
  display: block;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right a {
  color: #333;
  padding: 10px 0;
}

header .head-bottom .nav-list>.prod {
  position: static;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-left .active,
header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-center .active,
header .head-bottom .nav-list>.prod .nav-two-div .nav-twoa.active,
header .head-bottom .nav-list>.prod .nav-two-div .nav-twoa:hover {
  color: #e91812;
  background: #fff;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-left .active>i {
  opacity: 1;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-lists.active,
header .head-bottom .nav-list>.prod .nav-two-div .nav-in-lists.active {
  display: block;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-center .nav-center-a i {
  transition: all 0.3s;
  opacity: 0;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-center .active>i {
  opacity: 1;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-center .nav-center-a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}

.mb-header,
.m_header {
  display: none;
}

.mb-header .wrap {
  box-shadow: none !important;
  position: relative;
  z-index: 1000;
  align-items: center;
}

.mb-header .logo {
  display: inline-block;
  width: 160px;
  margin: 6px 19px;
}

.mb-header .wrap>ul {
  position: relative;
  top: 0;
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  float: right;
}

.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}

.contactBox202006131030 .contactInfo {
  overflow: hidden;
  width: 50%;
  float: left;
}

.contactBox202006131030 .textBox {
  margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #333;
}

.contactBox202006131030 .textBox p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
  background-image: url("../image/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("../image/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("../image/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("../image/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
  color: #e91812;
}

.contactBox202006131030 .contactForm {
  width: 50%;
  float: left;
  padding-left: 40px;
  overflow: hidden;
}

.contactBox202006131030 .title h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 36px;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 36px;
  color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 200px;
  height: 44px;
  line-height: 42px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #000000;
  cursor: pointer;
  transition: all 0.3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background: #B12D29;
  transition: all 0.3s;
}

.nav-list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  display: none;
  z-index: 1;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav-list .dropdown_menu li {
  width: 100%;
  position: relative;
}

.nav-list .dropdown_menu li a {
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}

.nav-list .dropdown_menu li a:hover {
  background: #E60013;;
  color: #ffffff;
}

.nav-list .dropdown_menu li.Three_menu > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  min-width: 160px;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}


.index-banner .swiper-pagination-bullet,
.index6 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #ffffff;
  opacity: 1;
  margin: 0 10px !important;
}

.index-banner .swiper-pagination-bullet-active,
.index6 .swiper-pagination-bullet-active {
  background-color: #e91812;
  position: relative;
}

.index-banner .swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  border: 2px solid #e91812;
  content: "";
}

.img {
  overflow: hidden;
}

.img img {
  transition: all 0.5s;
}
.item ul img {
  width: 52px;
}

footer .footer-wrap h3 {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: uppercase;
}

footer .footer-wrap ul a,
footer .footer-wrap ul li {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}

footer .footer-wrap ul li + li{
  margin-top: 10px;
}

footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: #e91812;
}

footer .footer-wrap i {
  color: #fff;
  margin-right: 19px;
}

.one-wrap,
.two-wrap {
  width: 16%;
}

.four-wrap {
  width: 38.4%;
}

footer .five-wrap ul li {
  text-transform:unset;
}

.one-wrap li + li {
  margin-top: 20px;
}

.one-wrap .text .content:nth-child(2) {
  margin-top: 26px;
}

.one-wrap .text p {
  font-size: 14px;
}

.footer-wrap li{
  display: flex;
  font-size: 14px;
}

.four-wrap li:last-child {
  align-items: flex-start;
}

.footer-wrap li .text {
  flex: 1;
}

.footer-wrap .img img {
  vertical-align: text-top;
}

.one-wrap li {
  display: flex;
  align-items: flex-start;
}

.one-wrap li .img {
  margin-right: 4px;
}

.footer-box .row{
  position: relative;
}

.footer-share {
  position: absolute;
  left: 0;
  bottom: 14px;
}

.footer-share ul {
  display: flex;
  justify-content: center;
}

.footer-wrap .label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-right: 4px;
}

footer .footer-share ul img {
  height: 31px;
  width: 31px;
  margin-right: 0;
}

.footer-share ul li {
  margin-right: 6px;
}

.footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 11px;
}

footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer-copyright .wrap {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.footer-box {
  background-color: #F0F0F2;
  padding: 98px 0 50px;

}

.footer-copyright {
  background-color: #F0F0F2;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
}

footer .footerForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

footer .footerForm .info input {
  height: 44px;
  width: 100%;
  background: #F0F0F2;
  border: 1px solid #939394;
  padding: 9px;
  outline: none;
  font-size: 16px;
  color: #333333;
}

footer .footerForm .tips {
  position: absolute;
  display: block;
  color: #ff000f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

footer .footerForm .info textarea {
  background: #F0F0F2;
  border: 1px solid #939394;
  width: 100%;
  padding: 9px;
  font-size: 16px;
  outline: none;
}

footer .footerForm .text p,
footer .footerForm .text p a {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

footer .footerForm .text p a:hover {
  text-decoration: underline;
}

footer .Verify_img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 26px;
  width: 80px;
  cursor: pointer;
}

footer .info input[type="submit"] {
  width: 114px;
  height: 36px;
  background: #E60013;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
  border: none;
  padding: 0;
}

.footer-copyright {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 14px;
  text-align: center;
}

.footer-copyright .sitemap:hover {
  text-decoration: underline;
  color: #e91812;
}

footer .footer-other {
  background: url("https://forwardspackaging.usa02.wondercdn.com/public/static/images/home/en-us/contactBg.jpg") no-repeat;
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .footer-other p {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 43px;
  width: 67%;
}

footer .footer-other a {
  display: inline-block;
  width: 271px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #9BDB32;
  border-radius: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 56px;
}

footer .footer-other i {
  font-size: 26px;
}

.imgBanner {
  position: relative;
}

.imgBanner .content {
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.imgBanner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 0px 5px 10px rgba(0,0,0,0.35);
}

.prod h1 {
  font-size: 66px;
  color: #e91812;
}

.imgBanner p {
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 60px;
  width: 62%;
}

.Crumbs_nav {
  padding: 30px 0;
}

.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #999999;
}

.Crumbs ul li:last-child span {
  color: #B12D29;
}

.indexBanner .icon span {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #fff;
}

.indexBanner .icon:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background: rgba(90, 187, 189, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.indexBanner .icon:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: rgba(90, 187, 189, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: example 1.6s linear infinite;
}

.page li {
  border: none;
}

.page {
  border: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  font-size: 14px;
  border: none;
  color: #666666;
}

.pagination>li>a, .pagination>li>span   {
  border: none;
  color: #666666;
  font-size: 14px;
}

.page li.active, .page li.active a, .page li:hover a, .page li.active span {
  background: #E60013;;
  color: #fff;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
 .pagination>.active>span, 
 .pagination>.active>span:focus, 
 .pagination>.active>span:hover {
  background: #E60013;;
  color: #fff;
  border-color: #e91812;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
  color: #e91812;
  background-color: #fffdfd;
  border-color: #fff;
}

.page li {
  height: 28px;
  width: auto;
  margin-left: 12px;
}

.page .page-num {
  height: 28px;
  width: auto;
  margin-left: 12px;
 
  text-align: center;
 
  transition: .3s;
  zoom: 1;
  border: none;
  color: #666666;
  font-size: 14px;
  position: relative;
  float: left;
  padding: 6px 12px;

  line-height: 1.42857143;

  text-decoration: none;
  background-color: #fff;

}
.page .page-num:hover {
color: #e91812;
}

.page .page-num-current{
    background: #E60013;
  color: #fff;
}

.page .page-num-current:hover{
    color: #fff;
}



.pro_S_img .img {
  width: 130px;
}

.product_box .submenu_wrap h2,
.parameter_btn a.inquire,
.parameter_btn a.inquire,
.contactBox202006131030 .contactForm .info input[type="submit"] {
  background: #B12D29;
}

.parameter_btn a:hover {
  background: #B12D29;
}

.productDetailContentBox .title {
  text-align: left;
}

.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}

.contactBox202006131030 .title h2 {
  color: #333;
}


section .title h2 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  color: #333;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
}

.tabs-list li {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}

.tabs-list li+li {
  margin-top: 14px;
}

.tabs-list .tabs-head {
  height: 35px;
  background-color: #E2E2E2;
  font-size: 16px;
  font-weight: bold;
  color: #B12D29;
  line-height: 35px;
  padding: 0 11px;
  cursor: pointer;
  background-image: url("../image/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  background-image: url("../image/reduce.png");
  background-color: #B12D29;
  color: #fff;
}

.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
}

.tabs-list .text p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.tabs-list .text h3 {
  color: #3b7fba;
  font-weight: Bold;
  margin-bottom: 16px;
}

.tabs-list .text .content {
  margin-bottom: 40px;
}

.tabs-list .text .content p+p {
  margin-top: 12px;
}

.tabs-list .text .content:last-child {
  margin-bottom: 0;
}

.footer-contact {
  position: relative;
  padding: 19px 0;
}

.footer-contact .content{
  height: 238px;
  background: #B32F2D;
  border-radius: 119px 119px 119px 0px;
}

.footer-contact .img {
  position: absolute;
  top: 0;
  right: 14%;
}

.footer-contact .container,
.footer-contact .row,
.footer-contact .wrap  {
  height: 100%;
}

.footer-contact .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
}

.footer-contact .wrap h4 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 14px;
}

.footer-contact .wrap h4::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 106px;
  height: 2px;
  background: #FFFFFF;
}

.footer-contact .wrap p {
  font-size: 24px;
  font-weight: bold;
  color: #FEFEFE;
  line-height: 29px;
  text-transform: uppercase;
  margin: 30px 0;
}

.footer-contact a.more {
  width: 155px;
  height: 39px;
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #E60013;
}

.footer-share .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 46px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}

.footer-share .wrap .icon i {
  color: #333;
}

.index1 {
  position: relative;
  padding: 89px 0 139px;
  background: url("../image/index1Bg.png") no-repeat center;
}

.index1 h2 {
  margin-bottom: 53px;
}

.index1 .swiper-slide {
  width: 376px;
  height: 532px;
  border: 10px solid #E6E6E6;
}

.index1 .swiper-slide.swiper-slide-active {
  border-color: #E60013;
}

.index1 .swiper-button-next, 
.index1 .swiper-button-prev {
  top: auto;
  bottom: 6%;
  left: 47.5%;
  width: 16px;
  height: 19px;
}

.index1 .swiper-button-next {
  right: 47.5%;
  left: auto;
}

.index1 .swiper-button-next:hover:after, 
.index1 .swiper-button-prev:hover:after {
  color: #E60013;
}

.index1 .swiper-button-next:after, 
.index1 .swiper-button-prev:after {
  font-size: 50px;
  content: "\e7ad";
  color: #e1e1e1;
  font-family: "iconfont";
}

.index1 .swiper-button-next:after{
  content: "\e7ae";
}

.index1 .swiper {
  margin: 0 42px;
}

.index2 {
  position: relative;
  padding: 95px 0 118px;
}

.index2 h2 {
  margin-bottom: 64px;
}

.index2 .wrap .item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 38.5vw;
}

.index2 .wrap .item:nth-child(2) h3 {
  right: -24.2%;
}

.index2 .wrap .item .img {
  position: absolute;
  right: 0;
  width: 54%;
}

.index2 .wrap .item .content {
  width: 41.28%;
}

.index2 .content h4 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.index2 .content .title {
  position: relative;
}

.index2 .content .title h3 {
  position: absolute;
  bottom: 0;
  font-size: 80px;
  font-weight: bold;
  color: #e8e8e8;
  line-height: 60px;
  text-transform: uppercase;
  width: 200%;
}

.index2 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.index2 .content a,
.index3 a.more,
.ad2 a.more,
.products .item a.more {
  display: inline-block;
  width: 146px;
  height: 37px;
  border: 2px solid #E60013;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #E60013;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px;
  transition: all .3s;
}

.index2 .content a:hover,
.index3 a.more:hover,
.ad2 a.more:hover,
.products .item a.more:hover {
  background-color: #E60013;
  color: #fff;
}

.index2 .wrap .item + .item {
  margin-top: 12px;
}

.index2 .wrap .item:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.index2 .wrap .item:nth-child(2n + 1) .img {
  right: auto;
  left: 0;
}

.index2 a.more1 {
  display: block;
  margin: 0 auto;
  margin-top: 89px;
  width: 270px;
  height: 37px;
  background: #E60013;
  border: 2px solid #E60013;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}

.index3 {
  padding: 65px 0 123px;
  background: url("../image/index3Bg.png") no-repeat center;
}

.index3 .imgs {
  display: grid;
  grid-template-columns: repeat(3, 310px);
  gap: 82px;
  justify-content: center;
}

.index3 .imgs .img {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(149,149,149,0.35);
}

.index3 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index3 h2 {
  margin: 69px 0 56px;
}

.index3 p {
  width: 43.14%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

.index3 a.more {
  margin: 54px 0 40px;
}

.index4 {
  padding: 94px 0 107px;
}

.index4 h2 {
  margin-bottom: 59px;
}

.index4 .items {
  display: grid;
  grid-template-columns: repeat(2, 540px);
  gap: 82px;
  justify-content: center;
}

.index4 .items .item:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 23px 1px rgba(108,108,108,0.19);
  border-radius: 4px;
}

.index4 .item .text {
  padding: 33px 30px 54px 15px;
}

.index4 .item p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}

.index4 .item .text-bottom {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}

.index4 .item .time {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.index4 .item .more {
  font-size: 18px;
  font-weight: 400;
  color: #E60013;
}

.ad1 {
  margin: 59px 0 80px;
}

.advantages .title h3,
.app .title h3,
.profile .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  text-transform: uppercase;
}

.ad1 .wrap {
  display: flex;
}

.ad1 .wrap .img:hover img {
  transform: scale(1.2);
}

.ad1 .content {
  flex: 1;
  margin-right: 42px;
}

.ad1 .content h3 {
  margin-bottom: 30px;
}

.ad1 .content p {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
  line-height: 27px;
}

.ad2 {
  position: relative;
  padding: 10px 0 39px;
  background: url(../image/ad2Bg.png) no-repeat center;
  counter-reset: num 0;
  background-size: cover;
}

.ad2 .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
}

.ad2 .item .content {
  width: 50%;
  padding-left: 72px;
}

.ad2 h3 {
  margin-bottom: 28px;
}

.ad2 .item .content h4 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #B12D29;
  line-height: 15px;
  margin-bottom: 17px;
}

.ad2 .item p + p {
  padding-top: 24px;
}

.ad2 .item p {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
}

.ad2 .item .img:hover img {
  transform: scale(1.2);
}

.ad2 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 13px;
  height: 100%;
  border-right: 2px solid #B12D29;
}

.ad2 .item::after {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 30px;
  border: 1px solid #B12D29;
  border-radius: 50%;
  z-index: 10;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: Josefin Sans;
  font-weight: bold;
  color: #B12D29;
}

.ad2 .item:first-child::after {
  top: 0;
  background-color: #B12D29;
  color: #FEFEFE;
}

.ad2 a.more {
  position: absolute;
  left: 76px;
  bottom: 0;
  margin-top: 0;
}

.ad2 .row {
  position: relative;
}

.ad3 {
  background: url("../image/ad3Bg.png") no-repeat center;
}

.ad3 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ad3 .wrap .content {
  width: 39.71%;
}

.ad3 .content h3 {
  margin-bottom: 32px;
}

.ad3 .content p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
}

.ad4 {
  margin-bottom: 60px;
  background: url("../image/ad4Bg.png") no-repeat center;
}

.ad4 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 580px;
  color: #fff;
}

.ad4 .wrap h4 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}

.ad4 .wrap p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  margin: 40px 0 66px;
  width: 78%;
  text-align: center;
}

.ad4 .wrap a.more {
  display: inline-block;
  width: 146px;
  height: 37px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #B12D29;
  text-transform: uppercase;
  
}

.app1 {
  padding: 23px 0 88px;
}

.app1 .title h3 {
  margin-bottom: 21px;
}

.app1 p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.app2 {
  margin-bottom: 84px;
}

.app2 .item {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
}

.app2 .item .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
}

/* .app2 .item:nth-child(2) {
  background-image: url("https://forwardspackaging.usa02.wondercdn.com/public/static/images/home/en-us/app1Bg2.png");
}

.app2 .item:nth-child(3) {
  background-image: url("https://forwardspackaging.usa02.wondercdn.com/public/static/images/home/en-us/app1Bg3.png");
}

.app2 .item:nth-child(4) {
  background-image: url("https://forwardspackaging.usa02.wondercdn.com/public/static/images/home/en-us/app1Bg4.png");
} */

.app2 .item .content {
  width: 549px;
  height: 316px;
  background-color: rgba(0, 0, 0, 0.5);
}

.app2 .item:first-child .content {
  background-color: rgba(255, 255, 255, 0.2);
}

.app2 .item:nth-child(2n) .wrap {
  justify-content: flex-end;
}

.app2 .item .wrap .content {
  padding: 56px 70px 0 30px;
}

.app2 .item .content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 19px;
  margin-bottom: 16px;
}

.app2 .item .content p {
  font-size: 16px;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 24px;
}

.app2 .item  a.more {
  display: inline-block;
  width: 117px;
  height: 37px;
  background: #B12D29;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 36px;
  transition: all .3s;
}

.app2 .item a.more:hover {
  background: #fff;
  border-color: #B12D29;
  color: #B12D29;
}

.ep1 .title h3 {
  line-height: 29px;
}

.ep1 .content p {
  line-height: 22px;
}

.prods {
  padding: 78px 0 64px;
}

.prods .title h3 {
  margin-bottom: 43px;
}

.prods .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.prods .items .item {
  position: relative;
}

.prods .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .3s;
}

.prods .item .text a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 45px;
}

.prods .item:hover .text {
  opacity: 1;
}

.profile1 {
  padding: 30px 0 39px;
}

.profile1 h3 {
  margin-bottom: 27px;
}

.profile1 p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.profile1 p + p {
  margin-top: 20px;
}

.profile1 .video_click {
  margin-top: 38px;
}

.profile2 {
  padding: 44px 0 55px;
  background: #F2F4F4;
}

.profile2 h3,
.profile3 h3 {
  margin-bottom: 20px;
}

.profile2 .title p,
.profile3 .title p {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
  line-height: 27px;
  width: 45%;
  margin-bottom: 44px;
}

.profile2 .imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 13px;
}

.profile2 .imgs .img:hover img {
  transform: scale(1.2);
}

.profile3 {
  padding: 41px 0 75px;
}

.profile3 .content {
  position: relative;
  padding: 0 82px;
}

.profile3 .content .swiper {
  padding: 10px;
}

.profile3 .swiper .swiper-slide {
  position: relative;
  box-shadow: 0px 0px 14px 2px rgba(164,164,164,0.19);
}

.profile3 .swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.profile3 .swiper-slide .text p {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.profile3 .tpCBox {
  position: absolute;
  left: 13px;
  bottom: 15px;
}

.profile3 .swiper .swiper-slide:hover .text {
  opacity: 1;
}

.profile3 .swiper-button-next,
.profile3 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  top: 0;
  height: 100%;
  z-index: 999;
}

.profile3 .swiper-button-prev:after, 
.profile3 .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 34px;
}

.profile3 .swiper-button-next:after {
  content: "\e775";
}

.profile3 .swiper-button-prev:hover:after, 
.profile3 .swiper-button-next:hover:after {
  color: #C5292E;
}

.products .item .img {
  position: absolute;
  width: 50%;
  left: 0;
}

.products .item .wrap{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 0;
  height: 550px;
}

.products .item:nth-child(2n) {
  background: #F2F4F4;
}

.products .item .content {
  width: 54.57%;
  height: 321px;
  background: #FFFFFF;
  box-shadow: -7px 7px 15px 3px rgba(203,203,203,0.26);
  z-index: 10;
  padding: 60px 9% 0 9.3%;
}

.products .item .content h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.products .item p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.products .item p + p {
  margin-top: 20px;
}

.products .item a.more {
  margin-top: 30px;
}

.products .item a.more {
  background: #B12D29;
  border: 2px solid #B12D29;
  color: #fff;
}

.products .item a.more:hover {
  background: transparent;
  color: #B12D29;
}

.products .item:first-child .wrap {
  padding-top: 0;
}

.product-head {
  margin: 20px 0 140px;
}

.product-head .col-md-6 {
  padding-left: 22px;
  padding-right: 22px;
}

.product-head .row {
  margin-left: -22px;
  margin-right: -22px;
}

.product-head .product-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px!important;
  box-shadow: 0px 9px 17px 1px rgba(221,221,221,0.42);
  z-index: 1000;
  background: #F2F3F3;
}

.product-head .product-thumb img {
  height: 410px;
}

.product-head .box h1{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin: 80px 0 24px;
  text-transform: uppercase;
}

.product-head .box p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-bottom: 30px;
  width: 80%;
}

.product-head .share {
  display: flex;
  align-items: center;
}

.product-head .share .key {
  margin-right: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}

.product-head a.more {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0 23px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 4px;
  background: #B12D29;
}

.product-detail .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.product1 {
  padding: 43px 0 68px;
  background: #F2F3F3;
}

.product1 .title p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-bottom: 24px;
  width: 96%;
}

.product1 .item {
  background: #FFFFFF;
  padding: 9px 11px 9px 14px;
  width: 80%;
}

.product1 .item + .item {
  margin-top: 15px;
}

.product1 .item .wrap {
  display: flex;
  padding: 20px 43px 19px 11px;
  border: 1px solid #fff;
  transition: all .3s;
}

.product1 .item:hover .wrap {
  border-color: #B12D29;
}

.product1 .item .content {
  flex: 1;
  margin-right: 37px;
}

.product1 .item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #B12D29;
  line-height: 14px;
  margin-bottom: 16px;
}

.product1 .item p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.product1 .item p + p {
  margin-top: 20px;
}

.product2 {
  margin: 75px 0 72px;
}

.product2 thead tr {
  background: #C5292E;
  height: 44px;
}

.product2 .slider_table thead th {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  text-transform: uppercase;
  vertical-align: bottom;
}

.product2 .slider_table td, 
.product2 .slider_table th {
  height: 40px;
  border: 2px solid #BABABA;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding-left: 10px;
  text-align: left;
}

.product2 .slider_table th {
  border-left: hidden;
}

.product2 .slider_table tbody tr:first-child {
  border-top: hidden;
}

.product2 .slider_table tbody tr td:last-child {
  border-right: hidden;
}

.product2 {
  margin-bottom: 75px;
}

.product3 {
  background: #F2F3F3;
  padding: 50px 0 67px;
}

.product3 .title p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.product3 .title .text {
  margin-bottom: 22px;
}

.share .stButton .stLarge {
  width: 26px;
  height: 26px;
}

.share .stButton{
  line-height: 10px;
}

.share  .stButton .stLarge:hover {
  opacity: .75;
  background-position: -26px;
}

.product-head .swiper {
  padding: 40px 2px;
  margin: 0 30px;
}

.product-head .swiper-slide .img{
  display: inherit;
  box-shadow: 0px 0px 2px 2px rgba(164,164,164,0.19);
}

.product-thumbs {
  position: relative;
}

.product-thumbs .swiper-button-next, 
.product-thumbs .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.product-thumbs .swiper-button-next {
  right: 0;
  left: auto;
}

.product-thumbs .swiper-button-prev:after, 
.product-thumbs .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont", Montserrat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 34px;
}

.product-thumbs .swiper-button-next:after {
  content: "\e775";
}

.product-thumbs .swiper-button-prev:hover:after, 
.product-thumbs .swiper-button-next:hover:after {
  color: #B12D29;
}

.slider_table table {
  border: none;
}

.product4.prods  {
  padding: 69px 0 72px;
}

.droplist_tile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  /* background: rgba(255,255,255); */
  z-index: 2;
  /* box-shadow: 0px -2px 10px 0px rgb(9 1 3 / 9%); */
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}

.droplist_tile .drop_tile:nth-child(1) {
  width: 100%;
  padding: 60px 0px;
}

.droplist_tile .context {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 88px 60px;
}

.droplist_tile .drop_tile .item h2 a {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  transition: all 0.2s;
  font-size: 20px;
  text-transform: uppercase;
}

.droplist_tile .drop_tile .item .img {
  position: relative;
  margin-bottom: 13px;
}

.droplist_tile .drop_tile .item .img p {
  position: absolute;
  bottom: 0;
  left: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.droplist_tile .drop_tile .item ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: all 0.2s;
  font-weight: bold;
  color: #666666;
}

.droplist_tile .drop_tile .item ul li + li {
  margin-top: 14px;
}

.droplist_tile .drop_tile .item ul li .img {
  box-shadow: 0px 5px 10px 0px rgba(146,146,146,0.35);
  margin-right: 15px;
}

.droplist_tile .drop_tile .item ul li:hover a{
  color: #B12D29;
}

.droplist_tile .context .item:nth-child(3 + n) {
  border-top: 2px solid #000;
}

/* add start */
.profileBox1 {
  overflow: hidden;
  height: 46.875vw;

  background-size: cover;
}

.profileBox1 .wrap {
  display: flex;
}

.profileBox1 .wrap .box,
.profileBox1 .wrap .video_click {
  width: 50%;
  height: 46.875vw;
}


.video_click:after {
  background: url("../image/video.png") no-repeat center;
}

.profileBox1 .box {
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.profileBox1 .box::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 150%;
  background-color: rgba(242, 244, 244, 0.85);
}

.profileBox1 .box .content {
  width: 89%;
  position: relative;
  z-index: 10;
}

.profileBox1 .title h2,
.profileBox2 .title h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  text-align: left;
  margin-bottom: 3.33vw;
}

.profileBox1 .title h2::after,
.profileBox2 .title h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -26px;
  width: 100px;
  height: 2px;
  background: #E60013;
}

.profileBox1 .video_click:after {
  width: 130%;
}

.profileBox1 p,
.profileBox2 p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

.profileBox2 {

  background-size: cover;
}


.profileBox2 .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 53.0208vw;
}

.profileBox2 .wrap .box {
  width: 31.57%;
}

.profileBox2 .title h2,
.profileBox2 p {
  color: #fff;
}

.profileBox2 .title h2::after {
  background: #fff;
}

.profileBox3 {
  padding: 5.20833vw 0 7.1875vw;
}

.profileBox3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.08333vw;
}

.profileBox3 .item {
  position: relative;
  border: 4px solid transparent;
  padding: 1.875vw 2.083vw 3.6458vw;
  box-shadow: 0px 1px 15px 1px rgba(197,197,197,0.3);
  transition: all .5s ease 0s;
}

.profileBox3 .img {
  margin-bottom: 0.72916vw;
}

.profileBox3 h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  width: 66.364%;
  text-transform: uppercase;
  margin-bottom: 2.6041vw;
}

.profileBox3 h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.5625vw;
  width: 40px;
  height: 4px;
  background: #E60013;
}

.profileBox3 .item:hover {
  border-color: #E60013;
}

.profileBox3 .item:hover::after {
  position: absolute;
  left: 50%;
  bottom: -40px;
  content: "";
  width: 4px;
  height: 40px;
  background: #E60013;
}

.profileBox4 {
  padding: 3.54166vw 0 4.5833vw;
  background: #F8F8F8;
}

.profileBox4 .title h3 {
  text-align: center;
  margin-bottom: 3.02083vw;
}

.profileBox4 .tabs {
  display: flex;
  width: 45.714%;
  margin: 0 auto;
}

.profileBox4 .tab {
  position: relative;
  flex: auto;
  text-align: center;
  padding: 10px 18px;
  padding-top: 0px;

  font-size: 18px;
  font-weight: 400;
  color: #333333;
  border-bottom: 2px solid #BFBFBF;
  cursor: pointer;
  transition: all .5s ease 0s;
}

.profileBox4 .tab.on,
.profileBox4 .tab:hover {
  color: #B12D29;
}

.profileBox4 .tab.on::after,
.profileBox4 .tab:hover::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(70%);
  background: #B12D29;
}

.profile4Content {
  margin-top: 3.64583vw;
  position: relative;
}

.profile4Content .box {
  display: none;
}

.profile4Content .box.on {
  display: block;
}

.profile4Content .wrap {
  display: flex;
  gap: 2.96875vw;
}

.profile4Content .wrap .left,
.profile4Content .wrap .right {
  width: 50%;
  height: 34.47916vw;
  display: flex;
  align-items: center;
}

.profile4Content .wrap .left {
  position: relative;
}

.profile4Content .left .text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
}

.profile4Content .left img {
  height: 34.47916vw;
}

.profile4Content .right .text{
  position: absolute;
  width: 50%;
}

.profile4Content .right .swiper-slide {
  width: 304px;
  height: 240px;
}

.profile4Content .right p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
  width: 60%;
  margin-bottom: 8.07291vw;
}

.profile4Content .right .swiper-button-next, 
.profile4Content .right .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  top: 24%;
  left: 0;
  z-index: 999;
}

.profile4Content .right .swiper-button-next {
  left: 6%;
}

.profile4Content .right .swiper-button-prev:after, 
.profile4Content .right .swiper-button-next:after {
  content: "\eb06";
  font-family: "iconfont";
  position: absolute;
  display: inline-block;
  color: #999999;
  font-size: 44px;
}

.profile4Content .right .swiper-button-next:after {
  content: "\eb05";
}

.profile4Content .right .swiper-button-prev:hover:after, 
.profile4Content .right .swiper-button-next:hover:after {
  color: #E60013;
}

.profileBox5 {
  background: url("../image/profile5BoxBg.png") no-repeat center;
  background-size: cover;
  height: 56.25vw;
  padding-top: 3.125vw;
  margin-top: 5.625vw;
}

.profileBox5 .title h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 2.60416vw;
}

.timeline {
  overflow: hidden;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 20px;
  margin: 0 auto;
  padding-top: 50px;
  background: #B12D29;
}

.timeline ul li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.timeline ul li .timer-box {
  position: relative;
  bottom: 0;
  width: 32.29166vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
  padding-top: 6px;
}

.timeline ul li:nth-of-type(odd) > div {
  left: 4.6041vw;
}

.timeline ul li:nth-of-type(even) > div {
  left: -36.3229vw;
  text-align: right;
}

.timeline ul li:nth-of-type(odd) .timer-box {
  align-items: flex-start;
}

.timeline ul li .timer-box .time {
  font-size: 24px;
  font-weight: bold;
  line-height: 19px;
  color: #fff;
  margin-bottom: 13px;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  right: -279px;
  top: 17%;
  border: 4px solid #fff;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: #EE1C22;
  border-radius: 50%;
  z-index: 2;
}

.timeline ul li:nth-child(even):after {
  right: auto;
  left: -255px;
}

.timeline ul li:nth-child(2)::after {
  top: 15%;
}

.timeline ul li:nth-child(3)::before {
  top: -20px;
}

.timeline ul li:nth-child(3)::after {
  top: -10%;
}

.timeline ul li:nth-child(4)::after {
  top: 7.4%;
}

.timeline ul li:nth-child(5)::after {
  top: 7%;
}

.timeline ul li::before {
  position: absolute;
  content: "";
  width: 243px;
  height: 3px;
  background: #FFFFFF;
  left: 20px;
  top: 30px;
}

.timeline ul li:nth-of-type(even)::before {
  left: auto;
  right: 20px;
}

.timeline ul li .timer-box p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
}

.timeline ul li:last-child {
  padding-bottom: 50px;
}

.timeline ul li:nth-child(3) {
  padding-top: 0;
}

.timeline ul li:nth-child(4) {
  margin-top: -130px;
}

.timeline ul li:nth-child(5) {
  margin-top: -100px;
}

.profile3 {
  padding: 5.72916vw 0 8.22916vw;
}

.droplist_tile .context {
  grid-template-columns: repeat(4, 22%);
}

.adBox1 {
  padding: 3.64583vw 0 6.25vw;
}

.adBox1 .title h3 {
  text-align: center;
  line-height: 29px;
  margin-bottom: 4.1666vw;
}

.adBox1 .items {
  display: flex;
  gap: 2.6041vw;
}

.adBox1 .item {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  flex: auto;
  width: 33.57%;
}

.adBox1 .item .box + .box {
  margin-top: 4.89583vw;
}

.adBox1 .item:nth-child(2) {
  width: auto;
}

.adBox1 .item:first-child {
  text-align: right;
}

.adBox1 .item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #B12D29;
  line-height: 18px;
  margin-bottom: 0.78125vw;
}

.adBox1 .item li {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.adBox1 .item li + li {
  margin-top: 26px;
}

.adBox2 {
  padding: 5.4166vw 0;
  background: #F8F8F8;
}

.adBox2 .title h3 {
  text-align: center;
  margin-bottom: 1.5625vw;
}

.adBox2 .title p {
  width: 53.517%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
}

.adBox2 .title {
  margin-bottom: 2.08333vw;
}

.adBox2 .name,
.adBox3 .name,
.adBox4 .name {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  font-weight: bold;
  color: #B12D29;
  margin-bottom: 4.6875vw;
}

.adBox2 .name .num,
.adBox3 .name .num,
.adBox4 .name .num {
  font-size: 48px;
  font-weight: bold;
  color: #B12D29;
  line-height: 33px;
  margin-right: 36px;
}

.adBox3 {
  background: #F8F8F8;
}

.adBox3 .wrap{
  padding: 1.7708vw 0 4.166vw;
  background: #fff;
  box-shadow: 0px 1px 15px 1px rgba(197,197,197,0.3);
}

.adBox3 .wrap .name {
  margin-bottom: 4.166vw;
}

.adBox3 .wrap .items {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}

.adBox3 .wrap .item .head {
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: 800;
  color: #B12D29;
  line-height: 30px;
  margin-bottom: 1.5625vw;
}

.adBox3 .wrap .item .head::before {
  content: "";
  display: block;
  width: 248px;
  height: 1px;
  background: rgba(34, 24, 21, 0.34);
  margin-right: 20px;
}

.adBox3 .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.822916vw;
}

.adBox3 .item .content .icon {
  height: 50px;
  margin-bottom: 16px;
}

.adBox3 .item .content p {
  font-size: 30px;
  font-weight: 500;
  color: #221815;
  line-height: 36px;
}

.adBox3 .item .img:hover img {
  transform: scale(1.05);
}

.adBox4 {
  background: #F8F8F8;
  padding: 5.729166vw 0 6.6666vw;
}

.app2 .item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.app2 .item:hover {
  filter: unset;
}
/* add end */


@keyframes example {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@media (max-width: 1720px) {

}

@media (max-width: 1620px) {
  .index2 .wrap .item .content {
    width: 42.28%;
  }

  .index2 .wrap .item:nth-child(2) h3 {
    right: -6.1%;
  }

  .index2 .content .title h3 {
    font-size: 70px;
  }
}

@media (max-width: 1450px) {
  header .head-bottom .nav-list>.prod .nav-two-div {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }

  .container_1600,
  .container_1400 {
    width: 1400px;
  }

  .footer-contact .wrap {
    margin-left: 6%;
  }

  .footer-contact .img {
    right: 6%;
  }

  header .head-bottom .head-langBox ul {
    left: auto;
    right: -30%;
  }

  .index2 .wrap .item:nth-child(2) h3 {
    right: -9.2%;
  }
}

@media (max-width: 1220px) {

  .container_1600,
  .container_1400 {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  header .head-bottom .nav-list>li a {
    font-size: 16px;
  }

  header .head-bottom .logo {
    padding: 6px 0;
  }

  header .head-bottom .nav-list>li>a {
    padding: 26px 0;
  }

  header .head-bottom .nav-list>.head-search,
  header .head-bottom .nav-list>.head-langBox {
    padding: 23px 0;
  }

  header .head-bottom .nav-list>li {
    padding: 0 15px;
  }

  .index1 .items {
    gap: 30px;
  }

  .index6 .item p,
  .index1 h3 {
    font-size: 22px;
  }

  .index1 ul {
    margin-top: 10px;
  }

  .index2 .content .title h3 {
    font-size: 60px;
    line-height: 46px;
  }

  .index2 .wrap .item:nth-child(2) h3 {
    right: -3%;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }

  .container_1600 {
    width: 1400px;
  }
}

@media (max-width: 992px) {
  .Three_menu_box {
    padding-left: 10px;
  }

  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 14px;
    line-height: 1.2;
  }

  .Crumbs span.youAreHere {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  /*移动端隐藏模块*/
  .header {
    display: none;
  }

  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100002;
    -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);
  }

  .m_header {
    height: 60px;
  }

  .logo_box {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }

  .logo_box img {
    height: 100%;
  }

  .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: #000000;
    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;
    cursor: pointer;
    z-index: 2;
    background: url("../image/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 .item {
    display: none;
  }

  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h2 {
    letter-spacing: 0;
  }

  .footer_box .footerForm,
  .index4 .item .text {
    padding: 20px;
  }

  .content h2 {
    font-size: 26px;
    padding: 20px 0;
  }

  section .title h2 {
    margin-bottom: 20px!important;
  }

  .index1,
  .index2,
  .index3,
  .index4 {
    padding: 20px 0;
  }

  .index1 .swiper {
    margin: 0;
  }

  .index1 .swiper-slide {
    width: 100%;
  }

  .index1 .swiper-button-next, .index1 .swiper-button-prev {
    display: none;
  }

  .index2 .wrap .item {
    flex-direction: column-reverse!important;
    height: auto;
    box-shadow: 0px 4px 23px 1px rgb(108 108 108 / 19%);
  }

  .index2 .wrap .item .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .index2 .wrap .item .img {
    position: initial;
    width: 100%;
  }

  .index2 .content a,
  .index3 a.more, 
  .ad2 a.more, 
  .products .item a.more,
  .index2 a.more1 {
    margin-top: 20px;
  }

  .index2 .content .title h3 {
    display: none;
  }

  .index2 .content h4 {
    margin-bottom: 20px;
  }

  .index3 .imgs,
  .index4 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .index3 .imgs .img img {
    width: 100%;
  }

  .index3 .imgs .img {
    box-shadow: none;
  }

  .index3 h2 {
    margin: 20px 0;
  }

  .index3 p {
    width: 100%;
  }

  .index4 .items .item {
    background: #FFFFFF;
    box-shadow: 0px 4px 23px 1px rgb(108 108 108 / 19%);
    border-radius: 4px;
  }

  .footer-contact .img {
    display: none;
  }

  .footer-contact {
    padding: 0;
  }

  .footer-contact .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .footer-contact .content {
    height: auto;
    border-radius: inherit;
    padding: 20px 0;
  }

  .footer-share {
    display: none;
  }

  .footer-contact .wrap p {
    margin: 20px 0;
    font-size: 20px;
  }

  .footer-contact .wrap h4,
  .footer-copyright .wrap {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-copyright .wrap,
  .prods {
    padding: 20px 0;
  }

  footer {
    padding: 0;
  }

  .imgBanner h1 {
    font-size: 30px;
  }

  .profile1,
  .profile2,
  .profile3,
  .ad1 {
    margin: 0;
    padding: 20px 0;
  }

  .profile1 .video_click {
    margin-top: 20px;
  }

  .profile2 .title p, .profile3 .title p {
    width: 100%;
    margin-bottom: 20px;
  }

  .profile2 .imgs,
  .prods .items {
    grid-template-columns: 100%;
    gap: 20px 10px;
  }

  .profile3 .content {
    padding: 0;
  }

  .ad1 .content {
    margin-right: 0;
  }

  .advantages .title h3, .app .title h3, .profile .title h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
  }

  .ad2 .item {
    flex-direction: column;
  }

  .ad2 .item .content,
  .ad2 .item .img {
    width: 100%;
    padding-left: 40px;
  }

  .ad2 .item .content h4 {
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 6px;
  }

  .ad2 .item .content {
    margin-bottom: 20px;
  }

  .ad2 .item::after {
    top: 0;
  }

  .prods .item .text {
    opacity: 1;
  }

  .products .item .wrap {
    flex-direction: column;
  }

  .products .item .img {
    width: 100%;
    position: inherit;
  }

  .products .item .content {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-head .product-thumb,
  .product-head .product-thumb img {
    height: auto!important;
  }

  .product-head .box h1 {
    margin: 20px 0;
    line-height: 24px;
  }

  .product-head {
    margin: 0;
  }

  .product-head .box p {
    width: 100%;
  }

  .product-head .box,
  .product1,
  .product3,
  .product4.prods {
    padding: 20px 0;
  }

  .product-head a.more {
    display: block;
    width: 110px;
    margin: 0 auto;
  }

  .product2 {
    margin: 20px 0;
  }

  .product1 .item {
    width: 100%;
    padding: 0;
  }

  .product1 .item .wrap {
    flex-direction: column-reverse;
    padding: 20px;
  }

  .product1 .item .content {
    margin-right: 0;
    margin-top: 20px;
  }

  .product1 .img {
    display: flex;
    justify-content: center;
  }

  .tabs-list .tabs-head {
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
  }

  .tabs-list .text {
    padding: 20px;
  }

  .app1 {
    padding: 0;
    padding-bottom: 20px;
  }

  .app2 .item .wrap .content {
    padding: 20px;
  }

  .app2 {
    margin-bottom: 20px;
  }

  .ad1 .wrap,
  .ad3 .wrap {
    flex-direction: column;
  }

  .ad2 a.more {
    position: inherit;
  }

  .ad3 {
    background-size: cover;
    padding: 20px 0;
  }

  .ad3 .wrap .content {
    width: 100%;
  }

  .ad4 .wrap h4 {
    font-size: 20px;
  }

  .ad4 .wrap p {
    width: 100%;
    margin: 20px 0;
  }

  .ad4 {
    margin-bottom: 0;
  }

  .ad4 .wrap {
    padding: 20px 0;
    height: auto;
  }
}

@media (max-width: 768px) {
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .mb-header {
    display: block !important;
  }

  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%;
  }

  .footer-box {
    padding: 20px 0;
  }

  .footer-wrap {
    padding: 0;
  }

  .one-wrap,
  .four-wrap,
  .two-wrap 
   {
    display: none;
  }

  .footer-share {
    margin-top: 20px;
  }

  footer {
    padding: 0;
  }

  .footer-box {
    padding-bottom: 20px;
  }

  .footer-copyright {
    padding: 0;
    margin-bottom: 36px;
  }

  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }

  section .title h2,
  section .title h3 {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
  }

  .Crumbs_nav {
    padding: 20px 0;
  }
}

@media (max-width: 640px) {}

@media (max-width: 540px) {}

@media (max-width: 480px) {}



.hahaha{
    font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.iframe_box video{
    width: 100%;
    height: 100%;
}
