@charset "utf-8";

@import url(./fonts/iconfont.css);

body {
  font-family: "Roboto";
}

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

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

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

form {
  margin: 0;
}

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

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

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

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(45deg, #3e388c, #eb2821);
}

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

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

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

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

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

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(45deg, #3e388c, #eb2821);;
  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;
}

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

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 {
  float: right;
  margin-left: 24px;
  padding: 26px 0;
  cursor: pointer;
  padding-right: 0;
}

header .head-bottom .nav-list>.head-search {
  margin-left: 20px;
}

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

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

header .head-bottom .nav-list > li.contact a {
    position: relative;
    padding: 31px 18px;
    color: #ffffff;
    background: linear-gradient(45deg, #3e388c, #eb2821);
    transition: all .3s;
    border-radius: 0;
}

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

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

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

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: linear-gradient(45deg, #3e388c, #eb2821);;
  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 #e91812;
  color: #e91812;
  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(45deg, #3e388c, #eb2821);;
  color: #fff;
  border-color: #fff;
}

header .head-bottom .head-langBox ul {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 100px;
  display: none;
  width: 306px;
}
header .head-bottom .head-langBox ul li{
  width: 48.5%;
  float: left;
}
header .head-bottom .head-langBox ul li:nth-of-type(even){
  float: right;
}
.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 10px;
}

.head-langBox ul a:hover {
  background: linear-gradient(45deg, #3e388c, #eb2821);;
  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(45deg, #3e388c, #eb2821);;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contactBox202006131030 .contactInfo ul li.contactTel {
  background-image: url("/public/static/images/home/zh-cn/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactTitok {
  background-image: url("/public/static/images/home/zh-cn/titok.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("/public/static/images/home/zh-cn/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("/public/static/images/home/zh-cn/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("/public/static/images/home/zh-cn/contactAddress.png");
}

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

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

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

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

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

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

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

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

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

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

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background: linear-gradient(45deg, #3e388c, #eb2821);;
  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(45deg, #3e388c, #eb2821);;
  color: #ffffff;
}

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


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

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

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

.img {
  overflow: hidden;
}

.img img {
  transition: all 0.5s;
}

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

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

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

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

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

.one-wrap {
  width: 11%;
}

.three-wrap {
  width: 15%;
}

.five-wrap {
  width: 40%;
}
@media (max-width:1400px) {
  .five-wrap{width: 100%;}
}

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: center;
  font-size: 16px;
}

.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: 30px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 9px;
  outline: none;
  font-size: 12px;
}

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

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

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 .Verify_img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 26px;
  width: 80px;
  cursor: pointer;
}

footer .info input[type="submit"] {
  width: 114px;
  /* height: 31px; */
  background: linear-gradient(45deg, #3e388c, #eb2821);;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  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: #e91812;
}

footer .footer-other {
  background: url("/public/static/images/home/zh-cn/contactBg.jpg") no-repeat;
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

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

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

.imgBanner {
  position: relative;
}

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

.imgBanner h1 {
  font-size: 72px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 27px;
}

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

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

.Crumbs_nav {
  padding: 30px 0;
}

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

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

.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(45deg, #3e388c, #eb2821);;
  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(45deg, #3e388c, #eb2821);;
  color: #fff;
  border-color: #e91812;
}

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

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

.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(45deg, #3e388c, #eb2821);;
}

.parameter_btn a:hover {
  background: linear-gradient(45deg, #3e388c, #eb2821);;
}

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

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

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


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

section .title h2::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  width: 180px;
  height: 8px;
  transform: translateX(-50%);
  background: linear-gradient(45deg, #3e388c, #eb2821);
}

.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("/public/static/images/home/zh-cn/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  border-radius: 10px 10px 0 0;
  background-image: url("/public/static/images/home/zh-cn/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: 374px;
  background: url("/public/static/images/home/zh-cn/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: 30px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  margin: 25px 0 60px;
  text-transform: uppercase;
}

.footer-contact a.more {
  width: 174px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(45deg, #3e388c, #eb2821);
  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 {
  position: relative;
  margin-top: 90px;
}

.index1 .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
[lang="ar"] .index1 .wrap{
  justify-content: flex-start;
}
[lang="fa"] .index1 .wrap{
  justify-content: flex-start;
}
.index1 .wrap > .img {
  position: absolute;
  left: 0;
}

.index1 .wrap .content {
  position: relative;
  width: 57.9%;
  height: 795px;
  z-index: 1;
  padding: 142px 0 113px 127px;
}

.index1 .wrap .content::after {
  content: '';
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.36);
  width: 140%;
  height: 100%;
  left: 0%;
  top: 0;
  bottom: 0;
  z-index: -1;
}

section .index1 .title h2 {
  display: inline-block;
  text-align: left;
  margin-bottom: 65px;
}

section .index1 .title h2::after {
  left: 0;
  transform: translateX(0);
}

.index1 .nums {
  display: flex;
  justify-content: space-around;
  margin: 52px 0 38px;
}

.index1 .nums p {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin-top: 17px;
}

.index1 .nums .num {
  display: flex;
  align-items: flex-start;
  font-size: 48px;
  font-weight: bold;
  color: #3D3F8A;
  line-height: 34px;
}

.index1 .nums .img {
  margin-left: 12px;
}

.index1 .nums img {
  vertical-align: top;
}

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

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

.index1 .content p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

.index1 a.more {
  display: inline-block;
  width: 170px;
  height: 58px;
  border: 2px solid #3D3F8A;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 400;
  color: #3D3F8A;
  line-height: 56px;
  text-align: center;
  margin-top: 78px;
  transition: all .3s;
}

.index1 a.more:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #3e388c, #eb2821);
}

.index2 {
  position: relative;
  padding: 187px 0 194px;
  background: url("/public/static/images/home/zh-cn/index2Bg.png") no-repeat center;
}

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

.index2 .title p {
  text-align: center;
  font-size: 18px;
  color: #33322D;
  line-height: 20px;
}

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

.index2 .swiper-wrapper {
  align-items: center;
}

.index2 .swiper-slide p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 27px;
  margin-top: 52px;
  opacity: 0;
}

.index2 .swiper-slide .img {
  display: flex;
  justify-content: center;
}

.index2 .swiper-slide-active p {
  opacity: 1;
}

.index2 .swiper-button-next,
.index2 .swiper-button-prev {
  top: auto;
  bottom: 10%;
  background: none;
  position: absolute;
  margin: 0;
  z-index: 999;
}

.index2 .swiper-button-next {
  right: 47%;
}

.index2 .swiper-button-prev {
  left: 47%;
}

.index2 .swiper-button-prev:after,
.index2 .swiper-button-next:after {
  content: "\e60c";
  font-family: "iconfont";
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-weight: bold;
  font-size: 40px;
}

.index2 .swiper-button-prev:after {
  content: "\e606";
}

.index2 .swiper-button-next:hover:after,
.index2 .swiper-button-prev:hover:after
{
  color: #40418C;
}

.index3 {
  padding: 115px 0 216px;
  background: url("/public/static/images/home/zh-cn/index3Bg.png") no-repeat;
}

.index3 .title h2,
.index4 .title h2 {
  color: #fff;
}

.index3 .title h2 {
  margin-bottom: 98px;
}

.index3 .title h2::after,
.index4 .title h2::after {
  bottom: -36px;
}

.index3 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 32px;
}

.index3 .items .item:first-child {
  grid-column: span 2;
  height: 397px;
  padding: 62px 61px 63px 56px;
}

.index3 .items .item {
  display: flex;
  background-color: #fff;
  height: 449px;
  padding: 55px 12px 38px 55px;
}

.index3 .items .item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.index3 .item .content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 27px;
  margin-bottom: 25px;
}

.index3 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
  text-transform: uppercase;
}

.index3 .item a.more {
  display: inline-block;
  width: 140px;
  height: 32px;
  background: linear-gradient(45deg, #3e388c, #eb2821);
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}

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

.index3 .items .item:first-child .content {
  justify-content: space-between;
}

.index4 {
  padding: 103px 0 109px;
  background: url("/public/static/images/home/zh-cn/index4Bg.png") no-repeat center;
  background-size: cover;
}

.index4 .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index4 .title p {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 27px;
  width: 58%;
  text-align: center;
}

.index4 .title h2 {
  margin-bottom: 70px;
}

.index4 .items {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 78px 0 67px;
}

.index4 a.more {
  display: block;
  width: 399px;
  height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(45deg, #3e388c, #eb2821);
}

.index4 .item {
  position: relative;
}

.index4 .item .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.index4 .item .text h3 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 58px;
  text-transform: uppercase;
  text-align: center;
}

.index4 .item .text p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
  margin: 53px 0 68px;
  width: 66%;
  display: none;
}

.index4 .item .text a.more {
  width: 180px;
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  display: none;
}

.index4 .item .text h3::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  width: 180px;
  height: 8px;
  background: linear-gradient(45deg, #3e388c, #eb2821);
  transform: translateX(-50%);
  opacity: 0;
}

.index4 .item:hover .text {
  background-color: rgba(0,0,0,0.6);
}

.index4 .item:hover h3::after {
  opacity: 1;
}

.index4 .item:hover p,
.index4 .item:hover .text a.more {
  display: block;
}

.index5 {
  padding: 98px 0 110px;
}

.index5 h2 {
  margin-bottom: 88px;
}

.index5  .content {
  position: relative;
  padding: 0 100px;
}

.index5 .swiper {
  padding: 4px;
}

.index5 .swiper-slide {
  width: 250px;
  height: 253px;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px 1px rgba(164,163,163,0.32);
}

.index5 .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.index5 .swiper-button-next, 
.index5 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  z-index: 999;
}

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

.index5 .swiper-button-prev:after {
  content: "\e653";
}

.index5 .swiper-button-next:hover:after,
.index5 .swiper-button-prev:hover:after
{
  color: #423e87;
}

.index6 {
  padding-bottom: 105px;
}

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

.index6 .title h2::after {
  width: 60px;
}

.index6 .title p {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 1;
  text-align: center;
}

.index6 .items {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
}

.index6 .item {
  display: flex;
  flex-direction: column;
  padding: 31px 16px 29px 14px;
}

.index6 .item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #3D3F8A;
  line-height: 24px;
  margin: 28px 0 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}

.index6 .item p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}

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

.index6 .item .more {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #3D3F8A;
  margin-top: 38px;
}

.index6 .item:hover {
  box-shadow: 0px 4px 14px 0px rgba(55,55,55,0.22);
}

.service .tabs {
  color: #ffffff;
  background: linear-gradient(45deg, #3e388c, #eb2821);
}

.service .wrap {
  display: flex;
  height: 160px;
}

.service .wrap .tab {
  position: relative;
  flex: 1;
  padding: 35px 0;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
}

.service .wrap .tab.on::after {
  display: inline-block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -0%);
  border-left: 16px solid transparent;
  border-bottom: 28px solid #fff;
  border-right: 16px solid transparent;
}

.service .item .wrap {
  padding: 54px 0 73px;
  height: auto;
}

.service .item .wrap .content {
  flex: 1;
  padding: 88px 20px 0 74px;
}

.service .item .content h3 {
  font-size: 24px;
  font-weight: 400;
  color: #C5292E;
  line-height: 29px;
  margin-bottom: 16px;
}

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

.service .item a.more {
  display: block;
  width: 140px;
  height: 32px;
  background: linear-gradient(45deg, #3e388c, #eb2821);
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  margin-top: 30px;
}

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

.services .title h1,
.stories .title h1,
.stories-detail .title h1,
.prods .title h1{
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin: 32px 0;
  text-align: center;
  text-transform: uppercase;
}

.services .item .wrap{
  display: flex;
  padding: 52px 0 63px;
}

.services .item .text {
  flex: 1;
  padding: 35px 0 0 74px;
}

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

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

.services .item .text h3 {
  font-size: 24px;
  font-weight: 500;
  color: #C5292E;
  line-height: 18px;
  margin-bottom: 19px;
}

.services .item .text .content:nth-child(2n) {
  margin-top: 61px;
}

.services .item:nth-child(2n) .text {
  padding: 41px 57px 0 0;
}

.services .item .text li,
.core li {
  position: relative;
  margin-bottom: 37px;
  padding-left: 17px;
}

.services .item .text p,
.services .item .text h4 {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}

.services .item .text h4 {
  color: #666666;
}

.services .item .text li::after,
.core li::after {
  position: absolute;
  left: 2px;
  top: 6px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #C5292E;
  border-radius: 50%;
}

.services .item .text li::before,
.core li::before {
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.5);
}

.services .case {
  padding: 78px 0 54px 0;
}

.services .case .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}

.services .case .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  margin-top: 47px;
}

.stories .item .wrap{
  position: relative;
  display: flex;
  padding: 58px 0;
}
[lang="ar"] .stories .item .wrap{
  justify-content: flex-end
}
[lang="fa"] .stories .item .wrap{
  justify-content: flex-end
}
.stories .item .wrap .text {
  position: absolute;
  width: 560px;
  right: 0;
  top: 50%;
  min-height: 330px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(149,149,149,0.35);
  transform: translateY(-50%);
  padding: 40px 16px 0 32px;
}

.stories .text .title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #C5292E;
  line-height: 24px;
  margin-bottom: 10px;
}

