/** 清除内外边距 **/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */

pre,
/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */

th,
td
/* table elements 表格元素 */

  {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

  {
  font: 14px/1.0 "Source Han Sans CN", "Microsoft YaHei", "黑体", "宋体", sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

/* 将斜体扶正 */

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */

small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/

ul,
li,
ol {
  list-style: none;
}

/** 重置文本格式元素 **/

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

sup {
  vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */

sub {
  vertical-align: text-bottom;
}

/** 重置表单元素 **/

legend {
  color: #000;
}

/* for ie6 */

fieldset,
img {
  border: 0;
}

/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* 使得表单元素在 ie 下能继承字体大小 */

input::-ms-clear {
  display: none;
}

/*隐藏文本框叉子*/

input::-ms-reveal {
  display: none;
}

/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 HTML5 元素 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

a {
  display: inline-block;
}

@font-face {
  font-family: "BEBAS";
  src: url('../font/BEBAS___.TTF');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 100px;
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 70px;
  }
}


p {
  text-align: justify;
  text-justify: inter-ideograph;
}

html {
  /* font-size: 20px; */
  height: 100%;
  background: #fff;
}

.clear::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cen {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
  width: 83.33%;
  margin: 0 auto;
}

.pic-box {
  overflow: hidden;
  z-index: 33;
  height: 100%;
  width: 100%;
}

.pic-box img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.pic-box:hover img {
  transform: scale(1.1, 1.1);
}

.swiper-container {
  width: 100%;
  /* height: 100%; */
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

img {
  vertical-align: middle;
}

.swiper-slide a {
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.logo img {
  /* width: 100%; */
}

@media screen and (max-width:500px) {}

.pic img {
  width: 100%;
  transition: 0.5s;
}

.pic {
  overflow: hidden;
}

.inline {
  display: inline-block;
}

.head {
  height: 85px;
  line-height: 85px;
  background-color: #181617;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}

#luxy {
  /* height: 99999999999999999999999px; */
  padding-top: 84px;
}

.head .logo {
  float: left;
  width: 2.6rem;
  text-align: center;
  border-right: 1px solid #535253;
}

.head .logo img {
  max-width: 80%;
}

.head .nav_div {
  text-align: center;
}

.head .a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  border: none;
  width: 1.6rem;
  background-color: #232323;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.head .a dd {
  display: none;
  background-color: #181617;
}

.head .a a {
  display: block;
  color: #fff;
}

.head .form {
  float: right;
  width: 1.6rem;
  margin-right: 0.45rem;
  position: relative;
}

.head .form .text {
  background-color: #232323;
  height: 30px;
  border: none;
  border-radius: 20px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
  padding-right: 40px;
}

.head .form .button {
  width: 30px;
  height: 30px;
  background-image: url('../img/sea.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.head ul {
  display: inline-block;
  vertical-align: top;
  height: 85px;
}

.head ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
  height: 85px;

}

.head ul li .list {
  position: absolute;
  top: 80px;
  left: 50%;
  min-width: 100%;
  /* text-align: center; */
  transform: translateX(-50%);
  background-color: #181617;
  /* background-color: rgba(32, 32, 32, .8); */
  color: #fff;
  line-height: 40px;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: none;
}

.head ul li .list a {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  opacity: 1;
  transition: 0.5s;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.head ul li .list a:last-child {
  border: none;
}

.head ul li .list a:hover {
  opacity: 0.6;
}

.head ul li>a {
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}

.head ul li:hover>a {}

.head ul li:hover {
  background-color: #222222;
}

.wel-one img {
  width: 100%;
}

.wel-one {
  position: relative;
  bottom: -1px;
}

.wel-two {
  background-image: url('../img/w3.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 1.25rem;
  padding-top: 1rem;
}

.wel-one .swiper-pagination-bullet-active {
  background-color: #333;
}

.wcon {
  width: 88%;
  margin: 0 auto;
}

.wt-ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.wt-ul li {
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 1.16rem;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  transition: 0.8s;
  cursor: pointer;
  position: relative;
}

.wt-ul li .bef .tit {
  font-size: 0.28rem;
  color: #fff;
  width: 0.28rem;
  line-height: 1;
  transition: 0.8s;
  display: inline-block;
}

.wt-ul li .bef {
  height: 100%;
  width: 1.4rem;
  padding-top: 0.95rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: 0.5s;
}

.wt-ul li .bef:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url('../img/w4.png');
  background-position: center;
}

.wel-two .wcon .bg {
  width: 100%;
}

.wel-two .wcon {
  position: relative;
}

.wt-ul li .bea {
  opacity: 0;
  transition: 0.5s;
}

.wt-ul li .bea {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.8rem;
  padding-top: 0.95rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.8s;
}

.wt-ul li .bea .tit-t {
  font-size: 0.28rem;
  color: #fff;
  position: relative;
  top: -40px;
  transition: all 1s;
  opacity: 0;
}

.wt-ul li.act .bea .tit-t {
  top: 0;
  opacity: 1;
}

.wt-ul li .bea .pic {
  width: 3.85rem;
  height: 3.85rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 24px rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transform: scale(0.8);
}

.wt-ul li.act .bea .pic {
  opacity: 1;
  transition: 1s all 0.5s;
  transform: scale(1);
}

.wt-ul li .bot {
  white-space: nowrap;
}

.wt-ul li .bea .pic .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 3.85rem;
  height: 3.85rem;
  transition: 0.5s;
}

.wt-ul li .bea .pic:hover .img {
  transform: scale(1.1);
}

.wt-ul li .bea .bot {
  margin-top: 15%;
}

.wt-ul li .bea .font {
  display: inline-block;
  vertical-align: middle;
  width: -moz-calc(100% - 3.85rem);
  width: -webkit-calc(100% - 3.85rem);
  width: calc(100% - 3.85rem);
  padding-right: 11%;
  box-sizing: border-box;
  position: relative;
  top: 30px;
  transition: all 0.5s;
}

.wt-ul li.act .bea .font {
  top: 0px;
}

.wt-ul li .bea .font .ti {
  font-size: 0.34rem;
  color: #fff;
  opacity: 0;
  white-space: normal;
  transition: all 0.5s;
}

.wt-ul li .bea .font .de {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  opacity: 0;
  transition: all 0.5s;
  white-space: normal;
}

.wt-ul li .bea .font .ded {
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #fff;
  opacity: 0;
  white-space: normal;
  transition: all 0.5s;
}

.wt-ul li.act .bea .font .ti,
.wt-ul li.act .bea .font .de,
.wt-ul li.act .bea .font .ded {
  opacity: 1;
  transition: 0.5s all 0.5s;
}

.wt-ul li.act .bef .tit {
  margin-top: -100px;
}

.wt-ul li.act .bea {
  opacity: 1;
}

.wt-ul li.act {
  width: -moz-calc(100% - 8.16rem);
  width: -webkit-calc(100% - 8.16rem);
  width: calc(100% - 8.16rem);
}

.wt-ul li.act .bef {
  opacity: 0;
}

.wel-ti {
  margin-top: 0.9rem;
  margin-bottom: 0.8rem;
}

.wel-four .wel-ti {
  margin-bottom: 15%;
}

.wel-ti .en {
  font-size: 0.34rem;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.wel-ti .cn {
  font-size: 0.2rem;
  color: #333;
}

.pro-list {
  font-size: 0;
}

.pro-list a {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1.3%;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.08);
}

.wel-three .pro-list a {
  width: 19%;
}

.wel-three .pro-list a:nth-child(5n) {
  margin-right: 0;
}

.wel-three .pro-list a:nth-child(4n) {
  margin-right: 1%;
}

.pro-list a:nth-child(4n) {
  margin-right: 0;
}

.pro-list a .pict {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.pro-list a .pict .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}

.pro-list a .pict .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  opacity: 0;
}

.pro-list a .pict .top .sea {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  opacity: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.5s;
}

.pro-list a .pict .top .sea img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pro-list a:hover .pict .img {
  transform: scale(1.1);
}

.pro-list a:hover .pict .top .sea {
  top: 50%;
  opacity: 1;
}

.pro-list a:hover .pict .top {
  opacity: 1;
}

.pro-list a .font {
  background-color: #fff;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 0.2rem 0;
}

.pro-list a .font .en {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-top: 0.05rem;
}

.ul-list {}

.ul-list::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.ul-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.ul-list li:nth-of-type(3n) {
  margin-right: 0;
}

.ul-list li a {
  display: block;
}

.ul-list li em {
  display: block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.ul-list li em i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  transition: 0.5s;
}

.ul-list li div {
  padding: 26px 0;
}

.ul-list li div h6 {
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 16px;
}

.ul-list li div p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.ul-list li div span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.ul-list li:hover em i {
  transform: scale(1.1);
}

.wel-three {
  background-repeat: no-repeat;
  background-position: left 25px;
  background-image: url('../img/w9.jpg');
  background-size: contain;
  padding-bottom: 1.9rem;
}

.wel-more {
  font-size: 16px;
  color: #666666;
  width: 1.5rem;
  height: 0.4rem;
  line-height: 0.38rem;
  border: 1px solid #666;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.85rem;
  display: block;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
}

.wel-more:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #666;
  transition: all 0.5s ease;
  z-index: -1;
}

.wel-more:hover {
  color: #fff;
}

.wel-more:hover:after {
  width: 100%;
}

.wel-four {
  font-size: 0;
}

.wel-four .wf-left {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding-right: 8.5%;
  box-sizing: border-box;
}

.wel-four .wf-right {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  background-color: #e6e7e8;
  padding-top: 33%;
  position: relative;
}

.wel-four .wf-right img {
  position: absolute;
  right: 0.2rem;
  bottom: 0.4rem;
  max-width: 90%;
}

.wel-four .num li {
  text-align: center;
}

.wel-four .num li div {
  font-family: 'BEBAS';
  font-size: 0.34rem;
  color: #333;
}

.wel-four .num li p {
  font-size: 14px;
  color: #333;
  margin-top: 0.05rem;
}

.wel-four .num {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 9.8%;
}

.wel-four .ded {
  font-size: 16px;
  color: #666;
  margin-top: 10%;
  height: 2.8rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  position: relative;
  line-height: 1.8;
}

.wel-four .wel-more {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wel-four {
  position: relative;
}

.wel-four .bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32.5%;
}

.wel-four .bgimg img {
  width: 100%;
}

.wel-four .wel-ti {
  margin-top: 0.2rem;
}

.wel-five {
  margin-top: 2.1rem;
  font-size: 0;

}

.wel-five .wcon {
  position: relative;
}

.wel-five .one {
  width: 45%;
  display: inline-block;
  background-image: url('../img/w12.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  margin-right: 3.5%;
}

.wel-five .two {
  width: 51.5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.wel-five .one .ti {
  /* margin-top: 1.1rem; */
  margin-top: 15%;

}

.wel-five .one .ti img {
  width: 3.1rem;
}

.wel-five .one .tit {
  font-size: 0.24rem;
  color: #fff;
  /* margin-top: 0.2rem; */
  margin-top: 2.8%;
  /* margin-bottom: 0.65rem; */
  margin-bottom: 8.5%;
}

.wel-five .one .form {
  background-color: rgba(255, 255, 255, 0.8);
  width: 68%;
  margin: 0 auto;
  /* margin-bottom: 1.2rem; */
  margin-bottom: 16%;
  overflow: hidden;
}

.wel-five .one .form img {
  /* margin-top: 0.6rem;
  margin-bottom: 0.5rem; */
  margin-top: 12%;
  margin-bottom: 10%;
}

.wel-five .one .form select {
  border: 1px solid #908e8f;
  box-sizing: border-box;
  display: inline-block;
  width: 71%;
  background-color: transparent;
  line-height: 0.55rem;
  padding: 0 0.2rem;
  /* margin-bottom: 0.35rem; */
  margin-bottom: 7%;
  font-size: 16px;
  color: #333;
  background-image: url('../img/x.png');
  background-position: 93% center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wel-five .one .form .btn {
  width: 1.55rem;
  height: 0.45rem;
  line-height: 0.43rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  border: none;
  /* margin-top: 0.45rem; */
  /* margin-bottom: 0.8rem; */
  margin-top: 8.5%;
  margin-bottom: 16%;
  cursor: pointer;
}

.wel-five .two .font {
  width: 1.16rem;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.wel-five .two .swi {
  width: -moz-calc(100% - 1.16rem);
  width: -webkit-calc(100% - 1.16rem);
  width: calc(100% - 1.16rem);
  display: inline-block;
  vertical-align: top;
  margin-left: 1.16rem;
}

.wel-five .two .swi img {
  width: 100%;
}

.wel-five .two .font .en {
  height: 100%;
  display: inline-block;
}

.wel-five .two .font .en img {
  height: 100%;
}

.wel-five .two .font .zi {
  font-size: 0.2rem;
  width: 0.2rem;
  text-align: center;
  color: #333;
  display: inline-block;
  vertical-align: top;
  margin-left: 24%;
  line-height: 1.1;
}

.wel-five .two .font .zi:before {
  content: '';
  height: 1.1rem;
  background-image: url('../img/w16.png');
  background-position: center;
  background-size: auto 100%;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  margin-bottom: 0.1rem;
}

.wel-five .swiper-button-next,
.wel-five .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  margin: 0;
  background-size: 11px 19px;
  /* transform: translateY(-50%); */
  transition: 0.5s;
}

.wel-five .swiper-button-prev {
  background-image: url('../img/l.png');
  left: 0;
  bottom: 0;
  top: auto;
}

.wel-five .swiper-button-next {
  background-image: url('../img/r.png');
  left: 0.6rem;
  bottom: 0;
  top: auto;
}

.wel-five .swiper-button-next:hover {
  background-color: #333333;
  background-image: url('../img/rr.png');
}

.wel-five .swiper-button-prev:hover {
  background-image: url('../img/ll.png');
  background-color: #333333;
}

.wel-five .swiper-slide {
  padding-top: 60%;
  display: block;
  position: relative;
  overflow: hidden;
}

.wel-five .swiper-slide .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wel-five .swiper-slide h6 {
  width: 100%;
  height: 0.6rem;
  position: absolute;
  font-size: 16px;
  left: 0;
  box-sizing: border-box;
  padding-left: 1.4rem;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 0.6rem;
  color: #fff;
  bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wel-five .swiper-slide:hover .img {
  transform: scale(1.1);
}

.wel-five .three {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 51.5%;
}

.wel-five .three img {
  width: 100%;
}

.wel-five .three .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.wel-five .three .top .tit {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.wel-five .three .top .tit img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
}

.wel-five .three .top .more {
  font-size: 16px;
  color: #fff;
  background-color: #333333;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
  width: 1.55rem;
  height: 0.45rem;
  line-height: 0.45rem;
}

.wel-six .wel-ti {
  text-align: center;
}

.wel-six .form .top {
  font-size: 0;
}

.wel-six .form .top label {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  height: 0.65rem;
  line-height: 0.65rem;
}

.wel-six .form .top label:nth-child(3) {
  margin-right: 0;
}

.wel-six .form .top label span {
  width: 75px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.wel-six .form .top label input {
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  vertical-align: top;
  border: none;
  height: 0.6rem;
  background-color: transparent;
  line-height: 0.6rem;
}

.wel-six .form textarea {
  display: block;
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
  width: 100%;
  height: 1.3rem;
  resize: none;
  margin-top: 0.2rem;
  padding: 0.2rem;
  font-size: 16px;
  background-color: transparent;
}

.wel-six .wel-more {
  margin-bottom: 1rem;
  margin-top: 0.7rem;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.wel-six .wel-more:hover {
  background-color: #666;
  /* width: 100%; */
}

.wel-six {
  overflow: hidden;
}

.footer {
  overflow: hidden;
  /* height: 400px; */
  background-color: #000000;
}

.fs-bg {
  background-image: url('../img/w19.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.foo-con {
  width: 93%;
  margin: 0 auto;
}

.foo-con .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.4rem;
  display: block;
}

.foo-con .bot ul {
  font-size: 0;
  float: left;
}

.foo-con .bot ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.2rem;
}

.foo-con .bot ul li a {
  font-size: 12px;
  color: #c2c2c2;
  display: block;
  line-height: 2;
  transition: 0.5s;
}

.foo-con .bot ul li a:hover {
  color: #fff;
}

.foo-con .bot ul li a.ti {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0.1rem;
}

.foo-con .bot .zi {
  float: right;
  font-family: 'BEBAS';
  font-size: 0.22rem;
  color: #999999;
  text-align: right;
}

.foo-con .bot .zi .bdsharebuttonbox a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: none;
  margin: 0 3px;
}

.foo-con .bot .zi .bdsharebuttonbox a.popup_sqq {
  background-image: url('../img/fi1.png');
}

.foo-con .bot .zi .bdsharebuttonbox a.bds_weixin {
  background-image: url('../img/fi2.png');
}

.foo-con .bot .zi .bdsharebuttonbox a.iph-icon {
  background-image: url('../img/fi3.png');
}

.foo-con .bot .zi .bdsharebuttonbox a.emil-icon {
  background-image: url('../img/fi4.png');
}

.foo-con .bdsharebuttonbox {
  text-align: right;
}

.foo-con .ewm {
  display: block;
  margin-top: 0.3rem;
}

.foo-con .ewm img {
  width: 78px;
  margin-left: 10px;
  vertical-align: top;
}

.foo-con .last {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  color: #999;
  line-height: 0.45rem;
  margin-top: 0.5rem;
}

.foo-con .last a {
  font-size: 12px;
  color: #999;
}

.banner img {
  width: 100%;
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner .font {
  top: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}

.banner .zi {
  width: auto;
}

.pro .font .zi {
  width: 4.59rem;
}

.pro .font .de {
  font-size: 14px;
  color: #fff;
  margin-top: 0.2rem;
}

.pro .font .de a {
  font-size: 14px;
  color: #fff;
  margin-top: 0.2rem;
}

.nei .wel-ti {
  text-align: center;
}

.product .swi {
  text-align: center;
}

.product .swi .swiper-slide {
  padding: 0.5rem 0;
  transition: 0.5s;
}

.product .swi .ti {
  font-size: 0.2rem;
  color: #393331;
}

.product .swi .de {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.product .swi .pic {
  height: 0.9rem;
  position: relative;
  margin: 0.3rem 0;
}

.product .swi .pic img {
  position: absolute;
  width: auto;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.product .swi .pic img.after {
  opacity: 0;
}

.product .swi .swiper-slide:hover {
  background-color: #333333;
}

.product .swi .swiper-slide:hover .ti {
  color: #fff;
}

.product .swi .swiper-slide:hover .after {
  opacity: 1;
}

.product .swi .swiper-slide:hover .before {
  opacity: 0;
}

.product .swi .swiper-slide.act {
  background-color: #333333;
}

.product .swi .swiper-slide.act .ti {
  color: #fff;
}

.product .swi .swiper-slide.act .after {
  opacity: 1;
}

.product .swi .swiper-slide.act .before {
  opacity: 0;
}

.nei-ti {
  font-size: 16px;
  color: #666;
  text-align: center;
  position: relative;
  margin-top: 0.9rem;
  margin-bottom: 0.7rem;
}

.nei-ti span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 5px;

}

.nei-ti:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  border-top: 1px solid #dddddd;
}

.product .link {
  display: flex;
  display: -webkit-flex;
  font-size: 0;
  margin-bottom: 0.7rem;
}

.product .link a {
  flex-grow: 1;
  height: 0.9rem;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  position: relative;
  transition: 0.5s;
}

.product .link a span {
  font-size: 0.3rem;
  color: #333;
  transition: 0.5s;
  margin-right: 5px;
}

.product .link a .zi {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: 0.5s;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.product .link a .top {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../img/p6.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.5s;
}

.product .link a .top .en {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.03);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  /* width: 100%; */
  transition: 0.5s;
  white-space: nowrap;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}

.product .link a.act {
  border: none;
}

.product .link a.act .top .en {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.product .link a.act .top {
  opacity: 1;
}

.product .link a.act .zi {
  color: #fff;
  font-size: 0.2rem
}

.product .link a.act span {
  font-size: 0.2rem;
  color: #fff;
  margin-right: 0;
}

.product .link-box {
  margin-bottom: 0.5rem;
}

.product .link-box .box {
  display: none;
}

.product .pro-list a {
  margin-bottom: 0.2rem;
}

.product .pagination {
  margin-top: 0.2rem;
}

.pagination a {
  font-size: 14px;
  color: #333;
  line-height: 0.43rem;
  height: 0.45rem;
  width: 0.45rem;
  text-align: center;
  border: 1px solid #333;
  box-sizing: border-box;
  vertical-align: top;
  transition: 0.5s;
  margin: 0 0.05rem;
}

.pagination a.prev,
.pagination a.next {
  width: auto;
  padding: 0 0.15rem;
}

.pagination a.active {
  background-color: #333;
  color: #fff;
}

.pagination a.prev.active,
.pagination a.next.active {
  background-color: #fff;
  color: #333;
}

.pagination a:hover {
  background-color: #333;
  color: #fff;
}

.product {
  overflow: hidden;
  background-image: url('../img/p7.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.pro-detail {
  background-color: #202020;
  overflow: hidden;
}

.pro-detail .nav {
  font-size: 14px;
  color: #999;
  margin: 0.3rem auto;
}

.pro-detail .nav a {
  font-size: 14px;
  color: #999;
}

.pro-detail .nav a.act {
  color: #fff;
}

.pd-top .content {
  font-size: 0;
}

.pd-top .big {
  width: 6rem;
  display: inline-block;
  vertical-align: middle;
  height: 6rem;
}

.pd-top .big .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pd-top .big .swiper-container {
  height: 100%;
}

.pd-top .font {
  width: -moz-calc(100% - 6rem);
  width: -webkit-calc(100% - 6rem);
  width: calc(100% - 6rem);
  display: inline-block;
  vertical-align: middle;
  padding-left: 3.5%;
  box-sizing: border-box;
}

.pd-top .font .ti {
  font-size: 0.24rem;
  color: #fff;
  position: relative;
  margin-bottom: 0.65rem;
}

.pd-top .font .ti .en {
  letter-spacing: 0.1rem;
  font-size: 0.6rem;
  opacity: 0.04;
  color: #797979;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  white-space: nowrap;
}

.pd-top .font .de {
  font-size: 0;
  margin-bottom: 0.4rem;
}

.pd-top .font .de .one {
  font-size: 0.18rem;
  color: #fff;
  width: 0.9rem;
  display: inline-block;
  vertical-align: top;
}

.pd-top .font .swi .one {}

.pd-top .font .de .two {
  font-size: 14px;
  color: #b2b2b2;
  display: inline-block;
  vertical-align: top;
  width: -moz-calc(100% - 0.9rem);
  width: -webkit-calc(100% - 0.9rem);
  width: calc(100% - 0.9rem);
}

.pd-top .font .de .two span {
  border: 1px solid #999999;
  padding: 0 0.18rem;
  line-height: 0.3rem;
  display: inline-block;
  margin: 0 0.25rem 0.1rem 0;
}

.pd-top .font .de.yu div {
  vertical-align: top;
}

.pd-top .font .de.yu div.two {
  line-height: 2;
}

.pd-top .font .de.gm {}

.pd-top .font .de.gm a {
  background-color: #eee;
  color: #333;
  height: 0.48rem;
  font-size: 0.16rem;
  line-height: 0.48rem;
  padding: 0 0.2rem;
  margin-left: 0.9rem;
  transition: 0.5s;
}

.pd-top .font .de.gm a:hover {
  background-color: #ffe11b;
}

.pd-top .font .de.swi .swiper-container {
  height: 75px;
  width: 450px;
  margin: 0;
}

.pd-top .font .de.swi .swiper-container .swiper-slide {
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  cursor: pointer;
}

.pd-top .font .de.swi .swiper-container .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #fff;
  box-sizing: border-box;
}

.pd-top {
  position: relative;
}

.pd-top .btn a {
  width: 33px;
  height: 0.8rem;
  background-color: #383737;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pd-top .btn a.prev {
  left: 0;
  background-image: url('../img/ll.png');
}

.pd-top .btn a.next {
  right: 0;
  background-image: url('../img/rr.png');
}

.pd-top .btn a .pic {
  width: 1.2rem;
  height: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;

  border: 2px solid #7d7d7d;
  box-sizing: border-box;
  transition: 0.8s;
}

.pd-top .btn a.prev .pic {
  right: 1.2rem;
}

.pd-top .btn a.prev:hover .pic {
  right: -1.2rem;
}

.pd-top .btn a.next .pic {
  left: 1.2rem;
}

.pd-top .btn a.next:hover .pic {
  left: -1.2rem;
}

.pd-top .btn a .pic p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  font-size: 14px;
  color: #fff;
}

.pd-top .btn a .pic p span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pd-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.9rem;
  margin-bottom: 1rem;
}

.pd-bot .tit {
  font-size: 18px;
  color: #fff;
  margin: 0.35rem 0;
}

.story .form {
  background-image: url('../img/s1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0.2rem 0.35rem;
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 0.7rem;
}

.story .form .ti {
  font-size: 0.2rem;
  color: #fff;
  display: inline-block;
  width: 2.45rem;
  vertical-align: middle;
}

.story .form form {
  display: inline-block;
  vertical-align: middle;
  width: -moz-calc(100% - 2.45rem);
  width: -webkit-calc(100% - 2.45rem);
  width: calc(100% - 2.45rem);
  position: relative;
}

.story .form form select {
  width: 25%;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  background-color: transparent;
  margin-right: 4%;
  line-height: 0.4rem;
  padding: 0 0.15rem;
  border: 1px solid #bdbdbd;
  background-image: url('../img/xx.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  cursor: pointer;
}

.story .form form select option {
  color: #333;
}

.story .form form .button {
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: none;
  background-color: #5b5b5b;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.5s;
}

.story .form form .button:hover {
  color: #fff;
  background-color: #333;
}

.sto-top {
  font-size: 0;
}

.sto-top .pic,
.sto-top .font {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.sto-top .pic img {
  max-width: 100%;
  width: auto
}

.sto-top .pic {
  text-align: center;
}

.sto-top .font .ti {
  width: auto;
  font-size: 20px;
  color: #333;
  margin-bottom: 0.3rem;
}

.sto-top .font .link {
  height: 4.2rem;
  overflow: auto;
}

.sto-top .font .link a {
  display: block;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-bottom: 0.25rem;
  padding: 0.15rem 0;
  text-align: center;
}

.sto-top .font .link a .state {
  font-size: 0.18rem;
  color: #333;
  width: 0.7rem;
  display: inline-block;
  vertical-align: middle;
}

.sto-top .font .link a .de {
  font-size: 0.16rem;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  width: -moz-calc(100% - 1.65rem);
  width: -webkit-calc(100% - 1.65rem);
  width: calc(100% - 1.65rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.1rem;
  box-sizing: border-box;
}

.sto-top .font .link a .see {
  width: 0.8rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  background-color: #bababa;
  text-align: center;
  transition: 0.5s;
  margin-right: 0.15rem;
}

.sto-top .font .link a:hover .see {
  color: #fff;
  background-color: #333;
}

.sto-top .pagination {
  text-align: center;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding: 0.2rem 0;
}

.sto-top .pagination a {
  border: none;
  background-color: transparent;
  font-size: 12px;
  color: #999;
  width: auto;
  height: auto;
  line-height: 1.5;
  font-family: 'BEBAS';
  margin: 0 0.2rem;
}

.sto-top .pagination a:after {
  content: '';
  display: block;
  border-top: 1px solid #999;
  width: 13px;
  opacity: 0;
  transition: 0.5s;
  margin: 0 auto;
}

.sto-top .pagination a:hover:after {
  opacity: 1;
}

.sto-top .pagination a:hover {
  color: #333333;
}

.sto-top .pagination a.active:after {
  opacity: 1;
}

.sto-top .pagination a.active {
  color: #333333;

}

.sto-top .pagination a.prev,
.sto-top .pagination a.next {
  width: 30px;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0;
}

.sto-top .pagination a.prev:after,
.sto-top .pagination a.next:after {
  display: none;
}

.sto-top .pagination a.prev {
  left: 0;
  background-image: url('../img/l.png');
}

.sto-top .pagination a.next {
  right: 0;
  background-image: url('../img/r.png');
}

.story .ded {
  font-size: 16px;
  color: #666;
  margin-top: 0.7rem;
}

#yy_em {
  position: fixed;
  z-index: 9;
  right: -20px;
  bottom: 10%;
  width: 76px;
  height: 42px;
  cursor: pointer;
}

#yy_em img {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}

#yy_em img:nth-of-type(1) {
  opacity: 1;
}

#yy_em img:nth-of-type(2) {
  opacity: 0;
}

#yy_em.active_em img:nth-of-type(1) {
  opacity: 0;
}

#yy_em.active_em img:nth-of-type(2) {
  opacity: 1;
}

#audios {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 100px;
  display: block !important;
}

.ti-er {
  font-size: 20px;
  color: #333333;
  margin-top: 0.55rem;
  margin-bottom: 0.3rem;
}

.story {
  margin-bottom: 0.9rem;
}

.story .swiper-slide {
  overflow: hidden;
}

.story .swiper-slide .pic {
  padding-top: 74%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}

.story .swiper-slide:hover .pic {
  transform: scale(1.1);
}

.ser-ul {
  font-size: 0;
}

.ser-ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  /* height: 2.65rem; */
}

.ser-ul li:nth-child(2) .ti {
  background-image: url('../img/s16.png') !important;
}

.ser-ul li:nth-child(3) .ti {
  background-image: url('../img/s17.png') !important;
}

.ser-ul li:nth-child(4) .ti {
  background-image: url('../img/s18.png') !important;
}

.ser-ul li:nth-child(5) .ti {
  background-image: url('../img/s19.png') !important;
}

.ser-ul li:nth-child(6) .ti {
  background-image: url('../img/s20.png') !important;
}


.ser-ul li .ti,
.ser-ul li .de {
  height: 2.65rem;
}

.ser-ul li .ti {
  width: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #202020;
  font-size: 0.18rem;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: center;
}

.ser-ul li .de .center {
  padding: 0 0.2rem;
  box-sizing: border-box;
  line-height: 1.8;
}

.ser-ul li .de {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  position: relative;

}

.ser-ul li .center {
  width: 100%;
}

.ser-ul li:nth-child(4) .ti,
.ser-ul li:nth-child(5) .ti,
.ser-ul li:nth-child(6) .ti {
  float: right;
}

.ser-ul li:nth-child(4) .de,
.ser-ul li:nth-child(5) .de,
.ser-ul li:nth-child(6) .de {
  float: left;
}

.ser-ul li::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.ti-three {
  font-size: 0.24rem;
  color: #333;
  margin: 0.7rem 0;
}

.ser-one {
  overflow: hidden;
  background-image: url('../img/s8.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 1.2rem;
}

.ser-two {
  overflow: hidden;
  background-image: url('../img/s9.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ser-two .link {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 0.5rem;
}

.ser-two .link a {
  width: 2rem;
  background-color: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0.1rem 0;
  transition: 0.5s;
}

.ser-two .link a .ti {
  font-size: 16px;
  transition: 0.5s;
  color: #666;
}

.ser-two .link a .en {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.ser-two .link a.act {
  background-color: #202020;
  box-shadow: none;
}

.ser-two .link a.act .ti {
  color: #fff;

}

.ser-two .link a:hover {
  background-color: #202020;
  box-shadow: none;
}

.ser-two .link a:hover .ti {
  color: #fff;

}

.ser-two .swi .swiper-container {
  display: none;
}

.ser-two .swi .pic {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}

.ser-two .swi .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}

.ser-two .swi .swiper-slide:hover .pic {
  transform: scale(1.1);
}

.ser-two .swi .swiper-slide p {
  position: absolute;
  top: 40%;
  left: 50%;
  max-width: 90%;
  background-color: rgba(32, 32, 32, .8);
  font-size: 14px;
  color: #fff;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
  transition: 0.5s;
  opacity: 0;
}

.ser-two .swi .swiper-slide:hover p {
  top: 50%;
  opacity: 1;
}

.ser-two .swi {
  margin-bottom: 1.2rem;
}

.pro-one {
  overflow: hidden;
  background-image: url('../img/a1.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 0.85rem;
}

.pro-one .box {
  font-size: 0;
}

.pro-one .box .le,
.pro-one .box .ri {
  display: inline-block;
  vertical-align: top;
}

.pro-one .box .le {
  width: 4.4rem;
  margin-right: 0.75rem;
}

.pro-one .box .ri {
  width: -moz-calc(100% - 5.15rem);
  width: -webkit-calc(100% - 5.15rem);
  width: calc(100% - 5.15rem);
  font-size: 16px;
  color: #666;
  line-height: 1.9;
}

.pro-one .box .ri p.ti {
  font-size: 18px;
  color: #333;
  margin-top: 0.4rem;
  margin-bottom: 0.1rem;
}

.pro-one .box .le .pic {
  height: 4.1rem;
  position: relative;
}

.pro-one .box .le p {
  font-size: 16px;
  text-align: center;
  color: #202020;
  margin-top: 0.15rem;
  margin-bottom: 0.3rem;
}



.pro-one .box .le .pic .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.pro-ul li {
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%;
  background-color: #f7f7f7;
  text-align: center;
  padding: 0.3rem 0;
  display: inline-block;
  vertical-align: bottom;
}

.pro-ul li:nth-child(2n) {
  margin-right: 0;
}

.pro-ul li .ti {
  font-size: 0.34rem;
  color: #333;
  font-family: 'BEBAS';
}

.pro-ul li .de {
  font-size: 14px;
  color: #333;
  margin-top: 0.05rem;
}

.pro-tit {
  font-size: 0.22rem;
  color: #333;
  margin-top: 0.7rem;
  margin-bottom: 0.4rem;
}

.pro-two .link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.pro-two .link a {
  width: 1.85rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: #333333;
  transition: 0.5s;
}

.pro-two .link a:hover {
  background-color: #333333;
  color: #fff;
}

.pro-two .link a:hover .icon .after {
  opacity: 1;
}

.pro-two .link a:hover .icon .before {
  opacity: 0;
}

.pro-two .link a.act {
  background-color: #333333;
  color: #fff;
}

.pro-two .link a.act .icon .after {
  opacity: 1;
}

.pro-two .link a.act .icon .before {
  opacity: 0;
}

.pro-two .link a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  position: relative;
}

.pro-two .link a .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.pro-two .link a .icon img.after {
  opacity: 0;
}

.pt-font .ti {
  font-size: 16px;
  color: #333;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
}

.pt-font {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin-bottom: 0.7rem;
}

.pt-font .box {
  display: none;
}

.pt-font .pic {
  margin-top: 0.7rem;
}


.swiper_div {
  margin-bottom: 0.7rem;
  position: relative;
}

.swiper_div .swiper-button-next {
  width: 17px;
  height: 34px;
  right: -50px;
  margin-top: -17px;
  background-image: url(../img/hz.png);
  background-size: contain;
}

.swiper_div .swiper-button-prev {
  width: 17px;
  height: 34px;
  left: -50px;
  margin-top: -17px;
  background-image: url(../img/hy.png);
  background-size: contain;
}

.ry-font li {}

.ry-font li img {
  width: 100%;
  vertical-align: top;
}

.ry-font li h6 {
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.14rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.news .link a {
  display: block;
  padding: 0.35rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0;
  position: relative;
}

.news .link a>div {
  display: inline-block;
  vertical-align: middle;
}

.news .link a .pic {
  width: 3.6rem;
}

.news .link a .font {
  width: -moz-calc(100% - 3.6rem);
  width: -webkit-calc(100% - 3.6rem);
  width: calc(100% - 3.6rem);
  padding-left: 4%;
  box-sizing: border-box;
  position: absolute;
  top: 0.35rem;
  height: -moz-calc(100% - 0.7rem);
  height: -webkit-calc(100% - 0.7rem);
  height: calc(100% - 0.7rem);
  right: 0;
}

.news .link a .ti {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.3rem;
  padding-right: 100px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.news .link a .ti span {
  float: right;
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news .link a .de {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .link a .pic .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  padding-top: 50%;
}

.news .link a .btn {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  width: 1.2rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}

.news .link a .btn span {
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../img/btn.png');
  margin-top: -3px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.15rem;
  transition: 0.5s;
}

.news .link a .btn:after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333333;
  content: '';
  width: 0%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
}

.news .link a:hover .btn:after {
  width: 100%;
}

.news .link a:hover .btn {
  color: #fff;
}

.news .link a:hover .btn span {
  background-image: url('../img/btnh.png');
}

.news .link a:hover .pic .img {
  transform: scale(1.1);
}

.news .pagination {
  margin-top: 0.7rem;
}

.news {
  margin-bottom: 0.9rem;
}

.info_box {
  margin-top: 0.5rem;
}

.info_box .title_div {
  font-size: 14px;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.info_box .title_div h3 {
  font-size: 0.24rem;
  /* line-height: 1.2; */
  color: #333;
  margin-bottom: 0.2rem;
}

.info_box .title_div strong {
  font-weight: normal;
  display: inline-block;
  line-height: 18px;
  height: 18px;
  border-right: 1px solid #999;
  padding-right: 20px;
  margin-right: 18px;
}

.info_box .title_div span {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  margin-right: 18px;
}

.info_box .title_div em {
  display: inline-block;
  line-height: 18px;
  height: 18px;
  background: url(../img/tb16.png) no-repeat left center;
  padding-left: 20px;
  vertical-align: top;
}

.info_box .title_div em a {
  background-image: none;
  padding-left: 0;
  font-size: 14px;
  color: #999;
  margin: 0;
  line-height: 18px;
  height: 18px;
}

.info_box .content_div {}

.info_box .content_div p {
  font-size: 16px;
  color: #999;
}

.info_box .content_div p img {
  margin: 0 auto !important;
  display: block;
  width: 80% !important;
  height: auto !important;
  max-width: 100%;
}

.info_box .page_div {
  height: 50px;
  background: #f2f2f2;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  margin-top: 60px;
}

.info_box .page_div a {
  font-size: 16px;
  color: #999;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.info_box .page_div a.return_a {
  position: absolute;
  color: #333;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.info_box .page_div a.previous_a {
  float: left;
  max-width: calc(50% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_box .page_div a.next_a {
  float: right;
  max-width: calc(50% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_box .page_div a:hover {
  color: #333;
}

.pd-top .swiper-pagination {
  /* display: none; */
  margin-top: 0.1rem;
}

.pd-top .swiper-pagination span {
  width: 8px;
  padding: 0 !important;
  border: 1px solid #fff;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}

.pd-top .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:750px) {
  .map-box {
    display: none;
  }

  .story .form {
    margin-bottom: 10px;
  }

  .product .swi .swiper-slide:hover {
    background-color: #fff;
  }

  .pd-top .font .swi.de {
    display: none;
  }

  .pd-top .swiper-pagination {
    display: block;
  }

  .pd-top .swiper-pagination-bullet {
    background-color: #fff;
  }

  .product .swi .swiper-slide:hover .ti {
    color: #393331;
  }

  .product .swi .swiper-slide:hover .after {
    opacity: 0;
  }

  .product .swi .swiper-slide:hover .before {
    opacity: 1;
  }

  .wel-one .swiper-slide {
    height: 200px;
    overflow: hidden;
  }

  .wel-one .swiper-slide img {
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }

  .pd-top .big {
    width: 100%;
    height: 4rem;
  }

  .pro-detail .nav a,
  .pro-detail .nav {
    font-size: 12px;
  }

  .pd-bot {
    margin-bottom: 0.4rem;
    margin-top: 0.6rem;
  }

  .pro-list a {
    margin-bottom: 10px;
  }

  .pd-top .font {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .pd-top .btn a {
    display: none;
  }

  .product .link {
    margin-bottom: 20px;
  }

  .pd-top .font .ti {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .pd-top .font .de .one {
    width: 1.2rem;
  }

  .pd-top .font .de.swi .swiper-container {
    width: 100%;
    height: 60px;
  }

  .pd-top .font .de .two {

    width: -moz-calc(100% - 1.2rem);
    width: -webkit-calc(100% - 1.2rem);
    width: calc(100% - 1.2rem);
  }

  .pro-list a {
    width: 100%;
    margin-right: 0;
  }

  .wel-three .pro-list a {
    width: 100%;
  }

  .product .link a.act .zi {
    font-size: 16px;
  }

  .product .link a.act .zi span {
    font-size: 16px;
  }

  .product .link a .top .en {
    font-size: 14px;
  }

  .info_box {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .info_box .title_div h3 {
    font-size: 20px;
  }

  .info_box .title_div {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .info_box .title_div,
  .info_box .title_div em a {
    font-size: 12px;
  }

  .info_box .content_div p {
    font-size: 14px;
  }

  .info_box .page_div a {
    font-size: 14px;
  }

  .news {
    margin-bottom: 0.2rem;
  }

  .info_box .page_div {
    margin-top: 30px;
  }

  .info_box .page_div a.previous_a,
  .info_box .page_div a.next_a {
    float: none;
    width: 100%;
    max-width: 100%;

  }

  .info_box .page_div {
    height: auto;
    line-height: 1.8;
    padding: 10px;
  }

  .info_box .page_div a.return_a {
    position: static;
    transform: none;
  }

  .info_box .title_div strong {
    display: block;
    border-right: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
  }

  .info_box .title_div h3 {
    margin-bottom: 10px;
  }
}

.video .link {
  font-size: 0;
}

.video .link a {
  vertical-align: top;
  width: 23.5%;
  margin-bottom: 0.4rem;
  margin-right: 2%;
  box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.08);
}

.video .link a:nth-child(4n) {
  margin-right: 0;
}

.video .link a .pic {
  position: relative;
}

.video .link a .pic .btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  opacity: 0;
}

.video .link a .pic .btn img {
  width: auto;
  position: absolute;
  transition: 0.5s;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.video .link a:hover .pic .btn {
  opacity: 1;
}

.video .link a:hover .pic .btn img {
  top: 50%;
  opacity: 1;
}

.video .link a:hover .img {
  transform: scale(1.1);
}

.video .link a .pic .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  padding-top: 51%;
}

.video .link a .font {
  padding: 0.25rem 0.15rem;
  box-sizing: border-box;
  line-height: 1.8;
  transition: 0.5s;
  position: relative;
  padding-right: 0.45rem;
}

.video .link a .font .ti {
  font-size: 16px;
  color: #393331;
  transition: 0.5s;
}

.video .link a .font .en {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.video .link a .font .jt {
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url('../img/jt.png');
  background-position: center;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.video .link a:hover .font {
  background-color: #333333;
}

.video .link a:hover .font .ti {
  color: #fff;
}

.video {
  margin-bottom: 0.8rem;
}

.video .pagination {
  margin-top: 0.2rem;
}

.cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999999999999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.cover .vid {
  max-width: 50%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  /* border: 20px solid #000; */
  box-sizing: border-box;
  transition: 0.5s;
  opacity: 0;

}

.cover .vid video {
  max-width: 100%;
  border: 20px solid #000;
  box-sizing: border-box;
  /* max-height: 100%; */
}

.cha {
  position: absolute;
  top: -0.6rem;
  right: -0.55rem;
  width: 30px;
  cursor: pointer;
}

.cover.act .vid {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.inve-one .de {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 2;
}

.inve-one .wel-ti {
  margin-bottom: 0.5rem;
}

.inve-one .img {
  font-size: 0;
}

.inve-one .img .pic:nth-child(1) {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.inve-one .img .pic:nth-child(1) .img {
  padding-top: 74%;
}

.inve-one .img .pic {
  width: 25.5%;
  margin-left: 1%;
  /* display: inline-block; */
  vertical-align: middle;
  float: left;
  margin-bottom: 1%;

}

.inve-one .img .pic .img {
  padding-top: 66.1%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inve-one .img .big {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.inve-one .img .big .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 74%;
  transition: 0.5s;
}

.inve-one .img .small {
  width: 53%;
  display: inline-block;
  vertical-align: middle;
}

.inve-one .img .small .pic {
  display: inline-block;
  vertical-align: middle;
  width: 48.5%;
  margin-left: 1.5%;
  margin-bottom: 1%;
}

.inve-one .img .small .pic:nth-child(3),
.inve-one .img .small .pic:nth-child(4) {
  margin-bottom: 0;
}

.inve-one .img .small .pic .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  padding-top: 66.5%;
}

.inve-one .img .big:hover .img {
  transform: scale(1.1);
}

.inve-one .img .small .pic:hover .img {
  transform: scale(1.1);
}

.inve-one {
  margin-bottom: 0.86rem;
}

.inve-two {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-image: url('../img/i6.jpg');
  padding-bottom: 0.8rem;
}

.inve-two .ti {
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.85rem;
  margin-bottom: 0.2rem;
}

.inve-two .en {
  font-size: 14px;
  color: #bebebe;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
}

.inve-two .box {
  text-align: center;
  margin-top: 0.8rem;
}

.inve-one>.img {
  margin-top: 0.4rem;
}

.inve-two .box .font {
  width: 5.6rem;
  height: 4.6rem;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0.35rem 0.55rem;
  box-sizing: border-box;
  position: relative;
}

.inve-two .box .ded {
  width: 6.5rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: left;
  font-size: 0;
}

.inve-two .box .ded .p {
  margin: 0.3rem 0;
  width: 50%;
  font-size: 0.24rem;
  display: inline-block;
  vertical-align: top;
}

.inve-two .box .ded .p img {
  margin-left: 0.7rem;
  margin-right: 0.2rem;
}

.inve-two .box .font .bg {
  position: absolute;
  bottom: 0.35rem;
  left: 0.55rem;
  width: 1.7rem;
}

.inve-two .box .font .tit {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.3rem;
}

.inve-two .box .font .de {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.inve-three .box {
  font-size: 0;
}

.inve-three .box .pic,
.inve-three .box .font {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.inve-three .box .pic {
  width: 47.5%;
  margin-right: 2.5%;
}

.inve-three .box .font {
  padding: 0 0.38rem;
  box-sizing: border-box;
}

.inve-three .box .font .ti {
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 0.3rem;
}

.inve-three .box .font .de {
  font-size: 0.24rem;
  color: #333;
}

.inve-three .box .font .de p {
  margin-bottom: 0.3rem;
}

.inve-three .box .font .de p {
  margin-bottom: 0.3rem;
}

.inve-three .box .font a {
  font-size: 0.18rem;
  color: #333;
  display: block;
  border: 1px solid #333333;
  width: 2.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin-top: 0.5rem;
  position: relative;
  transition: 0.5s;
}

.inve-three .box .font a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  transition: 0.5s;
  background-color: #333;
  z-index: -1;
}

.inve-three .box .font a:hover:after {
  width: 100%;
}

.inve-three .box .font a:hover {
  color: #fff;
}

.inve-four {
  font-size: 0.46rem;
  color: #666;
  text-align: center;
  padding: 0.9rem 0;
}

@media screen and (max-width: 1600px) {
  .inve-three .box .font .de p {
    margin-bottom: 0.2rem;
  }

  .inve-three .box .font .de {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1500px) {
  .head ul li {
    margin-right: 0.1rem;
  }

  .wel-ti {
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
  }

  .inve-two .ti {
    font-size: 20px;
  }

  .inve-two .box .ded .p img {
    margin-left: 0.5rem;
  }

  .pro-one .box .ri {
    font-size: 14px;
  }

  .pro-one .box .ri p.ti {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .pro-one .box .le {
    width: 4.6rem;
    margin-right: 0.55rem;
  }

  .wel-ti .cn {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {

  .wel-more,
  .wel-five .one .form .btn {
    font-size: 14px;
  }

  .story .form .ti {
    font-size: 18px;
  }

  .wel-three {
    padding-bottom: 1.2rem;
  }

  .wt-ul li .bea .font .de {
    margin-top: 20px;
  }

  .wt-ul li .bea .font .ded {
    font-size: 14px;
  }

  .wel-four .wf-left {
    padding-right: 6%;
  }

  .wel-four .ded {
    margin-top: 6%;
    font-size: 14px;
  }

  .wel-four .num {
    padding-bottom: 6.8%;
  }

  .wel-four .wel-ti {
    margin-bottom: 12%;
  }

  .wel-five {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 1300px) {
  .foo-con .bot ul li {
    margin-right: 0.8rem;
  }

  .wt-ul li .bea .font {
    padding-right: 8%;
  }

  .wt-ul li .bea .pic .img,
  .wt-ul li .bea .pic {
    width: 3rem;
    height: 3rem;
  }

  .wt-ul li .bea .font {
    width: -moz-calc(100% - 3rem);
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }

  .wt-ul li .bea {
    padding: 0 0.6rem;
    padding-top: 0.65rem;
  }

  .foo-con .ewm {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .inve-two .box .font {
    height: auto;
    padding-bottom: 0.7rem;
  }

  .pro-two .link a {
    width: 150px;
  }
}

.head-m {
  display: none;
}


@media screen and (max-width: 1000px) {
  .head {
    display: none;
  }

  .head-m .menu_div.active_div i:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
  }

  .head-m .menu_div.active_div i:nth-of-type(2) {
    opacity: 0;
  }

  .head-m .menu_div.active_div i:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .head-m {
    height: 60px;
    background-color: #181617;
    /* box-shadow: 1px 1px 10px #ccc; */
  }

  .head-m {
    /* display: none; */
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;

  }

  .head-m .menu_div {
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    position: absolute;
  }

  .head-m .menu_div span {
    position: absolute;
    top: 50%;
    left: 50%;
    /* height: 2rem; */
    transform: translate(-50%, -50%);
    /* width: 2.2rem; */
    font-size: 0;
  }

  .head-m .menu_div i {
    display: inline-block;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    margin: 3px 0;
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .logo {
    margin-left: 4%;
  }

  .logo img {
    width: 150px;

  }

  .head-m .m_ul {
    display: none;
    border-top: 1px solid #eee;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    z-index: 11;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    height: calc(100% - 60px);
    overflow: scroll;
  }

  .head-m .m_ul>li {
    padding: 0 4%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    line-height: 45px;
  }

  .head-m .m_ul>li a i {
    font-size: 20px;
    opacity: 0.3;
    float: right;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .head-m .m_ul p {
    display: none;
  }

  .head-m .m_ul .active_li {
    background: #eee;
  }

  .head-m .m_ul p a {
    padding: 0 20px;
  }

  .head-m .m_ul>li a .active_i {
    float: right;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }



  .ab-pic img {
    max-width: 100%;
    max-height: 100%;
  }

  .logo {
    line-height: 60px;
  }

  .head-m .m_ul>li a {
    display: block;
  }

  .head-m {
    display: block;
  }

  #luxy {
    padding-top: 60px;
  }
}

.wel-two-mm {
  display: none;
}













.alzs-list {
  padding: 100px 8.335%;
  box-sizing: border-box;
}

.alzs-list p {
  font-size: 19px;
  margin-bottom: 30px;
}

.alzs-item-list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.alzs-item-list div {
  width: 24%;
  margin-right: 1.33%;
  transition: .5s;
  margin-bottom: 20px;
  overflow: hidden;
}

.alzs-item-list div:nth-child(4n) {
  margin-right: 0;
}

.alzs-item-list div img {
  width: 100%;
  transition: .5s;
}

.alzs-item-list div:hover img {
  transform: scale(1.1);
}

.swiper-in-content {
  display: none;
}

.mobile-item-list {
  display: none;
}

.footer2 {
  display: none;
}

.swiper-container2 {
  display: none !important;
}

.mobile-pro-box {
  display: none;
}

.g-content .swiper-pagination {
  display: none;
}

.g-content .gm {
  display: none;
}

.ded2 {
  display: none;
}

.form2 {
  display: none;
}

.news-mobile-swiper {
  display: none;
}

.g-btn {
  display: none;
}

.de2 {
  display: none;
}

.inve-four1 {
  display: none;
}

.mobile-product {
  display: none;
}

.mobile-title-md {
  display: none;
}

.g-link2 {
  display: none !important;
}

.news-mobile-link {
  display: none;
}

/* 手机站 */
@media screen and (max-width: 750px) {
  .inve-one .img .pic {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .inve-one .img .pic:nth-child(3),
  .inve-one .img .pic:nth-child(5) {
    margin-right: 0;
  }

  .inve-one .img .pic:nth-child(1) {
    margin-bottom: 2%;
    width: 100%;
  }

  .wel-six .form .top label {
    width: 100%;
    margin-bottom: 10px;
  }

  .wel-six .form .top label span {
    font-size: 14px;
    width: 60px;
  }

  .wel-six .form textarea,
  .wel-six .form .top label {
    font-size: 14px;
  }

  .wcon {
    width: 94%;
  }

  .wel-five .three {
    position: relative;
    width: 100%;
  }

  .wel-five .three .top .tit {
    font-size: 18px;
  }

  .wel-five .three .top .tit img {
    width: 3rem;
  }

  .wel-five .two {
    width: 100%;
    margin: 20px 0;
  }

  .wel-five .one .tit {
    font-size: 18px;
  }

  .wel-five .one .form select {
    margin-bottom: 5%;
    font-size: 14px;
  }

  .wel-five .one .form img {
    width: 120px;
  }

  .wel-five .one .form .btn,
  .wel-five .three .top .more {
    height: 0.5rem;
    line-height: 0.48rem;
    font-size: 14px;
    margin-top: 4%;
  }

  .wel-five .one .form {
    width: 86%;
  }

  .wel-five {
    margin-top: 0.8rem;
  }

  .wel-five .one {
    width: 100%;
    margin-right: 0;
  }

  .wel-four .wf-left {
    width: 100%;
    padding: 0;
  }

  .wel-four .bgimg {
    width: 52.5%;
  }

  .wel-four .num {
    display: block;
  }

  .wel-four .ded {
    height: auto;
  }

  .wel-four .wf-right {
    width: 100%;
    padding-top: 64%;
  }

  .wel-four .wel-more {
    position: static;
    margin: 0 auto;
    margin-top: 20px;
  }

  .wel-four .num li p {
    text-align: center;
  }

  .wel-four .num li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }

  .wel-more {
    width: 100px;
    line-height: 33px;
    height: 35px;
    font-size: 14px;
    margin-top: 30px;
  }

  .wel-three {
    padding-bottom: 0.9rem;
  }

  /* .wel-two-mm{
    background-image: url(../img/w3.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 1.25rem;
    overflow: hidden;
  } */
  .wel-two-mm .pic .img {
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .wel-two-mm .tit-t {
    font-size: 16px;
    margin-bottom: 00px;
    margin-top: 20px;
    font-weight: bold;
  }

  .wel-two-mm .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .wel-two-mm .swiper-pagination-bullet-active {
    opacity: 1;
    background: #333;
  }

  .wel-two-mm .swiper-pagination {
    display: block;
    text-align: center;
    width: 94%;
    margin-top: 20px;
  }

  .wel-two-mm .de,
  .wel-two-mm .ded {
    font-size: 14px;
    margin-bottom: 10px;
    color: #999;
  }

  .wel-two-mm .ti {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
  }

  .wel-two-mm {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wel-two-mm .swiper-container {
    padding: 0 10%;
    box-sizing: border-box;
  }

  .wel-two {
    display: none;
  }

  .product .swi .de {
    display: none;
  }

  .pd-top .font .de {
    margin-bottom: 10px;
  }

  .product .swi .swiper-slide {
    padding: 0.3rem 0;
  }

  .product .swi .pic {
    margin: 0.2rem 0;
  }

  .story .form .ti {
    display: block;
    margin-bottom: 0.3rem;
    width: 100%;
    margin-top: 0.2rem;
  }

  .nei-ti {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }

  .story {
    margin-bottom: 0.6rem;
  }

  .story .ded {
    font-size: 14px;
    margin-top: 0.5rem;
  }

  .sto-top .pic,
  .sto-top .font {
    width: 100%;
  }

  .sto-top .font .ti {
    font-size: 18px;
  }

  .sto-top .font {
    margin-top: 20px;
  }

  .story .form form .button {
    position: static;
    transform: none;
    margin-top: 0.3rem;
    line-height: 0.5rem;
    height: 0.5rem;
    width: 1.5rem;
    margin-bottom: 0.3rem;
  }

  .story .form form select {
    margin-bottom: 10px;
    line-height: 0.5rem;
    font-size: 14px;
  }

  .story .form form,
  .story .form form select {
    width: 100%;
  }

  .ser-two .link {
    display: block;
    text-align: center;
    padding-bottom: 0.3rem;
  }

  .ser-two .swi .swiper-slide p {
    /* position: static; */
    opacity: 1;
    transform: none;
    max-width: 100%;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 12px;
  }

  .ser-two .link a .ti {
    font-size: 14px;
  }

  .ser-two .link a .en {
    white-space: nowrap;
  }

  .ser-two .swi {
    margin-bottom: 0.6rem;
  }

  .ser-two .link a {
    width: 30%;
    margin: 0 1%;
    margin-bottom: 10px;
  }

  .ti-three {
    font-size: 20px;
    margin-bottom: 0.4rem;
  }

  .ser-ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ser-ul li:nth-child(4) .ti,
  .ser-ul li:nth-child(5) .ti,
  .ser-ul li:nth-child(6) .ti {
    float: none;
  }

  .ser-ul li:nth-child(4) .de,
  .ser-ul li:nth-child(5) .de,
  .ser-ul li:nth-child(6) .de {
    float: none;
  }

  .ser-ul li:nth-child(even) .ti {
    float: right;
  }

  .ser-ul li:nth-child(even) .de {
    float: left;
  }

  .ser-one {
    padding-bottom: 0.6rem;
  }

  .ser-ul li .de .center {
    line-height: 1.5;
  }

  .ser-ul li .ti {
    font-size: 16px;
  }

  .news .link a .ti {
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .news .link a .pic {
    width: 100%;
  }

  .news .link a .font {
    width: 100%;
    position: static;
    margin-top: 20px;
    padding-left: 0;
  }

  .news .link a:first-child {
    padding-top: 0;
  }

  .news .link a .de {
    overflow: visible;
    white-space: normal;
  }

  .news .link a {
    padding-bottom: 0.8rem;
  }

  .news .link a .btn {
    font-size: 12px;
    bottom: 0.2rem;
  }

  .news .link a .ti span {
    position: static;
    transform: none;
    float: none;
    margin-top: 5px;
    font-size: 12px;
    display: block;
  }

  .pro-two .link {
    display: block;
    font-size: 0;
    margin-bottom: 10px;
  }

  .pro-tit {
    font-size: 20px;
  }

  .pt-font .pic {
    margin-top: 20px;
  }

  .pro-two .link a {
    width: 40%;
    margin: 0 5%;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .pro-one .box .le {
    margin-bottom: 20px;
  }

  .pro-one .box .ri p.ti {
    margin-top: 10px;
    font-size: 16px;
  }

  .pro-one .box .le,
  .pro-one .box .ri {
    width: 100%;
  }

  .cover .vid {
    width: 90%;
    max-width: 90%;
  }

  .cha {
    right: 0;
  }

  .cover .vid video {
    border: 3px solid #333;
  }

  .video .link a {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }

  .video .link a .font {
    padding-right: 0.55rem;
  }

  .foo-con .bot .zi {
    float: none;
    text-align: center;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }

  .foo-con .bdsharebuttonbox {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .foo-con .ewm {
    text-align: center;
    float: none;
    margin: 0;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
  }

  .foo-con .top img {
    width: 120px;
  }

  .foo-con .top {
    margin-bottom: 10px;
  }

  .foo-con .bot ul li a {
    display: none;
  }

  .foo-con .last {
    line-height: 40px;
    margin-top: 20px;
  }

  .foo-con .bot ul li a.ti {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
  }

  .foo-con .bot ul li {
    margin-right: 0;
    margin: 0 8px;
  }

  .foo-con .bot ul {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .inve-three .box .pic {
    width: 100%;
    margin-right: 0;
  }

  .inve-three .box .font a {
    margin: 0 auto;
    margin-top: 20px;
  }

  .inve-four {
    font-size: 22px;
  }

  .inve-three .box .font .de p {
    margin-bottom: 8px;
  }

  .inve-three .box .font {
    width: 100%;
    padding: 0 0.2rem;
    margin-top: 20px;
  }

  .inve-two .box .font {
    width: 100%;
    padding: 0.35rem 0.2rem;
    padding-bottom: 0.8rem;
  }

  .inve-two .box .font .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .inve-two .box .font .de {
    line-height: 1.8;
  }

  .inve-two .ti {
    margin-bottom: 5px;
    margin-top: 50px;
  }

  .inve-two .box .ded .p img {
    width: 25px;
  }

  .inve-two {
    padding-bottom: 0.4rem;
  }

  .inve-two .box .ded .p img {
    margin-left: 0.2rem;
    margin-right: 0.1rem;
  }

  .inve-two .box {
    margin-top: 30px;
  }

  .inve-two .en {
    letter-spacing: 3px;
  }

  .inve-two .box .font .bg {
    left: 0.2rem;
  }

  .banner {
    height: 200px;
  }

  html {
    font-size: 60px;
  }

  .wel-ti .cn {
    font-size: 16px;
  }

  .inve-one {
    margin-bottom: 40px;
  }

  .inve-one .wel-ti {
    margin-bottom: 20px;
  }

  .inve-one>.img {
    margin-top: 20px;
  }

  .content {
    width: 94%;
  }

  .banner>img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
  }

  .pro .font .zi {
    width: 3.5rem;
  }

  .pro .font .de a {
    margin-top: 0;
  }

  .wel-one {
    bottom: 0;
  }

  .wel-one .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    margin-bottom: -1px !important;
  }

  .wel-two-mm,
  .wel-three,
  .wel-four,
  .fs-bg {
    display: none;
  }

  .mobile-item-list {
    display: block;
    margin: 2px 0;
    width: 100%;
  }

  .mobile-item-list-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .mobile-item-list-top-left {
    width: calc(33.3% - 1px);
  }

  .mobile-item-list-top-left img {
    width: 100%;
  }

  .mobile-item-list-top-right {
    width: calc(66.6% - 1px);
    display: flex;
    flex-wrap: wrap;
  }

  .mobile-item-list-top-right a {
    display: flex;
    width: calc(50% - 1px);
    height: 50%;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mobile-item-list-top-right a:nth-child(1) {
    margin-right: 2px;
  }

  .mobile-company-info {
    width: 100% !important;
    height: calc(50% - 2px) !important;
    box-sizing: border-box;
    margin-top: 2px;
  }

  .mobile-company-info img {
    width: 100%;
    height: 100%;
  }

  .mobile-company-info p {
    font-size: .2rem;
    line-height: .25rem;
    color: #999;
  }

  .mobile-company-info h1 {
    font-size: .25rem;
  }

  .mobile-item-list-bottom {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
  }

  .mobile-item-list-bottom a {
    width: 33%;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 33vw;
    margin-right: .5%;
  }

  .mobile-item-list-bottom a:nth-last-child(1) {
    margin-right: 0;
  }

  .mobile-select-box {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    background-image: url('../img/mobile-i7.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
  }

  .mobile-select-box form {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-select-box .btn {
    width: 40%;
    height: 40px;
    background-color: #000;
    color: #fff;
    border: none;
  }

  .mobile-select-box select {
    width: 100%;
    height: 45px;
    border: none;
    margin: 15px 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0 15px;
    box-sizing: border-box;
    background-image: url(../img/x.png);
    background-position: 93% center;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .mobile-select-box from .btn {
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    box-sizing: border-box;
    border: none;
    margin-top: 15px;
  }

  .footer {
    display: none;
  }

  .footer2 {
    background-color: #000;
    padding: 25px 30px;
    display: block;
  }

  @font-face {
    font-family: 'pmzd';
    src: url('pmzd.ttf')
  }

  .footer2-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }

  .footer2 h1 {
    font-family: 'pmzd';
    color: #fff;
    font-size: .35rem;
    padding-left: 35px;
    box-sizing: border-box;
    background-image: url('../img/mobile-i8.png');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-size: 18px;
  }

  .footer2-top img {
    width: 70%;
    margin: 15px 0;
  }

  .footer2-bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    box-sizing: border-box;
  }

  .footer2-bottom img {
    width: 25%;
    margin-bottom: 25px;
  }

  .footer2-bottom p {
    color: #888;
    text-align: center;
    font-size: .2rem;
    margin: 3px 0;
  }

  .product .swi .swiper-slide {
    padding: 0.3rem 0;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .2);
  }

  .swi .swiper-container {
    padding: 5px 0;
    padding-left: 5px;
  }

  .swiper-container1 {
    display: none !important;
  }

  .swiper-container2 {
    display: flex !important;
  }

  .product .swi .ti {
    text-align: left;
    font-size: .25rem;
    padding-left: 8%;
    box-sizing: border-box;
  }

  .product .swi .pic {
    height: .75rem;
    margin: .1rem 0;
  }

  .product .swi .pic img {
    max-height: 60%;
    top: 35%;
    left: 10%;
    transform: translate(0, -50%);
  }

  .product .swi .de {
    display: flex;
    text-align: left;
    padding-left: 8%;
    box-sizing: border-box;
  }

  .product .swi .swiper-slide {
    height: auto;
  }

  .product .link {
    display: none !important;
  }

  .product .link-box {
    display: none;
  }

  .nei-ti {
    display: none;
  }

  .mobile-pro-title {
    font-size: .25rem;
    padding: 12px 10px;
    width: 100%;
    color: #Fff;
    box-sizing: border-box;
    /* background-image: url('../img/mobile-p1.png'); */
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #333333;
    transition: .5s;
  }

  .mobile-pro-title img {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
  }

  .mobile-pro-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }

  .mobile-pro-list .mobile-pro-item {
    width: 48.5%;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
  }

  .mobile-pro-list a img {
    width: 100%;
  }

  .mobile-pro-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #fff;
    box-sizing: border-box;
  }

  .mobile-pro-info p {
    color: #999;
    font-size: .2rem;
  }

  .mobile-pro-box {
    margin-top: 30px;
  }

  .mobile-pro-box {
    display: block;
  }

  .mobile-pro-more {
    width: 90px;
    height: 30px;
    border: 1px solid #4A4A4A;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    color: #4A4A4A;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .mobile-pro-list {
    height: 0;
    opacity: 0;
    z-index: -1;
    transition: .5s;
  }

  .mobile-pro-list-active {
    height: auto;
    opacity: 1;
    z-index: 1;
  }

  .mobile-title-active {
    background-image: url('../img/mobile-p1.png');
    background-color: transparent;
    transition: .5s;
  }

  .banner {
    display: none;
  }

  .wel-ti .en {
    display: none;
  }

  .wel-ti .cn {
    text-align: left;
  }

  .pro-detail .nav {
    display: none;
  }

  .g-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .g-content .font {
    width: 94%;
  }

  .g-content .swiper-pagination {
    bottom: 10px;
    left: 50% !important;
    width: auto !important;
    padding: 0 20px;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 15px;
    transform: translate(-50%, 0);
  }

  .g-content .swiper-pagination span {
    height: 6px;
    width: 6px;
    border: none;
    background-color: rgba(255, 255, 255, .6);
  }

  .g-content .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1) !important;
    width: 20px !important;
    border-radius: 7.5px !important;
    height: 5px !important;
  }

  .pd-top .font .de .one {
    font-size: .23rem;
  }

  .g-two {
    color: #fff !important;
  }

  .g-content .gm {
    display: flex;
    align-items: center;
    padding-left: 1.2rem;
  }

  .g-content .gm a {
    margin-left: 0 !important;
    background-color: transparent !important;
    color: rgba(255, 255, 255, 1) !important;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 0 0.3rem !important;
    height: 0.5rem !important;
    line-height: 0.5rem !important;
    margin-top: 30px;
  }

  .pro-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pro-list a {
    width: 49%;
  }

  .pro-list a .pict,
  .mobile-pro-list a img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .pro-list a .font,
  .mobile-pro-info {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .pro-one .box .le p {
    display: none;
  }

  .le ul {
    margin-top: 30px;
  }

  .g-link {
    display: flex !important;
    overflow-x: auto;
    width: 94%;
    margin-left: 3%;
  }

  .pro-two .g-link {
    flex-wrap: wrap;
  }

  .pro-two .link a {
    box-shadow: none;
    flex-shrink: 0;
    width: 49%;
    margin-left: 0;
    background-color: #fff;
    padding: 0 10px;
    margin: 15px 0;
    box-sizing: border-box;
  }

  .pro-one {
    background-image: none;
  }

  .g-content2 {
    background-color: #F1F1F1;
    align-items: flex-start;
  }

  .g-content2 .pro-tit {
    margin-left: 3%;
  }

  .pt-font {
    width: 94%;
    margin-left: 3%;
  }

  /* .g-font{
    margin-left: 10%;
  } */
  .g-font p {
    padding-left: 50px;
    box-sizing: border-box;
    background-image: url('../img/mobile-a1.png');
    background-position: left 7.5px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-bottom: 30px;
    position: relative;
  }

  .g-font p::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 19px;
    height: calc(100% - 7.5px);
    width: 1px;
    background-color: rgba(0, 0, 0, .5);
  }

  .g-font p:nth-last-child(1)::before {
    display: none;
  }

  .ry-font li img {
    transform: scale(.8) translate(0, 10%);
    filter: blur(2px);
  }

  .ry-font .swiper-slide-active img {
    transform: scale(1) translate(0, 0);
    filter: blur(0);
  }

  .g-content-bg {
    background-image: url('../img/mobile-a2.png');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .g-content-bg .swiper_div {
    margin-bottom: 0;
  }

  .g-content-bg .pro-tit {
    margin-top: 0;
    padding-top: 0.7rem;
    color: #fff;
    margin-left: 3%;
  }

  .ry-font li h6 {
    margin: 25px 0;
    font-size: .25rem;
    color: #fff;
  }

  .map-box {
    display: block;
  }

  .story .ded {
    margin-top: 0;
    margin: 0.5rem 0;
  }

  .ded1 {
    display: none;
  }

  .ded2 {
    display: block;
  }

  .form .g-ti {
    text-align: center;
  }

  .story .form {
    padding: .2rem .5rem;
    position: relative;
    background-image: url('../img/mobile-a3.png');

  }

  .story .form form {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  .story .form span {
    font-size: .25rem;
    color: #fff;
    white-space: nowrap;
    line-height: .5rem;
    width: 15%;
    margin-right: 1%;
  }

  .story .form form select {
    width: 80%;
  }

  .story .form form .button {
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, 0);
    top: 140%;
    height: .6rem;
    width: 1.8rem;
    line-height: .6rem;
    color: #fff;
    background-color: #000;
    border-radius: .3rem;
    margin: 0;
  }

  .sto-top {
    margin-top: 100px;
  }

  .story .form form select {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    padding-left: 15px;
  }

  .story .form form select option:nth-child(1) {
    display: none;
  }

  .form1 {
    display: none;
  }

  .form2 {
    display: block;
  }

  .sto-top .link {
    display: block !important;
  }

  .sto-top .font .link a {
    border: 1px solid #999999;
  }

  .sto-top .font .link a .see {
    font-size: 11px;
  }

  .sto-top .ti {
    text-align: center;
    padding-bottom: 8px;
    position: relative;
  }

  .sto-top .ti::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 15px;
    height: 2px;
    background-color: #000;
  }

  .ser-ul li {
    position: relative;
  }

  .ser-ul li .ti {
    position: absolute;
    width: 27%;
    height: 23%;
    border-radius: 10px;
    top: 21%;
    z-index: 1;
    font-size: 13px;
  }

  .ser-ul li .de {
    width: 95%;
    margin-left: 5%;
    background-image: url('../img/mobile-dz1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .ser-ul li .de p {
    padding-left: 27%;
    box-sizing: border-box;
  }

  .ser-ul li:nth-child(2) .de {
    background-image: url('../img/mobile-dz2.png');
  }

  .ser-ul li:nth-child(3) .de {
    background-image: url('../img/mobile-dz3.png');
  }

  .ser-ul li:nth-child(4) .de {
    background-image: url('../img/mobile-dz4.png');
  }

  .ser-ul li:nth-child(5) .de {
    background-image: url('../img/mobile-dz5.png');
  }

  .ser-ul li:nth-child(6) .de {
    background-image: url('../img/mobile-dz6.png');
  }

  .ser-two .link {
    display: flex !important;
    overflow-x: auto;
    width: auto;
    padding-top: 10px;
    flex-wrap: wrap;
  }

  .ser-two .link a {
    flex-shrink: 0;
    width: auto;
    background-image: url('../img/mobile-dz7.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    width: 49%;
    margin: 10px 0;
    box-sizing: border-box;
  }

  .ser-two .link a.act {
    background-image: url('../img/mobile-dz8.png');
  }

  .ser-two .link a .ti {
    text-align: left;
    padding: 0 15px;
  }

  .ser-two .link a .en {
    text-align: left;
    padding: 0 15px;
  }

  .g-list-dz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .g-item-dz {
    width: 48%;
    margin-bottom: 10px;
    display: none;
  }

  .g-item-dz:nth-child(-n+6) {
    display: block !important;
  }

  .g-item-dz p {
    text-align: center;
    margin: 10px 0;
  }

  .g-item-dz div {
    border-radius: 10px;
  }

  .g-btn {
    height: 35px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: calc(50% - 50px);
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 17.5px;
    margin-bottom: 50px;
  }

  .news .link a {
    padding: 0;
    display: flex;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }

  .news .link a .pic {
    height: 100%;
    width: 30%;
    flex-shrink: 0;
  }

  .news .link a .font {
    width: 65%;
    margin-left: 5%;
    height: 100%;
    flex-shrink: 0;
    margin-top: 0;
    padding: 10px 0;
    padding-right: 15px;
  }

  .news .link a .pic .img {
    padding: 0;
    height: 100%;
    width: 100%;
  }

  .news .link a .btn {
    display: none;
  }

  .news .link a .ti span {
    display: none;
  }

  .news .link a .de {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
  }

  .news .pagination {
    display: none;
  }

  .news-mobile-swiper {
    width: 100%;
    position: relative;
    display: flex !important;
    padding-bottom: 40px !important;
    margin-bottom: 20px !important;
  }

  .news-mobile-swiper .swiper-slide img {
    width: 100%;
  }

  .swiper-news-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .swiper-news-info span {
    color: #fff;
    width: 80%;
  }

  .swiper-news-info a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0 15px;
    border-radius: 12.5px;
    background-color: #fff;
  }

  .news-mobile-swiper .swiper-pagination-bullet-active {
    background: #000;
    width: 25px;
    border-radius: 4px;
  }

  .news-mobile-swiper .swiper-slide img {
    border-radius: 10px;
  }

  .video .link {
    display: flex;
    flex-wrap: wrap;
  }

  .video .link a {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    height: 230px;
    position: relative;
  }

  .video .link a .pic {
    position: relative;
    height: 100%;
  }

  .video .link a .pic .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding-top: 0;
  }

  .video .link a .font {
    padding-right: 0.55rem;
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .video .link a .font .jt {
    display: none;
  }

  .video .link a .font .ti {
    font-size: 14px;
    color: #393331;
    transition: 0.5s;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .mobile-video-play {
    height: 55px;
    width: 55px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: url('../img/mobile-play.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
  }

  .video .pagination {
    display: none;
  }

  .inve-two .box .font {
    background-color: rgba(255, 255, 255, .5);
  }

  .inve-two .box .font .tit {
    text-align: center;
  }

  .inve-two .box .font .bg {
    display: none;
  }

  .inve-two .box .font {
    padding-bottom: 0.35rem;
  }

  .inve-two .box .ded .p {
    background-image: url('../img/mobile-z1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 13px 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 0.2rem 0;
  }

  .inve-two .box .ded .p img {
    display: none;
  }

  .inve-two .box .ded {
    width: 100%;
  }

  .inve-one .img .pic:nth-child(1) {
    display: none;
  }

  .de1 {
    display: none;
  }

  .de2 {
    display: block;
  }

  .inve-three .box .font .ti {
    text-align: center;
  }

  .inve-three .box .font .de p {
    text-align: center;
  }

  .inve-four2 {
    display: none;
  }

  .inve-four1 {
    display: block;
  }

  .inve-four {
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    background-color: #F1F1F1;
    font-size: 18px;
  }

  .profile .swiper-button-next,
  .profile .swiper-button-prev {
    display: none;
  }

  .story .swiper-button-next,
  .story .swiper-button-prev {
    height: 25px;
    width: 25px;
    background-color: rgba(255, 255, 255, .5);
    padding: 10px;
    box-sizing: border-box;
    background-size: 8px;
  }

  .story .swiper-button-next {
    right: 5px;
  }

  .story .swiper-button-prev {
    left: 5px;
  }

  .wel-ti .cn {
    font-weight: 700;
  }

  .wel-one .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  .wel-ti {
    margin-top: .5rem;
  }

  .mobile-product {
    display: flex;
  }

  .mobile-product-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .mobile-product-inner .swiper-slide {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    min-height: 25vw !important;
  }

  .mobile-product-inner .swiper-slide:nth-child(3n) {
    margin-right: 0;
  }

  .mobile-pro-list-active .mobile-pro-item {
    display: none;
  }

  .mobile-pro-list-active .mobile-pro-item:nth-child(-n+6) {
    display: inline-block;
  }

  .profile .ri p {
    display: none;
  }

  .profile .ri p:nth-child(-n+3) {
    display: block;
  }

  .profile .ri .g-btn {
    margin-bottom: 0;
  }

  .mobile-title-md {
    display: block;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    font-size: .35rem;
  }

  .info_box .content_div p img {
    width: 100% !important;
    margin: 15px 0 !important;
  }

  .video .link a {
    width: 100%;
    height: 49vw;
    margin-right: 2%;
  }

  .video .link a:nth-child(2n) {
    margin-right: 0;
  }

  .inve-one .img .pic {
    display: none;
  }

  .swiper-in-content {
    width: 100%;
    display: block;
  }

  .swiper-in-content .swiper-slide {
    height: 15vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .swiper-in-content .swiper-button-next,
  .swiper-in-content .swiper-button-prev {
    background-size: 8px;
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, .5);
  }

  .swiper-in-content .swiper-button-next {
    background-image: url('../img/hz.png');
  }

  .swiper-in-content .swiper-button-prev {
    background-image: url('../img/hy.png');
  }

  .g-link1 {
    display: none !important;
  }

  .g-link2 {
    display: flex !important;
  }

  .video .pagination {
    display: none;
  }

  .video .g-link2 a {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none;
  }

  .video .g-link2 a:nth-child(-n + 6) {
    opacity: 1;
    height: 49vw;
    margin-bottom: 15px;
    display: inline-block;
  }

  .video .g-link2 a:nth-child(2n) {
    margin-right: 0 !important;
  }

  .alzs-list {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }

  .alzs-list p {
    padding: .5rem 0;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
  }

  .alzs-item-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .alzs-item-list div {
    width: 0;
    height: 0;
    margin: 0;
    display: flex;
  }

  .alzs-item-list div:nth-child(-n + 6) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: auto;
  }

  .alzs-item-list div:nth-child(2n) {
    margin-right: 0 !important;
  }

  .alzs-list .g-btn {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .alzs-item-list div img {
    width: 100%;
    height: 46vw;
  }

  .pro-list a .pict {
    padding-top: 100%;
  }

  .pd-top .big {
    height: 100vw;
  }

  .jsmap-svg-container svg {
    overflow: visible !important;
  }

  .map-box {
    overflow: visible !important;
  }

  .wel-one .swiper-slide {
    height: auto;
  }

  .inve-three .box .font .de p {
    text-align: left;
  }

  .foot-img-box img {
    /* margin-right: 15px; */
    width: 60px;
  }

  .foot-img-box img:nth-child(3n) {
    margin-right: 0;
  }

  .news .link {
    display: none;
  }

  .news .news-mobile-link {
    display: block;
  }

  .news .news-mobile-link a {
    display: none;
  }

  .news .news-mobile-link a:nth-child(-n + 4) {
    display: flex;
  }
}

































.search .tit {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin-top: 0.6rem;
  margin-bottom: 0.45rem;
}

.search ul {
  margin-bottom: 0.8rem;
}

.search ul li a {
  display: block;
  width: 820px;
  transition: all 0.3s ease;
}

.search ul li .ti {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  line-height: 25px;
}

.search ul li .de {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}

.search ul li {
  border-bottom: 1px solid #eee;
  padding: 0.2rem;
  text-align: left;
  padding-right: 30%;
  box-sizing: border-box;
  padding-left: 0;
}

.search ul li a:hover {
  padding-left: 20px;
}

@media screen and (max-width:1200px) {
  .search ul li {
    padding: 0;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .search ul li .ti {
    font-size: 16px;
  }

  .search .tit {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .search ul {
    width: 100%;
  }

  .search ul li a {
    width: 100%;
  }

  .search ul li .de {
    font-size: 14px;
  }
}

/* 0629 */
.sc-more {
  line-height: 50px;
  font-size: 14px;
}