@charset "utf-8";

@import url(iconfont.css);

:root {
  --primary: #c2252c;
  --white: #fff;
  --primary-bg: #f8faf6;
  --theme-bg: #f8f8f8;
  --theme-a: #979797;
  --hot: #9f0000;
  --themeColor: #323232;
  --mainColor:#d71820;
  --lat:"Lato", sans-serif;
  --mon:"Montserrat", sans-serif;
  --300:300;
  --400:400;
  --500:500;
  --600:600;
  --700:700;
}

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

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

a:hover {
  color: var(--primary);
}

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;
  resize: none;
}

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

form {
  margin: 0;
}

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

.container {

  padding-top: 87px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  /* box-shadow: 0 2px 2px rgb(0 0 0 / 6%); */
  box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);
}

header .head-top {
  background-color: var(--primary);
}

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

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

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

header .head-top .iconfont {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s;
}

header .head-top .left {
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
}

header .head-top .item {
  margin-left: 27px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

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

header .head-top ul.item > li {
  float: left;
  padding: 12px 0 12px 36px;
  position: relative;
}

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: var(--primary);
}

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

.isSticky {
  position: sticky;
  transition: all 0.3s;
}

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

.tofixed a {
  color: #fff;
}

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

header.tofixed .head-top a,
header.tofixed .head-top .iconfont,
header.tofixed .head-bottom .nav-list > li > a,
header.tofixed .head-bottom .head-share a i,
footer .footer-share a i,
header.tofixed .head-langBox,
header.tofixed .head-search .iconfont,
header.tofixed .head-langBox .iconfont {
  color: #fff;
}

.tofixed {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
  box-shadow: 0 0 5px var(--primary);
}

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

header .head-bottom .wrap .left {
  display: flex;
  align-items: center;
}

header .head-bottom .wrap .logo {
  margin-right: 20px;
  width: 1.38rem;
  height: 0.4rem;
}

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

.head-right .head-box {
  display: flex;
  align-items: center;
  margin-left: 0.24rem;
}

header.tofixed .head-right .head-box .line {
  background-color: #fff;
}

.head-right .head-box .line {
  width: 1px;
  height: 0.21rem;
  background-color: #333333;
  margin: 0 0.14rem;
  opacity: 0.5;
  padding: 0 !important;
}

header .head-bottom .right .head-search {
  margin-right: 0.2rem;
  cursor: pointer;
}

header .head-bottom .head-right .head-box > div {
  padding: 0.3rem 0;
}

header .head-bottom .head-langBox span {
  margin-left: 8px;
}

header .head-bottom .head-langBox .ctx {
  display: flex;
  align-items: center;
}

header .head-bottom .head-langBox .icon {
  border-top: 4px solid #323232;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: 4px;
}

header.tofixed .head-bottom .head-langBox .icon {
  border-top: 4px solid var(--white);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

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

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

header .head-share li {
  margin-left: 0.21rem;
  line-height: 1;
}

header .head-share li img {
  width: 0.25rem;
  height: 0.25rem;
}

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

header .head-bottom .nav-list > li > a {
  display: inline-flex;
  font-size: .2rem;
  position: relative;
  padding: 0.34rem 0;
  border-radius: 20px;
  line-height: 0.2rem;
  font-weight: bold;
  color: #323232;
  /* text-transform: uppercase; */
  align-items: center;
  text-transform: capitalize;
}

header .head-bottom .nav-list > li > a:hover,
header .head-bottom .nav-list > .active > a {
  color: var(--primary) !important;
}

header .head-bottom .nav-list > li.contact > a:hover {
  color: #fff !important;
}

/* 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: var(--primary);
  position: absolute;
  left: 50%;
  bottom: 20%;
  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 li.head-share {
  margin-left: 6px;
}

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

header .head-bottom .nav-list > li.head-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 10px;
}

header.tofixed .head-bottom .nav-list > li.head-share a {
  border-color: #fff;
}

/* footer .footer-share a:nth-child(1):hover {
  border-color: #0e76a8;
  background: #0e76a8;
  opacity: 1;
}

footer .footer-share a:nth-child(2):hover {
  border-color: #e60023;
  background: #e60023;
  opacity: 1;
}

footer .footer-share a:nth-child(3):hover {
  border-color: #4267b2;
  background: #4267b2;
  opacity: 1;
} */

/* header .head-bottom .head-share a:nth-child(3):hover i,
footer .footer-share a:nth-child(1):hover i
 {
  color: #0e76a8;

}

header .head-bottom .head-share a:nth-child(3):hover {
  border-color: #0e76a8!important;
}

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(2):hover {
  border-color: #E60023!important;
}

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

header .head-bottom .head-share a:nth-child(1):hover {
  border-color: #4267B2!important;
}

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

header .head-bottom .nav-list > .head-langBox {
  padding: 0.26rem 0;
  cursor: pointer;
  padding-right: 0;
}

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

header.tofixed .head-langBox a {
  color: #2b2b2b;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display: block;
  font-size: 0.2rem;
  color: #2b2b2b;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
  line-height: 1;
}

.head-langBox .iconfont {
  font-size: 0.22rem;
  line-height: 1;
}

header .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: 10px 13px;
  color: #ffffff !important;
  background: var(--primary);
  transition: all 0.3s;
  border-radius: 17px;
}

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

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

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

header.tofixed .head-langBox span {
  color: #fff;
}

.head-langBox span {
  font-size: 0.21rem;
  font-weight: 400;
  color: #323232;
}

header .search-wrap {
  position: relative;
}

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

header .search-wrap .search-all .search-box {
  padding: 0.3rem 0 0.3rem 1rem;
  position: relative;
}

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

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

.nav_normal .dropdown i {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.nav_normal .dropdown:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

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

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

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

header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 5px 20px;
  position: absolute;
  top: 40px;
  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: 0.24rem;
  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: var(--primary);
  color: #fff;
  border-color: #fff;
}

header .head-top .head-langBox ul {
  position: absolute;
  top: 100%;
  left: 70%;
  background: var(--primary);
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 1rem;
  display: none;
  transform: translateX(-50%);
}

.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 0.1rem 0;
  text-align: center;
  color: #2b2b2b;
  margin-left: 0;
  font-size: 0.16rem;
}

.head-langBox ul a:hover {
  background: var(--primary);
  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: var(--primary);
  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: var(--primary);
  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: var(--primary);
  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: 0.2rem;
}

.contactBox202006131030 .textBox h1,
.contactBox202006131030 .textBox h2 {
  font-size: 0.48rem;
  font-weight: bold;
  /* letter-spacing: 0.1em; */
  line-height: 0.48rem;
  margin-bottom: 15px;
  color: #333;
  font-family: Fjalla One;
}

.download_bt,
.news_bt {
  font-family: Fjalla One; 
  font-weight: 400;
}

.news_box .submenu_wrap h2 {
  font-family: Fjalla One;
}

.contactBox202006131030 .textBox p {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1.6;
  font-family: Fjalla One;
}

.news_box .news_text p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #323232;
  line-height: 0.3rem;
}

.news_box .news_text h3 > span {
  display: block;
  font-family: Fjalla One;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #323232;
}

.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("../images/contacttel.png");
}

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

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

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

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

.contactBox202006131030 .contactInfo ul li a:hover {
  color: var(--primary);
}

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

.contactBox202006131030 .title h2 {
  font-family: Fjalla One;
  font-size: 0.48rem;
  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: #999;
  font-weight: 400;
}

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

.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;
  outline: none;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 2rem;
  height: 0.46rem;
  line-height: 0.4rem;
  border: 0;
  font-size: 0.2rem;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 4px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: var(--primary);
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--primary);
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background: #fff;
  color: var(--primary);
  transition: all 0.3s;
}

.nav-list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1.7rem;
  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: 0.21rem;
  text-align: left;
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
  font-weight: 500;
}

.nav-list .dropdown_menu li a:hover {
  background: var(--primary);
  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%);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 36px;
}

.index-banner .swiper-pagination-bullet,
.ability4Swiper .swiper-pagination-bullet {
  width: 0.34rem;
  height: 3px;
  background-color: #fff;
  opacity: 0.55;
  border-radius: 2px;
  margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1!important;
  background-color: var(--primary)!important;
}

.img {
  overflow: hidden;
}

.img img {
  transition: all 0.5s ease 0s;
}

footer .footer-wrap h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 0.22rem;
  margin-bottom: 0.23rem;
  text-transform: uppercase;
}

footer .footer-wrap ul a,
footer .footer-wrap ul li,
footer .footer-wrap ul p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 0.3rem;
}

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

footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: var(--primary);
}

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

.four-wrap {
  width: 42%;
} */

.two-wrap {
  width: 12%;
}

.four-wrap {
  width: 15%;
}

.three-wrap {
  width: 15%;
}

.five-wrap {
  width: 26%;
}

.six-wrap {
  width: 23%;
}

.four-wrap li a {
  white-space: nowrap;
}

footer {
  overflow: hidden;
}

footer .five-wrap ul li:first-child {
  display: flex;
  flex-direction: column;
  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;
  margin-top: 0.5rem;
}

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

footer .footer-share ul img {
  height: 0.25rem;
  width: 0.25rem;
  margin-right: 0;
}

.footer-share ul li {
  margin-right: 0.2rem;
}

.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-content a:hover {
  text-decoration: underline !important;
}

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

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

.footer-content {
  overflow: hidden;
  /* background: url("../images/footerbg.png") no-repeat center; */
  background-size: cover;
}

.footer-box {
  background-color: #f8f8f8;
  padding: 0.4rem 0 0.23rem;
}

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

.footer-copyright .top ul {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  gap: 10px 40px;
}

.footer-copyright ul:before,
.footer-copyright ul:after {
  display: none;
}

.footer-copyright li,
.footer-copyright a,
.footer-copyright p {
  font-size: 0.20rem;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 0.15rem;
  text-align: left;
}

.footer-copyright .iwonder img {
  height: 0.1rem;
  width: 0.7rem;
}

.footer-copyright li img {
  margin-right: 6px;
}

.footer-copyright .top {
  margin-bottom: 10px;
}

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

/* footer .footerForm .info.inputon {
  margin-top: 0.2rem;
} */

footer .footerForm .info input {
  height: 0.44rem;
  line-height: 0.48rem;
  width: 100%;
  background: var(--white);
  border-radius: 0;
  padding: 4px;
  outline: none;
  font-size: 16px;
  color: #2d2d2d;
  padding: 0 0.1rem;
  border: 1px solid #c9c9c9;
}

footer .footerForm .info input::placeholder,
footer .footerForm .info textarea::placeholder {
  color: #999999;
  font-size: 0.14rem;
}

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

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

footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 0.14rem;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 22px;
  margin-bottom: 0.14rem;
}

footer .footerForm .text p a {
  color: var(--primary);
}

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: 1.2rem;
  height: 0.46rem;
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 4px;
  font-size: 0.21rem;
  font-weight: bold;
  color: var(--white);
  line-height: 0.46rem;
  padding: 0;
  transition: all 0.5s ease 0s;
  margin-bottom: 0.2rem;
}

footer .info input[type="submit"]:hover {
  background: transparent;
  color: var(--primary);
}

.footer-copyright {
  padding: 0.2rem 0 0.2rem 0;
  /* font-size: 14px; */
  font-weight: 400;
  text-align: center;
}

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

footer .footerForm .tips {
  position: absolute;
}

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

.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 h2,
.imgBanner h1 {
  font-size: 0.56rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
  margin-bottom: 0.4rem;
}

.imgBanner .tabBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.imgBanner .tabs {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
}

.imgBanner .tab {
  width: 2.36rem;
  height: 0.65rem;
  background: var(--white);

  font-size: 0.24rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.6rem;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.imgBanner .tab.on {
  background: var(--primary);
  color: var(--white);
}

.prod h1 {
  font-size: 66px;
  color: var(--primary);
}

.imgBanner p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  margin: 0 auto;
  text-align: center;
  width: 68%;
}

.Crumbs_nav {
  padding: 0.21rem 0;
  display: flex;
  align-items: center;
}


.Crumbs ul {
  display: flex;
  align-items: center;
}

.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-weight: 500;
  color: #323232;
}

.Crumbs ul li {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #323232;
  font-weight: 500;
}

.Crumbs ul li:last-child span {
  color: var(--primary);
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.5s ease 0s;
}

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

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

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

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: var(--primary);
}

.te {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.po2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.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: var(--primary);
  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: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--primary);
  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: var(--primary);
}

.parameter_btn a:hover {
  background: var(--primary);
}

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

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

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

section p {
  font-size: 0.2rem;
  font-weight: 500;
  color: #323232;
  line-height: 0.3rem;
}

section .title h1,
section .title h2 {
  position: relative;
  font-size: 0.48rem;
  font-weight: 600;
  color: #323232;
  line-height: 0.6rem;
  text-align: center;
  margin-bottom: 0.36rem;
  /* text-transform: uppercase; */
  font-family: Fjalla One;
}

section.inside .title h1,
section.inside .title h2 {
  font-size: 0.36rem;
  line-height: 0.28rem;
  color: #222222;
}

section .title p {
  /* text-align: center; */
  font-size: 0.2rem;
  font-weight: 500;
  color: #323232;
  line-height: 0.3rem;
  text-align: center;
  margin: 0 auto;
}

.tabs-list {
  margin-bottom: 36px;
}

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

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

.tabs-list .tabs-head {
  height: 60px;
  background: #f4f4f4;
  font-size: 18px;
  font-weight: bold;
  color: #393939;
  line-height: 60px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("../images/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head strong {
  margin-right: 18px;
}

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

.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(207, 207, 207, 0.36);
  color: #999999;
}

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

.tabs-list .text p {
  color: #393939;
}

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

a.more {
  box-sizing: border-box;
  display: block;
  font-size: 0.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 0.45rem;
  width: 2rem;
  height: 0.5rem;
  text-align: center;
  background: var(--primary);
  border-radius: 4px;
  border: 2px solid var(--primary);
}

/* a.more:hover {
  background: transparent;
  color: var(--primary);
} */

.footer-links {
  display: flex;
  margin-bottom: 0.5rem;
}

.footer-links li {
  margin-right: 0.2rem;
}

.footer-links li a {
  font-size: 0.2rem;
  font-weight: bold;
  color: #eaece7;
  line-height: 0.3rem;
}

.footer-content .contact {
  margin-bottom: 0.6rem;
}

.footer-content .contact li {
  font-size: 0.21rem;
  font-weight: bold;
  color: #eaece7;
  line-height: 0.3rem;
}

.footer-content .contact li a {
  color: #eaece7;
}

.footer-content .inquiry {
  width: 47.14%;
}

.flex {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.footer-content .inquiry .info:first-child {
  margin-right: 0.1rem;
}

.index-banner .swiper-slide {
  position: relative;
}

.index-banner .swiper-slide .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-banner .container,
.index-banner .row,
.index-banner .wrap {
  height: 100%;
}

.index-banner .swiper-slide .content .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-banner .swiper-slide .left {
  width: 40.125%;
  margin-bottom: 12%;
}

.index-banner .swiper-slide .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #ffffff;
  border-radius: 5px;
  height: 6.75rem;
}

.three-wrap {
  position: relative;
}