.stories .text p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-break: break-word;
}

.stories .text .more {
  display: block;
  width: 140px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: linear-gradient(45deg, #3e388c, #eb2821);
  color: #fff;
  margin-top: 20px;
}

.stories .img {
  box-shadow: 0px 6px 9px 1px rgba(189,189,189,0.38);
}

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

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

.stories .item:nth-child(2n) .wrap .text {
  right: auto;
  left: 0;
}

.stories-detail .wrap{
  display: flex;
  align-items: center;
  padding: 64px 0 52px;
}

.stories-detail .wrap .text {
  flex: 1;
  padding-left: 77px;
}

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

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

.stories-detail .item .img {
  background: #FFFFFF;
  box-shadow: 0px 6px 9px 1px rgba(189,189,189,0.38);
}

.stories-detail .item:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 77px;
}

.stories-detail .item h3 {
  font-size: 24px;
  font-weight: 400;
  color: #C5292E;
  margin-bottom: 25px;
}

.stories-detail .item p {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 27px;
}

.core {
  padding: 64px 0 74px 0;
}

.core li {
  margin-bottom: 10px;
  color: #999999;
}

.core h3 {
  font-size: 24px;
  font-weight: 400;
  color: #C5292E;
  line-height: 1;
  margin-bottom: 20px;
}

