@charset "utf-8";

@import url(iconfont.css);


.zxcs .box:nth-child(2n) .aljh{
  display: flex;flex-direction:row-reverse;
}

.sdq{
  text-align: center;
}
.sdq img{
  display: block;margin: 0 auto;
}

.pagination{text-align: center;padding: 10px 0;}
.pagination li{
  display: inline-block;vertical-align: middle;
}
.pagination a{
  border: 1px solid #e6e6e6;font-size: 13px;
  padding: 5px 10px;
display: inline-block;
background: #fff;line-height: normal;
color: #666666;
cursor: pointer;
text-decoration: none;
}
.page-status{
  margin-right:5px;
}
.pagination a:hover {
  background: #A72126;
  color: #fff;
}

.pagination .page-num-current {
background: #A72126;
  color: #fff;
}
.pagination  select{
      width: 52px!important;
    height: 27px;
    display: block;
    text-align: center;
}

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

a {
  color: #A72126;
  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;
}

body {
  font-family: "Prompt";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  max-width: 1920px;
  margin: auto;
  background: #fff;
  height: 100%; 
}

form {
  margin: 0;
}

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

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

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

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

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

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;
}

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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);
}

.isFixed {
  position: sticky !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;
}

.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.5)!important;
  box-shadow: 0 0 5px #A72126;
}

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 24px;
  position: relative;
}

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

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

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

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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

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;
}
.nav-list li:nth-of-type(2) .dropdown_menu{display: none !important;}
/* header .head-bottom .head-share a:nth-child(1):hover i,
footer .footer-share a:nth-child(1):hover i
 {
  color: #0e76a8;
}

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

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

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

header .head-bottom .nav-list>.head-langBox {
  position: relative;
  float: right;
  margin-left: 24px;
  padding: 41px 0;
  cursor: pointer;
  padding-right: 0;
}

.head-langBox::after {
  content: "";
  position: absolute;
  top: 42%;
  left: -12px;
  width: 1px;
  height: 14px;
  background: #000000;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display: block;
  font-size: 14px;
  color: #000;
  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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);
    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: 14px;
  font-weight: 400;
  margin-left: 5px;
}

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  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 #A72126;
  color: #A72126;
  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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  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: #A72126;
  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: #A72126;
  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("/skin/images/contacttel.png");
}

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

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

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

.contactBox202006131030 .contactInfo ul li.officeAddress {
  background-image: url("/skin/images/officeaddress.png");
}

.contactBox202006131030 .contactInfo ul li.factoryAddress {
  background-image: url("/skin/images/factoryaddres.png");
}


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

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

.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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  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: #A72126;
  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 #A72126;
  content: "";
}

.img {
  overflow: hidden;
}

.img img {
  transition: all 0.5s;
}

footer .footer-wrap h3 {
  height: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 44px;
  text-transform: uppercase;
}

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

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

footer .footer-wrap ul li span {
  min-width: 52px;
}

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

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

footer .footer-wrap.one-wrap a {
  margin-left: 6px;
}

.one-wrap {
  /* width: 30%; */
}

.three-wrap {
  width: 22%;
}

.five-wrap {
  width: 24%;
}

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-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;
}

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

.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer-box {
  background-color: #201A1A;
  padding: 52px 0 20px;

}

.footer-copyright {
  background-color: #201A1A;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

footer .footerForm .info input {
  height: 37px;
  width: 100%;
  background: transparent;
  border: 1px solid #FFFFFF;
  padding: 9px;
  outline: none;
  font-size: 12px;
  color: #fff;
}

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

footer .footerForm .info textarea {
  background: transparent;
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 9px;
  font-size: 12px;
  outline: none;
  color: #fff;
}

footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 23px;
}

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

footer .footerForm a {
  color: #A72126!important;
  font-weight: bold!important;
}

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

footer .info input[type="submit"] {
  width: 157px;
  font-weight: bold;
  /* height: 31px; */
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #010101;
  line-height: 3px;
  padding: 16px 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: #A72126;
}

footer .footer-other {
  background: url("/skin/images/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;
}

footer .footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-top: 24px;
  margin-right: 17px;
  margin-left: 0!important;
  border-radius: 50%;
}

/*footer .footer-share a:nth-child(1) {
  background: #3A559F;
}*/

/*footer .footer-share a:nth-child(2) {
  background: #FF0000;
}*/

/*footer .footer-share a:nth-child(3) {
  background: #007AB9;
}*/

footer .footer-share a i {
  margin-right: 0;
  font-size: 21px;
}

.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: 36px;
  text-transform: uppercase;
}

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

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

.Crumbs {
  background: #f9f9f9;
}

.Crumbs_nav {
  padding: 20px 0;
}

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

.Crumbs ul i {
  margin-top: 4px;
}

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

.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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
  color: #fff;
  border-color: #A72126;
}

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

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

.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: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
}

.parameter_btn a:hover {
  background: linear-gradient(90deg, #5F3958 0%, #A72126 100%);;
}

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

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

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

.vlog.product_box .pagination {
  margin-top: 0;
}


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

section .title h2 strong {
  color: #A72126;
}

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

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

.tabs-list .tabs-head {
  height: 60px;
  background: #ffffff;
  border-bottom: 2px solid #e4e4e4;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("/skin/images/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  border-radius: 10px 10px 0 0;
  background-image: url("/skin/images/reduce.png");
}

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

.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 {
  height: 348px;
  background: url("/skin/images/contactbg.png") no-repeat center;
}

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

.footer-contact .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-contact .wrap p {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  margin-bottom: 38px;
}

.footer-contact .wrap h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 58px;
}

.footer-contact .wrap h2 strong {
  color: #A72126;
  font-weight: 400;
}

.footer-contact .wrap .more {
  border-radius: 10px;
}

/* .footer-contact a.more {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(90deg, #5F3958 0%, #A72126 100%);
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
} */

.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: #fff;
}

.index1 {
  padding: 130px 0 103px;
}

.index1 .wrap {
  display: flex;
  justify-content: space-between;
}

.index1 .wrap .title h2 {
  text-align: left;
  margin-bottom: 20px;
}

.index1 .content {
  width: 45.5%;
}

.index1 .content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #221815;
  line-height: 24px;
  margin-bottom: 20px;
}

.index1 .img {
  position: relative;
  width: 50%;
  height: 100%;
  overflow:initial;
}

.index1 .img img {
  position: relative;
  z-index: 10;
}

.index1 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(10px, 20px);
  background: #A72126;
}

.index1 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 26px;
}

a.more {
  display: block;
  width: 180px;
  height: 50px;
  background: linear-gradient(90deg, #5F3958 0%, #A72126 100%);
  border-radius: 10px;

  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}

a.more:hover {
  transform: translateY(-4px);
  color: #A72126;
  background: 0 0;
  border: 1px solid transparent;
  background-clip: padding-box,border-box;
  background-origin: padding-box,border-box;
  background-image: linear-gradient(to right,#ffffff,#ffffff),linear-gradient(90deg, #5F3958 0%, #A72126 100%);
}

section .title p {
  font-size: 16px;
  font-weight: bold;
  color: #221815;
  line-height: 16px;
  text-align: center;
}

.index1 a.more {
  margin-top: 24px;
}

.index2 {
  padding: 78px 0 82px;
}

.index2 .title {
  margin-bottom: 46px;
}

.index2 .title h2 {
  margin-bottom: 26px;
}

.index2 .title p {
  font-size: 16px;
  font-weight: bold;
  color: #221815;
  line-height: 16px;
  text-align: center;
}

.index2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 57px 20px;
}

.index2 .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid #D7D3E6;
  border-radius: 12px;
  transition: all 0.5s ease 0s;
}

.index2 .item .content {
  padding-top: 30px;
}

.index2 .item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #221815;
  line-height: 15px;
  margin-bottom: 20px;
}

.index2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-break: normal;
  overflow: hidden;
}

.index2 .item .more {
  display: flex;
  justify-content: flex-end;

}

.index2 .item .more i {
  font-size: 36px;
  color: #A72126;
}

.index2 .item:hover {
  background: #A72126;
  border-color: #A72126;
  transform: translateY(-4px);
}

.index2 .item:hover .content h3,
.index2 .item:hover .content p,
.index2 .item:hover .more i {
  color: #fff;
}

.index2 a.more {
  margin: 0 auto;
  margin-top: 60px;
}

.index3 {
  padding: 90px 0 50px;
  background: url("/skin/images/index3bg.jpg") no-repeat center;
}

.index3 .title h2 {
  color: #fff;
  margin-bottom: 23px;
}

.index3 .title p {
  color: #fff;
}

.index3 .title {
  margin-bottom: 37px;
}