footer .footer-share a {
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin-right: 5px;
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-share .icon {
  display: flex;
  align-items: center;
  padding: 0;
}

footer .footer-share a i {
  font-size: 0.2rem;
  color: #fff;
  transition: all 0.3s;
}

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

/* footer .footer-share a:nth-child(1):hover {
  border-color: #0e76a8;
  background: #0e76a8;
  opacity: 1;
}

footer .footer-share a:nth-child(2):hover {
  border-color: #e60023;
  background: #e60023;
  opacity: 1;
}

footer .footer-share a:nth-child(3):hover {
  border-color: #4267b2;
  background: #4267b2;
  opacity: 1;
} */

.footer-contact {
  background: url("../images/contactbg.png") no-repeat center;
}

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

.footer-contact .wrap h2 {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: var(--white);
}

.footer-contact .wrap p {
  font-size: 0.24rem;
  color: var(--white);
}

.footer-contact .wrap a.more {
  margin-top: 0.4rem;
}

.footer-share {
  margin-bottom: 0.22rem;
}

.footerForm .name {
  font-size: 0.2rem;
  color: #2a2a2a;
  margin-bottom: 0.21rem;
  font-weight: bold;
}

.footerForm .info {
  font-size: 0.21rem;
  color: #2a2a2a;
  font-weight: 400;
  margin-bottom: 0.1rem;
}

.index1 {
  padding-top: 0.58rem;
}

.index1 .title {
  margin-bottom: 0.58rem;
}

.index1 .wrap {
  display: flex;
}

.index1 .wrap .boxs {
  width: 62.8%;
  height: 9.1rem;
}

.index1 .wrap .tabs {
  flex: 1;
}

.index1 .wrap .box {
  display: none;
}

.index1 .wrap .box.on {
  display: block;
}

.index1 .wrap .tab {
  height: 1.57rem;
  transition: all 0.5s ease 0s;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.index1 .wrap .ctx {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.54rem;
  height: 1.55rem;
}

.index1 .wrap .ctx .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.78rem;
  height: 1.1rem;
  margin-right: 0.1rem;
}

.index1 .wrap .tab:nth-child(3) img {
  width: 70%;
}

.index1 .wrap .ctx h3 {
  font-size: 0.24rem;
  font-family: Fjalla One;
  color: #323232;
  font-weight: 400;
}

.index1 .wrap .tab .ctx .text {
  display: none;
  margin: 0.14rem 0 0.2rem;
  width: 74%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.index1 .wrap .tab .ctx p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 0.86rem;
}

a.more1 {
  display: inline-block;
  color: var(--theme-a);
  text-decoration: underline;
  font-size: 0.2rem;
  font-weight: bold;
  font-family: Lato;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

a.more1:hover {
  color: var(--primary);
}

.index1 .wrap .tab .ctx .more1 {
  display: none;
  /* color: var(--primary); */
  text-decoration: underline;
  font-size: 0.2rem;
  font-weight: 500;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.index1 .wrap .tab.on {
  height: 4.4rem;
}

.index1 .wrap .tab.on .ctx {
  height: 4.4rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index1 .wrap .tab.on .ctx .img {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.3rem;
}

.index1 .wrap .tab.on .ctx .text {
  margin: 0.14rem 0 0.2rem;
  width: 74%;
}

.index1 .wrap .tab.on .ctx img {
  width: auto;
}

.index1 .wrap .tab.on .ctx .text,
.index1 .wrap .tab.on .ctx .more1 {
  display: block;
  opacity: 1;
}

.index1 .wrap .tab.on .ctx::after {
  position: absolute;
  left: 0.1rem;
  color: var(--primary);
  top: 50%;
  font-weight: 400;
  font-size: 0.4rem;
  content: "\e653";
  font-family: "iconfont";
  transform: translateY(50%);
}

.swiperBox {
  position: relative;
}

.index1Thumbs,
.index1Thumbs1,
.index1Thumbs2,
.index1Thumbs3 {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  width: 8.25rem;
  transform: translateX(-50%);
  z-index: 10;
}

.index1Thumbs .swiper-slide,
.index1Thumbs1 .swiper-slide,
.index1Thumbs2 .swiper-slide,
.index1Thumbs3 .swiper-slide {
  height: 1.1rem;
  border: 1px solid var(--white);
}

.index2 {
  padding-top: 0.56rem;
}

.index2 .title h2 {
  margin-bottom: 0.33rem;
}

.index2 .tabs {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.36rem;
}

.index2 .tab {
  text-align: center;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 0.85rem;
  box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  font-size: 0.2rem;
  color: #323232;
  font-weight: 500;
  cursor: pointer;
}

.index2 .tab.on,
.index2 .tab:hover {
  background-color: var(--primary);
  color: var(--white);
}

.index2 .wrap {
  display: flex;
  gap: 0.2rem;
  padding: 0 0.2rem;
}

.index2 .wrap .img:hover img {
  transform: scale(1.05);
}

.index2 .wrap .left {
  width: 4.75rem;
  height: 7.1rem;
}

.index2 .wrap .right {
  width: 7.9rem;
  height: 7.1rem;
}

.index2 .wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.26rem;
  width: 5.7rem;
}

.index2 .wrap .content .text {
  flex: 1;
  box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.06);
  border-radius: 10px;

  padding: 0.5rem 0.7rem 0 0.55rem;
}

.index2 .wrap .content .text p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index2 .wrap .content h3 {
  font-size: 0.3rem;
  color: #2a2a2a;
  font-weight: 400;
  line-height: 0.36rem;
  margin-bottom: 0.26rem;
  font-family: Fjalla One;
}

.index2 .wrap .content a.more1 {
  margin-top: 0.76rem;
}

.index2 .box {
  opacity: 0;
  transition: all 0.5s ease 0s;
  display: none;
}

.index2 .box.on {
  display: block;
  opacity: 1;
}

.index3 {
  padding: 0.8rem 0 1.08rem;
}

.index3 .title h2 {
  margin-bottom: 0.46rem;
}

.index3 .wrapper {
  position: relative;
  height: 9.1rem;
}

.index3 .wrapper .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.index3 .wrapper .imgBg .img {
  display: none;
}

.index3 .wrapper .imgBg .img.on {
  display: block;
}

.index3 .wrap {
  height: 9.1rem;
}

.index3 .wrapper .tabs {
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
  /* gap: 0.7rem; */
  width: 80%;
  margin: 0 auto;
}

.index3 .wrapper .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  flex: 1;
}

.index3 .wrapper .tab .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.86rem;
  height: 0.86rem;
  background-color: var(--white);
  border-radius: 50%;
  margin-bottom: 0.24rem;
}

.index3 .wrapper .tab .img img {
  width: 60%;
  transition: none;
}

.index3 .wrapper .tab p {
  text-align: center;
  color: var(--white);
  font-weight: 500;
}

.index3 .wrapper .tab.on .img,
.index3 .wrapper .tab:hover .img {
  background-color: var(--primary);
}

.index3 .wrapper .tab.on .img img,
.index3 .wrapper .tab:hover .img img {
  filter: grayscale(100%) brightness(600%);
}

.index3 .box {
  display: none;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.index3 .box.on {
  opacity: 1;
  display: block;
}

.index3 .wrap {
  position: relative;
}

.index3 .boxs {
  position: absolute;
  left: 1rem;
  bottom: -0.14rem;
}

.index3 .box .ctx {
  width: 7.6rem;
  background: var(--white);
  box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 0.28rem 0.64rem 0.45rem 0.46rem;
  min-height: 4.2rem;
}

.index3 .box .ctx p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.index3 .box .ctx h3 {
  font-size: 0.3rem;
  color: #323232;
  font-weight: 400;
  font-family: Fjalla One;
  margin-bottom: 0.2rem;
}

.index3 .box .ctx a.more1 {
  margin-top: 0.3rem;
  /* font-weight: 500; */
}

.index4 {
  position: relative;
  background-color: #eeeeee;
  margin-bottom: 1rem;
}

.index4 .wrap {
  display: flex;
  justify-content: flex-start;
  background-color: var(--white);
  background-image: url("../images/a1.webp");
  background-repeat: no-repeat;
  background-position: top left;
  height: 7.07rem;
  background-size: cover;
}

.index4 .wrap .img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
}

.index4 .wrap .img img {
  height: 100%;
}

.index4 .wrap .content {
  width: 35%;
  padding-top: 0.4rem;
  padding-left: 0.4rem;
}

.index4 .wrap .content .title h2 {
  text-align: left;
  margin-bottom: 0.5rem;
}

.index4 .wrap .content p {
  font-weight: bold;
}

.index4 .wrap .content p + p {
  margin-top: 0.1rem;
}

.index4 .wrap .content a.more {
  border-radius: 4px;
  margin-top: 0.4rem;
}

.index5 {
  padding: 1.1rem 0;
  background: #f8f8f8;
}

.index5 .wrap {
  display: flex;
}

.index5 .content {
  width: 52%;
  padding-top: 0.28rem;
}

.index5 .imgs {
  width: 48%;
}

.index5 .title h2 {
  text-align: left;
  margin-bottom: 0.23rem;
}

.index5 .title p {
  width: 100%;
  text-align: left;
}

.index5 .title {
  margin-bottom: 0.46rem;
}

.index5 .content .items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.index5 .content .item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  position: relative;
}

.index5 .content .item::after {
  content: "";
  position: absolute;
  left: 0.35rem;
  bottom: -0.62rem;
  height: 0.74rem;
  border: 1px dashed #d2d2d2;
}

.index5 .content .item::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  bottom: -0.37rem;
  transform: translateX(-50%);
  background-image: url("../images/index5icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 6px;
  width: 0.24rem;
  height: 0.24rem;
  background-color: #f8f8f8;
  border: 1px dashed #dcdcdc;
  border-radius: 50%;
  z-index: 10;
}

.index5 .content .item:last-child:after,
.index5 .content .item:last-child::before {
  display: none;
}

.index5 .content .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  width: 0.72rem;
  height: 0.72rem;
}

.index5 .content .item .img img {
  height: 60%;
}

.index5 .content .item .text {
  flex: 1;
}

.index5 .content .item h3 {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  font-family: Fjalla One;
  font-weight: bold;
}

.index5 .content .item p {
  font-size: 0.2rem;
  width: 96%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index5 a.more {
  margin-top: 0.48rem;
  width: min-content;
  border-radius: 4px;
  font-size: 0.21rem;
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  white-space: nowrap;
  padding: 0 20px;
}

.index5 a.more:hover {
  color: var(--white);
}

.index5 a.more.hvr-rectangle-out:before {
  background: var(--primary);
  color: var(--white);
  border-radius: 4px;
}

.index5 .imgs {
  display: flex;
  align-items: center;
  gap: 0.26rem;
}

.index5 .imgs .left {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
  height: 100%;
}

.index5 .imgs .right {
  flex: 1;
}

.index5 .imgs .img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.06);
  border-radius: 0.2rem;
}

.index5 .imgs .img:hover img {
  transform: scale(1.05);
}

.index5 .imgs .left .img:first-child {
  align-items: flex-end;
  padding-bottom: 0.23rem;
}

.index6 {
  padding: 0.57rem 0 0.46rem;
}

.index6 .title h2 {
  margin-bottom: 0.64rem;
}

.index6Swiper {
  position: relative;
  padding-bottom: 0.7rem;
  margin: -0.3rem;
}

.index6Swiper .swiper {
  padding: 0.3rem;
}

.index6Swiper .imgs {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.index6Swiper .img {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 100%;
  height: 1.27rem;
}

.index6Swiper .img img {
  width: 50%;
}

.index6Swiper .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.index6 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0.2rem;
}

.index7 {
  padding: 0.38rem 0 1.3rem;
  background: #f8f8f8;
}

.index7 .title h2 {
  margin-bottom: 0.5rem;
}

.index7 .items {
  display: grid;
  grid-template-columns: 48.28% 24.14% 24.14%;
  gap: 0.14rem;
}

.index7 .item {
  height: 6.84rem;
  background-color: #fff;
}

.index7 .name {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  font-family: Fjalla One;
  color: #323232;
  line-height: 0.64rem;
  padding-left: 0.21rem;
}

.index7 .img {
  display: block;
  height: 3.58rem;
}

.index7 .img img {
  width: 100%;
  height: 100%;
}

.index7 .item .content {
  padding: 0.22rem 0.14rem;
}

.index7 .item:first-child .content {
  background-color: var(--white);
  padding: 0.24rem 0 0 0.34rem;
}

.index7 a {
  display: inline-block;
}

.index7 .item .title {
  font-size: 0.24rem;
  color: #323232;
  font-weight: 500;
  line-height: 0.24rem;
  margin-bottom: 0.12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding: 0;
}

.index7 .item .time {
  font-size: 0.14rem;
  color: #b2b1b1;
  margin-bottom: 0.1rem;
}

.index7 .item p {
  height: 0.86rem;
  width: 88%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index7 .item a.more1 {
  margin-top: 0.34rem;
  font-size: 0.21rem;
}

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

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

.index7 .item:nth-child(2) .video_click:after {
  background-image: url("../images/video.png");
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
}

.ft .imgBanner .img {
  z-index: 20;
}

.ft .imgBanner .content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16%;
}

.ft .imgBanner .content .icon {
  margin-bottom: 0.6rem;
}

.ft .imgBanner .content .title {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.58rem;
  color: var(--white);
  margin-bottom: 0.3rem;
}

.ft .imgBanner .content p {
  font-size: 0.2rem;
  width: 46%;
}

.ft1 {
  background: url("../images/ft1bg.png") no-repeat center;
  background-size: contain;
  padding: 0.38rem 0 0.76rem;
}

.ft1 .items {
  display: grid;
  grid-template-columns: repeat(4, 3.32rem);
  grid-template-rows: repeat(3, 2.1rem);
  gap: 1px; 
}

.ft1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background-color: #ffffff;
  color: #323232;
  padding-top: 0.58rem;
}

.ft1 .item:first-child {
  grid-column: 2/4;
  background-color: transparent;
  padding-top: 0;
  justify-content: center;
}

.ft1 .item:nth-child(2),
.ft1 .item:nth-child(7) {
  background-color: #f8f8f8;
}

.ft1 .item .ctx {
  width: 80%;
}

.ft1 .item .title h2,
.ft1 .item .title h1 {
  margin-bottom: 0;
  line-height: 1;
}

.ft1 .item:nth-child(3) {
  grid-column: 2/3;
}

.ft1 .item:nth-child(n+2):hover {
  background-color: var(--primary);
  color: var(--white);
}

.ft1 .item .num {
  font-size: 0.3rem;
  line-height: 0.26rem;
  color: inherit;
  font-family: Fjalla One;
  margin-bottom: 0.28rem;
  display: flex;
  align-items: flex-end;
}

.ft1 .item .num sub {
  bottom: 0.05em;
  font-size: 0.2rem;
  margin-left: 0.04rem;
  line-height: 1;
}

.ft1 .item p {
  color: inherit;
  font-size: 0.2rem;
}

.ft2 {
  padding: 0.6rem 0 0.94rem;
}

.ft2 .title h2 {
  margin-bottom: 0.74rem;
}

.ft2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.24rem;
}

.ft2 .item .img {
  position: relative;
}

.ft2 .item .img .num {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.48rem;
  height: 0.42rem;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;

  color: var(--white);
  font-size: 0.2rem;
  font-weight: 500;
  font-family: Fjalla One;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: translateX(-50%);
}

.ft2 .item p {
  padding: 0.2rem 0;
  text-align: center;
  background: #f8f8f8;
  text-transform: capitalize;

  font-size: 0.2rem;
}

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

.line {
  background-color: #f8f8f8;
  height: 0.26rem;
}

.ft3 {
  position: relative;
  padding: 0.88rem 0 1.3rem;
}

.ft3 .title h2 {
  margin-bottom: 0.36rem;
}

.ft3 .title p {
  width: 71%;
}

.ft3 .title {
  margin-bottom: 0.56rem;
}

.ft3 .wrap {
  display: flex;
  justify-content: flex-start;
}

.ft3 .wrap .content {
  display: flex;
  align-items: center;
  height: 5.35rem;
  width: calc(484% / 14);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding-left: 1.06rem;
}

.ft3 .wrap .content .tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 4rem;
  padding: 0.34rem 0.1rem;
  overflow-y: auto;
  width: 98%;
}

.ft3 .wrap .content .tab {
  position: relative;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: var(--themeColor);
  font-weight: 500;
  cursor: pointer;
  padding-left: 0.15rem;
  transition: all 0.3s ease 0s;
}

.ft3 .wrap .content .tab::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ft3 .wrap .content .tab::before,
.ft3 .wrap .content .tabs::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transform: translate(-50%, 100%);
  background-color: #eaeaea;
  height: 0.46rem;
  width: 1px;
}

.ft3 .wrap .content .tab:last-child:before {
  height: 0.36rem;
}

.ft3 .wrap .content .tabs::after {
  height: 0.34rem;
  bottom: auto;
  top: 0;
  transform: translate(-50%, 0);
}

.ft3 .wrap .content .tab + .tab {
  margin-top: 0.5rem;
}

.ft3 .wrap .content .tab.on {
  color: var(--primary);
  font-weight: bold;
}

.ft3 .wrap .content .tab.on::after {
  background: var(--primary);
}

