@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  max-height: 100%;
}

body {
  transition: all 0.4s ease;
  color: #555;
  background: #f3f4f6;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, helvetica neue, helvetica, arial, pingfang sc, hiragino sans gb, stheiti, microsoft yahei, microsoft jhenghei, SimSun, sans-serif;
  font-size: 15px;
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='reset'],
input[type='button'],
textarea {
  -webkit-appearance: none;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: 'Poppins', Sans-serif;
}

small {
  font-size: 10px;
}

ul,
ol {
  list-style: none;
}

sub {
  bottom: 0;
}

a {
  text-decoration: none;
  color: #555;
}

a:hover {
  text-decoration: none;
  color: #5bc085;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: footer-help;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

a img {
  vertical-align: text-bottom;
}

:focus {
  outline: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

button,
input,
select {
  vertical-align: middle;
}

/* 更改输入框的 placeholder 文本颜色 */
input::placeholder,
textarea::placeholder {
  color: #bababa;
  /* 或者你想要的任何颜色值 */
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.text-green {
  color: #14a550;
}

.bg-green {
  background: #14a550;
}

.bg-grey {
  background: #aaacac;
}

.text-white {
  color: #fff;
}

.text-capital {
  text-transform: uppercase;
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

/**************框架公用样式**********/
.container-fluid {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.mw1300 {
  min-width: 81.25rem;
}

.photo img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.photo:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.iconfont {
  font-size: inherit;
}

/**************头部**********/
.header-top form input {
  height: 28px;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}

.header-top form button {
  height: 28px;
  line-height: 26px;
  width: 75px;
  background: #14a550;
  color: #fff;
  padding: 0 15px;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  font-size: 14px;
}

.header-top form button:hover {
  background: #14994c;
  color: #fff;
}

.header-top-wechat span em img {
  width: 22px;
  margin-right: 5px;
}

.header-top-wechat .header-ewm {
  width: 120px;
  display: none;
  position: absolute;
  z-index: 5;
}

.header-top-wechat span:hover .header-ewm {
  display: block;
}

header {
  padding: 32px 0;
}

.header-language img {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

header .logo {
  width: 400px;
  height: 50px
}

header .logo-name {
  max-width: 980px;
}

header .logo-name h2 {
  font-size: 18px;
  border-left: 2px solid #ddd;
  padding-left: 15px;
}

header .logo-name h2 span {
  font-size: 12px;
  display: block;
  font-weight: normal;
}

header .logo-name h2 span {
  margin-top: 10px;
}


header .nav-tel span {
  background: #c00726;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: block;
}

header .nav-tel a {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}



nav ul li {
  position: relative;
  flex: 1;
}

nav ul li a {
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  padding: 0 15px;
  color: #fff;
}

nav ul li:hover a,
nav .current {
  color: #fff;
  font-weight: bolder;
  background: #5bc085;
}

nav ul li ul {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 1000;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: transform 0.4s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 15px 20px -8px rgba(0, 0, 0, 0.1);
  border: 0 solid #000;
  overflow: hidden;
}

nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scaleY(1);
  top: 3.125rem;
}

nav ul li:hover ul li {
  margin: 0;
}

nav ul li:hover ul li a {
  height: 2.1875rem;
  width: 100%;
  line-height: 2.1875rem;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  opacity: 1;
  font-size: 0.9375rem;
  position: relative;
  z-index: 2;
  border-bottom: 0;
}

nav ul li ul li a em {
  width: 0;
  height: 2.1875rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #5bc085;
  color: #fff;
  z-index: -1;
  transition: 0.3s;
}

nav ul li ul li a:hover em {
  display: block;
  width: 100%;
}

nav ul li ul li:hover a {
  color: #fff;
}

/**************手机导航**********/

.sp_nav,
.sjj_nav {
  display: none;
}

.sp_nav {
  width: 2rem;
  position: absolute;
  top: 15px;
  right: 0.9375rem;
  cursor: pointer;
  color: #fff;
  z-index: 999;
}

.sp_nav span {
  display: block;
  background: #14a550;
  width: 2rem;
  height: 2px;
  position: absolute;
  transition: all ease 0.35s;
}

.sp_nav_se span {
  background: #fff;
  width: 1.5rem;
}

.sp_nav span:nth-of-type(1) {
  top: 0px;
}

.sp_nav span:nth-of-type(2) {
  top: 0.625rem;
}

.sp_nav span:nth-of-type(3) {
  top: 1.25rem;
}

.sp_nav_se span:nth-of-type(1) {
  top: 1.25rem;
  transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
  width: 0;
}

.sp_nav_se span:nth-of-type(3) {
  top: 1.25rem;
  transform: rotate(-45deg);
}

.sjj_nav {
  position: fixed;
  z-index: 9;
  background: #eee;
  width: 100%;
  height: calc(100% - 104px);
  height: 100vh;
  line-height: 40px;
  top: -100vh;
  left: 0;
  right: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  margin: 0 auto;
}

.nav_show {
  top: 0;
  padding: 60px 30px;
  background: #333;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  float: left;
  width: calc(100% - 4.375rem);
}

.sjj_nav ul li i {
  position: absolute;
  right: 0px;
  height: 30px;
  padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  position: relative;
  line-height: 2.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li a {
  color: #ccc;
  width: 80%;
}

.sjj_nav ul li li {
  margin-left: 1.25rem;
}

.sjj_nav ul li li:last-child {
  border-bottom: none;
}

.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #699af1;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}


.sb-search {
  position: absolute;
  width: 0%;
  right: 3.4375rem;
  top: 5px;
  min-width: 2.8125rem;
  background: none;
  height: 40px;
  line-height: inherit;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  display: none;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  width: 80%;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 35px;
  margin: 0;
  z-index: 10;
  font-size: 16px;
  z-index: 5;
  background: #f3f4f6;
}

.sb-search-input::-webkit-input-placeholder {
  color: #fff;
}

.sb-search-input:-moz-placeholder {
  color: #fff;
}

.sb-search-input::-moz-placeholder {
  color: #fff;
}

.sb-search-input:-ms-input-placeholder {
  color: #fff;
}

.sb-icon-search,
.sb-search-submit {
  width: 2.8125rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2.8125rem;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

.sb-search-open .sb-search-input {
  background: #14a550;
}

.sb-search-submit {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  z-index: 90;
  font-size: 18px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 18rem;
}

.sb-icon-search,
.no-js .sb-search .sb-icon-search {
  color: #333;
  z-index: 11;
}

.sb-search.sb-search-open span {
  color: #fff;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}


/**************banner**********/
.banner .swiper-slide .swiper-slide-text {
  height: 232px;
  color: #fff;
}

.banner .swiper-slide .swiper-slide-text h1 {
  font-size: 26px;
  position: relative;
  line-height: 40px;
  font-weight: 900;
  text-shadow: 0 5px rgba(0, 0, 0, 0.5);
}

.banner .swiper-slide .swiper-slide-text h2 {
  font-size: 22px;
  position: relative;
  line-height: 40px;
  font-weight: 900;
  text-shadow: 0 5px rgba(0, 0, 0, 0.5);
}

.banner .swiper-pagination-bullet {
  background-color: #fff;
  width: 1.25rem;
  height: 4px;
  opacity: 0.8;
  border-radius: 2px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #14a550;
}

.project-name {
  font-size: 20px;
  font-weight: 900;
}

.project-name1 {
  font-size: 18px;
  font-weight: 900;
}

.products-list section a {
  font-size: 1rem;
  margin-left: 10px;
  display: inline-block;
}

.products-list-content li {
  width: 16.67%;
  border: 1px solid #d0d0d0;
  text-align: center;
  margin: 5px 0 5px -1px;
}

.products-list-content li a {
  display: block;
}

.products-list-content li em {
  display: block;
  overflow: hidden;
}

.products-list-content li img {
  width: 100%;
  display: block;
}

.products-list-content li section {
  border-top: 1px solid #d0d0d0;
  padding: 8px 5px;
}

.products-list-content li section h3 {
  font-size: 16px;
  margin-bottom: 2px;
}

.products-list-content li section span {
  font-size: 14px;
  color: #eb6c01;
}

.cooperate-list li {
  width: 14.3%;
  margin-top: -1px;
  margin-bottom: 0;
}

.cooperate-list li em {
  padding: 8px;
  height: 100px;
  display: flex;
  align-items: center;
}

.cooperate-list li em img {
  max-width: 100%;
  max-height: 100%;
}

.pro-more {
  display: none;
}

.service-about-news-list>div {
  width: 32%;
  padding: 5px;
}

.service-about-news-list>div h1 {
  font-size: 1.5625rem;
  padding: 10px 10px;
}

.service-about-news-list>div section {
  height: 15rem;
  padding: 15px;
  line-height: 200%;
  position: relative;
}

.service-about-news-list>div section p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.service-about-news-list>div section .click-more {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

#scrollbox {
  overflow: hidden;
  height: 92%;
  width: 100%;
  display: inline;
  float: left;
}

.news-list .table {
  margin-bottom: 0;
}

.news-list .table td,
.news-list .table th {
  border: 0;
  padding: 0 8px;
}

.news-list .table td a {
  display: flex;
  align-items: center;
}


.brand-list {
  gap: 3%;
}

.brand-list a {
  background: #fff;
  padding: 5px 10px;
  width: 17.6%;
  display: block;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}

.brand-list a:hover,
.brand-list a.current {
  background: #14a550;
  color: #fff;
}

.buy-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}

.buy-list li h4 {
  font-size: 18px;
  margin: 15px 0 10px;
}

.buy-list li span {
  border: 2px solid #102541;
  background: #fff;
  border-radius: 50%;
  display: block;
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy-list li em {
  background: #102541;
  color: #fff;
  width: 75px;
  height: 75px;
  display: block;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.service-content-list .buy-list li em {
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.buy-list li p {
  font-size: 14px;
  color: #999;
}

.footer-nav {
  background: #838080;
  height: 50px;
  line-height: 50px;
}

.footer-nav a {
  flex: 1;
  color: #fff;
}

.footer-nav a:hover {
  background: #a8a6a6;
}

/* .footer-qrcode { */
/* max-width: 220px; */
/* } */

.footer-qrcode img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

footer section {
  line-height: 220%;
}

.footer-bottom {
  padding: 10px 0;
  margin-top: 15px;
}

.footer-bottom select {
  width: 150px;
  border: 1px solid #ccc;
  height: 28px;
  padding: 0 5px;
}

.main-content-menu {
  width: 220px;
}

.menu-list h1 {
  font-size: 20px;
  padding: 12px 10px;
}

.menu-list section a,
.menu-list li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.menu-list section a:hover,
.menu-list a.current,
.menu-list li a:hover {
  color: #14a550;
  font-weight: 900;
}

.menu-list>ul {
  position: relative;
}

.menu-list>ul>li {
  padding: 0 16px;
}

.menu-list li ul {
  display: none;
  position: absolute;
  background: #fff;
  left: 212px;
  top: 0;
  padding: 15px;
  border: 1px solid #ddd;
  min-width: 500px;
  z-index: 5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 308px;
  max-height: 400px;
  overflow: auto
}

.menu-list li:hover ul {
  display: block;
}

.menu-list li li figure {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 10px;
}

.menu-list li li figure a {
  border: 0;
  display: inline-block;
  margin-right: 10px;
  line-height: 26px;
  padding: 5px 0;
}

.menu-list li li figure a:hover {
  text-decoration: underline;
}

.menu-list li li>a {
  color: #14a550;
  font-size: 16px;
  font-weight: bold;
  padding: 0
}

.brand-list-link {
  font-size: 18px;
}

.main-content-right {
  width: calc(100% - 240px);
}

.main-content-contact h1 {
  background: url(../images/menu_bg.jpg) center no-repeat;
  background-size: cover;
  font-size: 20px;
  padding: 15px;
  text-align: right;
}

.main-content-contact section {
  line-height: 220%;
}


.localhost-list {
  border-bottom: 1px solid #eee;
}

.localhost-list h1 {
  font-size: 1.25rem;
  font-weight: 900;
  min-width: 120px;
}

.main-content-show {
  line-height: 220%;
}

.news-content-list p {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #ddd;
  padding: 12px 0;
  align-items: center;
}

.news-content-list p span {
  color: #666;
  margin-top: 10px;
}

.news-content-list p a::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #999;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.download-content-list p {
  display: flex;
  justify-content: space-between;
  background: url(../images/icon1.jpg) left no-repeat;
  padding: 12px 0 12px 22px;
  border-bottom: 1px dotted #ddd;
}

.brand-content-list {
  gap: 1%;
}

.brand-content-list a {
  width: 11.6%;
  background: #eee;
  padding: 8px 10px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.brand-content-list a:hover {
  background: #14a550;
  color: #fff;
}

.service-content-list h3 {
  padding: 5px 15px;
  font-size: 1rem;
  margin-bottom: 10px;
  display: inline-block;
}

.service-content-list section {
  line-height: 200%;
  margin-bottom: 20px;
}

.service-content-list section img {
  max-width: 100%;
}

.service-content-list .buy-list li {
  padding: 0 5px;
}

.service-content-list .buy-list li h4 {
  font-size: 14px;
}

.service-content-list .buy-list li span {
  width: 80px;
  height: 80px;
}

.service-content-list h1 {
  font-size: 18px;
  font-weight: 900;
}


.buy-list li h4 {
  font-size: 1rem;
}

.culture-content-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.culture-content-list li h3 {
  background: #5bc085;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  display: table;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.culture-content-list li section {
  width: calc(100% - 290px);
  line-height: 200%;
}

.culture-content-list li em {
  width: 278px;
  display: block;
  overflow: hidden;
}

.culture-content-list li em img {
  display: block;
  width: 100%;
}

.message-content-show li {
  margin-bottom: 20px;
}

.btn-submit {
  background: #3573ec;
  width: 100px;
  color: #fff;
}

.btn-submit:hover {
  background: #2a6bee;
  color: #fff;
}

.products-content-menu-list-two a {
  padding: 3px 15px;
  font-size: 18px;
  display: inline-block;
  background: #ddd;
}

.products-content-menu-list-two a:hover,
.products-content-menu-list-two a.current {
  background: #14a550;
  color: #fff;
}

.products-content-menu-list-three a {
  padding: 3px 15px;
  background: #d8f8e5;
  display: inline-block;
  margin-bottom: 5px;
}

.products-content-menu-list-three a:hover,
.products-content-menu-list-three a.current {
  background: #a4f2c4;
  color: inherit;
}

.products-list-name {
  color: #585858;
  font-size: 32px;
}

.n-products-list-content li {
  width: 25%;
}

.main-content-contact-mobile,
.localhost-list-mobile {
  display: none !important;
}

.zixun-pro {
  background: #c00726;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
}

.zixun-pro:hover {
  background: #ed1b23;
  color: #fff;
}

.products-show em {
  width: 222px;
  border: 2px solid #eee;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 10px;
}

.products-show em img {
  display: block;
  width: 100%;
}

.products-show section {
  width: calc(100% - 260px);
  line-height: 220%;
}

.products-show section h3 {
  color: #ff9000;
  font-size: 18px;
}

.project-name2 {
  background: #f3f4f6;
  padding: 6px 15px;
  font-size: 16px;
}

.products-show1 {
  line-height: 220%;
}

.products-show1 a {
  text-decoration: underline;
}

.products-show1 img {
  max-width: 100% !important;
  height: auto !important;
}

.pro-message>div {
  margin-bottom: 20px;
}

.pro-message>div textarea {
  height: 150px;
}

.pro-message label {
  width: 90px;
  text-align: right;
}

.pro-message label em {
  color: red;
  font-size: 18px;
}

#translate {
  display: none;
}

.online {
  position: fixed;
  right: .625rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6666;
}

.online li {
  margin: .3125rem 0;
  width: 2.1875rem;
  height: 2.1875rem;
  position: relative;
}

.onlineIco {
  float: right;
  display: block;
  text-align: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: .3125rem;
  background: #b5b5b5;
  color: #FFFFFF;
  overflow: hidden;
  transition: all 0.3s ease-in 0s;
}

.onlineIco i {
  color: #fff;
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
}

.onlineCon {
  font-weight: bold;
  color: #FFF;
  line-height: 2.1875rem;
  display: inline;
}

.onlineIco:hover {
  color: #FFF;
  background: #14a550;
  width: 9rem;
}

.onlineIco:focus {
  color: #FFF;
}

.onlineIco:hover i {
  text-align: right;
  width: auto;
}

.onlineWx {
  position: absolute;
  right: 2.375rem;
  top: 2.5rem;
  width: 5.625rem;
  height: 5.625rem;
  border: .0625rem solid #666666;
  transform: scale(1, 0);
  transition: all 0.1s ease-in 0.1s;
}

.onlineWx img {
  max-width: 100%;
}

.online li:hover .onlineWx {
  transform: scale(1, 1);
}

.online li.online_top .onlineIco {
  background: #14a550;
}

.online_top .onlineIco:hover {
  width: 2.1875rem
}

[class*=" fa-"],
[class^=fa-].online {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.0625rem;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
  }

  .sp_nav,
  .sjj_nav,
  header .sjj_nav .header-language,
  .main-content-contact-mobile,
  .pro-more,
  .sb-search {
    display: block !important;
  }

  .localhost-list-mobile {
    display: flex !important;
  }

  header {
    padding: 15px 0;
  }

  header .header-language,
  header .logo-name h2,
  .nav-tel,
  header .logo-name h1 span,
  nav,
  .pro-more1,
  .main-content-contact-pc,
  .localhost-list-pc,
  .header-top,
  .online,
  .menu-list li ul {
    display: none !important;
  }

  header .logo {
    width: 100%;
    height: auto;
    margin-right: 5px !important;
  }

  header .logo-name h1 {
    font-size: 28px;
    border: 0;
    padding: 0;
    margin: 10px 0 0;
  }

  .banner .swiper-slide .swiper-slide-text {
    height: 200px;
  }

  .products-list section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
  }

  .products-list section a {
    margin-left: 0;
    width: 48%;
    text-align: center;
    background: #fff;
    margin-bottom: 8px;
    padding: 5px 10px;
  }

  .project-name,
  .service-about-news-list>div,
  .main-content-menu,
  .culture-content-list li section,
  .culture-content-list li em,
  .news-content-list p,
  .main-content-right,
  .products-list figure,
  .products-list section,
  .products-show img,
  .products-show section,
  .products-show em {
    width: 100%;
  }

  .products-show section {
    margin-top: 15px;
  }

  .project-name {
    display: flex;
    justify-content: space-between
  }

  .project-name a {
    font-weight: normal;
    font-size: 15px;
  }

  .service-about-news-list>div {
    margin-bottom: 15px;
  }

  .buy-list li,
  .service-content-list .buy-list li {
    width: 48%;
    padding: 0;
    margin-top: 15px;
  }

  .products-list-content li {
    width: 50%;
  }

  .cooperate-list li {
    width: 33.33%;
  }

  .footer-nav {
    overflow-y: hidden;
    overflow-x: auto;
  }

  .footer-nav a {
    flex: inherit;
    white-space: nowrap;
    margin-left: 10px;
  }

  .footer-qrcode {
    margin: 15px 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom select {
    margin-top: 10px;
  }

  .main-content-right,
  .culture-content-list li em {
    margin-top: 15px;
  }

  .culture-content-list li,
  .download-content-list p,
  .buy-list {
    flex-wrap: wrap;
  }

  .download-content-list p {
    background: url(../images/icon1.jpg) left 18px no-repeat;
  }

  .download-content-list p a {
    width: calc(100% - 10px);
  }

  .message-content-show {
    margin-left: -15px;
    margin-right: -15px;
  }

  .news-content-list p {
    flex-direction: column;
    align-items: flex-end;
  }

  .news-content-list p a {
    display: block;
    width: 100%;
  }

  .news-content-list p span {
    text-align: right;
  }

  .menu-list section,
  .menu-list>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menu-list section a,
  .menu-list>ul>li {
    width: 48%;
    text-align: center;
  }

  .products-list-name {
    font-size: 26px;
  }

  .banner .swiper-slide .swiper-slide-text h1 {
    font-size: 22px;
  }

  .banner .swiper-slide .swiper-slide-text h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .cooperate-list li em {
    height: 60px;
  }

  .products-content-menu-list-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .products-content-menu-list-two a {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
    width: 48%;
  }
}