.related-prods .title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  text-align: left;
  margin-bottom: 47px;
}

.related-prods .title h2::after {
  display: none;
}

.related-prods .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 75px;
}

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

.related-prods .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 39px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-right: 0!important;
}

.related-prods .item .text p {
  color: #fff;
  text-align: center;
  line-height: 39px;
}

.profile .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  text-transform: uppercase;
}

.profile1 {
  padding: 28px 0 70px;
}

.profile1 .title h3 {
  padding-bottom: 25px;
}

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

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

.profile2 {
  position: relative;
  padding: 49px 0 90px;
  background-color: #F2F2F2;
}

.profile2 .text h4 {
  font-size: 24px;
  font-weight: 400;
  color: #C5292E;
  line-height: 18px;
  margin-bottom: 24px;
}

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

.profile2 .wrap {
  display: flex;
}

.profile2 .wrap .left {
  width: 46.57%;
  position: relative;
}

.profile2 .wrap .swiper {
  padding-top: 25px;
}

.profile2 .wrap .swiper .img {
  opacity: 0.5;
}

.profile2 .wrap .swiper-slide-active .img{
  opacity: 1;
  transform: scale(1.2) translateY(-25px);
  z-index: 10;
}

.profile2 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transform: scale(1);
}

.profile2 .wrap .boxs {
  flex: 1;
}