.ft3 .wrap .ft3Swiper {
  position: absolute;
  right: 0;
  width: calc(1240% / 19.2);
  height: 5.35rem;
}

.ft3 .wrap .ft3Swiper .swiper-slide {
  height: 5.35rem;
}

.ft3 .wrap .ft3Swiper .swiper-slide .img,
.ft3 .wrap .ft3Swiper .swiper-slide img {
  height: 100%;
}

.ft3Swiper .swiper-button-next,
.ft3Swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 0.5rem;
  width: 0.5rem;
  top: auto;
  left: 0;
  bottom: -0.25rem;
  z-index: 999;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  transform: translateY(100%);
}

.ft3Swiper .swiper-button-next {
  left: 0.6rem;
}

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

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

.ft3Swiper .swiper-button-prev:hover,
.ft3Swiper .swiper-button-next:hover {
  background: var(--primary);
}

.ft3Swiper .swiper-button-prev:hover:after,
.ft3Swiper .swiper-button-next:hover:after {
  color: #f8f8f8;
}

.ft4 {
  background-color: #f8f8f8;
  padding: 0.84rem 0 0.66rem;
}

.ft4 .title h2 {
  margin-bottom: 0.62rem;
}

.ft5 {
  padding: 0.86rem 0 1.02rem;
}

.ft5 .title h2 {
  margin-bottom: 0.94rem;
}

.ft5 .name h3 {
  margin-bottom: 0.2rem;
}

.ft5 .name p {
  font-size: 0.2rem;
  width: 82%;
}

.ft5 .name {
  margin-bottom: 0.52rem;
}

.ft5 ul li {
  display: flex;
  align-items: flex-start;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #9c9c9c;
}

.ft5 ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 50%;
  color: var(--white);
  font-size: 12px;
}

.ft5 ul li p {
  margin-top: -0.03rem;
  flex: 1;
  margin-left: 0.1rem;
}

.ft5 ul li:first-child {
  border-top: 1px dashed #9c9c9c;
}

.ft5 ul li strong {
  padding-top: 2px;
  margin-right: 8px;
}

.name h3 {
  font-family: Fjalla One;
  font-weight: 500;
  font-size: 0.24rem;
  color: var(--themeColor);
  font-weight: 500;
}

.ft5 .wrap {
  display: flex;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.07);
  margin-top: 0.68rem;
}

.ft5 .wrap .content {
  flex: 1;
  padding: 0.42rem 0.94rem 0 0.52rem;
}

.ft5 .wrap .img {
  width: calc(842%/14);
}

.ft5 .wrap .content .name {
  margin-bottom: 0.32rem;
}

.ft5 .wrap .content p {
  line-height: 0.36rem;
}

.ft5 .wrap .img:hover img {
  transform: scale(1.05);
}

.ft6 {
  background-color: var(--primary-bg);
  padding: 0.92rem 0;
}

.ft6 .title h2 {
  margin-bottom: 0.82rem;
}

.ft6Swiper {
  position: relative;
  padding-bottom: 0.72rem;
}

.ft6Swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.ft6Swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: var(--white);
  border: 1px solid #959595;
  opacity: 1;
}

.ft6Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.ft7 {
  background-color: var(--white);
  position: relative;
  padding: 0.6rem 0 0.54rem;
}

.ft7 .form .tips {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.ft7 .wrap {
  display: flex;
  justify-content: flex-start;
}

.ft7 .wrap .title h2 {
  margin-bottom: 0.17rem;
  text-align: left;
}
.ft7 .text p{font-size: 0.22rem}
.ft7 .wrap .content {
  width: calc(522% / 14);
}

.ft7 .wrap .form {
  margin-top: 0.26rem;
}

.form .info input {
  height: 0.44rem;
  line-height: 0.44rem;
  width: 100%;
  background: #f8f8f8;
  border-radius: 0;
  padding: 0.15rem 0.2rem;
  outline: none;
  font-size: 0.21rem;
  color: var(--themeColor);
  border: none;
}

.form .info input::placeholder,
.form .info textarea::placeholder {
  font-size: 0.21rem;
  color: #999999;
}

.form .info textarea {
  background: #f8f8f8;
  border-radius: 6px;
  width: 100%;
  padding: 0.15rem 0.2rem;
  font-size: 0.21rem;
  outline: none;
  height: 1.14rem;
  border: none;
}

.form .info {
  position: relative;
  margin-bottom: 0.0rem;
  width: 100%;
}

.form .tips {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.form .tips {
  display: block;
  color: #ff000f;
  font-size: 0.12rem;
  line-height: 16px;
  text-align: left;
}

.form .text p {
  font-size: 0.21rem;
  line-height: 0.24rem;
}

.form .text a {
  color: var(--primary);
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}

.form .info input[type="submit"] {
  width: 1.52rem;
  height: 0.44rem;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 4px;
  font-size: 0.21rem;
  font-weight: bold;
  color: var(--white);
  line-height: 0.4rem;
  padding: 0;
  transition: all 0.5s ease 0s;
  margin-top: 0.4rem;
}

.form .info input[type="submit"]:hover {
  background: var(--white);
  color: var(--primary);
}

.ft7 .wrap .img {
  position: absolute;
  right: 0;
  bottom: 0.54rem;
  top: 0;
  width: 58%;
}

.news1 {
  padding: 0.48rem 0 0.84rem;
}

.newsHead .tabHead {
  display: flex;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e2e2e2;
  gap: 0.21rem;
}

.newsHead .tabHead .tab {
  min-width: 2.08rem;
  height: 0.52rem;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 0.2rem;
  font-weight: 500;
  color: var(--themeColor);
  line-height: 0.52rem;
  text-align: center;
  padding: 0 20px;
}

.newsHead .tabHead .tab.on,
.newsHead .tabHead .tab:hover {
  background: var(--primary);
  color: var(--white);
}

.news1Content .row {
  display: flex;
  margin-left: -0.38rem;
  margin-right: -0.38rem;
}

.news1Content .col-md-8,
.news1Content .col-md-4 {
  padding-right: 0.38rem;
  padding-left: 0.38rem;
}

.news1Content .title {
  margin: 0.34rem 0 0.24rem;
}

.news1Content .title h1 {
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
  color: #0e0e0e;
  font-weight: bold;
}

.news1Content .title p {
  text-align: left;
  width: 100%;
  line-height: 0.2rem;
  color: #0e0e0e;
  font-weight: bold;
}

.news1Content .time {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.4rem;
  padding: 0.28rem;
  padding-right: 1.4rem;
  background: #f8f8f8;
  margin-bottom: 0.1rem;
}

.news1Content .time .img {
  margin-right: 0.1rem;
}

.news1Content .time .item {
  display: flex;
  align-items: center;
}

.news1Content .time p,
.news1Content .time #readTime {
  font-size: 0.2rem;
}

.news1Content h2,
.news1Content h3 {
  font-size: 0.22rem;
/*   line-height: 0.14rem; */
  font-weight: bold;
  color: #0e0e0e;
}

.news1Content p {
  font-size: 0.22rem;
  color: #323232;
  font-family: Lato;
}

.news1Content .introduct {
  background-color: #f8f8f8;
  padding: 0.42rem 0.24rem 0.46rem 0.28rem;
}

.news1Content .introduct h2 {
  margin-bottom: 0.28rem;
}

.news1Content .introduct p + p {
  margin-top: 0.4rem;
}

.news1Content .ctx {
  margin-top: 0.4rem;
}

.news1Content .ctx h3 {
  margin-bottom: 0.2rem;
  padding-top: 0.1rem;
}

.news1Content .ctx .img {
  margin-top: 0.2rem;
}

.news1Content .ctx .text + .text {
  margin-top: 0.4rem;
}

.news1Content .ctx li {
  position: relative;
  font-size: 0.22rem;
  font-weight: bold;
  padding-left: 0.2rem;
  line-height: 0.36rem;
}

.news1Content .ctx li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  transform: translateY(-50%);
}

.news1Content .pages {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.54rem;
}

.news1Content .page {
  flex: 1;
  height: 0.54rem;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  font-size: 0.14rem;
  color: #323232;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.news1Content .page:hover {
  background: var(--primary);
  color: var(--white);
}

.news1Content .ctx .img:hover img {
  transform: scale(1.05);
}

.news1Content .share {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0.2rem 0;
  font-size: 0.2rem;
  color: #323232;
  font-weight: 400;
}

.news1Content .contact {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 0.28rem 0.2rem 0.38rem 0.2rem;
}

.news1Content .contact .tips {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

.news1Content .contact h3 {
  font-family: Fjalla One;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #323232;
  margin-bottom: 0.36rem;
}

.news1Content .form .info input,
.news1Content .form .info textarea {
  border: 1px solid #d2d2d2;
  padding-left: 0.17rem;
  resize: none;
  background-color: #fff;
  border-radius: 0;
}

.news1Content .form .info input[type="submit"] {
  margin-top: 0.2rem;
  border: 1px solid var(--primary);
  padding: 0;
  background-color: var(--primary);
  border-radius: 4px;
}

.news1Content .form .info input[type="submit"]:hover {
  background-color: var(--white);
}

.news1Content .toc {
  position: sticky;
  top: 0;
  right: 0;
  padding-top: 0.54rem;
}

.news1Content .toc .name {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(110, 110, 110, 0.2);
}

.news1Content .toc .name h2 {
  font-size: 0.24rem;
  color: #323232;
  font-family: Fjalla One;
  font-weight: bold;
  line-height: 0.22rem;
}

.news1Content .toc .tabs {
  display: flex;
  flex-direction: column;
  margin: 0.34rem 0 0 0.08rem;
  border-left: 1px solid rgba(110, 110, 110, 0.2);
  min-height: 2.1rem;
  padding: 0.22rem 0;
}

.news1Content .toc .tab {
  position: relative;
  font-size: 0.2rem;
  font-weight: bold;
  /* font-family: Lato; */
  color: #0e0e0e;
  padding-left: 0.15rem;
  cursor: pointer;
}

.news1Content .toc .tab::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7d7d7d;
  transform: translate(-50%, -50%);
}

.news1Content .toc .tab + .tab {
  margin-top: 0.36rem;
}

.news1Content .toc .tab.on {
  color: var(--primary);
}

.news1Content .toc .tab.on::after {
  background: var(--primary);
}

.rp {
  background-color: #f8f8f8;
}

.rp .wrap {
  padding: 0.45rem 0 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rp .title h2 {
  margin-bottom: 0.65rem;
}

.rp .items {
  display: grid;
  grid-template-columns: repeat(3, calc(432% / 14));
  justify-content: space-between;
  gap: 0.4rem;
}

.rp .item {
  height: 6.28rem;
  background: #ffffff;
  border-radius: 10px;
}

.rp .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.88rem;
}

.rp .item a {
  display: block;
}

.rp .item {
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.rp .item .content {
  padding: 0.44rem 0.38rem 0 0.4rem;
}

.rp .item .content .name {
  font-size: 0.24rem;
  font-family: Fjalla One;
  font-weight: 500;
  color: #323232;
  margin-bottom: 0.15rem;
}

.rp .item p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rp .item .img img {
  height: 80%;
}

.rp .item a.more1 {
  margin-top: 0.2rem;
  text-decoration: none;
  color: #7d7d7d;
  text-align: left;
}

.rp .item:hover a.more1 {
  color: var(--primary);
  text-decoration: underline;
}

.rp a.more1 {
  font-family: Lato;
  display: block;
  text-align: center;
  margin-top: 0.52rem;
  font-weight: bold;
}

.rp a.more1:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.rp .item:hover {
  transform: translateY(-1px);
}

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

.rc,
.ra {
  background-color: #f8f8f8;
}

.rc .wrap {
  padding: 0.44rem 0 0.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rc .wrap .title h2 {
  margin-bottom: 0.56rem;
}

.rc a.more1,
.rv a.more1 {
  display: block;
  text-align: center;
  margin-top: 0.7rem;
}

.ra {
  padding: 0.72rem 0 0.8rem;
}

.rcSwiper,
.ch2Swiper {
  position: relative;
}

.rcSwiper a {
  display: block;
}

.rcSwiper a.img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.rcSwiper .swiper-slide {
  border-radius: 10px;
}

.rcSwiper .content {
  background-color: var(--white);
  padding: 0.13rem 0.22rem 0.3rem;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.rcSwiper .content a.name {
  display: block;
  font-family: Fjalla One;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  color: #323232;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

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

.rcSwiper .content a.more1 {
  margin-top: 0.3rem;
  /* color: #979797; */
  text-decoration: none;
}

.rcSwiper .swiper-slide:hover a.more1 {
  color: var(--primary);
  text-decoration: underline;
}

.rcSwiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.rcSwiper .swiper-button-next,
.rcSwiper .swiper-button-prev,
.ch2Swiper .swiper-button-next,
.ch2Swiper .swiper-button-prev {
  height: 0.67rem;
  width: 0.67rem;
  background-color: #f8f8f8;
  border-radius: 50%;
  transform: translate(50%, 50%);
  top: 1.34rem;
}

.rcSwiper .swiper-button-prev,
.ch2Swiper .swiper-button-prev  {
  transform: translate(-50%, 50%);
}

.rcSwiper .swiper-button-prev:after,
.rcSwiper .swiper-button-next:after,
.ch2Swiper .swiper-button-prev:after,
.ch2Swiper .swiper-button-next:after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  font-size: 0.3rem;
  background-color: var(--white);
}

.rcSwiper .swiper-button-prev:hover::after,
.rcSwiper .swiper-button-next:hover::after,
.ch2Swiper .swiper-button-prev:hover::after,
.ch2Swiper .swiper-button-next:hover::after {
  background-color: var(--primary);
  color: var(--white);
}

.ra .title h2 {
  margin-bottom: 0.58rem;
}

.raSwiper {
  position: relative;
}

.raSwiper .swiper {
  padding-bottom: 1rem;
}

.raSwiper .wrap {
  position: relative;
}

.raSwiper .wrap .content {
  position: absolute;
  left: 0.8rem;
  bottom: -1rem;
  width: 4.28rem;
  height: 2.78rem;
  background: #ffffff;
  border-radius: 10px;

  padding: 0.42rem 0.3rem 0 0.42rem;
}

.name {
  display: block;
  font-family: Fjalla One;
  font-size: 0.24rem;
  font-weight: bold;
/*   line-height: 0.3rem; */
  color: #323232;
}

.raSwiper .wrap .content .name {
  margin-bottom: 0.22rem;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.raSwiper .wrap .content p {
  font-size: 0.21rem;
}

.raSwiper .wrap .content a.more1 {
  margin-top: 0.4rem;
  font-weight: bold;
}

.raSwiper .swiper-button-next,
.raSwiper .swiper-button-prev {
  top: auto;
  bottom: 0.28rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 50%;
}

.raSwiper .swiper-button-prev {
  right: 0.65rem;
  left: auto;
}

.raSwiper .swiper-button-prev:hover,
.raSwiper .swiper-button-next:hover {
  background-color: var(--primary);
}

.raSwiper .swiper-button-prev:hover::after,
.raSwiper .swiper-button-next:hover::after {
  color: var(--white);
}

.videoContent .items {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.4rem 0.44rem;
  margin-top: 0.21rem;
}

.videoContent .item a {
  display: block;
}

.videoContent .item .title {
  line-height: 0.62rem;
  margin: 0;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  color: #0e0e0e;
  background: #f8f8f8;
}

.videoContent .item .img {
  position: relative;
}

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

.videoContent .items .item .img::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/video.png") no-repeat center;
  content: "";
}

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

.cp1 {
  background-color: #f8f8f8;
  padding-top: 0.4rem;
}

.cp1Ctx {
  position: relative;
  background-color: var(--white);
}

.cp1 .wrap {
  display: flex;
  justify-content: flex-start;
  height: 6.78rem;
}

.cp1 .wrap .content {
  width: 35%;
  padding-top: 0.6rem;
}

.cp1 .wrap .content h2 {
  text-align: left;
  margin-bottom: 0.6rem;
}

.cp1 .wrap .content p {
  font-size: 0.21rem;
}

.cp1 .wrap .content p + p {
  margin-top: 0.4rem;
}

.cp1 .wrap .img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: calc(1130% / 19.2);
}

.cp2 {
  padding: 0.6rem 0 0.88rem;
  background-color: #f8f8f8;
}

.cp2 .wrap {
  display: flex;
  background-color: var(--white);
  height: auto;
}

.cp2 .wrap .img {
  width: 50%;
}

.cp2 .wrap .img img {
  height: 100%;
  object-fit: cover;
}

.cp2 .wrap .content {
  width: 50%;
  padding: 0.6rem 0.46rem 0.6rem 0.58rem;
}

.cp1 .wrap .content h1,
.cp2 .wrap .content h2 {
  text-align: left;
  margin-bottom: 0.3rem;
}

.cp2 .wrap .content .text p + p {
  margin-top: 0.4rem;
}

.cp2 .wrap .content .text {
  margin-bottom: 0.3rem;
}

.cp2 .wrap .content .name {
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
}

.cp2 .wrap .content li {
  position: relative;
  font-size: 0.2rem;
  line-height: 0.2rem;
  padding-left: 0.24rem;
}

.cp2 .wrap .content li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0.11rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary);
  transform: translateY(-50%);
}