.index3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 53px 70px;
}

.index3 .item {
  padding: 20px;
  transition: all 0.5s ease 0s;
}

.index3 .item .img img:nth-child(2) {
  display: none;
}

.index3 .item h3 {
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 20px 0 16px;
  text-align: center;
  text-transform: uppercase;
}

.index3 .item p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 20px;
}

.index3 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.index3 .item:hover {
  background: #FEFDFD;
}

.index3 .item:hover h3,
.index3 .item:hover p {
  color: #A72126;
}

.index3 .item:hover .img img:nth-child(1) {
  display: none;
}

.index3 .item:hover .img img:nth-child(2) {
  display: block;
}

.index4 {
  padding: 118px 0 144px;
}

.index4 .wrap {
  display: flex;
  justify-content: space-between;
}

.index4 .wrap .img {
  position: relative;
  width: 43%;
  overflow: initial;
}

.index4 .wrap .img img {
  position: relative;
  z-index: 10;
}

.index4 .wrap .img::after {
  position: absolute;
  right: 0;
  content: "";
  width: 25%;
  height: 90%;
  transform: translate(30px, 18%);
  background: #A72126;
}

.index4 .wrap .content {
  width: 56%;
}

.index4 .wrap .title h2 {
  position: relative;
  text-align: left;
  line-height: 70px;
  margin-bottom: 80px;
}

.index4 .wrap .title h2::after,
.index4 .wrap .title h2::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 140px;
  height: 2px;
  background: #A72126;
}

.index4 .wrap .title h2::before {
  width: 100px;
  bottom: -20%;
}

.index4 .wrap h3 {
  font-size: 16px;
  font-weight: bold;
  color: #221815;
  margin-bottom: 20px;
}

.index4 .wrap .text {
  display: flex;
  justify-content: space-between;
}

.index4 .wrap .text p {
  width: 49%;
  font-size: 16px;
  font-weight: 300;
  color: #676767;
}

.index5 {
  padding: 66px 0 106px;
  background: #F8F8F8;
}

.index5 .title h2 {
  margin-bottom: 25px;
}

.index5 .title {
  margin-bottom: 67px;
}

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

.index5 .item .num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index5 .item .num .line {
  width: 74%;
  height: 1px;
  background: #d6d4d4;
}

.index5 .item .num span {
  font-size: 50px;
  font-weight: 800;
  color: #A72126;
  line-height: 36px;
}

.index5 .item .name {
  display: flex;
  align-items: center;
  margin: 33px 0 26px;
  font-size: 22px;
  font-weight: 500;
  color: #221815;
  height: 50px;
}

.index5 .item .name span {
  margin-left: 18px;
  text-transform: uppercase;
}

.index5 .item p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 30px;
  height: 20vh;
  margin-bottom: 74px;
}

.index5 .item .img:hover img {
  transform: scale(1.1);
}

.index6 {
  padding: 70px 0 60px;
}

.index6 .title h2 {
  margin-bottom: 29px;
}

.index6 .title {
  margin-bottom: 59px;
}

.index6 .swiper {
  padding-bottom: 4px;
}

.index6 .swiper-slide {
  transition: all .5s ease 0s;
}

.index6 .swiper-slide img {
  height: 250px;
  width: 100%;
}

.index6 .swiper-slide .text {
  width: 100%;
  height: 124px;
  padding: 20px 18px 0 18px;
  border: 1px solid #D7D3E6;
}

.index6 .swiper-slide .text h3 {
  font-size: 20px;
  font-weight: normal;
  color: #221815;
  line-height: 20px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index6 .swiper-slide .text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
  overflow: hidden;
  margin-bottom: 4px;
}

.index6 .swiper-slide .text .time {
  font-size: 16px;
  font-weight: 400;
  color: #bfbcbb;
  line-height: 15px;
}

.index6 .swiper-slide:hover {
  box-shadow: 0 12px 20px 0 rgb(95 101 105 / 15%);
}

.index6 .swiper-slide:hover .text{
  background: #A72126;
  border-color: #A72126;
}

.index6 .swiper-slide:hover h3,
.index6 .swiper-slide:hover p,
.index6 .swiper-slide:hover .text .time {
  color: #fff;
}

.index6 .index6-swiper {
  position: relative;
}

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

.index6-swiper .swiper-button-next {
  right: 4%;
  left: auto;
}

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

.index6-swiper .swiper-button-next::after {
  content: "\e630";
}

.index6-swiper .swiper-button-prev:hover::after,
.index6-swiper .swiper-button-next:hover::after {
  color: #A72126;
}

.index6 .more {
  margin: 0 auto;
  margin-top: 60px;
}

.about .top {
  position: relative;
}

.about .top-tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.about .top-tabs .tabs {
  display: flex;
  width: 80%;
}

.about .tab {
  flex: 1;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s ease 0;
}

.about .tab.on,
.about .tab:hover {
  background: linear-gradient(90deg, #5F3958 0%, #A72126 100%);
}

.about1 {
  position: relative;
  padding: 101px 0 143px;
}

.about1 .title {
  margin-bottom: 50px;
}

.about1 .wrap {
  display: flex;
  justify-content: flex-end;
}

.about1 .wrap .img {
  position: absolute;
  left: 0;
  width: 48%;
  overflow: initial;
}

.about1 .wrap .img img {
  position: relative;
  z-index: 10;
}

.about1 .wrap .img::after {
  position: absolute;
  right: 2%;
  content: "";
  width: 25%;
  height: 90%;
  transform: translate(30px, 18%);
  background: #A72126;
}

.about1 .wrap .content {
  width: 48%;
}

.about1 .content h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about1 .content p {
  color: #000000;
  font-size: 18px;
  line-height: 36px;
}

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

.about2 {
  padding-bottom: 72px;
}

.about2 .title p{
  margin-top: 30px;
}

.about2 .title {
  margin-bottom: 39px;
}

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

.about2 .item {
  position: relative;
  background: #F8F8F8;
  min-height: 580px;
  transition: all .5s ease 0s;
}

.about2 .item img {
  width: 100%;
}

.about2 .item .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #A72126;
  border-radius: 0px 0px 20px 0px;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

.about2 .item .content {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about2 .item .content h3 {
  font-size: 24px;
  font-weight: 400;
  color: #221815;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;

}

.about2 .item .content p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 26px;
  padding: 0 17px;
}

.about2 .item:hover {
  background: #A72126;
  transform: translateY(-4px);
}

.about2 .item:hover .content h3,
.about2 .item:hover .content p {
  color: #fff;
}

.service1 {
  padding: 99px 0 111px;
}

.service1 .title h2 {
  margin-bottom: 52px;
}

.service1 .title p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  width: 82%;
  display: block;
  margin: 0 auto;
}

.service1 .title {
  margin-bottom: 68px;
}

.service1 .items {
  display: grid;
  grid-template-columns: repeat(3, 24.28%);
  justify-content: center;
  gap: 16px 13px;
}

.service1 .item {
  height: 373px;
  background: #F7F7F7;
  transition: all .5s ease 0;
}

.service1 .item .img img:nth-child(2) {
  display: none;
}

.service1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84%;
}

.service1 .item p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #221815;
}

.service1 .item:hover {
  background: #A72126;
}

.service1 .item:hover p {
  color: #fff;
}

.service1 .item:hover a {
  color: #fff;
}

.service1 .item:hover .img img:nth-child(1) {
  display: none;
}

.service1 .item:hover .img img:nth-child(2) {
  display: block;
}

.service2 {
  display: flex;
  align-items: center;
  height: 28vw;
  background: url("/skin/images/service2img.png") no-repeat left center;
  background-size: 50%;
  overflow: hidden;
}

.service2 .wrap {
  display: flex;
  justify-content: flex-end;
}

.service2 .content {
  position: relative;
  background: #F7F7F7;
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 24vw;
}

.service2 .content::after {
  content: "";
  position: absolute;
  left: 0;
  right: -50%;
  top: 0;
  bottom: 0;
  background: #F7F7F7;
}

.service2 .content .title {
  width: 80%;
  z-index: 10;
  position: relative;
}

.service2 .content .title h2 {
  text-transform: none;
  margin-bottom: 57px;
}

.service2 .content p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}

.service3 {
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.11);
  margin-bottom: 90px;
}

.service3 .items {
  display: flex;
}

.service3 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  transition: all .5s ease 0;
}

.service3 .item .img img:nth-child(2) {
  display: none;
}

.service3 .item .img {
  margin-bottom: 25px;
}

.service3 .item:hover {
  background: #A72126;
}

.service3 .item:hover .img img:nth-child(1) {
  display: none;
}

.service3 .item:hover .img img:nth-child(2) {
  display: block;
}