.profile2 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.profile2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border: 2px solid #CB282A;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
}

.profile2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CB282A!important;
}

.profile2 .wrap .text {
  display: none;
  margin-left: 70px;
  flex: 1;
  padding-top: 25px;
}

.profile2 .wrap .text.on {
  display: block;
}

.profile2 .title h3 {
  margin-bottom: 48px;
}

.profile3 {
  padding: 64px 0 40px;
}

.profile3 .title h3 {
  margin-bottom: 47px;
}

.profile3 .title h4,
.profile4 .title h4,
.profile5 .title h4 {
  font-size: 24px;
  font-weight: 400;
  color: #C5292E;
  margin-bottom: 24px;
}

.profile3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
}

.profile3 .items .img img:hover {
  transform: scale(1.2);
}

.profile4 {
  background-color: #F2F2F2;
  padding: 49px 0 52px;
}

.profile4 .title h4 {
  margin-bottom: 21px;
}

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

.profile4 .content {
  margin-bottom: 35px;
}

.profile4 .imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

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

.profile5 {
  padding: 50px 0 134px;
}

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

.prods .imgBanner h1 {
  line-height: 54px;
  margin-top: 90px;
}

.prods .wrap ul {
  margin-top: 43px;
}

.prods .wrap ul li {
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  color: #FFFFFF;
}