.cp2 .wrap .content li + li {
  margin-top: 0.2rem;
}

.cp3 {
  height: 6rem;
  padding: 0.74rem 0 1.08rem;
  background: url("../images/cp3bg.png") no-repeat bottom;
}

.cp3 .title h2 {
  margin-bottom: 0.23rem;
}

.cp3 .title p {
  width: calc(830% / 14);
}

.cp3 .title {
  margin-bottom: 1.54rem;
}

.cp3 .items {
  display: flex;
  justify-content: space-around;
}

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

.cp3 .item .num {
  font-size: 0.36rem;
  font-family: Fjalla One;
  font-weight: 900;
  color: #323232;
  line-height: 0.32rem;
  margin-bottom: 0.28rem;
  width: 100%;
  text-align: center;
}

.cp3 .item p {
  font-weight: bold;
}

.cp4 {
  position: relative;
  padding: 0.45rem 0 0.6rem;
  background-color: var(--theme-bg);
}

.cp4 .wrap {
  display: flex;
  justify-content: flex-end;
  height: 9.8rem;
}

.cp4 .wrap .content {
  width: calc(616% / 14);
}

.cp4 .wrap .img {
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: calc(1016% / 19.2);
}

.cp4 .wrap h2 {
  text-align: left;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
}

.cp4 .wrap .content li {
  display: flex;
  align-items: center;
}

.cp4 .wrap .content li + li {
  margin-top: 0.4rem;
}

.cp4 .wrap .content li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.42rem;
  background-color: var(--primary);
  font-family: Fjalla One;
  font-size: 0.2rem;
  color: var(--white);
  font-weight: 500;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  margin-right: 0.1rem;
  align-self: flex-start;
}

.cp4 .wrap .content li p {
  flex: 1;
  margin-top: -0.06rem;
}

.cp4 .wrap .img:hover img,
.cp2 .wrap .img:hover img {
  transform: scale(1.05);
}

.team1 {
  position: relative;
  padding: 0.33rem 0 0.5rem;
  background-color: var(--theme-bg);
}

.team1 .wrap {
  display: flex;
  justify-content: flex-start;
  background-color: var(--white);
  height: 6.88rem;
}

.team1 .wrap .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(486% / 14);
}

.team1 .wrap .content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  right: 0;
  content: "";
  width: 1rem;
  background-color: var(--white);
}

.team1 .wrap .title h1,
.team1 .wrap .title h2 {
  text-align: left;
  margin-bottom: 0.46rem;
}

.team1 .wrap .img {
  position: absolute;
  right: 0;
  top: 0.33rem;
  bottom: 0.5rem;
  width: calc(1086% / 19.2);
}

.team1 .wrap .img img {
  height: 100%;
}

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

.team2 {
  padding: 0.82rem 0 2.38rem;
}

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

.team2Head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.82rem;
  border-bottom: 1px dashed #eaeaea;
}

.team2Head .content {
  width: calc(674% / 14);
  margin-right: 0.5rem;
}

.team2Head .img {
  width: calc(572%/14);
}

.team2 .name {
  font-size: 0.36rem;
  line-height: 0.32rem;
  margin-bottom: 0.3rem;
}

.team2 .info {
  position: relative;
  font-size: 0.2rem;
  font-family: Fjalla One;
  font-weight: 600;
  color: #323232;
  line-height: 0.2rem;
  margin-bottom: 0.33rem;
  padding-left: 0.64rem;
}

.team2 .info::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  border: 1px dashed var(--primary);
}

.team2 .text p {
  font-size: 0.21rem;
  line-height: 0.24rem;
}

.team2 .text p + p {
  margin-top: 0.34rem;
}

.team2 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.82rem 0.58rem;
  padding-top: 1.1rem;
}

.team2 .item {
  display: flex;
  gap: 0.3rem;
}

.team2 .item .img {
  width: 3.26rem;
}

.team2 .item .content {
  width: 47%;
  padding-top: 0.42rem;
}

.team2 .item h3.name {
  font-size: 0.3rem;
  line-height: 0.26rem;
  margin-bottom: 0.24rem;
  text-transform: capitalize;
}

.team2 .item .info {
  margin-bottom: 0.36rem;
}

.team2 .item p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.team3 {
  background-color: var(--theme-bg);
  padding: 0.74rem 0 1.25rem;
}

.team3 .title h2 {
  margin-bottom: 1.2rem;
}

.team3 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.54rem 0.34rem;
}

.team3 .item .name {
  font-size: 0.3rem;
  line-height: 0.28rem;
  margin-bottom: 0.28rem;
}

.team3 .item .img,
.team3 .item .img img {
  border-radius: 0.1rem;
}

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

.solution {
  background-color: var(--primary-bg);
}

.solution .Crumbs,
.solution .ft7 {
  background-color: var(--white);
}

.solution1 {
  margin: 0.3rem 0 0.38rem;
}

.solution1 .wrap {
  background-color: var(--white);
  padding: 0.74rem 0 1.14rem;
}

.solution1 .title h2 {
  margin-bottom: 0.46rem;
}

.solution1 .title p {
  width: 80%;
}

.solution1 .title {
  margin-bottom: 0.8rem;
}

.solution1 .items {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}

.solution1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 8%;
}

.solution1 .item a {
  white-space: nowrap;
}

.solution1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid #c9c9c9;
  margin-bottom: 0.22rem;
}

.solution1 .item .img img {
  width: 60%;
  filter: grayscale(100%);
}

.solution1 .item:hover .img {
  background-color: var(--primary);
  border-color: var(--primary);
}

.solution1 .item:hover img {
  filter: grayscale(100%) brightness(600%);
}

.solution1 .item .title {
  line-height: 0.14rem;
  font-size: 0.2rem;
  font-weight: 600;
  color: #404040;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.solution1 .item:hover .title {
  color: var(--primary);
}

.solution2 {
  padding-bottom: 0.8rem;
}

.solution2 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.54rem 0.48rem;
}

.solution2 .item {
  cursor: pointer;
  transition: all.5s ease 0s;
}

.solution2 .item p {
  font-size: 0.21rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.solution2 .item .content {
  padding: 0.36rem 0.86rem 0.5rem 0.5rem;
  background-color: var(--white);
}

.solution2 .item .content .name {
  font-size: 0.36rem;
  line-height: 0.35rem;
  margin-bottom: 0.3rem;
  color: #323232;
}

.solution2 .item .content a.more1 {
  margin-top: 0.4rem;
}

.solution2 .item a {
  display: block;
}

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

.solution2 .item:hover {
  transform: translateY(-10px);
}

.solution3 {
  background: url("../images/solution3bg.png") no-repeat center;
  background-color: var(--white);
  background-size: cover;
  padding: 0.77rem 0 0.96rem;
  margin-bottom: 0.4rem;
}

.solution3 .title h2 {
  margin-bottom: 0.6rem;
  line-height: 0.54rem;
}

.solution3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 11px;
}

.solution3 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.1rem;
  height: 4.1rem;
}

.solution3 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.95rem;
  height: 0.95rem;
  background-color: var(--primary);
  border-radius: 0.1rem;
  margin-top: 0.6rem;
  margin-bottom: 0.28rem;
}

.solution3 .item .img img {
  width: 60%;
}

.solution3 .item p {
  width: calc(338% / 4.6);
  text-align: center;
}

.imgBanner h1,
.imgBanner h2,
.sd .imgBanner h1,
.service .imgBanner h1 {
  text-align: left;
  margin-bottom: 0.42rem;
  font-size: 0.48rem;
  font-size: 48px;
  font-family: Fjalla One;
  font-weight: 900;
  line-height: 1.4;
}

.service .imgBanner h1 {
  line-height: 1.4;
}

.service .wrap {
  position: relative;
}

.imgBanner p,
.sd .imgBanner p,
.service .imgBanner p  {
  text-align: left;
  margin: 0;
  font-size: 0.2rem;
  line-height: 0.36rem;
  width: 46%;
}

.sd .imgBanner .img,
.service .imgBanner .img,
.cd .imgBanner .img,
.cp .imgBanner .img,
.team .imgBanner .img {
  filter: brightness(0.8) contrast(0.8);
}

.sd {
  background-color: var(--theme-bg);
}

.sd .Crumbs {
  background-color: var(--white);
}

.sd .rc .wrap {
  border: none;
  padding: 0.85rem 0 0.6rem;
}

.sd .rc .wrap a.more1 {
  display: block;
  text-decoration: none;
  /* color: #7d7d7d; */
  text-align: center;
  margin-top: 0.77rem;
}

.sd1 {
  position: relative;
  margin-top: 0.25rem;
  padding: 0.5rem 0 0.76rem;
  background-color: var(--white);
}

.sd1 .wrap {
  display: flex;
  justify-content: flex-start;
}

.sd1 .wrap .content {
  width: calc(617% / 14);
}

.sd1 .wrap .img {
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: calc(998% / 19.2);
}

.sd1 .wrap .title h2 {
  text-align: left;
  margin-bottom: 0.5rem;
  width: 64%;
  line-height: 0.58rem;
}

.sd1 .wrap p {
  line-height: 0.36rem;
  font-weight: 400;
}

.sd1 .wrap .name {
  margin: 0.5rem 0 0.1rem;
}

.sd2 .title h2 {
  margin: 0.66rem 0;
}

.sd2 .sd2Ctx {
  position: relative;
  background-color: var(--white);
}

.sd2Ctx .wrap {
  display: flex;
  justify-content: flex-start;
  height: 7.74rem;
}

.sd2Ctx .wrap .boxs {
  position: absolute;
  right: 0;
  width: calc(1155% / 19.2);
}

.sd2Ctx .wrap .box {
  display: none;
}

.sd2Ctx .wrap .box.on {
  display: block;
}

.sd2Ctx .tabs {
  display: flex;
  flex-direction: column;
  width: calc(500% / 14);
  padding-top: 0.7rem;
}

.sd2Ctx .tab {
  position: relative;
  border-top: 1px solid rgba(125, 125, 125, 0.2);
  padding-left: 0.26rem;
  padding-right: 0.24rem;
  transition: all 0.5s ease 0s;
}

.sd2Ctx .tab .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.66rem;
  line-height: 0.66rem;
  cursor: pointer;
}

.sd2Ctx .tab::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 2px;
  height: 0.3rem;
  background-color: rgba(36, 36, 36, 0.2);
  transform: translateY(-50%);
  content: "";
}

.sd2Ctx .tab.on p {
  display: block;
  width: 90%;
}

.sd2Ctx .tab p {
  display: none;
}

.sd2Ctx .tab:last-child {
  border-bottom: 1px solid rgba(125, 125, 125, 0.2);
}

.sd2Ctx .tab i.iconfont {
  transform: rotate(270deg);
  color: rgba(36, 36, 36, 0.3);
}

.sd2Ctx .tab.on {
  padding-bottom: 0.6rem;
}

.sd2Ctx .tab.on::after {
  height: 3.1rem;
  background-color: var(--primary);
}

.sd2Ctx .tab.on .name span {
  color: var(--primary);
}

.sd2Ctx .tab.on i.iconfont {
  transform: rotate(0);
  color: var(--primary);
}

.sd .rc .wrap a.more1:hover {
  color: var(--primary);
}

.gallery {
  background-color: var(--theme-bg);
}

.gallery .Crumbs {
  background-color: var(--white);
}

.gallery1 {
  padding-top: 0.6rem;
}

.gallery1 .row {
  display: flex;
  margin-right: -0.35rem;
  margin-left: -0.35rem;
}

.gallery1 .col-md-9,
.gallery1 .col-md-3 {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}

.gallery1 .name {
  font-size: 0.36rem;
  margin-bottom: 0.34rem;
}

.gallery1 .items {
  display: grid;
  grid-template-columns: repeat(3, 32.5%);
  gap: 0.26rem 0.21rem;
  margin-bottom: 1.18rem;
}

.gallery1 .item .content {
  height: 1.58rem;
  background-color: var(--white);
  padding: 0.32rem 0.42rem 0 0.3rem;
}

.gallery1 .item a {
  display: block;
}

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

.gallery1 .item .content .name {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.gallery1 .item .content .name:hover {
  color: #323232;
}

.gallery1 .item .content p {
  font-size: 0.21rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gallery1 .tabs {
  position: sticky;
  top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-top: 0.6rem;
}

.gallery1 .tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.66rem;
  padding-left: 0.2rem;
  font-size: 0.2rem;
  cursor: pointer;
  background-color: var(--white);
}

.gallery1 .tab.on {
  background-color: var(--primary);
  color: var(--white);
}

.gd1 {
  padding: 0.2rem 0 0.55rem;
  border-bottom: 1px solid rgba(201, 201, 201, 0.2);
  background-color: var(--white);
}
.gd1 .title h1,
.gd1 .title h2 {
  font-size: 0.36rem;
}

.gd1 .title p {
  line-height: 0.36rem;
}

.gd1 .title {
  margin-bottom: 0.9rem;
}

.gd1 .items {
  display: flex;
  gap: 0.36rem;
  justify-content: center;
  align-items: center;
}

.gd1 .item {
  display: flex;
  align-items: center;
}

.gd1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  background-color: var(--primary);
  border-radius: 50%;
  margin-right: 0.15rem;
}

.gd1 .item .img img {
  width: 50%;
}

.gd2 {
  background-color: var(--white);
  padding: 0.74rem 0 0.8rem;
}

.gd2 .items {
  display: grid;
  grid-template-columns: repeat(2, 49.3%);
  gap: 0.5rem 0.24rem;
}

.gd2 .item .content {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -0.33rem;
  z-index: 10;
}

.gd2 .item .content .name {
  width: 90%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  background-color: var(--white);
  border-radius: 0.1rem;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  font-size: 0.2rem;
  padding: 0 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.gd3 {
  padding: 0.75rem 0 0.42rem;
}

.gd3 .title h2 {
  margin-bottom: 0.56rem;
}

.gd3 .items {
  display: grid;
  grid-template-columns: repeat(3, calc(444% / 14));
  gap: 0.1rem 0.43rem;
}

.gd3 .item a {
  display: block;
}

.gd3 .item .img {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.8rem;
}

.gd3 .item .img img {
  height: 80%;
}

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

.gd3 .item .title {
  font-size: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  padding: 0.33rem 0;
  color: #323232;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.gd .rc {
  background-color: var(--white);
}

.gd .rc .swiper-slide {
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
}

.gd a.more1 {
  display: block;
  text-align: center;
  margin-top: 0.77rem;
}

.gd4 {
  padding: 0.72rem 0 0.54rem;
}

.gd4 .title h2 {
  margin-bottom: 0.83rem;
}

.gd4Swiper {
  position: relative;
  padding-bottom: 0.7rem;
}

.gd4Swiper .wrap {
  height: 4.1rem;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
  padding: 0.37rem 0.8rem 0 0.5rem;
}

.gd4Swiper .wrap .top {
  display: flex;
  align-items: center;
  margin-bottom: 0.54rem;
}

.gd4Swiper .wrap .top .img {
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 0.24rem;
}
.gd4Swiper .wrap .top .img img{
  border-radius: 8px;
}
.gd4Swiper .wrap p {
  font-size: 0.21rem;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.gd4Swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.gd4Swiper .swiper-button-next,
.gd4Swiper .swiper-button-prev {
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--white);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  transform: translateY(-50%);
  left: -3.2%;
}

.gd4Swiper .swiper-button-next {
  left: auto;
  right: -3.2%;
}

.gd4Swiper .swiper-button-prev:hover,
.gd4Swiper .swiper-button-next:hover {
  background-color: var(--primary);
}

.gd4Swiper .swiper-button-prev:hover::after,
.gd4Swiper .swiper-button-next:hover::after {
  color: var(--white);
}

.cate .imgBanner .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.8rem;
}