.service3 .item:hover p {
  color: #fff;
}

.service3 .item p {
  font-size: 18px;  
  font-weight: 400;
  color: #221815;
  line-height: 18px;
  text-align: center;
}

.market1 {
  padding: 94px 0 100px;
}

.market1 .title h2 {
  text-transform: none;
  width: 48%;
  line-height: 60px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.market1 .title p {
  font-weight: 500;
  color: #000000;
  line-height: 36px;
  width: 56%;
  text-align: left;
  margin: 0 auto;
}

.market1 .title {
  margin-bottom: 70px;
}

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

.market2 {
  background: #F8F8F8;
}

.market2 .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 265px;
}

.market2 .item {

}

.market2 .item .img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.market2 .item .img img:nth-child(2){
  display: none;
}

.market2 .item .num {
  font-size: 36px;
  font-weight: 600;
  color: #A72126;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}

.market2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 14px;
  text-align: center;
}

.market2 .item:hover img:nth-child(1){
  display: none;
}

.market2 .item:hover img:nth-child(2){
  display: block;
}

.vison1 {
  padding: 100px 0;
}

.about .title h2 {
  text-transform: none;
}

.vison1 .title {
  margin-bottom: 53px;
}

.vison1 .wrap{
  display: flex;
  align-items: center;
  height: 31.2vw;
  background: url(/skin/images/vison1img.png) no-repeat left center;
  background-size: 58%;
}

.vison1 .wrap .content{
  display: flex;
  justify-content: flex-end;
}

.vison1 .wrap .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 46%;
  height: 25vw;
  padding-left: 70px;
}

.vison1 .text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #A72126;
  line-height: 36px;
  margin-bottom: 30px;
}

.vison1 .text p {
  font-size: 18px;
  font-weight: 400;
  color: #221815;
  line-height: 36px;
}

.vison2 {
  padding-bottom: 88px;
}

.vison2 .title h2 {
  margin-bottom: 33px;
}

.vison2 .title p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 30px;
  width: 56%;
  margin: 0 auto;
}

.vison2 .title {
  margin-bottom: 50px;
}

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

.vison2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vison2 .item .content {
  display: flex;
  flex-direction: column;
  height: 406px;
  padding: 20px;
  width: 90%;
  background: #F7F7F7;
  margin-top: -50px;
  transition: all .5s ease 0s;
}

.vison2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vison2 .item .img img:nth-child(2) {
  display: none;
}

.vison2 .item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #221815;
  line-height: 16px;
  text-align: center;
  margin: 30px 0;
  text-transform: uppercase;
}

.vison2 .item:hover .content{
  background: #A72126;
  transform: translateY(-2px);
}

.vison2 .item:hover h3,
.vison2 .item:hover p {
  color: #fff;
}

.vison2 .item:hover .content img:nth-child(1) {
  display: none;
}

.vison2 .item:hover .content img:nth-child(2) {
  display: block;
}

.company1 {
  padding: 100px 0 128px;
}

.company1 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 120px;
}

.company1 .item h2 {
  font-size: 30px;
  font-weight: 600;
  color: #A72126;
  line-height: 26px;
  margin-bottom: 26px;
}

.company1 .item .time {
  font-size: 24px;
  font-weight: 600;
  color: #707070;
  line-height: 18px;
  margin-bottom: 23px;
}

.company1 .item .text {
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  line-height: 36px;
  margin-bottom: 30px;
}

.company1 .item li {
  display: flex;
  font-size: 18px;
  font-weight: 300;
  color: #707070;
  line-height: 36px;
}

.company1 .item li span {
  width: 64%;
  margin-left: 40px;
}

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

.company1 .item li:first-child .img {
  padding-top: 7px;
}

.vlog {
  padding: 100px 0 122px;
}

.vlog .submenu_wrap + .submenu_wrap {
  margin-top: 36px;
}

.vlog .submenu_wrap {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
  border-radius: 6px;
  padding-top: 10px;
}

.vlog .submenu_wrap h2 {
  position: relative;
  background: #A72126;
  font-size: 24px;
  line-height: 45px;
  text-transform: uppercase;
  padding-left: 29px;
}

.vlog .submenu_wrap h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 80%;
  left: 10%;
  height: 1px;
  background: #ebe9e8;
}

.vlog .submenu_wrap:last-child h2::after {
  display: none;
}

.vlog .submenu_wrap ul li a {
  font-size: 18px;
  padding: 0 29px;
}

.vlog .submenu_wrap_ul .submenu_ul li a {
  padding: 0 47px;
}

.vlog .submenu_wrap ul li {
  border: none;
}

.vlog .submenu_wrap > ul {
  border: none;
  padding: 30px 0;
}

/* .vlog .submenu_wrap ul li a.active {
  color: #A72126;
} */

.vlog .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 18px;
}

.vlog .item h3{
  font-size: 18px;
  font-weight: normal;
  color: #221815;
  line-height: 26px;
  font-weight: 500;
  margin-top: 20px;
}

.vlog .item p {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_box {
  float: none;
}

.page_box .page {
  display: flex;
  justify-content: center;
}

.pagination>li>a, .pagination>li>span {
  padding: 12px 22px;
  font-size: 18px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  font-size: 18px;
}

.page li {
  margin-left: 0;
  border: 1px solid #CDCDCD;
  height: auto;
}

.vlog .pagination {
  margin: 0;
  margin-top: 100px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color: #fff;
}

.vlog .form {
  padding: 12px 30px 20px;
}

.vlog .form .info input {
  height: 37px;
  width: 100%;
  background: #F1F1F1;
  border: none;
  border-radius: 4px;
  padding: 16px;
  outline: none;
  font-size: 16px;
  color: #221815;
}

.vlog .form .info textarea {
  background: #F1F1F1;
  border: none;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  outline: none;
  color: #221815;
}

.vlog .form .info + .info {
  margin-top: 13px;
}

.vlog .form .info input[type="submit"] {
  width: 100%;
  font-weight: 400;
  /* height: 31px; */
  background: linear-gradient(90deg, #5F3958 0%, #A72126 100%);
  border-radius: 6px;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 3px;
  padding: 16px 0;
}

.app {
  padding: 100px 0 92px;
}

.app .left-box {
  background: #F8F8F8;
  padding: 37px 20px 39px;
}

.app .left-box h2 {
  font-size: 24px;
  font-weight: bold;
  color: #221815;
  line-height: 23px;
  padding-left: 10px;
  margin-bottom: 24px;
}

.app .left-box .img img:nth-child(2) {
  display: none;
}

.app .left-box .item {
  display: flex;
  align-items: center;
  height: 62px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 10px;

  font-size: 16px;
  font-weight: 500;
  color: #221815;
}

.app .left-box .item .img {
  margin-right: 16px;
}

.app .left-box .item + .item {
  margin-top: 7px;
}

.app .left-box .item.on,
.app .left-box .item:hover {
  color: #A72126;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.35);
}

.app .left-box .item.on .img img:nth-child(1),
.app .left-box .item:hover .img img:nth-child(1) {
  display: none;
}

.app .left-box .item.on .img img:nth-child(2),
.app .left-box .item:hover .img img:nth-child(2) {
  display: block;
}

.app .left-box .items {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
}

.app .right-box h2{
  font-size: 30px;
  font-weight: bold;
  color: #A72126;
  line-height: 30px;
  margin-bottom: 90px;
}

.app .right-box .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.app .right-box .wrap .content {
  width: 50%;
}

.app .right-box .content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #221815;
  line-height: 24px;
  margin-bottom: 40px;
}

.app .right-box .content p {
  font-size: 18px;
  font-weight: 400;
  color: #221815;
  line-height: 30px;
}

.app .swiper .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  min-height: 150px;
  border: 1px solid #eee;
  border-top: none;
  padding: 0 15px;
}

.app .prod {
  margin-bottom: 100px;
}

.app .prod .title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #221815;
  line-height: 18px;
  margin-bottom: 50px;
}

.app .swiper .text .title {
  font-size: 15px;
  font-weight: 500;
  color: #221815;
  margin-bottom: 10px;
  margin-top: 20px;
}

.app .swiper .text .p {
  font-size: 14px;
  font-weight: 400;
  color: #221815;
}

.app .prod-swiper,
.app .prod1-swiper,
.app .prod2-swiper,
.app .prod3-swiper,
.app .prod4-swiper {
  position: relative;
  padding-bottom: 54px;
}

.prod .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.prod .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #D4D3D7;
  border-radius: 50%;
  opacity: 1;
}

.prod .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A72126;
}

.intro1 {
  padding: 100px 0 94px;
  background: url("/skin/images/intro1bg.png") no-repeat right top #F8F8F8;
  background-size: 44%;
}