.prod1 .wrap ul {
  margin-top: 0;
}

.prod1 .wrap ul li {
  color: #999999;
  list-style: none;
  font-size: 18px;
}

.prod1 .wrap li::before {
  display: none;
}

.prods .wrap .img {
  margin-top: 10px;
}

.prods .wrap li,
.prods .box li  {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
}

.prods .wrap li::after,
.prods .box li::after {
  position: absolute;
  left: 2px;
  top: 12px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #C5292E;
  border-radius: 50%;
}

.prods .wrap li::before,
.prods .box li::before 
{
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.prods .box li::before {
  background: rgba(255, 0, 0, 0.5);
  top: 6px;
}

.prods .box li::after {
  top: 8px;
}

.prods .box li {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}

.prod1 {
  padding: 52px 0 118px;
}

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

.prod1 .wrap > .img {
  position: absolute;
  left: 0;
  right: 57.3%;
}

.prod1 .content .items {
  display: grid;
  grid-template-columns: 280px 285px;
  gap: 32px 89px;
}

.prod1 .content .item {
  display: flex;
  flex-direction: column;
}

.prod1 .content .item .img {
  margin-bottom: 13px;
  min-height: 72px;
}

.prod1 .content .item h3 {
  font-size: 24px;
  font-weight: 400;
  color: #C7292D;
  line-height: 27px;
  margin-bottom: 20px;
}

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

/* .prod1 .content .item:first-child h3 {
  margin-top: 22px;
} */

.prod2 {
  background: #F2F2F2;
  padding: 75px 0 29px;
  margin-bottom: 39px;
}

.prod2 .title h3,
.prod2 .name h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 27px;
  margin-bottom: 28px;
}

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

.prod2 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 218px;
  background: #FFFFFF;
  box-shadow: 0px 6px 9px 1px rgba(189,189,189,0.38);
}

.prod2 .item .img,
.prods .item .img img {
  height: 100%;
}

.prod2 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 31px;
  line-height: 31px;
}

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

.product-thumbs {
  position: relative;
}

.pdf,
.share,
.product-head .pdf .value {
  display: flex;
  align-items: flex-end;
}

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

.product-head .pdf .key {
  line-height: 1;
}

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

.product-head .pdf a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #C5292E;
  line-height: 1;
}

.product-head a.more {
  display: inline-block;
  height: 33px;
  width: 86px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 33px;
  color: #ffffff;
  background: linear-gradient(45deg, #3e388c, #eb2821);
  margin-top: 64px;
}

.prods .box li {
  margin-bottom: 6px;
}

.product-head .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 442px;
  background: #FFFFFF;
  box-shadow: 0px 6px 9px 1px rgba(189,189,189,0.38);
}

.product-head .pdf  .img {
  margin-right: 10px;
}

.product-head .product-thumbs {
  margin-top: 44px;
}

.cloud-zoom-big {
  width: 60%!important;
  height: 60%!important;
}

.product-detail .title h3 {
  font-size: 24px;
  font-weight: 400;
  color: #CB282A;
  line-height: 17px;
}

.product1 {
  padding: 53px 0 55px;
}

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

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

.product2 .items {
  margin: 20px 0 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.product2 .items .img {
  box-shadow: 0px 6px 9px 1px rgba(189,189,189,0.38);
  margin-top: 24px;
}

.product2 .item p {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  padding-left: 20px;
}

.product2 .item p::before {
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.5);
}

.product2 .item p::after {
  position: absolute;
  left: 2px;
  top: 8px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #C5292E;
  border-radius: 50%;
}

.product3 {
  padding: 30px 0 61px;
  background-color: #F2F2F2;
}

.product3 .title {
  margin-bottom: 27px;
}