.cate .imgBanner .wrap img {
  height: 4.8rem;
}

.cate .imgBanner .wrap h1 {
  margin-bottom: 0.2rem;
}

.cate .imgBanner .wrap p {
  margin-bottom: 0.44rem;
  font-size: 0.21rem;
  font-weight: 300;
}

.cate {
  background-color: var(--theme-bg);
}

.Crumbs {
  background-color: var(--white);
}

.cate1 .wrap,
.cate1Tabs .wrap
 {
  background-color: var(--white);
}

.cate1 {
  margin-top: 0.3rem;
}

.cate1 .wrap {
  padding-top: 0.1rem;
}

.cate1Tabs {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: 0.62rem;
  transition: all 0.3s;
}
.cate1Tabs.on{
  top: 98px;
}

.cate1Tabs .wrap {
  padding-bottom: 0.4rem;
}

.cate1 .title h2 {
  margin-bottom: 0.5rem;
}

.cate1 .title p {
  font-size: 0.21rem;
  font-weight: 400;
  width: calc(1308% / 14);
  padding-bottom: 0.1rem;
}

.cate1Tabs .items {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  flex-wrap: wrap;
}

.cate1Tabs .items .item {
  padding: 0 4px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 0.6rem;
  width: 2.2rem;
  box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  font-size: 0.16rem;
  color: #323232;
  font-weight: 500;
}

.cate1Tabs .item:hover {
  color: var(--white);
  background-color: var(--primary);
}

.cate2 {
  margin-bottom: 1.1rem;
}

.cate2 .items {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.cate2 .item {
  display: flex;
  background-color: var(--white);
  height: 5.58rem;
}

.cate2 .item .img {
  flex: 1;
}

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

.cate2 .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(660% / 16);
  padding: 0 1.02rem 0 0.92rem;
}

.cate2 .item .name {
  font-size: 0.36rem;
  margin-bottom: 0.48rem;
}

.cate2 .item p {
  font-size: 0.21rem;
}

.cate2 .item a.more {
  margin-top: 0.7rem;
  width: 3.42rem;
  height: 0.5rem;
  line-height: 0.45rem;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: var(--primary);
  color: var(--white);
}

.cate2 .item a.more.hvr-rectangle-out:hover {
  color: var(--primary);
}

.cate2 .item a.more.hvr-rectangle-out:before {
  border-radius: 4px;
}

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

.cate3 {
  padding: 0.32rem 0;
  background: url("../images/cate2bg.png") no-repeat center;
}

.cate3 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.7rem;
}

.cate3 .wrap .content {
  width: calc(484% / 14);
}

.cate3 .wrap .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.1rem;
  height: 6.06rem;
}

.cate3 .wrap img {
  height: 100%;
}

.cate3 .wrap .name {
  font-size: 0.36rem;
  margin-bottom: 0.36rem;
}

.cate3 .wrap .text p {
  font-size: 0.21rem;
  font-weight: 500;
}

.cate3 .wrap .text p + p {
  margin-top: 0.4rem;
}

.cate3 .wrap a.more1 {
  margin-top: 0.48rem;
}

.cate4 {
  padding: 0.75rem 0 0.88rem;
}

.cate4 .title h2 {
  margin-bottom: 0.58rem;
}

.cate4 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.cate4 .item {
  display: flex;
  width: 32.35%;
  height: 2.55rem;
  background: var(--white);
  border-radius: 0.2rem;
  padding: 0.3rem;
  align-items: center;
}

.cate4 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
  background-color: var(--primary);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0.1rem;
  margin-right: 0.32rem;
}

.cate4 .img img {
  width: 60%;
}

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

.cate4 p {
  font-size: 0.21rem;
    flex: 1;
    margin-top: -2px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cate4 .item:nth-child(n + 4) {
  width: calc(690% / 14);
}

.cate4 .item:nth-child(n + 4) .img {
  margin-right: 0.64rem;
}

.cd {
  background-color: var(--theme-bg);
}

.cd .cd1 {
  position: relative;
  margin: 0.25rem 0;
}

.cd1 .wrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: auto;
}

.cd1 .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(1000%/19.2);
}
.cd1 .img img{
    height: 100%;
    object-fit: cover;
}
.cd1 .wrap .content {
  position: relative;
  height: auto;
  width: calc(722%/14);
  padding: 0.48rem 0 0.48rem 0.54rem;
  min-height: 644px;
}

.cd1 .wrap .content .ctx {
  position: relative;
  z-index: 11;
}
.cd1 .wrap .content .ctx .text a{
  margin-top: 0.3rem;
}
.cd1 .wrap .content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 10rem;
  background: #FFFFFF;
  z-index: 10;
}
.cd1 .wrap .content h1,
.cd1 .wrap .content h2,
.cd1 .wrap .content h2 {
  text-align: left;
  margin-bottom: 0.2rem;
}

.cd1 .wrap .content p {
  /* font-size: 0.21rem; */
  font-family: Lato;
  font-weight: 400;
}

.cd1 .wrap .content p + p {
  margin-top: 0.3rem;
}

.cd2 {
  background-color: var(--white);
  padding: 45px 0;
}

.cd2 .title h2 {
  margin-bottom: 0.46rem;
}

.cd2 .items {
  display: grid;
  grid-template-columns: repeat(3, 4.9rem);
  gap: 0.3rem 0;
  justify-content: center;
}

.cd2 .title{
  padding: 0;
}

.cd2 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.95rem;
  height: 0.95rem;
  background-color: var(--primary);
  border-radius: 0.1rem;
  margin-bottom: 0.28rem;
}

.cd2 .item .img img {
  width: 60%;
}

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

.cd2 .item p {
  width: 90%;
  font-size: 18px;
  text-align: center;
  /* text-align: center; */
}

.cd2 .item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0.2rem;
  height: 1.45rem;
  width: 1px;
  border-right: 1px dashed #EBEBEB;
}

.cd2 .item:nth-child(3n)::after {
  display: none;
}

.pd {
  padding: 0.58rem 0 0.87rem;
}

.pd .title h2 {
  margin-bottom: 0.6rem;
}

.pd .items {
  display: grid;
  grid-template-columns: repeat(3, calc(457%/14));
  gap: 0.2rem;
}

.pd .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 7.3rem;
  background-color: var(--white);
  padding: 0.4rem 0.5rem 0;
}

.pd .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.86rem;
  width: 5.78rem;
  margin-bottom: 0.4rem;
}

.pd .item .img img {
  width: 80%;
}

.pd .item .name {
  color: #323232;
  margin-bottom: 0.4rem;
}

.pd .item p {
  width: 70%;
  margin-bottom: 0.5rem;
}

.pd .item a.more1 {
  /* color: #6E6E6E; */
  text-decoration: none;
}

.pd .item:hover a.more1 {
  color: var(--primary);
  text-decoration: underline;
}

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

.cd3 {
  position: relative;
  background-color: var(--white);
  padding: 0.9rem 0;
  min-height: 8.4rem;
}

.cd3 .wrap {
  display: flex;
}

.cd3 .wrap .content {
  width: calc(600%/14);
/*   padding-top: 0.8rem; */
}

.cd3 .wrap .content .title h2 {
  text-align: left;
  line-height: 0.58rem;
}

.cd3 .img {
  position: absolute;
  right: 0;
  width: calc(1000%/19.2);
  border: 1px solid var(--primary);
  border-top-left-radius: 3.29rem;
  border-bottom-left-radius: 3.29rem;
  overflow: unset;
}

.cd3 .img img {
  transform: translate(0.1rem, 0.1rem);
}

.cd3 .content .title h2 {
  margin-bottom: 0.38rem;
}

.cd3 .text p {
  font-size: 0.21rem;
}

.cd3 .text p + p {
  margin-top: 0.16rem;
}

.cd .rc {
  padding: 0.72rem 0 0.45rem;
}

.rv {
  padding: 0.4rem 0 0.6rem;
}

.rv .items {
  display: grid;
  grid-template-columns: repeat(2, calc(690%/14));
  gap: 0.2rem;
}

.rv .item .name {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.85rem;
  font-size: 0.2rem;
  background-color: var(--white);
  padding: 0 0.3rem;
  line-height: 0;
  color: #323232;
}

.rv .item .name::after {
  display: none;
}

.rv .item a {
  display: block;
}


.rv .item .img {
  position: relative;
}

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

.rv .item .img::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../images/rvicon.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all .5s ease 0s;
}


.rv .item:hover .img::after {
  opacity: 1;
}

.product-head {
  margin-bottom: 0.2rem;
}

.product-head .row {
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}

.product-head .col-md-7,
.product-head .col-md-5 {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}

.product-head .product-thumb .cloud-zoom{
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: 6.12rem;
  border: 1px solid #f2f2f2;
  margin-bottom: 0.22rem;
}

.product-head .mousetrap {
  height: 6.12rem!important;
  width: 100%!important;
}

.product-head .product-thumb .cloud-zoom img {
  width: 80%;
}

.product-head .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2rem;
  border: 1px solid #E5E5E5;
}

.product-thumbs {
  position: relative;
}

.product-thumbs .swiper {
  margin: 0 0.4rem;
}

.product-thumbs .swiper-button-next, 
.product-thumbs .swiper-button-prev {
  height: 0.3rem;
  width: 0.2rem;
  top: auto;
  bottom: 50%;
  transform: translateY(50%);
}

.product-head .text {
  padding-top: 0.0rem;
}

.product-head .name {
  line-height: 0.48rem;
  font-size: 0.3rem;
  color: #161616;
  margin-bottom: 0.0rem;
}

.product-head .text p {
  font-size: 0.21rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}

.product-head .share {
  display: flex;
  margin: 0.1rem 0 0.rem;
}

.product-head .share .value {
  margin-right: 0.4rem;
}

.product-head .share .pdf a{
  color: var(--theme-a);
  text-decoration: underline;
  margin-left: 0.14rem;
  font-size: 0.21rem;
  font-weight: bold;
}

.product-head .share .pdf a:hover {
  color: var(--primary);
}

.product-head .btn {
  display: flex;
  gap: 0.14rem;
  box-shadow: none;
}

.product-head .btn a {
  height: 0.5rem;
  flex: 1;
}

.product-head .btn a.more {
  border-radius: 4px;
  text-transform: uppercase;
}

.product-head .btn a.more:hover {
  background-color: var(--white);
  color: var(--primary);
}

.product-head .btn a.down {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid var(--primary);
  border-radius: 4px;
  color: var(--primary);
  font-weight: bold;
}

.product-head .btn a.down:hover {
  background-color: var(--primary);
  color: var(--white);
}

.product-head .btn a.down:hover img {
  filter: grayscale(100%) brightness(500%);
}

.productBtnBox {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #ffffff;
  transition: all 0.3s;
}
.productBtnBox.on{
  top: 98px;
}

.productBtnBox .btnBox {
  display: flex;
  justify-content: center;
}

.productBtnBox .btn {
  line-height: 0.76rem;
  font-size: 0.2rem;
  color: #323232;
  font-weight: bold;
  outline: none;
  box-shadow: none;
  padding: 0;
  padding-right: 0.21rem;
}

.productBtnBox .btn.on a,
.productBtnBox .btn:hover a,
.btn.active, 
.btn:active{
  color: var(--primary);
}

.productDetailConBox .title h2 {
  border: none;
  font-size: 0.48rem;
  margin-bottom: 0.5rem;
}

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

.productDetailConBox .p1 {
  background-color: var(--theme-bg);
  padding: 0.7rem 0;
}

.productDetailConBox .p1 .items {
  display: grid;
  grid-template-columns: repeat(4, calc(320%/14));
  gap: 0.4rem;
}

.productDetailConBox .p1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white);
  height: 1.9rem;
}

.productDetailConBox .p1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  width: 0.94rem;
  border: 1px dashed var(--primary);
  border-radius: 5px;
  margin: 0.38rem 0 0.24rem;
}

.productDetailConBox .p1 .item .img img {
  width: 60%;
}


.productDetailConBox .p1 .item:hover img {
  transform: scale(1.05);
}
.productDetailConBox .p2s,
.productDetailConBox .p2 {
  background-color: var(--white);
  padding: 0.64rem 0 0.84rem;
}
.productDetailConBox .p2s h2,
.productDetailConBox .p2 h2 {
  margin-bottom: 0.58rem;
}
.productDetailConBox .p2s .wrap,
.productDetailConBox .p2 .wrap {
  display: flex;
  height: 6rem;
}
.productDetailConBox .p2s .content,
.productDetailConBox .p2 .content {
  width: calc(514%/14);
  padding: 1.12rem 0 0 0.52rem;
}
.productDetailConBox .p2s .name,
.productDetailConBox .p2 .name {
  font-size: 0.3rem;
  line-height: 0.36rem;
  margin-bottom: 0.48rem;
}
.productDetailConBox .p2s li,
.productDetailConBox .p2 li {
  font-size: 0.18rem;
  font-family: Fjalla One;
  font-weight: bold;
  color: #323232;
  line-height: 0.3rem;
}
.productDetailConBox .p2s li + li,
.productDetailConBox .p2 li + li {
  margin-top: 0.4rem;
}
.productDetailConBox .p2s li span,
.productDetailConBox .p2 li span {
  color: var(--primary);
}

.productDetailConBox .p3 {
  background-color: var(--theme-bg);
  padding: 0.9rem 0 0.6rem;
}

.productDetailConBox .p3 h2 {
  margin-bottom: 0.34rem;
}

.productDetailContentBox .title {
  margin-top: 0;
}
.productDetailConBox .p4s,
.productDetailConBox .p4 {
  background-color: var(--white);
  padding: 0.6rem 0;
}

.productDetailConBox .ctx .img {
  margin-top: 0.2rem;
}
.productDetailConBox .p4s h2,
.productDetailConBox .p4 h2 {
  margin-bottom: 0;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #cccccc;
}
.productDetailConBox .p4s .ctx,
.productDetailConBox .p4 .ctx {
  text-align: center;
  padding: 0.38rem 0 0.46rem;
  border-bottom: 1px solid #cccccc;
}
.productDetailConBox .p4s .ctx .name,
.productDetailConBox .p4 .ctx .name {
  margin-bottom: 0.2rem;
}
.productDetailConBox .p4s .ctx p,
.productDetailConBox .p4 .ctx p {
  font-size: 0.16rem;
  margin-bottom: 0.6rem;
  width: 70%;
  margin: 0 auto;
}

.productDetailConBox .p5 {
  background-color: var(--theme-bg);
  padding: 0.66rem 0 0.28rem;
}

.productDetailConBox .p5 h2 {
  margin-bottom: 0.1rem;
}

.productDetailConBox .p5 .ctx {
  padding: 0.34rem 0 0.5rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.productDetailConBox .p5 .ctx .name {
  text-align: center;
  margin-bottom: 0.4rem;
}

.productDetailConBox .p5 .ctx:last-child {
  border-bottom: none;
}
.productDetailConBox .p6s,
.productDetailConBox .p6 {
  padding: 0.4rem 0  0.8rem;
}

.slider_table td, 
.slider_table th {
  height: 0.58rem;
  text-align: center;
  background: var(--theme-bg);
  color: #323232;
  font-size: 0.18rem;
  border-color: #dcdcdc;
  padding: 0;
  width: 25%;
  font-weight: 400;
}

.p6 tr td:first-child {
  font-weight: bold;
}

.p7 {
  padding: 0.7rem 0 0.6rem;
  background-color: var(--theme-bg);
}

.p7 h2 {
  margin-bottom: 0.74rem;
}

.p7 .items,
.p6 .items {
  display: grid;
  grid-template-columns: repeat(4, calc(320%/14));
  gap: 0.3rem 0.35rem;
}

.p7 .item,
.p6 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
  background-color: var(--white);
  border-radius: 5px;
}