.intro1 .wrap {
  display: flex;
  justify-content: space-between;
}

.intro1 .wrap .content {
  width: 45%;
}

.intro1 .title h2 {
  text-align: left;
  text-transform: uppercase;
  line-height: 65px;
  margin-bottom: 10px;
}

.intro1 p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 32px;
}

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

.intro1 .img {
  width: 50%;
}

.intro2 {
  padding: 152px 0 163px;
}

.intro2 .title h2 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 46px;
}

.intro2 .wrap {
  display: flex;
  justify-content: space-between;
}

.intro2 .content  {
  width: 60%;
}

.intro2 .items {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 72px 20px;
}

.intro2 .item {
  padding: 25px 46px 32px;
  border-bottom: 11px solid #fff;
  transition: all .5s ease 0s;
}

.intro2 .item:hover {
  background: #F8F8F8;
  border-color: #A72126;
}

.intro2 .item .img {
  margin-bottom: 26px;
}

.intro2 .item .img:hover img {
  transform: none;
}

.intro2 .item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #221815;
  line-height: 19px;
  margin-bottom: 27px;
}

.intro2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
}

.intro2 .img:hover img {
  transform: scale(1.1);
}

.intro3 {
  padding-bottom: 160px;
}

.intro .intro3 .title h2 {
  line-height: 65px;
  margin-bottom: 60px;
  text-align: center;
}

.intro3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 38px;
}

.intro3 .item h3 {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #221815;
  text-align: center;
}

.intro3 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  height: 68px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
}

.intro4 {
  background: #F8F8F8;
  padding: 96px 0 80px;
}

.intro .title h2 {
  text-transform: uppercase;
  text-align: left;
}

.intro4 .title {
  margin-bottom: 55px;
}

.intro .slider_table table th{
  background: #A72126;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

.intro .slider_table td, 
.intro .slider_table th {
  border-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.intro .slider_table tr:nth-child(2n) {
  background: #EBEBEB;
}

.intro .slider_table tr:nth-child(2n + 1) {
  background: #fff;
}

.intro5,
.intro6,
.intro7 {
  background: #F8F8F8;
  padding-bottom: 82px;
}

.intro5 .title,
.intro6 .title,
.intro7 .title {
  margin-bottom: 55px;
}

.intro5 .slider_table table th {
  line-height: 35px;
}

.intro8 {
  background: url("/skin/images/intro8bg.png") no-repeat center;
  padding: 105px 0 115px;
}

.intro8 .title h2 {
  color: #fff;
  text-align: center;
}

.intro8 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.intro8 .item {
  position: relative;
}

.intro8 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .5s ease 0s;

  font-size: 20px;
  font-weight: 500;
  padding: 17px 0;
  width: 100%;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.intro8 .item .text p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 0;
  width: 100%;
  color: #fff;
  line-height: 20px;
}

.intro8 .item .content {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 16%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .5s ease 0s;
}

.intro8 .item .content p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  width: 86%;
  height: 75%;
  overflow-y: auto;
}

/* .intro8 .item:hover .text {
  opacity: 0;
} */

.intro8 .item:hover .content {
  opacity: 1;
}

.intro9 {
  padding: 92px 0 75px;
}

.intro9 .title h2 {
  text-align: center;
}

.intro9 .title {
  margin-bottom: 127px;
}

.intro9 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px 106px;
}

.intro9 .item .top {
  display: flex;
  margin-bottom: 30px;
}

.intro9 .item .img {
  margin-right: 60px;
}

.intro9 .item .img img:nth-child(2) {
  display: none;
}

.intro9 .item .top h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #221815;
  line-height: 16px;
  text-transform: uppercase;
}

.intro9 .item .top h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 42px;
  height: 1px;
  background: #6F6F6F;
}

.intro9 p {
  font-size: 16px;
  font-weight: 300;
  color: #6F6F6F;
  line-height: 30px;
}

.intro9 .item:hover img:nth-child(1) {
  display: none;
}

.intro9 .item:hover img:nth-child(2) {
  display: block;
}

.intro9 .item:hover h3 {
  color: #A72126;
}

.intro10 {
  background: #F8F8F8;
  padding: 105px 0 88px;
}

.intro10 .title {
  margin-bottom: 82px;
}

.intro10 .title h2 {
  text-align: center;
  line-height: 50px;
}