.product3 table thead th {
  height: 44px;
  background: #C5292E;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}

.product3 .slider_table th {
  height: 40px;
  line-height: 40px;
  border: 2px solid #BABABA;
}

.product3 .slider_table th span {
  color: #999;
  font-weight: 500;
}

.product3 .note {
  margin-top: 29px;
}

.product3 h4,
.product3 li {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 22px;
}

.product3 h4 {
  line-height: 11px;
  margin-bottom: 10px;
}

.product4 {
  background-color: #fff;
  padding-top: 74px;
}

/* .product4 .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
} */

.profile5 .cert{
  position: relative;
  padding: 0 100px;
}

.profile5 .swiper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
}

.profile5 .swiper .text p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

.profile5 .swiper .text .iconfont {
  position: absolute;
  right: 17px;
  top: 0;
  color: #fff;
  font-size: 20px;
}

.profile5 .swiper-slide {
  position: relative;
  width: 352px;
  height: 454px;
}

.profile5 .swiper-slide.first-slide {
  width: 587px;
}

.profile5 .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile5 .swiper-slide .text {
  opacity: 0;
}

.profile5 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}

.profile5 .swiper-button-next, 
.profile5 .swiper-button-prev,
.product-thumbs .swiper-button-next,
.product-thumbs .swiper-button-prev
{
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(116,116,116,0.36);
}

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

.profile5 .swiper-button-next:after,
.product-thumbs .swiper-button-next:after {
  content: "\e7ae";
}

.profile5 .swiper-button-next:hover,
.profile5 .swiper-button-prev:hover,
.product-thumbs .swiper-button-next:hover,
.product-thumbs .swiper-button-prev:hover 
{
  background: linear-gradient(45deg, #3e388c, #eb2821);
}

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

.product-thumbs .swiper-button-next,
.product-thumbs .swiper-button-prev {
  width: 20px;
  height: 20px;
  top: 60%;
}

.product-thumbs .swiper-button-prev {
  left: -10%;
}

.product-thumbs .swiper-button-next {
  right: -10%;
}

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

.product-head .box{
  margin-left: 40px;
}

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

.news_content_text ol {
  padding-left: 28px;
  list-style: auto;
}

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

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1720px) {

}

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

@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 (min-width: 1400px) {
  .container {
    width: 1400px;
  }

  .container_1600 {
    width: 1400px;
  }
}

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

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

  .Crumbs span.youAreHere {
    display: none;
  }

  body {
    padding-top: 60px;
  }

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

  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100002;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .m_header {
    height: 60px;
  }

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

  .logo_box img {
    height: 100%;
  }

  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }

  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #000000;
    position: absolute;
    display: block;
    content: "";
  }

  .nav_toggle span:before {
    top: -10px;
  }

  .nav_toggle span:after {
    bottom: -10px;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }

  .nav_toggle.active span {
    background-color: transparent;
  }

  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }

  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }

  /*移动端导航*/
  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }

  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000000;
  }

  .m_header .m_nav_list>li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }

  .m_header .m_nav_list>li>i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("/public/static/images/home/zh-cn/reset/li_click.png") no-repeat top center;
  }

  .m_header .m_nav_list>li>a {
    opacity: 0;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }

  .m_header .m_nav_list .dropdown_menu>li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }

  .footer_box .fast_navigation .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%;
    margin-top: -330px;
    gap: 20px;
    padding-bottom: 0;
  }

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

  .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: 34px;
    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;
  }

  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 .wrap > .img {
    position: unset;
  }

  .index1 {
    margin-top: 0;
  }

  .index1 .wrap .content {
    width: 100%;
    padding: 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: 120px;
    height: 44px;
    line-height: 40px;
    font-size: 18px;
  }

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

  .index2 {
    padding: 20px 0;
  }

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

  .index2 .swiper-button-next {
    right: 20%;
    bottom: 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 .title p {
    width: 100%;
  }

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

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

  .index5 .content {
    padding: 0;
  }

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

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

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

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

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

  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

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

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

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

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

  .footer-wrap {
    padding: 0;
  }

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

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

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

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

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

@media (max-width: 480px) {}
.contactBox202006131030 .contactForm .info p{
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
/*     font-weight: 300; */
}
.contactBox202006131030 .contactForm .info p a{
    color: #333333;
    text-decoration: underline;
}
.contactBox202006131030 .contactForm .info p a:hover{
    color: #e91812;
}