.p7 .item .img,
.p6 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
}

.p7 .item .img img,
.p6 .item .img img {
  width: 80%;
}

.p7 .item .title,
.p6 .item .title {
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: 0.1rem;
}

.p8 {
  background-color: var(--white);
  padding-top: 0.88rem;
}

.p8 .title h2 {
  margin-bottom: 0.7rem;
}

.p8 .items {
  display: flex;
  gap: 0.16rem;
}

.p8 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  height: 2.16rem;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.08);
  border-radius: 0.1rem;
}


.p8 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.4rem 0;
}

.p8 .item .img img {
  height: 90%;
}

.p8 .item p {
  width: 94%;
  text-align: center;
  font-size: 0.16rem;
  color: #323232;
  line-height: 0.24rem;
  font-weight: bold;
  font-family: Lato;
}

.p8 .item:hover {
  background: var(--primary);
  color: var(--white);
}

.p8 .item:hover p {
  color: var(--white);
}

.p8 .item:hover img {
  filter: invert(1);
}

.service {
  background-color: var(--theme-bg);
}

.service1 {
  position: relative;
  background-color: var(--white);
  margin-top: 0.12rem;
}

.service1 .wrap {
  display: flex;
  justify-content: flex-start;
  height: 8.06rem;
}

.service1 .wrap .content {
  width: calc(466%/14);
}

.service1 .wrap .img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: calc(1136%/19.2);
}

.service1 .wrap .img:hover img {
  transform: scale(1.05);
}

.service1 .content {
  padding-top: 1.54rem;
}

.service1 .content .title h2 {
  text-align: left;
  line-height: 0.54rem;
}

.service1 .content p {
  font-size: 0.21rem;
  line-height: 0.36rem;
}

.service2 {
  padding: 0.78rem 0 0.96rem;
}

.service2 .title h2 {
  margin-bottom: 0.78rem;
}

.service2 .items {
  display: flex;
  justify-content: space-between;
}

.service2 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(224%/14);
}

.service2 .item::after {
  position: absolute;
  right: -20%;
  top: 6%;
  content: "\e6e9";
  font-family: "iconfont";
  font-size: 0.4rem;
  color: var(--primary);
}

.service2 .item:last-child:after {
  display: none;
}

.service2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--primary);
  margin-bottom: 0.21rem;
  transition: all .5s ease 0s;
}

.service2 .item .img img {
  width: 60%;
}

.service2 .item .img:hover {
  transform: rotate(360deg);
}

.service2 .item .name {
  font-size: 0.2rem;
  margin-bottom: 0.21rem;
}

.service2 .item p {
  text-align: center;
}

.service3 {
  padding: 1.78rem 0 1rem;
  background-image: url("../images/service3bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-color: var(--white);
}

.service3 .wrap {
  display: flex;
  justify-content: center;
}

.service3 .wrap .content {
  width: calc(540%/14);
}

.service3 .wrap .content .img {
  height: auto;
  width: 0.2rem;
}

.service3 .wrap h2 {
  text-align: left;
  margin-bottom: 0.76rem;
}

.service3 .wrap ul li{
  display: flex;
  align-items: flex-start;
  padding: 0.32rem 0 0.24rem;
  border-bottom: 1px dashed #c8c8c8;
}

.service3 .wrap ul li img {
  margin-right: 0.36rem;
}

.service3 .wrap ul li p {
  margin-top: -0.1rem;
  font-weight: 500;
  font-size: 0.21rem;
  font-family: Lato;
  color: #181818;
  flex: 1;
}

.service3 .wrap .img {
  width: 6.8rem;
  height: 6.8rem;
  margin-right: 0.3rem;
}

.service3 .wrap .img:hover img {
  transform: scale(1.05);
}

.service4 {
  background: url("../images/service4bg1.png") no-repeat center;
}

.service4 .wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5.35rem;
}

.service4 .wrap h2,
.service4 .wrap p {
  color: var(--white);
}

.service4 .wrap p {
  text-align: center;
  font-size: 18px;
}

.service .rc .wrap {
  border-bottom: none;
}

.dif .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  padding: 0.54rem 0;
}

.dif .wrap .form {
  width: calc(1200%/14);
}

.dif .wrap .form h2 {
  margin-bottom: 0.22rem;
}

.dif .wrap .form .name {
  text-align: center;
  /* margin-bottom: 0.4rem; */
}

.dif .wrap .form .title p {
  margin-bottom: 0.4rem;
  margin-top: 0.2rem;
  font-weight: bold;
}

.dif .form .info input {
  height: 0.52rem;
  border: 1px solid #DCDCDC;
  background-color: var(--white);
}

.dif .info-top .info:first-child {
  margin-right: 0.24rem;
}

.dif .form .info {
  margin-bottom: 0.21rem;
}

.dif .form .info input[type="submit"] {
  background-color: var(--primary);
  color: var(--white);
  width: 2.42rem;
  height: 0.44rem;
  border-radius: 4px;
  margin-top: 0.3rem;
  border-color: var(--primary);
}

.dif .ibt.info{
  text-align: center;
  margin-bottom: 0;
}

.dif .form .info input[type="submit"]:hover {
  background-color: var(--white);
  color: var(--primary);
}

#back_top {
  z-index: 1000;
}

.ch {
  background-color: var(--theme-bg)
}

.ch1 {
  position: relative;
  padding: 0.66rem 0 0.4rem;
}

.ch .imgBanner h1 {
  font-size: 0.48rem;
  margin-bottom: 0.21rem;
}

.ch .imgBanner p {
  font-size: 0.2rem;
  width: 54%;
}

.ch1 .ch1Fixd {
  position: absolute;
  left: 0;
  top: 0.74rem;
  bottom: 0;
  width: 1.15rem;
}

.ch1 .box {
  position: sticky;
  top: 0.7rem;
  width: 1.15rem;
  background-color: var(--white);
  padding: 0.55rem 0;
  border-right: 4px solid #eaeaea;
}

.ch1 .ch1Fixd .tabs {
  margin-left: 0.2rem;
  border-left: 1px solid #eaeaea;
}

.ch1 .tab {
  position: relative;
  text-align: right;
  font-size: 0.2rem;
  font-family: Fjalla One;
  font-weight: bold;
  color: rgba(50, 50, 50, 0.7);
  padding-right: 0.24rem;
  margin-bottom: 0.46rem;
  /* padding-left: 0.2rem; */
  line-height: 0.21rem;
  cursor: pointer;
}

.ch1 .tab span {
  text-align: left;
  width: 100%;
}

.ch1 .tab.on {
  color: var(--primary);
}

.ch1 .tab.on::after {
  background-color: var(--primary);
}

.ch1 .tab.on::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  height: 0.46rem;
  width: 4px;
  background-color: var(--primary);
  transform: translateY(-50%);
}

.ch1 .tab.on span::after {
  position: absolute;
  content: "";
  right: 0;
  border-right: 4px solid var(--primary);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.ch1 .tab::after {
  position: absolute;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #959595;
  transform: translate(-50%, 50%);
}

.ch1 .title h2 {
  margin-bottom: 0.44rem;
}

.ch1 .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 0.6rem; */
}

.ch1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.ch1 .item h3.name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 0.62rem;
  background-color: var(--white);
  border-radius: 0.1rem;
  color: #959595;
  font-weight: 500;
}

.ch1 .item .timeLines {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0 0.6rem;
  gap: 0.13rem;
  width: 100%;
}

.ch1 .item .timeLine {
  display: flex;
  justify-content: center;
}

.ch1 .item .timeLine .right,
.ch1 .item .timeLine .left {
  width: 50%;
}

.ch1 .item .timeLine .left {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.28rem;
}

.ch1 .item .timeLine .left::after,
.ch1 .item .timeLine .left::before {
  position: absolute;
  content: "";
  right: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--primary);
  transform: translateX(50%);
}

.ch1 .item .timeLine .left::before {
  background-color: var(--white);
  width: 17px;
  height: 17px;
  top: -4px;
}

.ch1 .item .timeLine .right {
  padding-left: 0.28rem;
}


.ch1 .item p {
  width: calc(542%/7);
}

.ch1 .item .timeLine .left .img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  width: 5.06rem;
  height: 3.05rem;
}

.ch1 .item .timeLine .name {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}

.ch1 .item .timeLines::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.ch1 .item:last-child::after {
  position: absolute;
  content: "";
  bottom: 0;
  border-top: 9px solid #959595;
  border-left: 9px solid transparent ;
  border-right: 9px solid transparent ;
  transform: translateY(100%);
}

.ch1 .item .timeLine .left .img:hover img {
  transform: scale(1.05);
}

.ch1 .item .timeLine .left .img img {
  height: 100%;
}

.ch .gd4 {
  background-color: var(--white);
}

.ch .gd4Swiper .swiper {
  padding: 10px;
}

.ch2 {
  padding: 1.17rem 0 0.6rem;
}

.ch2 .box {
  display: none;
}

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

.ch2 .title h2 {
  margin-bottom: 0.46rem;
}

.ch2 .tabs {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 0.48rem;
}

.ch2 .tab {
  display: flex;
  align-items: center;
  height: 0.85rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 4px rgba(0,0,0,0.06);
  border-radius: 5px;
  padding: 0 0.36rem;
  cursor: pointer;

  font-size: 0.2rem;
  font-weight: bold;
}

.ch2 .tab.on,
.ch2 .tab:hover {
  background-color: var(--primary);
  color: var(--white);
}

.dif {
  padding-bottom: 0.46rem;
}

.inputBox .input {
  position: relative;
  height: 0.58rem;
  width: 80%;
  margin: 0.3rem 0 0.2rem;
}

.inputBox .input button.search-btn {
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.14rem;
  background-color: transparent;
}

.inputBox .input i.si {
  color: var(--primary);
  transform: translate(50%, -50%);
}

.inputBox .input .close {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  color: var(--themeColor);
  opacity: 1;
  transform: translateY(-50%);
  line-height: 0.21rem;
  display: none;
}

.inputBox .input input {
  width: 100%;
  height: 0.58rem;
  padding-left: 0.5rem;
  border:1px solid var(--primary);
}

.inputBox .input input::placeholder {
  color: rgba(50, 50, 50, 0.6);
}

.search .tabBox {
  border-bottom: 1px solid rgba(182, 182, 182, 0.3);
}

.search .tabs {
  display: flex;
}

.search .tab {
  position: relative;
  font-weight: 400;
  font-size: 0.2rem;
  margin-right: 0.4rem;
  padding: 0.2rem 0;
}

.search .tab.on::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary);
  height: 5px;
}

.search .tab:hover {
  color: #323232;
}

.search .result p{
  opacity: 0.6;
  padding: 0.2rem 0;
}

.search .item {
  padding-bottom: 0.44rem;
}

.search .item .title {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #0E0E0E;
  padding: 0.1rem 0;
  border-bottom: 1px solid rgba(182, 182, 182, 0.3);
}

.search .item .title .name1 {
  font-weight: 700;
}

.search .item .tag {
  padding: 7px 6px;
  border-radius: 5px;
  background-color: var(--primary);
  font-size: 0.14rem;
  color: var(--white);
  margin-left: 6px;
}

.search .item .wrap {
  display: flex;
  gap: 0.24rem;
  padding: 0.2rem 0;
}

.search .item .img {
  width: 2.27rem;
  height: 1.52rem;
}

.search .item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex:1;
}

.search .item .content p {
  min-height: 1.4rem;
}

.search .item .content p:empty {
  display: none;
}

.search .item .content p {
  line-height: 0.36rem;
}

.search .item .url {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #323232;
  opacity: 0.4;
}

.search .pageBox {
  background-color: var(--theme-bg);
  padding: 0.3rem 0;
}

.search .page_box {
  float: none;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination > li > a, .pagination > li > span {
  color: #0E0E0E;
  font-size: 0.21rem;
}

.Fast_contact ul li.onlineservice_li .sitemap {
  display: none;
}

.inquireFormBox .info input[type="submit"] {
  background-color: var(--primary);
  border-radius: 4px;
  width: 1.2rem;
  height: 0.46rem;
  padding: 0;
  line-height: 0.46rem;
  border: 1px solid var(--primary);
  font-size: 0.21rem;
}

.inquireFormBox .info input[type="submit"]:hover {
  background: transparent;
  color: var(--primary);
}

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

.ft4Swiper {
  position: relative;
  padding: 0 1rem;
}

.ft4Swiper .swiper {
  padding: 1rem 0;
}

.ft4Swiper .swiper-slide {
  background-color: var(--white);
  padding: 0.2rem;
  box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.14);
}

.ft4Swiper .swiper-slide-active {
  transform: scale(1.2);
  z-index: 10;
}

.ft4Swiper .swiper-button-next,
.ft4Swiper .swiper-button-prev {
  height: 0.5rem;
  width: 0.5rem;
  z-index: 999;
  top: 50%;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 6%);
  transform: translateY(-50%);
}

.ft4Swiper .swiper-button-prev:hover, 
.ft4Swiper .swiper-button-next:hover {
  background: var(--primary);
}
.ft4Swiper .swiper-button-prev:after,
.ft4Swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #b0b0b0;
  font-size: 24px;
}

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

.ft4Swiper .swiper-button-prev:hover,
.ft4Swiper .swiper-button-next:hover {
  background: var(--primary);
}
.ft4Swiper .swiper-button-prev:hover:after, 
.ft4Swiper .swiper-button-next:hover:after {
  color: #f8f8f8;
}

.ft4Swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.cookie-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 999;
  color: rgba(255,255,255,0.9);
  padding: 1.1em;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.cookie-wrap.hidden {
  display: none;
}

.cookie-wrap .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cookie-wrap p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
}

.cookie-wrap .accept {
  display: inline-block;
  width: 2rem;
  font-size: 16px;
  line-height: 30px;
  background: linear-gradient(to left, var(--primary), #FF7759);
  color: var(--white);
  border-radius: 20px;
  line-height: 30px;
}

.cookie-wrap .hides {
  background: transparent !important;
  width: auto !important;
  /* line-height: 30px; */
  position: relative;
  font-weight: normal;
  font-size: 16px;
  color: var(--white);
  opacity: 0.6;
}

/* .cookie-wrap .hides::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
} */

#back_top a {
  display: inline-block;
  background-image: url(../images/back_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(194, 37, 44, 0.6);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  z-index: 10;
}

#back_top a:hover {
  background-color: var(--primary);
}

.index7 .name:hover {
  color: var(--primary);
}

.index-banner .swiper-slide .content .wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* padding-top: 3.85rem; */
  padding-left: 0.5rem;
}

.index-banner .wrap h2 {
  font-size: 0.72rem;
  font-family: Fjalla One;
  font-weight: 400;
  color: var(--white);
  line-height: 1rem;
  margin-bottom: 0.2rem;
  width: 46%;
}

.index-banner .wrap p {
  font-size: 0.36rem;
  font-family: Lato;
  font-weight: 400;
  color: var(--white);
  line-height: 0.34rem;
  margin-bottom: 0.24rem;
}

.index-banner .wrap a.more {
  width: 2.02rem;
  height: 0.5rem;
  background: #C2252C;
  border-radius: 4px;
  text-transform: uppercase;
}

.index-banner .wrap a.more::before {
  border-radius: 4px;
}

.index-banner .wrap .img {
  position: absolute;
  top: 3rem;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 5rem;
}

.success_box .text a {
  background: var(--primary);
  border: 2px solid var(--primary);
  width: 1.52rem;
  height: 0.44rem;
  line-height: 0.4rem;
  padding: 0;
  font-size: 0.21rem;
  font-weight: bold;
  border-radius: 4px;
}

.success_box .text a:hover {
  background-color: var(--white);
  color: var(--primary);
}

.sBox {
  padding: 0.5rem 0;
  font-size: 0.21rem;
}

.sBox .title h2 {
  margin-bottom: 0.5rem;
}

.sBox .title  p {
  font-size: 0.21rem;
  line-height: 0.36rem;
  width: 100%;
}

.sBox .title p + p{
  margin-top: 0.2rem;
}

.sBox .items {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);

}

.sBox .item {
  position: relative;
  background-color: #f6f6f6;
  padding: 6px;
  border: 1px solid #e1e1e1;
}

.sBox .item:hover::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}

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

.news_box .news_list,
.news_box .news_img {
  height: auto;
}