.intro10 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Fast_contact ul>li.onlineservice_li>a.onlineService_zalo {
  width: 30px;
  height: 30px;
  background-image: url(/skin/images/zalo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.Fast_contact ul>li.onlineservice_li>a.onlineService_snapchat {
  width: 30px;
  height: 30px;
  background-image: url(/skin/images/snapchat.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.Fast_contact ul>li.onlineservice_li>a.onlineService_kakaoTalk {
  width: 30px;
  height: 30px;
  background-image: url(/skin/images/kakao-talk.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.Fast_contact ul>li.onlineservice_li>a.onlineService_wechat {
  width: 30px;
  height: 30px;
  background-image: url(/skin/images/wechat.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.intro3 .item a.more {
  width: 150px;
  margin: 0 auto;
  margin-top: 20px;
}

.intro8 .title p {
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
}

.intro8 .item .text  {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.intro8 .item .text i.iconfont {
  font-size: 36px;
  color: #fff;
  margin-left: 10px;
}

.pro_S_img .img:not(:last-child) {
  margin-right: 0.1%;
}

.pro_S_img .slick-prev, .pro_S_img .slick-next {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.pro_S_img .slick-next {
  right: 0;
  left: auto;
}

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

.pro_S_img .slick-next:after {
  content: "\e775";
}

.pro_S_img {
  padding: 0 40px;
}

.app .swiper .text .title:hover,
.app .swiper .text .p:hover {
  color: #A72126;
}

.intro10 table {
  width: 77%;
  margin: 0 auto;
  margin-top: 64px;
}

.intro10 .slider_table td,
.intro10 .slider_table th {
  border-color: #221815;
}

.intro10 .slider_table tr:nth-child(2n + 1),
.intro10 .slider_table tr:nth-child(2n) {
  background: transparent;
}

.intro10 .slider_table tr th {
  font-size: 24px;
  font-weight: 600;
  color: #221815;
  background: transparent;
}

.productTabBox {
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  background: #f0f0f0;
  z-index: 2;
  margin-top: 20px;
}

.productTabBox .tab {
  flex: 1;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  outline-style: unset;
  cursor: pointer;
}

.productTabBox .tab.on {
  border-bottom-color: #A72126;
  color: #A72126;
  font-weight: bold;
}

.product_img_box {
  width: 50%;
  overflow: hidden;
  float: left;
  position: relative;
  max-width: none;
}

.parameter_box {
  width: 50%;
  float: left;
  padding-left: 35px;
  margin-left: 0;
}

.parameter_box h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #000;
  line-height: 1.2;
}

.parameter_box p{
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}

.product_content .mod tr td:nth-of-type(1) {
  width: auto;
}

.product_content .mod .tip {
  font-size: 16px;
  color: #000;
  line-height: 34px;
  padding-right: 10px;
}

.product_content .mod tr td .checkbox {
  margin: 0 2px 5px 0;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 500;
  background: #e5e5e5;
  border: 0;
}

.product_content .mod tr td .checkbox:hover {
  border: 0;
  background: #A72126;
  color: #fff;
}

.parameter_btn a.inquire {
  height: 48px;
  line-height: 48px;
  width: auto;
  padding: 0 40px;
  background: #A72126;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.productDetailContentBox .title h2 {
  text-align: center;
  padding: 50px 0 45px;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: none;
}

.productBox1 tr{
  display: flex;
  align-items: center;
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 20px 0;
}

.productBox1 tr td:nth-child(1) {
  width: 50%;
  padding: 20px 70px;
  border: none;
}

.productBox1 tr td:nth-child(2) {
  width: 50%;
  line-height: 0;
  text-align: center;
}

.productBox1 .slider_table td, 
.productBox1 .slider_table th,
.productBox1 .slider_table table {
  border: none;
}

.productBox1 tr:nth-child(2n) {
  flex-direction: row-reverse;
}

.productDetailContentBox .title {
  margin-top: 0;
}

.productDetailContentBox .title h2 {
  margin-bottom: 0;
}

.productDetailContentBox .productBox2 table td {
  background: #f0f0f0;
  height: 50px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #000;
  padding: 10px 15px;
}

.productDetailContentBox .contentBox td img {
  width: 100%;
}

.product_content .mod tr td .checkbox.on {
  border: 1px solid #A72126;
  color: #A72126;
}

.product_content .mod tr td .checkbox.on:hover {
  color: #fff;
}

.contactBox2 .conBox {
  margin: 25px 0 45px;
  background: #f4f4f4;
}

.contactBox2 .conBox .title {
  text-align: center;
  padding: 65px 10px 50px;
}

.contactBox2 .conBox .title p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.contactBox2 .conBox form {
  max-width: 670px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

.contactBox2 .conBox .info {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}

.contactBox2 .conBox .info input[type=text], .contactBox2 .conBox .info textarea {
  width: 100%;
  height: 44px;
  padding: 10px;
  color: #282828;
  border: 0;
  background: #fff;
}

.contactBox2 .conBox .info textarea {
  resize: none;
  height: 140px;
}

.contactBox2 .conBox .tips {
  display: block;
  color: red;
  font-size: 14px;
  line-height: 16px;
}

.contactBox2 .conBox .info.w100 {
  width: 100%;
}

.contactBox2 .conBox .info:last-child {
  text-align: center;
}

.contactBox2 .conBox .info input[type=submit] {
  width: 205px;
  height: 45px;
  margin-top: 25px;
  background: #A72126;
  color: #fff;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s;
}

.contactBox2 .conBox .title h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
}

.productDetailContentBox .contentBox img {
  width: 100%;
}

.product_box .submenu_wrap ul li span.li_click,
 .product_box .submenu_wrap_ul .submenu_ul span.sec_click {
/*  background: url("/skin/images/pro_click.png") top center no-repeat;*/
background: url("/skin/images/li_click.png") top center no-repeat;
}

.product_box .submenu_wrap ul li a:hover,
.product_box .submenu_wrap ul li a.on,
.product_box .submenu_wrap ul.submenu_ul li a:hover  {
  background: linear-gradient(90deg, #5F3958 0%, #A72126 100%);
  color: #ffffff;
}

.product_box .row,
.faq_box .row,
.download_box .row,
.news_box .row {
  margin-right: -15px;
  margin-left: -15px;
}

.vlog.news_box,
.download_box,
.faq_box {
  padding: 40px 0;
}

.droplist_tile {
  background: #fff;

}

.droplist_tile .prod {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin: 20px 0;
}

.droplist_tile .prod .context {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 0;
  padding-top: 20px;

}

.droplist_tile .prod h2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-height: 42px;
}

.droplist_tile .prod h2 a {
  color: #a72126;
  font-size: 14px;
  font-weight: 500;
  margin-left: 15px;
}

.droplist_tile .prod ul li {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 15px;
}

.droplist_tile .prod ul li a {
  color: #333;
}

.droplist_tile .prod ul li:hover a {
  color: #a72126;
}

.droplist_tile .prod ul li::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 5px;
  height: 11px;
  background: url("/skin/images/menuright.png") no-repeat center;
}

.droplist_tile .support {
  padding-bottom: 20px;
}

.droplist_tile .support .context{
  padding: 40px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  display: flex;
}

.droplist_tile .support .context .item {
  width: 20%;
}

.droplist_tile .support .item .img {
  text-align: center;
  margin-bottom: 30px;
}

.droplist_tile .support .item p {
  font-weight: 500;
  font-size: 14px;
  color: #221815;
  text-align: center;
  text-transform: uppercase;
}

.droplist_tile .support .item:hover p {
  color: #a72126;
}

.product_box.vlog {
  padding: 40px 0;
}

.vlog.product_box .submenu_wrap h2 {
  background: linear-gradient(90deg, #5F3958 0%, #A72126 100%);
}

.vlog.product_box .productTitle {
  margin-bottom: 20px;
}

.products_inquire a.inquire {
  color: #fff;
  background: #A72126;
}

.products_inquire a.inquire:hover {
  background-color: #A72126;
}

.pager_box li a {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 14px 0;
  padding-left: 60px;
  border-radius: 0;
}

.pager_box li a::after {
  font-family: 'iconfont';
  line-height: 42px;
  font-size: 28px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all .5s;
  background-color: #fff;
  border-radius: 50%;
}

.pager_box .prev a::after{
  left: 10px;
  content: "\e6b9";
  transform: translateY(-50%) rotate(180deg);
}

.pager_box .next a::after{
  left: 10px;
  content: "\e6b9";
}

.pager_box li a:hover::after {
  background: #A72126;
  color: #fff;
  border-color: #666;
}

.pager_box li a:hover {
  border-color: #fff;
}

.related_pro .item{
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding: 10px;
  padding-bottom: 20px;
  transition: 0.5s all;
  overflow: hidden;
}

.related_pro .item .text {
  margin-top: 10px;
}

.related_pro .item:hover .text a {
  color: #A72126;
}

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

.vlog .item .time {
  color: #A72126;
  margin-top: 15px;
}

.news_list_box .news_text .more {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  background: none;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  background: #A72126;
  border-radius: 25px;
}

.news_box .news_img {
  position: relative;
  width: 30%;
}

.news_box .news_text {
  margin-left: 30%;
}

.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
}

.li:hover .news_img img {
  transition: 0.6s all;
}

.li:hover .news_img a {
  background: #000;
  overflow: hidden;
}

.li:hover .news_img img {
  transform: scale(1.1);
  opacity: 0.6;
}

.li:hover .post-image-mask span, .li:hover .post-image-mask:after, .li:hover .post-image-mask:before {
  opacity: 1;
  -webkit-animation: wd-fadeInLeft .3s ease;
  animation: wd-fadeInLeft .3s ease;
}

.post-image-mask span, .post-image-mask:after, .post-image-mask:before {
  display: inline-block;
  margin-right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFF;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .2s ease;
  -webkit-animation: wd-fadeOutRight .3s ease;
  animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:after {
  content: '';
  margin-right: 0;
}

.post-image-mask:before {
  content: '';
  transition-delay: .15s;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.li:hover .post-image-mask:before, .li:hover .post-image-mask:before, .li:hover .post-image-mask:before {
  transition-delay: .2s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.news_box .news_list:hover {
  top: 0;
}

.vlog .form .info input[type="submit"] {
  text-transform: uppercase;
}

.related_pro .item .img {
  border: none;
}

.related_pro .item_box,
.related_pro .item {
  padding: 0;
}

@-webkit-keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}@keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}
@-webkit-keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}@keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}
@-webkit-keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}


@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);
  }
}

.container {
  width: 94%;
  margin: 0 auto;
  max-width: 1303px;
  padding: 0;
}

@media (max-width: 1450px) {
  /* .container {
      width: 1200px;
  } */

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

  .about1 .wrap .content {
    width: 50%;
  }

  .about1 .content p + p {
    margin-top: 10px;
  }

  .about1 .content p {
    font-size: 16px;
    line-height: 32px;
  }

  .vison1 .text h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .vison1 .text p {
    line-height: 26px;
  }

  .vison1 .wrap .text {
    height: 28vw;
    padding-left: 50px;
  }

  .vison2 .item .content .img {
    height: 50px;
  }

  .vison2 .item .content {
    height: 74%;
  }

  .index4 .wrap .img::after {
    height: 74%;
  }

  .index6-swiper .swiper-button-prev::after, .index6-swiper .swiper-button-next::after {
    font-size: 38px;
  }

  .index6-swiper .swiper-button-next, .index6-swiper .swiper-button-prev {
    left: 2%;
  }

  .index6-swiper .swiper-button-next {
    right: 2%;
    left: auto;
  }
  
  footer .footer-wrap h3 {
    font-size: 22px;
  }

  footer .footer-wrap ul a, footer .footer-wrap ul li {
    font-size: 15px;
  }
}

@media (max-width: 1220px) {
  /* .container {
      width: 992px;
  } */
  /* .about1 .wrap .img {
    width: auto;
  } */

  .index6-swiper .swiper-button-prev::after, .index6-swiper .swiper-button-next::after {
    font-size: 30px;
  }

  .index6-swiper .swiper-button-next, .index6-swiper .swiper-button-prev {
    left: 0.5%;
  }

  .index6-swiper .swiper-button-next {
    right: 0.5%;
    left: auto;
  }

}

@media (max-width: 1720px) {

}

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

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

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

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

@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;
  }
}


@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: 5.8vw;
  }

  .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;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .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;
  }
  .pro_S_img .img img{
    width: 87%;
  }
  .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;
    text-transform: uppercase;
  }

  .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("/skin/images/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 {
    padding: 20px;
  }

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

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

  .index1 .tabs li::before,
  .index1 .tabs .more,
  ul:before, ul:after {
    display: none;
  }

  .index1 .tabs li {
    font-size: 15px;
    padding: 4px 0;
    justify-content: center;
  }

  .index1 .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 4px;
    padding: 20px 0;
  }

  .index1 .box p {
    padding: 20px 0;
  }

  .index1 .box .items {
    grid-template-columns: 50% 50%;
    gap: 20px 10px;
  }

  .index1 .box .item > .img {
    margin-bottom: 10px;
  }

  .index1 .text {
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }

  .index1 .boxs {
    margin-bottom: 20px;
  }

  .index1 .text .img {
    display: none;
  }

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

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

  .index1 .items {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }


  .index1 a.more1,
  .index1 .title .more {
    display: none;
  }

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

  .index1 .item:first-child .iconfont {
    bottom: 0;
  }

  .index1 .item .iconfont {
    right: 10px;
    left: auto;
  }

  .index1 .context {
    flex-direction: column;
  }

  .index1 .context .item {
    width: 100%;
    margin-bottom: 10px;
  }

  .index2 .top {
    padding-top: 20px;
  }

  .index2 .items {
    grid-template-columns: 100%;
    gap: 20px;
    padding-bottom: 0;
  }

  .index2 .item .img {
    height: auto;
    padding: 20px 0;
  }

  .index1 .wrap .title h2 {
    font-size: 26px;
    text-align: center;
    line-height: 28px;
    padding-top: 20px;
  }

  .index3 {
    padding: 20px 0;
    background-size: cover;
    background-position: left;
  }

  .index3 .wrap {
    width: 100%;
  }

  .index3 h3 {
    margin-bottom: 20px;
  }

  .index3 a.more {
    margin-top: 20px;
  }

  .index3 p {
    font-size: 16px;
  }

  .index3 h3 {
    font-size: 20px;
  }

  .index4 .swiper-pagination {
    bottom: 0;
  }

  .index5 .items {
    grid-template-columns: 100%;
  }

  .index1 .title h2::after, .index2 .title h2::after, .index5 .title h2::after, .index4 .title h2::after {
    bottom: -8px;
  }

  section .contact .wrap h3 {
    font-size: 20px;
  }

  section .contact .wrap p {
    font-size: 16px;
  }

  section .contact {
    padding:20px 0;
    background-size: cover;
  }
  
  /*.footer-share {
    display: none;
  }*/

  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }

  .index5 a.more {
    margin-top: 20px;
  }

  .about .imgBanner .content h1 {
    font-size: 20px;
    margin: 0;
    text-align: center;
  }

  .about .imgBanner .content h1 span {
    margin-left: 10px;
  }

  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }

  .about1 {
    padding: 20px 0;
  }

  .about .title h2::after {
    height: 4px;
    bottom: -10px;
  }

  .about .title h2 {
    line-height: 1.2;
  }

  .about1 .items,
  .about1 .item:last-child .content h3 {
    margin-bottom: 20px;
  }

  .about1 .items .item {
    flex-direction: column;
  }

  .about1 .item .content {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .about1 .item:last-child .content {
    margin-left: 0;
  }

  .about2 .content {
    padding-top: 30px;
    background-size: cover;
  }

  .about2 .year-item + .year-item {
    padding-top: 20px;
  }

  .about2 .year-box {
    width: 100%;
  }

  .about2 .year-title {
    font-size: 16px;
    min-width: 94px;
  }

  .year-item:before {
    left: 126px;
  }

  .year-item .year-title:before {
    top: 30px;
    left: 124px;
  }

  .about2 .company {
    flex-direction: column;
    margin-top: 20px;
  }

  .about2 .year-item:first-child .year-title::before {
    left: 127px;
  }

  .about2 .company .wrap {
    margin-left: 0;
  }

  .about2 .wrap h3 {
    margin: 20px 0;
    font-size: 28px;
  }

  .about2 .wrap h3::after {
    left: 50%;
    height: 4px;
    bottom: -10px;
    transform: translateX(-50%);
  }

  .about3 .desc {
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about3 .about3-title, .about4 .about4-title {
    margin-bottom: 20px;
  }

  .about3-img {
    display: none;
  }

  .index5,
  .index6,
  .index7,
  footer .footer-other,
  .about2 {
    height: auto;
    padding: 20px 0;
  }
  .index5 .img img{width: 100%;}
  footer .footer-other p {
    font-size: 20px;
    width: 80%;
  }

  footer .footer-other a {
    width: 60%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    font-size: 20px;
  }

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

  .about1 .row,
  .about2 .row,
  .about3 .row,
  .cap3 .row {
    flex-direction: column;
  }

  .about1 h3, .about2 h3, .about3 h3, .safety1 h3 {
    margin: 20px 0;
    font-size: 28px;
  }

  .about2 .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .about1 p, .about2 p, .about3 p, .safety1 p {
    font-size: 16px;
  }

  .about3 {
    padding: 20px 0;
  }

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

  .about3 .img img{
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .quality-swiper p::after, .quality-swiper .one p::before {
    display: none;
  }

  .place,
  .quality {
    margin-top: 0;
  }

  .place .tabs-list .tabs-head {
    line-height: 1;
    height: auto;
    padding: 10px 30px;
  }

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

  .about4 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
  }

  .prod-top .box {
    flex-direction: column;
    padding: 20px 0;
  }

  .prod-top .box h1 {
    width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .prod-top .box .img {
    padding: 20px 0;
  }

  .prod1 .title h3, .prod2 .title h3, .prod3 .title h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .prod1 .items,
  .prod3 .items,
  .product3 .imgs {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .prod1 .item .text,
  .prod3 .item .text {
    top: 80%;
  }

  .prod1 .text h2 {
    font-size: 22px;
    line-height: 1!important;
  }

  .tabs-list .tabs-head,
  .prod3 .text p {
    font-size: 16px;
  }

  .prod3 {
    padding: 20px 0;
  }

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

  .product-head .wrapper::after {
    display: none;
  }

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

  .product-head .box h1 {
    font-size: 28px;
  }

  .product-detail .title h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .product1,
  .product2,
  .product3 {
    margin-bottom: 20px;
  }

  .tabs-list .tabs-head {
    padding: 0 30px;
    display: flex;
    align-items: center;
    line-height: 1.1;
  }

  .about4 .swiper-pagination-bullets {
    bottom: 50px;
  }
  
  .about4 .swiper-button-prev:after, 
  .about4 .swiper-button-next:after {
    top: 50%;
  }

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

  .solution2 h3,
  .solution1 h3 {
    margin-bottom: 20px;
    text-align: center;
  }

  .solution2 {
    padding: 20px 0;
  }

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

  .solution2 .item .content {
    padding: 20px;
  }

  .solution2 .content a.more {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
  }

  .solution1 p + p,
  .prods3 .content li + li {
    margin-top: 20px;
  }

  .prods .imgBanner .text {
    margin-top: 0;
  }

  .prods .imgBanner h2 {
    font-size: 20px;
    line-height: 1;
    margin-top: 6px;
    margin-left: 6px;
    padding: 0;
  }

  .prods .imgBanner .text .img {
    width: 34%;
  }

  .prods1,
  .prods3 {
    padding: 20px 0;
  }

  .prods1 h3,
  .prods3 .title h3 {
    margin-bottom: 20px;
  }

  .prods .title h3 {
    margin-left: 0;
  }

  .prods1 .tabs {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px 0;
    border-bottom: 2px solid #ED6F36;
  }

  .prods1 .tabs .tab {
    font-size: 14px;
    border-bottom: none;
    height: 40px;
  }

  .prods1 .box.on {
    flex-direction: column;
  }

  .prods1 .box .boxLeft {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .prods1 .boxRight,
  .prods3 .box .content {
    padding: 20px;
  }

  .prods .title h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }

  .prods2 .items {
    grid-template-columns: 50% 50%;
    gap: 10px;
  }

  .prods2 .item p {
    font-size: 16px;
  }

  .prods2 .item .text {
    height: 38px;
  }

  .prods3 .box {
    flex-direction: column;
  }

  .prods4 .items {
    grid-template-columns: 50% 50%;
    gap: 20px 10px;
    margin-bottom: 20px;
  }

  .prods4 .item {
    height: auto;
  }

  .prods4 .item p {
    padding: 10px;
    text-align: center;
  }

  .page {
    display: none;
  }

  .m_page {
    display: block;
    margin-bottom: 20px;
  }

  .prods4 h3,
  .solution-detail1 {
    margin-bottom: 20px;
  }

  .imgBanner h1 {
    font-size: 26px;
    margin-top: 0;
  }

  .solution-content .title h3, .prod-custom .title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .solution-content,
  .prod-custom1 {
    padding: 20px 0;
  }

  .solution-detail2 .items, .solution-detail3 .items {
    grid-template-columns: 50% 50%;
    gap: 10px;
  }

  .solution-detail2 p {
    font-size: 16px;
    text-align: center;
  }

  .prod-custom2 .wrap {
    flex-direction: column-reverse;
  }

  .prod-custom .imgBanner h1 {
    margin-top: 0;
    line-height: 1.1;
    font-size: 24px;
    text-align: center;
  }

  .solution-content .title h3, .prod-custom .title h3 {
    font-size: 22px;
    text-align: center;
  }

  .prod-custom2 .tabs .tab,
  .prod-custom2,
  .prod-custom3,
  .custom3,
  .custom5,
  .agent3 .wrap {
    padding: 20px 0;
  }

  .prod-custom2 .tab p {
    width: 88%;
  }

  .prod-custom2 .box .text {
    padding: 10px;
    overflow: hidden;
  }

  .prod-custom2 .box .text p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .prod-custom3 .items {
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .prod-custom3 .item::before {
    display: none;
  }

  .custom2 .items .item {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    height: auto;
  }

  .custom2 .items .item .text {
    margin-left: 0;
  }

  .custom2 .items .item .img {
    margin-bottom: 20px;
  }

  .custom2 .text h4 {
    text-align: center;
  }

  .custom3 .content .items {
    grid-template-columns: 100%;
    gap: 20px 10px;
  }

  .custom3 .content .item::after,
  .custom3 .content .item:nth-child(1)::before, 
  .custom3 .content .item:nth-child(5)::before {
    display: none;
  }

  .custom3 .items .item:nth-child(1) {
    order: 1;
  }
  .custom3 .items .item:nth-child(2) {
    order: 2;
  }
  .custom3 .items .item:nth-child(3) {
    order: 3;
  }
  .custom3 .items .item:nth-child(4) {
    order: 4;
  }
  .custom3 .items .item:nth-child(5) {
    order: 8;
  }
  .custom3 .items .item:nth-child(6) {
    order: 7;
  }
  .custom3 .items .item:nth-child(7) {
    order: 6;
  }
  .custom3 .items .item:nth-child(8) {
    order: 5;
  }
  .custom3 .items .item:nth-child(9) {
    order: 9;
  }
  .custom3 .items .item:nth-child(10) {
    order: 10;
  }
  .custom3 .items .item:nth-child(11) {
    order: 11;
  }
  .custom3 .items .item:nth-child(12) {
    order: 12;
  }

  .custom5 .items {
    grid-template-columns: 50% 50%;
    gap: 20px 10px;
  }

  .custom5 .img {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .agent .imgBanner h1 {
    font-size: 32px;
  }

  .agent1 .wrap,
  .agent3 .wrap {
    flex-direction: column;
  }

  .agent1 {
    margin-top: 20px;
  }

  .agent1 .wrap .content {
    margin-right: 0;
  }

  .agent1 .wrap h3,
  .agent3 .wrap .content h3 {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 1.2;
  }

  .agent2 {
    margin: 20px 0 0;
  }

  .agent3 {
    background: none;
  }

  .agent3 .wrap .content {
    margin-left: 0;
    margin-top: 20px;
  }

  .agent4 .look-for,
  .agent4 .info {
    width: 100%;
    margin: 0;
    padding: 0 20px;  
  }

  .agent4 .info,
  .agent5 .boxRight {
    margin-top: 20px;
  }

  .agent4 .title h4 {
    margin: 20px;
  }

  .agent5 {
    padding: 20px 0;
    height: auto;
    background: #4e4e4e;
  }

  .agent5 .wrap {
    flex-direction: column;
  }

  .agent5 .boxLeft,
  .agent5 .boxRight {
    width: 100%;
  }

  .index1 .wrap {
    flex-direction: column;
  }

  .index1 .img {
    width: 100%;
  }

  .index1 .wrap > .img {
    position: unset;
  }

  .index1 {
    margin-top: 0;
  }

  .index1 .wrap .content {
    width: 100%;
    padding-top: 20px;
    height: auto;
  }

  .index1 .nums {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin: 20px 0;
  }

  .index1 .nums .item:last-child {
    width: 100%;
  }

  .index1 a.more {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }

  .index1 .wrap .content::after {
    display: none;
  }

  .index2 {
    padding: 20px 0;
  }

  .index2 a.more {
    margin-top: 20px;
  }

  .index2 .swiper-button-prev {
    left: 20%;
    bottom: 0;
  }

  .index2 .swiper-button-next {
    right: 20%;
    bottom: 0;
  }

  .index3 .items {
    gap: 0;
  }

  .index3 .items,
  .index4 .items,
  .index6 .items {
    grid-template-columns: 100%;
  }

  .index3 .items .item:first-child p {
    width: 100%;
  }

  .index3 .items .item:first-child {
    height: auto;
    grid-column: auto;
    padding: 20px;
  }

  .index3 .items .item {
    flex-direction: column-reverse;
    padding: 20px;
    height: auto;
  }

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

  .index4 .wrap {
    flex-direction: column;
  }

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

  .index4 .wrap .title h2 {
    line-height: 36px;
  }

  .index4 .wrap .text {
    flex-direction: column;
  }

  .index4 .title p,
  .index4 .wrap .text p,
  .index4 .wrap .img {
    width: 100%;
  }

  .index4 .item .text h3 {
    font-size: 38px;
  }

  .index4 .wrap .img {
    margin-top: 20px;
  }

  .index4 .wrap .img::after {
    display: none;
  }

  .index4 .items {
    gap: 20px;
    margin: 20px 0;
  }

  .index5 .content {
    padding: 0;
  }

  .index5 .item p {
    min-height: auto;
    margin-bottom: 20px;
  }

  .index5 .item .name {
    margin: 20px 0;
  }

  .index6 .items {
    gap: 20px;
    margin-top: 20px;
  }

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

  .index6 .title {
    margin-bottom: 20px;
  }

  .index6 .item {
    padding: 20px;
  }

  .index6 .item h3 {
    margin: 20px 0;
  }

  .index6 .item .more {
    margin-top: 20px;
  }

  .index6 .item {
    box-shadow: 0px 4px 14px 0px rgb(55 55 55 / 22%);
  }

  .footer-copyright .wrap {
    line-height: 27px;
    justify-content: center;
    padding: 10px 0;
  }

  .index2 .title {
    margin-bottom: 20px;
  }

  .profile2 .wrap {
    flex-direction: column;
  }

  .profile2 .wrap .left {
    width: 100%;
  }

  .profile2 .wrap .text {
    margin-left: 0;
  }

  .profile2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }

  .profile2,
  .profile5,
  .prod1 {
    padding: 20px 0;
  }

  .profile3 .items,
  .profile4 .imgs,
  .product2 .items,
  .prod2 .items,
  .prod1 .content .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .profile3 .title h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .profile5 .cert {
    padding: 0;
  }

  .profile5 .swiper-slide {
    width: 100%!important;
  }

  .product-head .box {
    margin-left: 0;
    margin-top: 20px;
  }

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

  .product-head .share .key, .product-head .pdf .key {
    margin-right: 10px;
    min-width: 45%;
  }

  .pdf, .share {
    justify-content: space-between;
  }

  .product-head a.more {
    margin-top: 20px;
  }

  .product1 {
    padding: 0;
  }

  .product4 {
    padding: 20px;
  }

  .prods .imgBanner .wrap {
    display: none;
  }

  .prods .imgBanner h1 {
    margin-top: auto;
  }

  .prod1 .wrap {
    flex-direction: column;
  }

  .prod1 .wrap > .img {
    position: unset;
  }

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

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

  .services .item .text {
    padding: 0;
    margin-top: 20px;
  }

  .services .item:nth-child(2n) .wrap {
    flex-direction: column;
  }

  .services .case {
    padding: 20px 0;
  }

  .services .case .items {
    margin-top: 20px;
    grid-template-columns: 100%;
  }

  .service .wrap {
    height: auto;
  }

  .service .wrap .tab {
    padding: 20px 0;
    line-height: 1.2;
    font-size: 14px;
  }

  .service .wrap .tab.on::after {
    border-left: 10px solid transparent;
    border-bottom: 16px solid #fff;
    border-right: 10px solid transparent;
  }

  .service .item .wrap,
  .stories-detail .wrap {
    padding: 20px;
    flex-direction: column;
  }

  .service .item .wrap .content,
  .stories-detail .wrap .text {
    padding: 0!important;
    margin-top: 20px;
  }

  .stories-detail .item:nth-child(2n) .wrap,
  .stories .item:nth-child(2n) .wrap {
    flex-direction: column;
  }

  .related-prods .items {
    grid-template-columns: 100%;
  }

  .stories .item .wrap .text {
    position: unset;
    width: 100%;
    transform: none;
    padding: 20px;
  }

  .stories .item .wrap {
    flex-direction: column;
    padding: 0;
  }

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

  .stories .item:nth-child(2n) {
    background-color: #fff;
  }

  .index4 .item .text h3 {
    line-height: 1;
    font-size: 32px;
  }

  .index4 .item .text p {
    width: 90%;
    font-size: 16px;
    margin: 20px 0;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
  }

  .index4 .item .text a.more {
    width: 140px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .index4 .item:hover .text p {
    display: -webkit-box;
  }

  .productTabBox {
    display: none;
  }

  .productTabBox a {
      font-size: 14px;
  }

  .footer-contact {
    height: auto;
  }

  .footer-contact .wrap {
    padding: 20px 0;
  }

  .footer-contact .wrap h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  a.more {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .footer-copyright .wrap .img,
  .footer-copyright .wrap span{ 
    display: none;
  }

  .footer-copyright .wrap .copyright {
    display: block;
  }

  .footer-contact .wrap p {
    margin-bottom: 20px;
  }

  .index6 .more {
    margin-top: 20px;
  }

  .about1 .title {
    margin-bottom: 20px;
  }

  .about1 .wrap {
    flex-direction: column;
  }

  .about1 .wrap .img {
    position: unset;
    width: 100%;
  }

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

  .about1 .wrap .img::after {
    display: none;
  }

  .about1 .content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .about1 .content p {
    line-height: 24px;
  }

  .about2 .title p {
    margin-top: 20px;
  }

  .about2 .title {
    margin-bottom: 20px;
  }

  .about2 .items{
    grid-template-columns: 100%;
  }

  .about2 .item {
    min-height: auto;
  }

  .about2 .item .content {
    padding: 10px;
  }

  .about2 .item .content h3 {
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px;
  }

  .about2 .item .content p {
    padding: 0;
  }

  .app .right-box h2 {
    padding: 20px 0;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }

  .app .right-box .wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .app .right-box .wrap .content {
    width: 100%;
    margin-top: 20px;
  }

  .app .right-box .content h3 {
    margin-bottom: 20px;
  }

  .app .right-box .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .app .prod .title h3 {
    margin-bottom: 20px;
  }

  .app .prod {
    margin-bottom: 20px;
  }

  .product_box.vlog {
    padding: 20px 0;
  }

  .vlog .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .vlog .item {
    box-shadow: 0 6px 10px 0 rgb(95 101 105 / 15%);
  }

  .vlog .item h3,
  .vlog .item p,
  .vlog .item .time {
    padding: 0 10px;
  }

  .one-wrap {
    display: block!important;
  }

  footer .footer-wrap h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .about .top-tabs {
    display: none;
  }

  .Crumbs ul i {
    margin-top: 0;
  }

  .product_img_box,
  .parameter_box {
    width: 100%;
  }

  .parameter_box {
    padding-left: 0;
  }

  .product_box {
    padding: 0;
  }

  .productDetailContentBox .title h2 {
    padding: 20px 0;
    font-size: 20px;
  }

  .product_content .mod tr td:nth-of-type(2) {
    padding-left: 0;
  }

  .pro_S_img .img {
    width: 100vw;
  }

  .contactBox2 .conBox .title {
    padding: 20px 0;
  }

  .contactBox2 .conBox .title h2 {
    font-size: 24px;
  }

  .intro1,
  .intro2 {
    padding: 20px 0;
    background: unset;
  }

  .intro1 .wrap {
    flex-direction: column;
  }

  .intro1 .wrap .content,
  .intro1 .img {
    width: 100%;
  }

  .intro1 .img {
    margin-top: 20px;
  }

  .intro1 .title h2 {
    line-height: 44px;
  }

  .intro2 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .intro2 .wrap {
    flex-direction: column;
  }

  .intro2 .content {
    width: 100%;
  }

  .intro2 .item {
    padding: 10px;
  }

  .intro2 .item {
    background: #F8F8F8;
    border-color: #A72126;
  }

  .intro3 .items {
    grid-template-columns: initial;
    gap:initial;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .intro3 .items .item{width: 48.5%;display: flex;flex-direction: column;align-items: center;}

  .intro3 {
    margin-bottom: 20px;
  }

  .intro3 .item h3 {
    font-size: 16px;
  }

  .intro4,
  .intro10 {
    padding: 20px 0;
  }

  .intro4 .title {
    margin-bottom: 20px;
  }

  .intro .title h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }


  .intro9 .items,
  .intro8 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

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

  .intro9 .title {
    margin-bottom: 20px;
  }

  .intro10 table {
    width: 100%;
  }

  .news_box .news_img,
  .news_box .news_text {
    width: 100%;
  }

  .news_box .news_text {
    margin-left: 0;
  }

  .page_box .page {
    display: none;
  }

  .service1 {
    padding: 20px 0;
  }

  .service1 .title p {
    width: 100%;
    line-height: 28px;
    font-size: 16px;
  }

  .service1 .title {
    margin-bottom: 20px;
  }

  .service1 .items {
    grid-template-columns: repeat(2, 48%);
  }

  .service1 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 20px 10px;
  }

  .service1 .item .img {
    margin-bottom: 20px;
  }

  .service1 .item p {
    font-size: 16px;
  }

  .service2 {
    padding: 20px 0;
    height: auto;
    background-size: 100%;
  }

  .service2 .content {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .service2 .content .title h2 {
    margin-bottom: 10px;
  }

  .service2 .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .service3 .items {
    flex-wrap: wrap;
  }

  .service3 .item {
    width: 48%;
    flex: none;
  }

  .service3 .item p {
    font-size: 16px;
  }

  .service3 {
    margin-bottom: 20px;
  }

  .service2 .content::after {
    display: none;
  }

  .market1 {
    padding: 20px 0;
  }

  .market1 .title h2 {
    width: 100%;
  }

  .market1 .title p {
    width: 100%;
    line-height: 30px;
  }

  .market1 .title {
    margin-bottom: 20px;
  }

  .market2 .items {
    flex-wrap: wrap;
    height: auto;
  }

  .market2 .item {
    width: 50%;
    padding: 20px 0;
    height: 200px;
  }

  .market2 .item .img {
    margin-bottom: 20px;
    height: 60px;
  }

  .vison1 {
    padding: 20px 0;
  }

  .vison1 .title {
    margin-bottom: 20px;
  }

  .vison1 .wrap {
    background: none;
    height: auto;
  }

  .vison1 .wrap .text {
    width: 100%;
  }

  .vison1 .wrap .text {
    height: auto;
    padding-left: 0;
  }

  .vison1 .text h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .vison2 .title p {
    width: 100%;
  }

  .vison2 .title {
    margin-bottom: 20px;
  }

  .vison2 .items {
    grid-template-columns: 100%;
  }

  /* .vison2 .item .img,
  .vison2 .item img {
    width: 100%;
  } */

  .vison2 .item .content {
    height: auto;
  }

  .vison2 .item h3 {
    margin: 20px 0;
  }

  .vison2 {
    padding-bottom: 20px;
  }

  .company1 {
    padding: 20px 0;
  }

  .company1 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .company1 .item h2 {
    font-size: 20px;
    text-align: center;
    line-height: 14px;
  }

  .company1 .item .time {
    font-size: 18px;
  }

  .company1 .item .text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .company1 .item .time,
  .company1 .item h2 {
    margin-bottom: 20px;
    text-align: left;
  }

  .company1 .item li span {
    width: 100%;
    line-height: 28px;
  }

  .company1 .item li:first-child .img {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .nav-list li:nth-of-type(2):hover .dropdown_menu{display: block !important;}
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .pro_S_img .img img{
    width: 76%;
  }
  .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%!important;
  }

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

  .footer-wrap {
    padding: 0;
  }

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

  .footer-share {
    margin-top: 0;
  }

  footer {
    padding: 20px 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;
  }
  /*.intro3 .item h3{
    min-height: 19vw;
  }*/
  .intro3 .item .content{
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .intro3 .item h3{
    flex: 1 0 auto;
  }
  .intro3 .item p{
    flex: 0 0 auto;
  }
  .intro3 .item a.more{
    flex: 0 0 auto;
  }
  .index6 .index6-swiper{
    padding-bottom: 8vw;
  }
  .index6-swiper .swiper-button-prev{
    left: 39%;
    top: auto;
    bottom: 0;
  }
  .index6-swiper .swiper-button-prev::after, .index6-swiper .swiper-button-next::after{
    bottom: 0vw;
    top: auto;
    transform: none;
  }
  .index6-swiper .swiper-button-next{
    right: 39%;
    top: auto;
    bottom: 0;
  }

}

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

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

@media (max-width: 372px) {
  .Crumbs ul li a, .Crumbs ul li, .Crumbs ul li a span, .Crumbs ul i{
    font-size: 3.2vw;
  }
  .Crumbs ul i{padding: 0}
}