.deal1 {
  margin-top: 40px;
}

.deal1 .content {
  margin-top: 20px;
}

.deal1 .content>p {
  font-size: 20px;
  font-weight: 400;
  color: #323232;
  line-height: 30px;
  /* text-align: center; */
  font-family: lato;
}

.deal1 .content .context1 {
  margin-top: 24px;
}

.deal1 .content .context1>p {
  font-size: 30px;
  font-weight: 400;
  color: var(--primary);
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.deal1 .content .context1 .item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.deal1 .content .context1 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.deal1 strong {
  font-size: 24px;
  font-family: 'Fjalla One';
  font-weight: 400;
}

.deal1 .ctx + .ctx {
  margin-top: 25px;
}

.deal1 .content .context1 .text, .deal1 .content .context1 .img {
  width: 49%;
}

.deal1 .content>p {
  font-size: 20px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  /* text-align: center; */
}

.form_box .footerForm {
  background: #fff;
  box-shadow: 0 0 13px 0 rgb(0 0 0 / 7%);
  border-radius: 4px;
  padding: 44px 74px 36px;
  color: #252525;
  margin-top: 29px;
  margin-bottom: 56px;
  font-size: 16px;
}

.flex-between {
  justify-content: space-between;
}

.flex {
  display: flex;
}

.form_box .info {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.form_box .footerForm .info-top .info:first-child {
  margin-right: 8px;
}

.form_box .info input[type=text], .form_box .footerForm .info textarea {
  width: 100%;
  height: 42px;
  padding: 10px;
  background: 0 0;
  border: 1px solid #dcdcdc;
}

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

.form_box .footerForm .info textarea {
  height: 70px;
  resize: none;
}

.form_box .footerForm .info:last-child {
  text-align: center;
}

.form_box .footerForm .info input[type=submit] {
  width: 166px;
  height: 48px;
  background: var(--primary);
  border-radius: 4px;
  opacity: 1;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  margin-top: 21px;
}

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

.product-head .tags {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-head .tags span {
  font-size: 0.2rem;
}
.product-head .tags span a{
  margin-right: 0.18rem;
  position: relative;
}
.product-head .tags .img {
  margin-right: 0.1rem;
}

.inquire_box .success_box .text a {
  margin-top: 20px;
  padding: 0;
  background: var(--primary);
}

.inquireFormBox .controls textarea {
  outline: none;
}

.inquire_box .success_box .img {
  padding: 20px 0;
}

.ejectEmail_form input[type="submit"] {
  background: var(--primary);
  color: var(--white);
  border-radius: 4px;
  border: 1px solid var(--primary);
}

.ejectEmail_form input[type="submit"]:hover {
  background: var(--white);
  color: var(--primary);
}

.ejectEmail_form form p {
  font-family: Fjalla One;
  font-weight: 400;
}

.table_responsive td a:hover {
  color: var(--primary);
}

.ejectEmail_form .label_control {
  font-family: Lato;
  color: #999;
}



.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: var(--primary);
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
}

header .search-wrap {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  justify-content: center;
  align-items: flex-start;
  pointer-events: all;
  background-color: #00000030;
}

header .search-wrap .search-all {
  display: block;
  top: 0.9rem;
  background-color: #FFFFFF00;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all;
}

header .search-wrap .search-all .search-box {
  width: 34%;
  background: var(--white);
  padding: 0.32rem;
  float: right;
  border-radius: 10px;
  box-shadow: 3px 3px 10px -3px rgb(0 0 0 / 20%);
}

header .search-wrap .search-all .search-box input {
  color: var(--themeColor)!important;
  font-size: 15px;
}

header .search-wrap .search-all .search-box input::placeholder {
  color: #a3a3a3;
}

header .search-wrap .closed {
  display: none;
}

header .search-wrap .search-all .search-box button {
  position: unset;
}

header .search-wrap .form {
  display: flex;
  justify-content: space-between;
  min-height: 0.5rem;
  box-shadow: 3px 3px 10px -3px rgb(0 0 0 / 20%);
  border-radius: 10px;
  border: 1px solid #EFEFEF;
}

header .search-wrap .search-all .search-box button {
  min-width: 0.5rem;
  background-color: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 0;
  font-size: 15px;
  transition: all .5s ease 0s;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

header .search-wrap .search-all .search-box button:hover {
  background-color: var(--white);
  color: var(--primary);
}

header .search-wrap .search-all .search-box input {
  width: 100%;
}

.cookie-wrap .set {
  display: flex;
  align-items: center;
  gap: 20px;
}

.gallery1 .item .img {
  height: 3.8rem;
}

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

.index-banner ul {
  margin-bottom: 0.4rem;
}

.index-banner li {
  font-size: 0.2rem;
  color: var(--white);
  font-weight: 500;
  line-height: 0.3rem;
}

.index-banner .wrap p.ibp {
  font-size: 0.2rem;
  line-height: 0.26rem;
  margin-top: 0.24rem;
  width: 46%;
}

.index-banner .items {
  margin-bottom: 0.46rem;
  width: 40%;
}

.index-banner .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  height: 0.6rem;
}

.index-banner .name {
  font-size: 0.44rem;
  line-height: 0.6rem;
  font-weight: 500;
  color: var(--white);
  font-family: "Fjalla One";
}

.index-banner .item span {
  font-size: 0.2rem;
  line-height: 0.26rem;
  font-weight: 200;
  padding-left: 0.2rem;
}

.index-banner .item:first-child {
  height: auto;
  padding-bottom: 0.1rem;
}
.index-banner .ib4 .img,
.index-banner .ib3 .img {
  width: 6rem;
  top: 2rem;
  right: 0;
}

.index-banner .dot {
  position: relative;
  padding-left: 0.2rem;
}

.index-banner .dot::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background-color: var(--primary);
  border-radius: 50%;
}

.index-banner .swiper-slide-active > img {
  filter: brightness(0.8);
}

.footer-share .stButton .stLarge {
  width: 0.38rem;
  height: 0.38rem;
}

.footer-share .stButton .stLarge:hover {
  opacity: .75;
  background-position: 0;
}
.footer-share .st_twitter_large .stLarge{
  background-image: url('../images/twitter_32s.png') !important;
}

.choosed .dlShow {
  display: none;
}

.f8 {
  padding: 0.88rem 0;
}

.f8 .items {
  display: flex;
  gap: 0.2rem;
}

.f8 .item {
  background-color: #f7f9fa;
  border: 1px solid #f7f9fa;
}

.f8 .item .img {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f8 .item img {
  width: 100%;
  height: 100%;
}

.f8 .item .img:hover img {
  transform: scale(1.04);
}

.f8 .item .content {
  padding: 0.2rem;
  text-align: center;
}

.f8 .item .content p {
  text-align: center;
}

.f8 .item .content .name {
  margin-bottom: 0.2rem;
}

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

  .ability3 .items {
    zoom: 96%;
  }

  .about4 .swiper .swiper-slide {
    width: 1200px;
  }

  .index-banner .wrap p.ibp {
    width: 34%;
  }

  .index-banner .ib3 .img {
    width: 7rem;
    top: 2rem;
    right: 0;
  }
  .index-banner .ib4 .img {
    width: 7rem;
    top: 2rem;
    right: 0;
  }

  .index-banner .wrap h2 {
    width: 30%;
  }

  .imgBanner p {
    font-size: 0.28rem;
  }
}

@media (max-width: 1220px) {
  .container_1600,
  .container_1400 {
    width: 100%;
  }

  .ability3 .items {
    zoom: 77%;
  }
}

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

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

  .container_1600 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  html {
    position: relative;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .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("../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 h1,
  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h1,
  .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;
  }

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

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

  section .title p {
    width: 100%;
  }

  .index-banner .swiper-slide .content .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
  }

  .index-banner .wrap h2 {
    font-size: 18px;
    width: 100%;
    line-height: 18px;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .index-banner .wrap p {
    font-size: 15px;
  }

  .index-banner .wrap .img {
    display: none;
  }

  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 16px;
  }

  .index1 {
    padding-top: 20px;
  }

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

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

  .index1 .wrap .boxs {
    width: 100%;
    height: auto;
  }

  .index2 .tabs {
    flex-wrap: wrap;
  }

  .index2 .tab {
    flex: auto;
    width: 48%;
  }

  .index2 .wrap  {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .index2 .wrap .left,
  .index2 .wrap .right {
    width: 100%;
    height: auto;
  }

  .index2 .wrap .content {
    width: 100%;
    gap: 10px;
  }

  .index2 .wrap .content .text {
    padding: 20px;
  }

  .index2 .wrap img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .index3 .wrapper .imgBg .img {
    height: 100%;
  }

  .index3 .wrapper .imgBg .img img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
  }

  .index3 .box .ctx {
    width: 100%;
    padding: 20px;
  }

  .index3 .boxs {
    left: 0;
    right: 0;
    bottom: 0;
    top: 160px;
  }

  .index3 {
    padding: 20px 0;
  }

  .index3 .wrap {
    height: 400px;
  }

  .index3 .wrapper {
    height: 400px;
  }

  .index3 .wrapper .tabs {
    width: 100%;
    gap: 6px;
  }

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

  .logo_box a {
    display: block;
    height: 30px;
  }

  .index4 {
    padding: 20px 0;
  }

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

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

  .index4 .wrap .img {
    position: unset;
    width: 100%;
    margin-top: 20px;
  }

  .index4 {
    background-color: var(--white);
  }

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

  .index5 .content,
  .index5 .imgs {
    width: 100%;
    gap: 0;
  }

  .index5 .imgs {
    margin-top: 20px;
  }

  .index5 {
    padding: 20px 0;
  }

  .index7 .items {
    display: flex;
    grid-template-columns: 100%;
    flex-direction: column;
  }

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

  .index7 .item {
    height: auto;
  }

  .index7 {
    padding: 20px 0;
  }

  .three-wrap {
    display: none;
  }

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

  .six-wrap {
    padding-bottom: 20px;
  }

  .footer-copyright li, .footer-copyright a, .footer-copyright p {
    padding: 20px 0;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
  }

  footer .info input[type="submit"] {
    width: 160px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }

  .footerForm .name {
    font-size: 14px;
  }

  footer .footer-wrap h3 {
    font-size: 16px;
  }

  footer .footerForm .text p, footer .footerForm .text p a {
    line-height: 18px;
    font-size: 14px;
  }

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

  a.more {
    width: 160px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }

  .sd .imgBanner h1, .service .imgBanner h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .sd .imgBanner .img img, 
  .service .imgBanner .img img{
    height: 20vh;
  }

  .sd .imgBanner p, .service .imgBanner p {
    width: 100%;
    font-size: 14px;
  }

  .service1 .wrap {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }

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

  .service1 .wrap .img {
    position: unset;
  }

  .service1 .content {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .service2 .items {
    flex-wrap: wrap;
    gap: 20px 10px;
  }

  .service2 .item {
    width: 48%;
  }

  .service2 .item::after {
    display: none;
  }

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

  .service3 .wrap .img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

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

  .service3 {
    padding: 30px 0;
  }

  .sBox .items {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .rcSwiper .swiper-button-next, .rcSwiper .swiper-button-prev, .ch2Swiper .swiper-button-next, .ch2Swiper .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
  }

  .sBox .title p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .solution1 .items {
    flex-wrap: wrap;
    gap: 10px;
  }

  .solution1 .item {
    width: 30%;
  }

  .solution2 .items {
    gap: 10px;
  }

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

  .solution2 {
    padding-bottom: 20px;
  }

  .solution3 .items {
    grid-template-columns: 100%;
    gap: 10px;
  }

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

  .solution3 .item p {
    width: 100%;
    padding: 10px;
  }

  .solution3 .item .img {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .ft7 .wrap {
    flex-direction: column;
    height: auto;
  }

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

  .ft7 .wrap .img {
    position: unset;
  }

  .form .info input {
    height: 36px;
    line-height: 36px;
  }

  .form .text p {
    line-height: 20px;
  }

  .sd .imgBanner .img img {
    height: 30vh;
  }

  .sd1 .wrap,
  .sd2Ctx .wrap {
    flex-direction: column;
    height: auto;
  }

  .sd1 .wrap .content,
  .sd1 .wrap .img,
  .sd2Ctx .wrap .tabs,
  .sd2Ctx .wrap .boxs {
    width: 100%;
  }

  .sd1 .wrap .img,
  .sd2Ctx .wrap .boxs {
    position: unset;
    margin-top: 20px;
  }

  .sd1 .wrap .title h2 {
    width: 100%;
  }

  .gallery1 .items {
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }

  .gallery1 .row {
    display: block;

  }

  .gallery1 .tabs {
    display: none;
  }

  .news_box {
    padding: 20px 0;
  }

  .news_box .news_list, .news_box .news_img {
    margin-bottom: 0;
  }

  .Crumbs_nav,
  .Crumbs ul {
    flex-wrap: wrap;
  }

  .news1Content .row {
    display: block;
  }

  .news1Content .pages {
    flex-direction: column;
  }

  .news1Content .page {
    width: 100%;
    height: 40px;
    flex: none;
    font-size: 0.2rem;
  }

  .raSwiper .wrap .content {
    left: 10px;
    width: 274px;
  }

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

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

  .cp1 .wrap,
  .cp2 .wrap,
  .cp4 .wrap,
  .ft3 .wrap,
  .ft5 .wrap,
  .search .item .wrap {
    flex-direction: column!important;
    height: auto!important;
  }

  .cp1 .wrap .content,
  .cp1 .wrap .img,
  .cp2 .wrap .img,
  .cp2 .wrap .content,
  .cp4 .wrap .img,
  .cp4 .wrap .content,
  .ft3 .wrap .img,
  .ft3 .wrap .content,
  .ft5 .wrap .img,
  .ft5 .wrap .content,
  .search .item .wrap .img,
  .search .item .wrap .content {
    width: 100%!important;
  }

  .cp1 .wrap .img,
  .cp2 .wrap .img,
  .cp4 .wrap .img,
  .ft3 .wrap .img,
  .ft5 .wrap .img,
  .search .item .wrap .img  {
    position: unset!important;
    margin-top: 20px!important;
  }

  .cp4 .wrap .img {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .cp2 .wrap .content {
    padding: 20px;
  }

  .cp3 .title p {
    width: 100%;
  }

  .cp3 {
    height: auto;
    padding: 20px 0;
  }

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

  .cp3 .item p {
    text-align: center;
  }

  .cp4 .wrap h2 {
    margin-top: 0;
  }

  .team2Head {
    flex-direction: column;
  }

  .team2 .items {
    grid-template-columns: 100%;
    padding-top: 0;
    gap: 0;
  }

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

  .team2 {
    padding: 20px 0;
  }

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

  .ft1 .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .ft1 .item {
    grid-column: unset!important;
    padding: 20px 0;
    justify-content: center;
  }

  .ft1 {
    background-size: cover;
  }

  .ft .imgBanner .content p {
    width: 100%;
    line-height: 20px;
  }

  .ft .imgBanner .content .title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .ft .imgBanner .img img {
    height: 26vh;
  }

  .ft .imgBanner .content .icon {
    margin-bottom: 0;
  }

  .ft .imgBanner .content {
    padding-top: 0;
  }

  .ft1 .item .title h2,
  .ft1 .item .title h1 {
    margin-bottom: 0!important;
  }

  .ft2 .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .ft3 .wrap .ft3Swiper {
    position: unset;
    width: 100%;
    height: auto;
  }

  .ft3 .wrap .ft3Swiper .swiper-slide .img, .ft3 .wrap .ft3Swiper .swiper-slide img {
    width: 100%;
  }

  .ft3Swiper .swiper-button-next, .ft3Swiper .swiper-button-prev {
    top: 74%;
    left: 20px;
  }

  .ft3Swiper .swiper-button-next {
    left: auto;
    right: 20px;
  }

  .ft4Swiper .swiper,
  .ft4Swiper {
    padding: 0;
  }

  .p8 .items {
    flex-wrap: wrap;
  }

  .p8 .item {
    width: 48%;
    flex: auto;
  }

  .ft5 .wrap .content {
    padding: 10px;
  }

  .name h3 {
    font-size: 16px;
  }

  .deal1 .content .context1 .item {
    flex-direction: column!important;
  }

  .deal1 .content .context1 .text, .deal1 .content .context1 .img {
    width: 100%;
  }

  .deal1 .content .context1>p {
    font-size: 22px;
  }

  .deal1 .content .context1 .img {
    margin-top: 10px;
  }

  .form_box .footerForm {
    padding: 10px;
    margin: 0;
    margin-top: 20px;
  }

  .form_box .footerForm .info input[type=submit] {
    width: 160px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }

  .deal1 .content>p {
    font-size: 16px;
    line-height: 24px;
  }

  .deal1 {
    margin-top: 0;
  }

  .inputBox .input {
    width: 100%;
    height: 40px;
  }

  .inputBox .input input {
    height: 40px;
  }

  .search .item .img {
    height: auto;
  }

  .search .item .url {
    margin: 10px 0;
    line-height: 0.3rem;
  }

  .search .item .tag {
    padding: 4px;
  }

  .m_header .search-wrap .search-all {
    display: none;
    position: absolute;
    background: var(--primary);
    top: 60px;
    left: 0;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 0 10px #fff;
  }

  .m_header .search-wrap .search-all .search-box {
    position: relative;
    padding: 20px 0;
  }

  .m_header .search-wrap .search-all .search-box input {
    background: none;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 74%;
    color: #fff;
    padding: 10px;
    border-radius: 0;
  }

  .m_header .search-wrap input::placeholder {
    color: #fff;
    font-size: 14px;
  }

  .m_header .search-wrap .search-all .search-box button {
    background: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 5px 8px;
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 14px;
    line-height: 15px;
    border-radius: 4px;
  }

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

  .m_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: 20px;
    font-weight: bold;
  }

  .m_header .head-search {
    padding: 0 14px;
  }

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

  .m_header .head-langBox ul {
    position: absolute;
    top: 30px;
    right: -10px;
    background: #35363b;
    z-index: 999;
    box-shadow: 0 0 4px #ddd;
    display: none;
  }

  .logo_box a {
    width: 46%;
  }

  .logo_box .head-search {
    position: absolute;
    /* right: 12%; */
    right: 0;
    top: 22px;
  }

  .logo_box .head-langBox {
    position: absolute;
    right: 9%;
    top: 22px;
  }

  .head-langBox::after {
    display: none;
  }

  .m_header .head-langBox ul a {
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: 14px;
  }

  .head-langBox span {
    font-size: 14px;
  }

  .index-banner .wrap a.more {
    line-height: 0.45rem;
    font-size: 0.2rem;
  }

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

  .cookie-wrap {
    padding: 10px 0;
  }

  .cookie-wrap .set {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .cookie-wrap .accept {
    width: auto;
    padding: 0 10px;
  }

  .index4 .wrap .img img {
    height: auto;
  }

  footer .footer-wrap ul a, footer .footer-wrap ul li, footer .footer-wrap ul p {
    font-size: 14px;
    line-height: 24px;
  }

  footer .footerForm .info input {
    height: 30px;
    line-height: 30px;
  }

  footer .footerForm .info {
    margin-bottom: 10px;
  }

  .index7 .item:first-child .content {
    padding: 20px;
  }

  .index1 .wrap .tab.on .ctx .text {
    width: 90%;
  }

  .index5 .imgs {
    flex-direction: column;
    gap: 20px;
  }

  .index7 .name {
    font-size: 16px;
  }

  .index7 .item .title {
    font-size: 16px;
  }

  .index7 .item p {
    width: 100%;
  }

  .index1 .wrap .ctx .img {
    height: auto;
  }

  .cate2 .item {
    flex-direction: column!important;
    height: auto;
  }

  .cate .imgBanner .wrap img {
    height: 80px;
  }
  .imgBanner h2,
  .imgBanner h1 {
    font-size: 20px;
  }

  .imgBanner p {
    line-height: 20px;
    width: 100%;
  }

  .cate .imgBanner .img img {
    height: 220px;
  }

  .cate .imgBanner .wrap {
    padding-top: 0;
  }

  .cate .imgBanner .wrap p {
    margin-bottom: 10px;
  }

  .cate1Tabs .items {
    flex-wrap: wrap;
  }

  .cate1Tabs .items .item {
    width: 44%;
  }

  .cate1 .wrap {
    padding-top: 20px;
  }

  .cate1Tabs .wrap {
    padding-bottom: 20px;
  }

  .cate2 .item .content {
    width: 100%;
    padding: 20px 10px;
  }

  .cate2 .item a.more {
    margin-top: 10px;
  }

  .cate2 .item a.more {
    width: 160px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }

  .cate2 .item .name {
    margin-bottom: 10px;
  }

  .cate3 .wrap {
    flex-direction: column;
    height: auto;
  }

  .cate3 .wrap .content {
    width: 100%;
    margin-bottom: 20px;
  }

  .cate3 .wrap .img {
    width: 100%;
    height: auto;
  }

  .cate2 {
    margin-bottom: 20px;
  }

  .cate4 .item {
    width: 100%!important;
    flex-direction: column;
    padding: 20px!important;
    height: auto;
    gap: 10px;
    align-items: center;
  }

  .cate4 .img {
    width: 50px;
    height: 50px;
    margin-right: 0!important;
  }

  .cd1 .wrap,
  .cd3 .wrap {
    flex-direction: column;
    height: auto;
  }

  .cd1 .img,
  .cd3 .img {
    position: unset;
    width: 100%;
  }

  .cd1 .wrap .content,
  .cd3 .wrap .content {
    width: 100%;
    padding: 20px;
    height: auto;
    background-color: var(--white);
  }

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

  .cd2 .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

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

  .pd .item {
    height: auto;
    padding: 20px;
  }

  .pd .item .img {
    width: auto;
    height: auto;
  }

  .pd .item p {
    width: 90%;
  }

  .pd {
    padding: 20px 0;
  }

  .cd3 {
    height: auto;
    padding: 20px 0;
  }

  .cd3 .img img {
    transform: none;
  }

  .cd .rc {
    padding: 20px 0;
  }

  .rv .item .name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.85rem;
  }

  .product-head .share {
    flex-direction: column;
  }

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

  .product-head .btn a {
    height: 40px;
    line-height: 38px;
    width: 100%;
    font-size: 12px;
  }

  .productDetailConBox .p1 .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .productDetailConBox .p1 .item p {
    text-align: center;
  }

  .productDetailConBox .p1 .item {
    padding: 20px 0;
    height: auto;
  }

  .productDetailConBox .p1 .item .img {
    margin: 0;
    margin-bottom: 10px;
  }

  .productBtnBox .btnBox {
    flex-wrap: wrap;
  }
  .productDetailConBox .p2s .wrap,
  .productDetailConBox .p2 .wrap {
    flex-direction: column;
    height: auto;
  }
  .productDetailConBox .p2s .content,
  .productDetailConBox .p2 .content {
    width: 100%;
    padding: 0;
  }
  .productDetailConBox .p2s .img,
  .productDetailConBox .p2 .img {
    margin-bottom: 20px;
  }
  .productDetailConBox .p4s .ctx p,
  .productDetailConBox .p4 .ctx p {
    width: 100%;
  }

  .name {
    font-size: 18px;

  }
  .productDetailConBox .p4s .ctx .name,
  .productDetailConBox .p4 .ctx .name {
    margin-bottom: 20px;
  }

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

  .p7 .items, .p6 .items {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .rp .item .img img {
    height: auto;
  }

  .gd1 .items {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .gd1 .item .img{
    width: 40px;
    height: 40px;
  }

  .gd2 .items {
    grid-template-columns: 100%;
    gap: 10px;
  }

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

  .news_box .news_list + .news_list {
    margin-top: 20px;
  }

  .news_box .news_list {
    border: 1px solid #eee;
    border-radius: 4px;
  }

  .team1 .wrap {
    flex-direction: column;
    height: auto;
    padding: 20px 10px;
  }

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

  .team1 .wrap .content {
    width: 100%;
    margin-bottom: 10px;
  }

  .team2Head .content,
  .team2Head .img {
    width: 100%;
  }

  .team2 .items {
    gap: 10px;
  }

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

  .news1Content .time {
    flex-direction: column;
    gap: 10px;

  }

  .news1Content .time p, .news1Content .time #readTime {
    font-size: 14px;
  }

  .news1Content .ctx img {
    margin: 20px 0;
  }

  .news1Content .ctx ul {
    margin: 20px 0;
  }

  .news1Content p {
    font-size: 14px;
    line-height: 20px;
  }

  .news1Content h2, .news1Content h3 {
    font-size: 16px;
    line-height: 25px;
  }

  .news1Content .toc {
    display: none;
  }

  .form .info input[type="submit"] {
    width: 160px;
    height: 30px;
    font-size: 14px;
  }

  .news1Content .ctx li + li {
    margin-top: 10px;
  }

  .news1Content .ctx li {
    font-size: 14px;
  }

  .raSwiper .wrap .content .name {
    line-height: 1.2;
  }

  .rcSwiper .content a.name {
    text-align: left;
  }

  .product-head .btn {
    padding: 0;
  }

  .index-banner .items {
    width: 100%;
  }

  .index-banner .wrap p.ibp {
    width: 100%;
    font-size: 15px;
    line-height: 0.34rem;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
  }

  .index-banner .wrap .items {
    display: none;
  }

  .index-banner .wrap.ib3 {
    flex-direction: column-reverse!important;
  }

  .index-banner .wrap.ib3 p.ibp {
    display: -webkit-box;
  }

  .index-banner ul {
    margin-bottom: 10px;
  }


}

@media (max-width: 768px) {
  .widget-visible iframe{
    bottom: 53px !important;
  }
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

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

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

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

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

  .footer-wrap {
    padding: 0;
  }

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

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

  footer {
    padding: 20px 0;
  }

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

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

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

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

  .Crumbs_nav {
    padding: 20px 0;
  }

  .cp1 .wrap .content {
    padding-top: 20px;
  }
}

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

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

@media (max-width: 480px) {
}
.news_detial_more{display: flex;margin: 0px auto;margin-top: 58px;justify-content: center;}
.news_detial_more img{display: block;max-width: 100%;}
@media (max-width: 768px) {
  .news_detial_more{width: 60%;} 
}
.product_tage_frist_content{
  margin-bottom: 20px;
}
.product_tage_second_content{
  padding: 20px 0;
  clear: both;
}
.product_tage_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_tage_list:before,
.product_tage_list:after{
  display: none;
}
.product_tage_list li{
  width: 18%;
  height: 48px;
  border: 1px solid #2751A6;
  border-radius: 5px;
  margin-left: 2%;
  margin-top: 10px;
}
.product_tage_list li:nth-of-type(5n+1){
  margin-left: 0;
}
.product_tage_list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #2751A6;
}
.product_tage_list li:hover{
  background: #2751A6;
}
.product_tage_list li:hover a{
  color: #fff;
}
@media (max-width: 1768px) {
  .product_tage_list li{
    height: auto;
    padding: 10px 0;
  }
}
@media (max-width: 1200px){
  .product_tage_list li{
    width: 32%;
  }
  .product_tage_list li:nth-of-type(5n+1){
    margin-left: 2%;
  }
  .product_tage_list li:nth-of-type(3n+1){
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .product_tage_list{
    justify-content: space-between;
    width: 100%;
  }
  .product_tage_list li{
    width: 48.5%;
    margin-left: 0!important;
    
  }
}
.global_related_columu {
    position: relative;
    margin-bottom: 1%;
    padding: 15px;
    max-width: 49.5%;
    border: 1px solid #dadce0;
    border-radius: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49.5%;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
}
.global_related_item h4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.global_related_columu .related_title {
    position: relative;
}

.global_related_columu .related_title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    font-family: Nunito;
    line-height: 1.5;
    -o-text-overflow: ellipsis;
}
.global_related_columu .related_title a strong{
  font-size: 16px;
  font-weight: 700;
  margin-right: 3px;
}
.global_related_columu .fa_icontw {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../images/global_icon.png);
    background-position: 0 -225px;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
    background-size: 450px;
}
.global_related_columu .related_info {
    position: relative;
    margin-top: 5px;
    color: #6e7278;
    font-weight: 400;
    font-size: 16px;
}

.global_related_item .related_info {
    padding-left: 25px;
}

.global_related_columu .related_title a:hover {
    color: #EE1D23;
}

.global_related_video h5 {
    font-weight: 700;
    font-size: 16px;
    font-family: Nunito;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1;
}
.global_related_columus:before,.global_related_columus:after{display: none;}
.global_related_columus {
  display: flex;
  flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}
.global_related_columus .re_star{
  position: relative;
    margin-left: auto;
    font-size: 15px;
}
/* .title{
  padding: 60px 0;
} */
.index4 .title{
  padding: 15px 0;
}
.cd1 .wrap .content .title{
  padding: 0;
}
.index4 .wrap .content .title h2{
    margin-bottom: 0;
}
.title h3{
  font-size:45px;
  font-weight: bold;
  text-align: center;
}
.contact_code_ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_code_ul li{width: 24.5%;height: auto;}
.contact_code_ul img{display: block;width: 100%;height: auto;}
.contact_code_ul li:nth-of-type(1){margin-left: 0;}
.contact_code_ul li p{font-size: 16px;color: #333;text-align: center;margin-top: 10px;}
@media (max-width: 768px) {
  .global_related_columu{max-width: 100%;flex: auto;}
  .title{padding: 8vw 0;}
  
}
header .head-bottom .nav-list li:nth-of-type(1){position: initial;}
.header_nav_list_box{
  width: 100%;
  height: auto;
  background: rgba(255,255,255,0.95);
  position: absolute;
  left: 0;
  top: 100%;
  padding: 24px 0px 24px;
  display: none;
}
header .head-bottom .nav-list li:nth-of-type(1):hover .header_nav_list_box{display: block;}
.header_nav_list_content{
  width: 81%;
  height: auto;
  margin: 0px auto;
}
.header_nav_list_content_ul{
  width: 100%;
  height: auto;
  column-count: 4;
  column-gap: 30px;
  break-inside: avoid;
  writing-mode: sideways-lr;
}
.header_nav_list_content_ul li{
  width: 100%;
  height: auto;
  break-inside: avoid;
  margin-bottom: 10px;
}
.header_nav_list_content_ul li:nth-of-type(4n+1){
  margin-left: 0;
}
.header_nav_list_content_ul_second{
  width: 100%;
  height: auto;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
}
.header_nav_list_content_ul_second a{
  color: #ee0004;
  font-size: 16px;
  font-weight: 700;
}
.header_nav_list_content_ul_third{
  width: 100%;
  height: auto;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_nav_list_content_ul_third dd{
  width: 48%;
}
.header_nav_list_content_ul_third dd a{
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}
.header_nav_list_content_ul_third dd a:hover{
  color: #ee0004;
}
@media (max-width: 1768px) {
  .header_nav_list_box{height: calc(100vh - 90px);overflow: hidden;overflow-y: auto;}
  .header_nav_list_content_ul_second a{font-size: .2rem}
  .header_nav_list_content_ul_third dd a{font-size: .2rem}
}

/* ============================================
   Privacy Policy提示框样式（通用组件）
   用于网站底部的隐私政策同意提示
   ============================================ */

.privacyBox {
  line-height: 23px;
  transition: 350ms transform ease, 350ms opacity ease;
  background-color: #FFF;
  color: #333;
  border-radius: 4px;
  position: fixed;
  width: 220px;
  padding: 15px;
  z-index: 9999;
  box-shadow: 0 6px 40px rgba(0,0,0,.3);
  bottom: 20px;
  left: 20px;
  opacity: 1;
  font-weight: bold;
  box-sizing: initial;
}

.privacyBox p {
  margin-bottom: 10px;
  font-size: 14px;
}

.privacyBox p a {
  font-size: 14px;
  font-weight: bold;
  color: #aa0f1a;
}

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

.privacyBox .btn {
  font-size: 15px;
  line-height: 15px;
  transition: 350ms ease background;
  display: block;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #aa0f1a;
  background: -webkit-gradient(radial, center bottom, 0, center 230, 230, from(#aa0f1a), to(#aa0f1a));
}

.privacyBox .btn:hover {
  background: -webkit-gradient(radial, center bottom, 0, center 230, 230, from(#bf7b7b), to(#aa0f1a));
}

/* ============================================ */