@charset "utf-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  overflow-y: auto
}

body {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 0 auto;
  background: #fff;
  font-family: 'HarmonyOS_Sans_Regular';
}

a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666;
}

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

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
}

li {
  zoom: 1;
  vertical-align: middle;
}

ol {
  margin: 0px;
  padding: 0;
  padding-left: 0;
}

fieldset,
img {
  border: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  position: relative;

}

img:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 10.2);
  filter: none;
  border-radius: 15px;
  z-index: 1;
}

div {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  /* border-spacing: 0; */
  table-layout: fixed;
  /* border: 0; */
  width: 100%;

  border: 1px solid #ccc;
  border-radius: 10px;
}

@media (min-width: 768px) {
  table {
    float: right;
    width: 85%;
  }
}

th,
td {
  padding: 0;
}

input,
textarea {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 14px;
}

input {
  outline: none;
}

textarea {
  outline: none;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666;
  outline: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}

::-webkit-input-placeholder {
  color: #646464;
}

:-moz-placeholder {
  color: #646464;
  opacity: 1;
}

::-moz-placeholder {
  color: #646464;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #646464;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
  box-shadow: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}

.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  /* height: 90%; */
  vertical-align: middle;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  /* transform: scale(0.8); */
}

.mainbox {
  overflow: hidden !important;
}

@media (max-width: 1440px) {
  .mainbox {
    overflow: auto !important;
  }
}

.pcimg {
  z-index: 5;
  height: 100%;
  background-size: cover;
  /* background-size: contain; */
  background-position: center center;
  background-repeat: no-repeat;
  /* opacity: 0.7; */
}

@media (max-width: 1200px) {
  .pcimg {
    display: none;
  }

  img {
    vertical-align: top;
    max-width: 100%;
    position: relative;
  }

  .vcenter {
    max-width: 90% !important;
    height: auto;
  }
}

.phimg {
  /* height: 100vh; */
  /* opacity: 0.7; */
  display: none;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

}

@media (max-width:1200px) {
  .phimg {
    height: 100vh;
    display: block;
    z-index: 5;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* 图片自适应容器大小 */
    background-position: center;
    /* 图片居中对齐 */
    /* contain：将背景图片缩放到完全包含在背景区域内 */
    background-size: contain;
  }

  .warp {
    position: relative;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    width: 100%;
    z-index: 99;
    top: auto;
    left: auto;
    display: flex;
    height: auto;
    text-align: center;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
  }

}


.warp {
  position: absolute;
  display: flex;
  webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  width: 100%;
  z-index: 99;
}

.warp .txtbox-center-right {
  display: flex;
  justify-content: flex-end;
  justify-items: center;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right !important;
  float: right;
  width: 50%;
}

.warp-parts {
  display: flex;
  justify-items: center;
  justify-content: center;
}

.warp .txtbox-right,
.warp .txtbox-right-1 {
  right: 3%;
}

.warp .txtbox-left {
  left: 3%;
}

.warp .title {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  /* line-height: 55px; */
  line-height: 72px;
  font-family: 'handel_gothicregular';
  /* 字间距 */
  /* letter-spacing: 0.5rem; */
  text-shadow: 0px 0px 10px #666;
}

.warp .title-index {
  color: #fff;
  font-weight: bold;
  font-size: 56px;
  line-height: 65px;
  font-family: 'handel_gothicregular';
  /* 字间距 */
  /* letter-spacing: 0.5rem; */
  text-shadow: 0px 0px 10px #666;
  margin-bottom: 20px;
}

.warp .title-loveshow {
  color: #fff;
  font-weight: bold;
  font-size: 56px;
  line-height: 65px;
  font-family: 'handel_gothicregular';
  /* 字间距 */
  letter-spacing: 0.5rem;
  text-shadow: 0px 0px 10px #666;
  margin-bottom: 20px;
}

@media (max-width:768px) {
  .warp .title-index {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 0.1rem !important;
  }

  .warp .title-loveshow {
    font-size: 36px !important;
    line-height: 40px !important;
    letter-spacing: 0.2rem !important;
  }
}

.warp .title-2 {
  color: #333;
  text-shadow: none;
}

.warp .title-2 span {
  font-size: 22px;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 7px;
  display: inline-block;
}

.warp .text {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  text-shadow: none !important;
}

@media (max-width: 1440px) {
  .warp .text {
    font-size: 18px;
    margin-top: 20px;
  }
}

.warp .text em {
  margin: 0 3px;
  vertical-align: top;
  font-style: normal;
  font-family: 'HarmonyOS_Sans_Regular';
}

.warp .text-left {
  text-align: left;
  width: 40%;
  right: 0;
}

/* 
.warp .text-left .text {
  margin-top: 10px;
} */

.warp .text-left .button {
  text-align: left;
}

.warp .text-right .button,
.warp .text-right-1 .button {
  text-align: right;
}

.warp .text-left .button a {
  text-align: center;
}

.warp .text-right {
  text-align: right;
}

.warp .text-right .button {
  text-align: right;
}

.warp .text-right .button a {
  text-align: center;
}


.warp .text-center {
  text-align: center;
}

.warp .text-left-2 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.warp .text-left-2 .button {
  text-align: left;
}

.warp .text-left-2 .button a {
  text-align: center;
}

.warp .text-left-2 .table {
  float: none;
  width: 58%;
}

@media (max-width: 1200px) {
  .warp .text-left-2 .table {
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .warp .text-left-2 {
    max-width: 1000px;
  }
}

.warp .txtbox-juhzong {
  width: 100%;
  right: auto;
  text-align: center;
  margin-bottom: 25%;
}

/* 居中 */
.warp .txtbox-juhzong {
  padding: 200px 300px !important;
}

.warp .txtbox-juhzong-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(0%, -200%);
}

.warp .txtbox-juzhong-top {
  position: absolute !important;
  top: 15%;
  left: 50% !important;
  transform: translate(-50%, 0%);
}

.warp .txtbox-juhzong-top-color {
  position: absolute;
  top: 0;
  left: 50%;
  /* transform: translate(0%, -150%); */
  transform: translate(0%, -200%);
}


.warp .txtbox-juhzong-bottom {
  width: 100%;
  right: auto;
  text-align: center;
  margin-top: 30% !important;
}


.warp .tu {
  margin-top: 40px;
}

.warp .red {
  color: #ff0101;
  font-size: 18px;
  padding-bottom: 10px;
  font-family: 'handel_gothicregular';
}

.warp .font36 {
  color: #333;
  font-size: 36px;
  line-height: 40px;
  /* margin-bottom: 50px; */
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 1440px) {
  .warp .font36 {
    font-size: 32px;
    margin-bottom: 1vh;
  }
}

.warp .font28 {
  font-size: 28px;
  line-height: 40px;
  color: #000;
  margin-top: 15px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .warp .font28 {
    /* phone适配注释*/

    /* phone适配增加 */
    font-size: 16px !important;
    font-weight: bold;
    text-align: left;
    margin-top: 1rem;
    line-height: 20px;
    letter-spacing: 0.2rem;
  }
}


@media (max-width: 768px) {
  .warp .font28 {
    /* phone适配注释*/

    /* phone适配增加 */
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    line-height: 20px;
    letter-spacing: 0;
  }
}

.warp .font24 {
  font-size: 24px !important;
  line-height: 40px;
  color: #666;
  margin-top: 10px;
  /* margin-left: 10px; */
}

.warp .font24-2 {
  width: 45%;
  float: right;
}

.warp .font18 {
  font-size: 18px !important;
}

.warp .button {
  margin-top: 15px;
  /* margin-top: 5px; */
  text-align: center;
}


.warp .button a {
  max-width: 160px;
  width: 120px;
  height: 30px;
  color: #333;
  margin: 0 3px;
  border-radius: 3px;
  border: 1px #333 solid;
  line-height: 30px;
  /* font-weight: bold; */
  font-size: 14px;
  display: inline-block;
}

.warp .button a:hover {
  color: #fff;
  background: #333;
}

.warp .table {
  width: 70%;
  font-size: 18px;
  text-align: center;
  float: none;
  padding: 0 10px;
}

@media screen and (max-width:1200px) {
  .warp .table {
    width: 100%;
    font-size: 12px;
    text-align: center;
    float: none;
    padding: 0 10px;
  }
}

.txtbox-right-1 .table,
.txtbox-right .table {
  float: right;
}

.warp .table th {
  color: #fff;
  background-color: #9e9e9f;
}

.warp .table tr,
.warp .table td,
.warp .table th {
  padding: 3px;
  border: 1px #ababab solid;
}

.warp .list {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.warp .list li {
  float: left;
  text-align: center;
  width: 33%;
  border-radius: 15px;
  height: auto;
  margin-bottom: 10px;
}

/* .warp .list {
  height: 90%;
  display: flex;
  flex-wrap: wrap; 
  list-style: none; 
  margin: 0;
  padding: 0;
  justify-content: center;
  justify-items: center;
}


.warp .list li {
  flex-basis: calc(33% - 20px);
  margin: 5px;
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 15px;
} */

/* .warp .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.warp .list li  {
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  box-sizing: border-box;
} */

/* 解释：

- `display: flex;` 将ul元素设置为flex容器。
- `flex-wrap: wrap;` 设置flex容器内的元素可以换行。
- `justify-content: space-between;` 将元素在容器内均匀分布，左右两端对齐。
- `list-style: none;` 去掉ul元素的默认样式。
- `padding: 0; margin: 0;` 去掉ul元素的内外边距。
- `width: calc(33.33% - 10px);` 将li元素的宽度设置为33.33%，减去10px的间距。
- `margin-bottom: 20px;` 设置li元素之间的间距为20px。
- `padding: 10px;` 设置li元素内部的间距为10px。
- `background-color: #f2f2f2;` 设置li元素的背景色为浅灰色。
- `border: 1px solid #ccc;` 设置li元素的边框为1px的灰色实线。
- `box-sizing: border-box;` 将li元素的盒模型设置为border-box，使元素的宽度包括边框和内边距。 */

.warp .list li .pic-1 {
  top: 0;
  /* transform: scale(0.8); */
  position: relative;
}

.warp .list li .pic-1:after {
  content: "";
  display: block;
  /* transform: scale(0.7); */
  padding-bottom: 65%;
}

.warp .list li p {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  vertical-align: top;
}

.warp-bai .list li p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  vertical-align: top;
}

.warp .list li p span {
  /* font-size: 36px; */
  font-size: 28px;
  padding-right: 10px;
  font-family: 'handel_gothic_dlight';
}

@media (max-width:1200px) {
  .warp .list li p span {
    font-size: 24px;
  }
}

.warp .list li .button a {
  margin: 0 5px;
}

.warp .list-3 li {
  /*  */
  width: 50%;
}

.warp .txtbox-pro-3 {
  width: 35%;
  /* right: 5%; */
  padding-top: 300px !important;
  text-align: left;
}

/* LOVESHOW 原厂配件 */
.warp .txtbox-pro-2 {
  left: 20% !important;
  width: 50% !important;
  text-align: center !important;
  padding: 300px 0 !important;
}

.warp .txtbox-recommend {
  /* max-width: 1400px; */
  text-align: center !important;
  padding: 30% 0 !important;
}

.warp .txtbox-pro-2 .parts-1 {
  /* left: 20%; */
  /* width: 50% !important; */
  padding: 400px 0 !important;
}

.warp .txtbox-top-center {
  position: absolute !important;
  top: 20% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.warp .txtbox-top-center1 {
  position: absolute !important;
  top: 20% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .warp .txtbox-top-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

.warp .txtbox-left {
  text-align: left !important;
}

.warp .txtbox-right {
  left: 20% !important;
  width: 50%;
  text-align: center !important;
  display: block;
  justify-items: center;
  justify-content: center;
  align-items: end;
}

.warp .txtbox-right-1 {
  left: 25% !important;
  width: 40% !important;
  text-align: left !important;
  display: flex;
  justify-items: center;
  justify-content: center;
  /* align-items: end; */
  align-items: flex-start;
  flex-flow: column;
  -ms-flex-flow: column;
}

@media(max-width:768px) {
  .warp .txtbox-right-1 {
    align-items: center !important;
  }
}

.warp .txtbox-right-param {
  left: 10% !important;
  width: 50%;
  text-align: left !important;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: end;
}

.warp .txtbox-right-2 {
  left: 25% !important;
  width: 75% !important;
  text-align: left !important;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: end;
}

.warp .txtbox-left-1 {
  right: 20% !important;
  width: 40% !important;
  text-align: left !important;
  display: flex;
  justify-items: center;
  justify-content: flex-start;
  flex-flow: column;
  -ms-flex-flow: column;
  align-items: start;
}

.warp .txtbox-left-2 {
  right: 15% !important;
  width: 30% !important;
  text-align: left !important;
  display: flex;
  justify-items: center;
  justify-content: flex-start;
  flex-flow: column;
  -ms-flex-flow: column;
  align-items: start;
}

@media (max-width:768px) {
  .warp .txtbox-left-1 {
    max-width: 50% !important;
    justify-content: center;
    justify-items: center;
    align-items: center;
  }
}

hr {
  border-style: dotted;
  border-width: 2px;
  border-color: #888;
}

@media (max-width:1200px) {
  hr {
    border-width: 1px !important;
    border-color: #888;
  }
}

/* 
.neirong {
  max-width: 1200px;
} */

.warp .txtbox-pro-3 .title {
  font-size: 20px;
  color: #666;
  line-height: 60px;
  text-shadow: none;
  padding-bottom: 10px;
  border-bottom: 1px #c2c5c9 dotted;
}

.warp .txtbox-pro-3 .title span {
  color: #000;
  font-size: 50px;
  margin-top: -4px;
  padding-right: 5px;
  vertical-align: top;
  display: inline-block;
  font-family: 'handel_gothic_dlight';
}

.warp .txtbox-pro-3 .text .font18 {
  font-size: 18px;
  color: #666;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

.warp .txtbox-pro-3 .text-2 {
  color: #666;
  font-size: 22px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #c2c5c9 dotted;
}

.warp .txtbox-pro-3 .button a {
  text-align: center;
}

.warp .text span+span::before {
  content: " | ";
}

@media (max-width: 1200px) {
  .warp .txtbox-pro-3 .title {
    font-size: 16px;
    border-bottom: 0;
    padding-bottom: 0;
    line-height: 30px;
  }

  .warp .txtbox-pro-3 .title span {
    font-size: 30px;
    margin-top: -2px;
  }

  .warp .txtbox-pro-3 .text {
    margin-top: 20px;
  }

  .warp .txtbox-pro-3 .text .font18 {
    font-size: 14px;
    margin-top: 5px;
  }

  .warp .txtbox-pro-3 .text-2 {
    font-size: 16px;
  }
}

.warp .txtbox-pro-4 {
  right: auto;
  left: 15%;
}

@media (max-width: 1200px) {
  .warp .title {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-family: 'handel_gothicregular';
    text-shadow: 0px 0px 10px #888;
  }

  .warp .text {
    font-size: 12px;
    margin-top: 1px;
    line-height: 20px;
    padding: 0 0 !important;
    margin: 0 0 !important;
  }

  .warp .text span {
    display: block;

  }

  .warp .text span+span::before {
    content: " ";
  }

  .warp .text em {
    display: none;
  }

  .warp .button a {
    border-radius: 5px;
    font-size: 12px;
    width: 60px;
    margin: 5px 5px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    transition: all 1s ease;
  }

  .warp .title-2 span {
    font-size: 16px;
    padding-top: 0;
    padding-left: 5px;
  }
}

.warp .txtbox-1 {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  right: auto;
  left: auto;
  margin: 0 auto;
  text-align: center;
  /* padding: 400px 100px; */
  padding: 20% 5%;
  position: relative;
}

.warp .txtbox {
  max-width: 1200px;
  width: 100%;
  right: auto;
  left: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.image-desc {
  padding: 15px 0;
  max-width: 100%;
  height: auto;
}


@media (max-width: 1200px) {
  .warp .aos-animate {
    transition: all 1s ease !important;
  }

  .image-desc {
    padding: 0.5rem 0 !important;
    max-width: 40%;
    height: auto;
  }


  .warp .txtbox {
    height: 100vh;
    left: auto;
    right: auto;
    padding: 0 0 0 0 !important;
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
  }

  .warp .txtbox-top {
    position: absolute !important;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -30%);
  }

  .warp .txtbox-top-2 {
    position: absolute !important;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .warp .txtbox-top-1 {
    position: absolute !important;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -30%);
  }

  .warp .txtbox-bottom {
    /* position: absolute; */
    /* left: 50%; */
    bottom: 5rem !important;
    height: 100vh !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }


  .warp .txtbox-bottom-1 {
    position: absolute;
    /* left: 50%; */
    bottom: 0;
    transform: translate(0, 100%);
  }


  .warp .txtbox-bottom-2 {
    position: absolute;
    /* left: 50%; */
    bottom: 0;
    transform: translate(0, 140%);
  }

  .warp .txtbox-right {
    max-width: 1200px;
    width: 100%;
    right: -70px;
    left: auto;
    margin: 0 auto;
    position: relative;
    text-align: right;
  }

  .warp .txtbox-right-2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }

  .warp .txtbox-left {
    max-width: 1200px;
    width: 100%;
    right: auto;
    left: -70px;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }

  .warp .font36 {
    font-size: 20px !important;
    line-height: 30px;
  }

  .warp .font24 {
    font-size: 16px !important;
    line-height: 20px;
    text-align: left;
    margin-top: 0 !important;
  }

  .warp .font24-2 {
    width: 100%;
    float: none;
  }

  .warp .font18 {
    font-size: 0.5rem !important;
    line-height: 1.2;
    text-align: left;
    margin-top: 0 !important;
    padding-bottom: 0.1rem;
  }

  .warp .button {
    text-align: center !important;
    margin-top: 0 !important;
  }
}

@media (max-width:768px) {
  .warp .font24 {
    font-size: 12px !important;
    line-height: 20px;
    text-align: left;
    margin-top: 0 !important;
  }

  .warp .txtbox-bottom {
    bottom: 3rem !important;
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-items: center;
    flex-flow: column;
  }

}

#fullpage {
  width: 100%;
  margin: 0 auto;
}


.inside-probox .warp .txtbox-right .button {
  /* text-align: right; */
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1400px) {
  .inside-probox .warp .txtbox-right {
    max-width: 1140px;
  }
}

.inside-probox .warp .list-2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20%;
}

.inside-probox .warp .list-2 li {
  width: 50%;
  float: left;
  text-align: center;
}

.inside-probox .warp .list-2 li .tit {
  color: #000;
  font-size: 20px;
  line-height: 40px;
}

.inside-probox .warp .list-2 li .tit span {
  font-size: 36px;
  display: inline-block;
  padding-right: 5px;
  font-family: 'handel_gothic_dlight';
}

@media (max-width: 1200px) {

  .inside-probox .warp .list-2 {
    padding-bottom: 0;
  }

  .inside-probox .warp .list-2 li {
    padding: 60px 0;
  }

  .inside-probox .warp .list-2 li .tit {
    font-size: 14px;
  }

  .inside-probox .warp .list-2 li .tit span {
    font-size: 16px;
  }
}

.warp .txtbox-patents {
  display: flex;
  justify-items: center;
  justify-content: center;
  text-align: left;
}

.warp .txtbox-kxpj {
  padding: 200px 0;
  /* max-width: 1400px; */
  width: 100%;
  text-align: center;
  position: relative;
}

.warp .txtbox-parts {
  /* max-width: 1400px; */
  position: relative;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: center;
  justify-items: center;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}

.warp .txtbox-parts-right {
  max-width: 1400px;
  position: relative;
  left: 30% !important;
  text-align: left;
}

.warp .txtbox-param-right {
  position: absolute;
  /* left: 50%; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  justify-items: center;
  transform: translateX(50%);
  text-align: left;
}

.warp .txtbox-pro-left {
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  justify-content: center;
  justify-items: center;
  text-align: center;
  float: left;
  right: 20%;
}

.warp .txtbox-pro-left-1 {
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  justify-content: center;
  justify-items: center;
  text-align: center;
  float: left;
  right: 10%;
}

.warp .txtbox-pro-right {
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  justify-content: center;
  justify-items: center;
  text-align: center;
  float: left;
  left: 20%;
}

@media (max-width: 1200px) {

  .inside-probox .warp .aos-animate {
    transition: all 1s ease !important;
  }

  .warp .txtbox {
    height: auto;
  }

  .warp .txtbox-recommend {
    /* height: 100%; */
    display: flex;
    justify-items: center;
  }

  .warp .txtbox-recommend ul {
    display: flex;
    flex-direction: column !important;
  }

  .warp .txtbox-recommend li {
    margin: 15vh 5vh !important;
    text-align: center;
  }

  .warp .txtbox-kxpj {
    padding: 200px 100px;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .inside-probox .warp .txtbox-center-left {
    padding: 25vh 10vh 2vh 5vh !important;
    text-align: left !important;
    position: absolute !important;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .warp .txtbox-top-left {
    text-align: left !important;
    position: absolute !important;
    left: 10vw;
    top: 20%;
  }

  .warp .txtbox-top-right {
    text-align: right !important;
    position: absolute !important;
    right: 10vw;
    top: 20%;
  }

  .inside-probox .warp .txtbox-center-left .text {
    font-weight: bold !important;
  }

  .warp .txtbox-left-1 .title {
    color: #fff !important;
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: normal !important;
    font-family: 'handel_gothicregular' !important;
    text-shadow: 0px 0px 10px #000 !important;
  }

  .inside-probox .warp .txtbox .title,
  .inside-probox .warp .txtbox-top-left .title,
  .inside-probox .warp .txtbox-left .title,
  .inside-probox .warp .txtbox-top-right .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    /* text-shadow: none !important; */
  }

  .inside-probox .warp-bai .txtbox .title,
  .inside-probox .warp-bai .txtbox-top-left .title,
  .inside-probox .warp-bai .txtbox-left .title,
  .inside-probox .warp-bai .txtbox-top-right .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-shadow: none !important;
  }

  .inside-probox .warp .txtbox-patents {
    left: 15%;
    text-align: left !important;
  }

  .inside-probox .warp .txtbox-patents-1 {
    left: 15%;
    padding: 30vh 10vh 2vh 15vh !important;
    text-align: left !important;
    display: flex;
    justify-content: center;
  }

  .inside-probox .warp .txtbox-top-right-1 {
    padding: 5vh 2vh 2vh 2vh !important;
    text-align: right !important;
  }

  /* 底部居中 */
  .inside-probox .warp .txtbox-bottom-parts {
    padding: 40vh 5vh 2vh 5vh !important
  }

  .inside-probox .warp .txtbox-bottom-parts-1 {
    padding: 60vh 5vh 2vh 5vh !important
  }

  .inside-probox .warp .font36 {
    font-size: 20px !important;
    line-height: 30px;
    /* padding: 2vh 2vh 2vh 2vh !important; */
  }

  .warp .button {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px !important;
  }

  .inside-probox .warp .tu {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .inside-probox .bg {
    padding-top: 40px;
  }

  .inside-probox .bg .list li {
    /* padding: 0 10px; */
    padding: 0 1vh;
  }

  .inside-probox .bg .list li p {
    padding-top: 0;
    font-size: 14px;
  }

  .inside-probox .bg .list li p span {
    font-size: 16px;
    /* margin: 0 1vh; */
  }
}


@media (max-width: 420px) {
  .inside-probox .bg .list {
    padding-bottom: 20px;
  }

  .inside-probox .bg .list li {
    padding: 0.1rem 0.1rem;
    width: 49%;
  }

  .inside-probox .bg .list li p {
    line-height: 20px;
  }

  .inside-probox .bg .list li .button a {
    margin-top: 5px;
    display: inline-block;
  }
}

.bg {
  background: #f7f7f7;
}

.bg .font36 {
  /* padding-bottom: 40px; */
  padding-bottom: 10px;
  text-align: center;
}

.container {
  /* max-width: 80%; */
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1390px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

#main {
  overflow: hidden;
  position: relative;
}

/* ---------------------------------HarmonyOS_Sans-----------------start---------------- */
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url("../font/HarmonyOS_Sans_Black.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url("../font/HarmonyOS_Sans_Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_Sans_Light';
  src: url("../font/HarmonyOS_Sans_Light.ttf");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url("../font/HarmonyOS_Sans_Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url("../font/HarmonyOS_Sans_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS_Sans_Thin';
  src: url("../font/HarmonyOS_Sans_Thin.ttf");
  font-weight: normal;
  font-style: normal;
}
/* ---------------------------------HarmonyOS_Sans-----------------end---------------- */
@font-face {
  font-family: 'handel_gothicregular';
  src: url('../font/handelgothicbt-regular-webfont.woff2') format('woff2'), url('../font/handelgothicbt-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'handel_gothic_dlight';
  src: url('../font/handelgotd-ligh-webfont.woff2') format('woff2'), url('../font/handelgotd-ligh-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

div::-webkit-scrollbar {
  width: 7px;
  height: 100%;
}

div::-webkit-scrollbar-button {
  display: none;
}

div::-webkit-scrollbar-track {
  background: url("../images/1.png") repeat-y center center;
  width: 5px;
}

div::-webkit-scrollbar-thumb {
  background: url("../images/scroll01.png") no-repeat center center;
  height: 20px;
  width: 5px;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  overflow: hidden !important;
}

.fp-tableCell {
  vertical-align: top !important;
}

.top {
  position: relative;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}

.header {
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 82px;
  position: absolute;
  font-family: 'handel_gothic_dlight';
}

.header .search {
  float: right;
  margin-left: 10px;
  max-width: 196px;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.header .search input {
  width: 100%;
  height: 32px;
  padding: 0 15px;
  line-height: 30px;
  border: 1px #312624 solid;
  border-radius: 25px;
  overflow: hidden;
  background: none;
}

.header .search a {
  right: 10px;
  top: 5px;
  position: absolute;
}

.header .nav {
  float: right;
}

.header .nav li {
  float: left;
  margin: 0 10px;
  height: 82px;
  font-size: 20px;
  line-height: 20px;
  padding-top: 55px;
  text-align: center;
  position: relative;
  /* border: 1px solid #0d419d; */
}

.header .nav li span {
  z-index: 9;
  position: relative;
}

.header .nav li>a {
  color: #000;
  display: block;
}

.header .nav li>a img {
  margin-top: 7px;
  margin-left: 4px;
}

.header .nav li>a:hover {
  color: #f39800;
  font-weight: bold;
  font-family: 'HarmonyOS_Sans_Medium';
}

.header .nav li .subnav {
  top: 80px;
  left: 50%;
  width: 124px;
  z-index: 99;
  transform: translateX(-50%);
  display: none;
  padding: 10px;
  position: absolute;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.header .nav li .subnav a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #444;
}

.header .nav li .subnav a:first-child {
  border-top: 0;
}

.header .nav li .subnav a:hover {
  background: rgba(51, 51, 51, 0.1);
  font-weight: bold;
  color: #f39800;
}

.header .nav li:hover>a {
  color: #f39800;
}

.header .nav .active a {
  color: #f35900;
}

.header .menu-1 {
  right: 20px;
  top: 9px;
  width: 34px;
  height: 34px;
  display: none;
  z-index: 99;
  position: absolute;
  background: url(../images/menu.png) no-repeat top center;
}

.header .phone-guanbi {
  background: url(../images/cloase.png) no-repeat top center;
}

@media (max-width: 1600px) {
  .header .nav li {
    font-size: 15px;
    margin: 0 7px;
  }

  .header .search {
    margin-right: 0;
    max-width: 120px;
  }
}

@media (max-width: 1500px) {
  .header .container {
    max-width: 1350px;
  }
}

@media (max-width: 1200px) {
  .header {
    top: 0;
    /* left: -3px; */
    height: 50px;
    background: #fff;
    width: 100%;
    border-bottom: solid 1px #f4f4f4;
    position: fixed !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .header .logo img {
    max-height: 50px;
  }

  .header .nav {
    display: none;
  }

  .header .search {
    display: none;
  }

  .header .menu-1 {
    display: block;
  }
}

.header-2 {
  top: auto;
  left: auto;
  background: #fff;
  position: relative;
}

.theme-popover-mask {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none;
  z-index: 999;
}

.theme-popover {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1000px;
  width: 100%;
  height: 450px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #f6f6f6;
  display: none;
  box-shadow: 0 0 10px #666;
}

@media (max-width: 640px) {
  .theme-popover {
    max-width: 320px;
    padding: 0 20px 20px 20px;
    height: auto;
  }

  .theme-popover .contact,
  .theme-popover .list-2 {
    /* display: none; */
    display: block;
  }
}

.theme-popover .theme-poptit {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-top: 60px;
}

@media (max-width: 640px) {
  .theme-popover .theme-poptit {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
  }
}

.theme-popover .theme-poptit span {
  color: #666;
  font-size: 24px;
}

.theme-popover .close {
  color: #999;
  font: bold 22px/22px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  right: 15px;
  top: 15px;
}

.theme-popover .theme-box {
  margin-top: 10px;
}

.foot {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  z-index: 999;
  font-size: 14px;
  background: #e6e6e6;
}

.foot a {
  color: #333;
}

@media (max-width: 1200px) {
  .foot {
    position: absolute;
    bottom: 0;
    padding: 0 0;
    left: auto;
    font-size: 12px !important;
  }
}

.foot-2 {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background: #e6e6e6;
}

.foot-2 a {
  color: #333;
}

#back-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
}

#back-to-top a {
  text-align: center;
  text-decoration: none;
  color: #d1d1d1;
  display: block;
  width: 60px;
  -moz-transition: color 1s;
  -webkit-transition: color 1s;
  -o-transition: color 1s;
  height: 50px;
}

#back-to-top a:hover {
  color: #979797;
}

#back-to-top a span {
  background: #d1d1d1;
  border-radius: 6px;
  display: block;
  height: 50px;
  width: 60px;
  background: #d1d1d1 url(../images/arrow-up.png) no-repeat center center;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
}

@media screen and (max-width:1200px) {
  #back-to-top {
    bottom: 1vh;
    right: 10px;
  }

  #back-to-top a span {
    height: 30px;
    width: 40px;
  }
}

#back-to-top a:hover span {
  background: #979797 url(../images/arrow-up.png) no-repeat center center;
}

#menu {
  position: fixed;
  left: 20px;
  top: 50%;
  width: 120px;
  padding: 0;
  z-index: 1999;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  #menu {
    display: none;
  }
}

video:focus {
  outline: -webkit-focus-ring-color auto 0px;
  /* border-radius: 10%; */
}

.section-content-video {
  position: relative;
  width: auto;
  padding: 15% 10% 10% 10%;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.section-content-wrapper {
  width: auto;
}

.section-content-wrapper-video {
  box-shadow: 0 0 5px #f4f4f4;
  border-radius: 10px;
}

@media (max-width:1200px) {
  .section-content-video {
    padding: 0 0 0 0;
  }
}


#menu li {
  margin-top: 5px;
  margin-left: 2px;
  width: 120px;
  position: relative;
  height: 35px;
  line-height: 35px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  color: #e1e1e1;
}

#menu a {
  display: block;
  color: #333;
  height: 35px;
  width: 120px;
  font-size: 16px;
  color: #e1e1e1;
}

#menu a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #666;
}

#menu a span {
  display: none;
  position: absolute;
  white-space: nowrap;
  color: #333;
  padding-left: 10px;
}

#menu .active a {
  color: #666;
  font-weight: bold;
  /* border:1px solid #fefefe; */
}

#menu .active a span,
#menu a:hover span {
  display: block;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #333;
  border-radius: 5px;
  /* border-bottom-right-radius: 5px; */
}

#menu .active a:after {
  font-weight: bold;
  background-color: #333;
}

.inside-banner {
  margin-top: 50px;
}

.inside-banner .container {
  /* max-width: 1400px; */
  width: 100%;
  /* height: 900px; */
  position: relative;
}

.inside-banner .container img {
  /* border: green solid 1px; */
  width: 100%;
  /* ... */
  height: 100%;
  /* ... */
  display: block;
  /* ... */
  border-radius: 10px;
}

.inside-banner .box-1 {
  overflow: hidden;
  padding: 50px 50px 50px 50px;
  /* background: url(../images/about-bg1.jpg) no-repeat top center; */
  font-size: 24px;
  line-height: 40px;
  color: #666;
}

.inside-banner .box-2 {
  overflow: hidden;
  padding: 50px 50px 50px 50px;
  /* background: url(../images/about-bg1.jpg) no-repeat top center; */
  font-size: 24px;
  line-height: 40px;
  color: #666;
}


@media (max-width: 1200px) {
  .inside-banner {
    margin-top: 10px;
  }
}

.inside-about .container {
  max-width: 1400px;
  width: 100%;
  position: relative;
}

.inside-about .title {
  color: #0d419d;
  margin-bottom: 40px;
}

.inside-about .title .cn {
  font-size: 48px;
  line-height: 60px;
}

.inside-about .title .en {
  font-size: 26px;
  line-height: 36px;
  margin-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.inside-about .title .en:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #0d419d;
}

.inside-about .box-1 {
  overflow: hidden;
  padding: 160px 0 140px 0px;
  background: url(../images/about-bg.jpg) no-repeat top center;
  font-size: 24px;
  line-height: 40px;
  color: #666;
  border-radius: 15px;
}

.inside-about .box-1 .txtbox {
  width: 61%;
  float: left;
}

.inside-about .box-1 .pic {
  float: right;
  width: 34%;
}

.inside-about .box-1 ul {
  margin: 0 -15px;
  padding-top: 30px;
}

.inside-about .box-1 ul li {
  padding: 0 15px;
  float: left;
  width: 33.333%;
  text-align: center;
}

.inside-about .box-2 {
  padding: 150px 0;
  background: url(../images/about-bg1.jpg) no-repeat top center;
}

.inside-about .box-2 ul {
  margin: 0 -12px;
}

.inside-about .box-2 li {
  padding: 12px;
  float: left;
  width: 20%;
}

.inside-about .box-2 li span {
  position: relative;
  display: block;
}

.inside-about .box-2 li span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.inside-about .box-3 {
  padding: 100px 0 50px 0;
}

.inside-about .contact-map {
  z-index: 1;
  width: 100%;
  position: relative;
  height: 400px;
}

.inside-about .contact-map img {
  max-width: none;
}

.inside-about .contact-map p {
  color: #999;
}

.inside-about .contact-map em {
  color: #000;
  font-size: 16px;
  font-style: normal;
}

.inside-about .contact-map #l-map {
  width: 100%;
  height: 400px;
}

@media (max-width: 1200px) {
  .inside-about .contact-map {
    display: none;
  }

  .inside-about .container {
    padding: 0 20px;
  }

  .inside-banner .container {
    padding: 0 20px;
  }

  .inside-about .title {
    margin-bottom: 20px;
  }

  .inside-about .title .cn {
    font-size: 24px;
    line-height: 30px;
  }

  .inside-about .title .en {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }

  .inside-about .box-1 {
    padding: 50px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .inside-banner .box-1 {
    padding: 60px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }

  .inside-banner .box-2 {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }


  .inside-about .box-2 {
    padding: 50px 0;
  }

  .inside-about .box-2 li {
    padding: 5px;
  }

  .inside-about .box-3 {
    padding: 50px 0;
  }
}

@media (max-width: 640px) {
  .inside-about .box-1 .txtbox {
    width: 100%;
    float: none;
  }

  .inside-about .box-1 .pic {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .inside-about .box-1 ul {
    display: none;
    margin-right: -5px;
    margin-left: -5px;
  }

  .inside-about .box-1 ul li {
    padding: 0 5px;
    width: 100%;
    float: none;
  }

  .inside-about .box-2 ul li {
    padding: 5px;
    width: 50%;
  }
}

.inside-message {
  padding: 0 10%;
  padding-top: 50px;
}

.inside-message img {
  transform: none !important;
}


.inside-message .left-list {
  padding: 20px 0;
  float: left;
  width: 40%;
  /* border: 1px #000 solid; */
}

@media (max-width:768px) {
  .inside-message .left-list {
    display: flex;
    justify-content: center;
  }
}

.inside-message .left-list li {
  float: left;
  width: 40%;
  text-align: center;
  /* display: inline-block; */
  margin: 0 0.5rem;
}

.inside-message .right-list {
  float: right;
  width: 50%;
}

.inside-message .list-1 {
  width: 45%;
  float: left;
  position: relative;
}

.inside-message .list-1:before {
  content: "";
  top: 0;
  right: -30px;
  height: 100%;
  position: absolute;
  border-left: dashed 2px #ccc;
}

.inside-message .list-1 li {
  margin-bottom: 15px;
}

.inside-message .list-1 li p {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.inside-message .left-list li input,
.inside-message .left-list li textarea,
.inside-message .list-1 li input,
.inside-message .list-1 li textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 34px;
  padding: 0 10px;
  line-height: 32px;
  transition: all 700ms ease;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.inside-message .left-list li textarea,
.inside-message .list-1 li textarea {
  height: 110px;
}

.inside-message .list-1 li input:focus,
.inside-message .list-1 li textarea:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.inside-message .list-1 li a {
  display: block;
  background-color: #e6e6e6;
  border-color: #adadad;
  padding: 10px 16px;
  font-size: 18px;
  color: #333;
  border-radius: 6px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.inside-message .list-1 li a:hover {
  background: #ddd;
}

.inside-message .list-2 {
  /* width: 50%; */
  /* width: 45% !important; */
  float: right;
  position: relative;
  border: 1px #000 solid;
  padding: 20px 0;
  display: flex;
  justify-items: center;
  justify-content: center;
}

@media (max-width:768px) {
  .inside-message .list-2 {
    width: 100% !important;
    display: block;
  }
}

.inside-message .list-2 li {
  /* max-width: 45%; */
  width: auto;
  float: left;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .inside-message {
    padding: 0;
    padding-top: 10px;
  }
}

@media (max-width: 480px) {

  .inside-message .list-1,
  .inside-message .left-list,
  .inside-message .list-2 {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .inside-message .list-1 li {
    margin-bottom: 0;
  }

  .inside-message .list-1 li p {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.contact {
  padding: 50px 0 0 0;
}

.contact li {
  color: #333;
  float: left;
  font-size: 18px;
  width: 25%;
}

.contact li img {
  margin: 3px 5px 0 0;
}

.contact li a {
  /* color: #333; */
  text-decoration: none;
  /* 去掉下划线 */
  color: #007bff;
  /* 设置链接颜色 */
}

.contact li a:hover {
  text-decoration: underline;
  color: #0056b3;
  /* 设置链接高亮颜色 */
}

.contact li:first-child {
  width: 50%;
}

@media (max-width: 640px) {
  .contact li {
    width: 100% !important;
    float: none;
    font-size: 15px;
  }
}

.phone-nav-1 .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}

.phone-nav-1 .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}

.phone-nav-1 .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.phone-nav-1 {
  top: 50px;
  z-index: 9999999;
  position: fixed;
  right: 0%;
  width: 100%;
  display: none;
  height: 100%;
  background: #fff;
  padding-bottom: 100px;
}

.phone-nav-1 .box {
  overflow-y: auto;
  padding: 40px 0;
  padding-bottom: 20px;
  padding-top: 10px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.phone-nav-1 .list-menu li:last-child {
  border-bottom: 0;
}

.phone-nav-1 .list-menu li {
  font-size: 18px;
  position: relative;
  line-height: 30px;
  padding: 5px 10px;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}

.phone-nav-1 .list-menu li a {
  display: block;
  color: #333;
  padding: 7px 15px;
}

.phone-nav-1 .list-menu li span {
  z-index: 9;
  display: block;
  position: relative;
  color: #333;
  cursor: pointer;
  padding: 3px 15px;
}

.phone-nav-1 .list-menu li span:after {
  content: "";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 12px;
  position: absolute;
  transition: all 500ms ease;
  transform: rotate(-45deg);
  border-left: solid 2px #999;
  border-bottom: solid 2px #999;
}

.phone-nav-1 .list-menu li .active:after {
  transform: rotate(135deg);
}

.phone-nav-1 .list-menu .submenu {
  overflow: hidden;
  display: none;
  padding: 20px 0;
  padding-top: 10px;
}

.phone-nav-1 .list-menu .submenu .item {
  padding: 15px 0;
  overflow: hidden;
  border-top: solid 1px #eee;
}

.phone-nav-1 .list-menu .submenu h2 {
  font-size: 16px;
  color: #888;
  padding-left: 15px;
  position: relative;
}

.phone-nav-1 .list-menu .submenu a {
  color: #666;
  width: 50%;
  float: left;
  display: block;
  font-size: 16px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

.phone-nav-1 .list-menu li:first-child .submenu a {
  width: 33.333%;
  position: relative;
}

.theme-poptit {
  text-align: center;
}

.theme-box .contact {
  text-align: center;
  padding: 10px 0 0 0;
}

@media (max-width:768px) {
  .theme-box .contact {
    text-align: left;
  }
}

.theme-box .contact li {
  float: none;
  padding: 0 10px;
  width: auto !important;
  display: inline-block;
}

.header-3 .nav li>a {
  color: #fff;
  text-shadow: 0px 0px 10px #666;
}

.warp-hei .text {
  color: #000;
}

.warp-hei .title {
  color: #000;
}

.warp-hei .title-index {
  color: #000;
  text-shadow: none !important;
}

@media(max-width:1200px) {

  .warp-bai .title,
  .warp-hei .title {
    font-size: 36px;
  }
}

.warp-bai .text {
  color: #fff;
}

.warp-bai .button a {
  color: #fff !important;
  border: solid 1px #fff;
}

.warp-bai .txtbox div,
.warp-bai .txtbox p {
  color: #fff;
}

.header-3 .search input {
  border: 1px solid #fff;
}

.ac982f_15 {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: calc(100%) 109%;
}

.a1-2 {
  background-size: auto 100%;
}

.a1-3 {
  background-position: left center;
  background-color: #f7f7f7;
  background-size: auto 100%;
}

.a1-bg {
  background-color: #f7f7f7;
}

.a2-bg {
  background-color: #070002;
}

.warp .wenzi-xz {
  right: 0;
  width: 45%;
  text-align: left;
}

.warp .wenzi-xz .button a {
  text-align: center;
}

.warp .wenzi-xz .text {
  margin-top: 10px;
}

.ac986f_14 {
  background-position: top left;
  background-size: calc(100%) 109%;
}

.ac986f_15 {
  background-position: left center;
  background-size: calc(100%) 109%;
}

.ac982f_2 {
  background-position: top center;
  background-size: calc(100%) 109%;
}

.ac982f_8 {
  background-position: center -22px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ac976_2 {
  background-position: left center;
  /* contain：将背景图片缩放到完全包含在背景区域内 */
  background-size: contain;
}

.m6-4 {
  background-position: left bottom;
  background-size: auto 100%;
}

.m6-7 {
  background-position: right top;
  background-size: auto 100%;
}

.m6-8 {
  background-position: left top;
  background-size: auto 100%;
}

.m6-9 {
  background-position: right bottom;
  background-size: auto 100%;
}

.m6-5 {
  background-position: right bottom;
  background-size: 100%;
}

.m5f-1 {
  background-position: center;
  background-size: auto 100%;
}

.m5f-2 {
  background-position: center;
  background-size: 100%;
}

.m5f-10 {
  background-position: left center;
  background-size: auto 100%;
}

.m6-10 {
  background-position: right top;
  background-size: 100%;
}

.m5f-11 {
  background-position: right center;
  background-size: auto 100%;
}

.m2a_2 {
  background-position: top;
  /* contain：将背景图片缩放到完全包含在背景区域内 */
  background-size: contain;
}

.m2a_3 {
  background-position: center;
  /* contain：将背景图片缩放到完全包含在背景区域内 */
  background-size: contain;
}

.bg2 {
  background-color: #000;
}

.bg .font36 {
  color: #fff;
}

.bg2 .warp .list li p {
  color: #fff;
}

.bg2 .warp .button a {
  color: #fff;
  border: 1px solid #fff;
}

.bg2 .warp .button a:hover {
  color: #000;
  background: #FFF;
  border: 1px #979391 solid;
}

.m6-12 {
  background-position: center 32%;
  background-size: cover;
}

.fp-viewing-page91 #menu .active a::after,
.fp-viewing-page80 #menu .active a::after {
  background: #ffffff;
}

.fp-viewing-page91 #menu a::after,
.fp-viewing-page80 #menu a::after {
  background: rgba(255, 255, 255, 0.5);
}

.fp-viewing-page109 #menu .active a::after,
.fp-viewing-page119 #menu .active a::after {
  background: #ffffff;
}

.fp-viewing-page109 #menu a::after,
.fp-viewing-page119 #menu a::after {
  background: rgba(255, 255, 255, 0.5);
}

.fp-viewing-page109 #menu .active a span,
.fp-viewing-page119 #menu .active a::after {
  color: #fff;
}

.fp-viewing-page179 #menu .active a::after,
.fp-viewing-page167 #menu .active a::after,
.fp-viewing-page169 #menu .active a::after,
.fp-viewing-page171 #menu .active a::after,
.fp-viewing-page177 #menu .active a::after,
.fp-viewing-page173 #menu .active a::after,
.fp-viewing-page175 #menu .active a::after,
.fp-viewing-page1001 #menu .active a::after,
.fp-viewing-page275 #menu .active a::after,
.fp-viewing-page273 #menu .active a::after,
.fp-viewing-page271 #menu .active a::after,
.fp-viewing-page269 #menu .active a::after,
.fp-viewing-page267 #menu .active a::after,
.fp-viewing-page277 #menu .active a::after,
.fp-viewing-page266 #menu .active a::after,
.fp-viewing-page264 #menu .active a::after,
.fp-viewing-page262 #menu .active a::after,
.fp-viewing-page260 #menu .active a::after,
.fp-viewing-page258 #menu .active a::after,
.fp-viewing-page256 #menu .active a::after,
.fp-viewing-page254 #menu .active a::after,
.fp-viewing-page252 #menu .active a::after,
.fp-viewing-page250 #menu .active a::after,
.fp-viewing-page249 #menu .active a::after,
.fp-viewing-page247 #menu .active a::after,
.fp-viewing-page245 #menu .active a::after,
.fp-viewing-page243 #menu .active a::after,
.fp-viewing-page241 #menu .active a::after,
.fp-viewing-page239 #menu .active a::after,
.fp-viewing-page237 #menu .active a::after,
.fp-viewing-page235 #menu .active a::after,
.fp-viewing-page10001 #menu .active a::after,
.fp-viewing-page233 #menu .active a::after,
.fp-viewing-page231 #menu .active a::after,
.fp-viewing-page229 #menu .active a::after,
.fp-viewing-page227 #menu .active a::after,
.fp-viewing-page225 #menu .active a::after,
.fp-viewing-page223 #menu .active a::after,
.fp-viewing-page221 #menu .active a::after,
.fp-viewing-page219 #menu .active a::after,
.fp-viewing-page217 #menu .active a::after,
.fp-viewing-page215 #menu .active a::after,
.fp-viewing-page213 #menu .active a::after,
.fp-viewing-page211 #menu .active a::after,
.fp-viewing-page209 #menu .active a::after,
.fp-viewing-page207 #menu .active a::after,
.fp-viewing-page205 #menu .active a::after,
.fp-viewing-page203 #menu .active a::after,
.fp-viewing-page201 #menu .active a::after,
.fp-viewing-page199 #menu .active a::after,
.fp-viewing-page197 #menu .active a::after,
.fp-viewing-page195 #menu .active a::after,
.fp-viewing-page193 #menu .active a::after,
.fp-viewing-page191 #menu .active a::after,
.fp-viewing-page189 #menu .active a::after,
.fp-viewing-page187 #menu .active a::after,
.fp-viewing-page185 #menu .active a::after,
.fp-viewing-page183 #menu .active a::after,
.fp-viewing-page181 #menu .active a::after,
.fp-viewing-page165 #menu .active a::after,
.fp-viewing-page75 #menu .active a::after,
.fp-viewing-page73 #menu .active a::after,
.fp-viewing-page1 #menu .active a::after,
.fp-viewing-page3 #menu .active a::after,
.fp-viewing-page5 #menu .active a::after,
.fp-viewing-page7 #menu .active a::after,
.fp-viewing-page9 #menu .active a::after,
.fp-viewing-page11 #menu .active a::after,
.fp-viewing-page13 #menu .active a::after,
/* 976-2 */
.fp-viewing-page976-2 #menu .active a::after,

/* M1+ */
.fp-viewing-pageM1P-2 #menu .active a::after,
.fp-viewing-pageM1P-4 #menu .active a::after,
.fp-viewing-pageM1P-6 #menu .active a::after,
.fp-viewing-pageM1P-8 #menu .active a::after,
.fp-viewing-pageM1P-10 #menu .active a::after,
.fp-viewing-pageM1P-12 #menu .active a::after,
.fp-viewing-pageM1P-14 #menu .active a::after,

/* M2+ */
.fp-viewing-pageM2P-2 #menu .active a::after,
.fp-viewing-pageM2P-4 #menu .active a::after,
.fp-viewing-pageM2P-6 #menu .active a::after,
.fp-viewing-pageM2P-8 #menu .active a::after,
.fp-viewing-pageM2P-10 #menu .active a::after,
.fp-viewing-pageM2P-12 #menu .active a::after,
.fp-viewing-pageM2P-14 #menu .active a::after,
.fp-viewing-pageM2P-16 #menu .active a::after,
/* M5 */
.fp-viewing-pageM5-2 #menu .active a::after,
.fp-viewing-pageM5-4 #menu .active a::after,
.fp-viewing-pageM5-6 #menu .active a::after,
.fp-viewing-pageM5-8 #menu .active a::after,
.fp-viewing-pageM5-10 #menu .active a::after,
.fp-viewing-pageM5-12 #menu .active a::after,
.fp-viewing-pageM5-14 #menu .active a::after,
.fp-viewing-pageM5-16 #menu .active a::after,
.fp-viewing-pageM5-18 #menu .active a::after,
/* m5f */
.fp-viewing-pageM5F-2 #menu .active a::after,
.fp-viewing-pageM5F-4 #menu .active a::after,
.fp-viewing-pageM5F-6 #menu .active a::after,
.fp-viewing-pageM5F-8 #menu .active a::after,
.fp-viewing-pageM5F-10 #menu .active a::after,
.fp-viewing-pageM5F-12 #menu .active a::after,
.fp-viewing-pageM5F-14 #menu .active a::after,
.fp-viewing-pageM5F-16 #menu .active a::after,
.fp-viewing-pageM5F-18 #menu .active a::after,
/* m6 */
.fp-viewing-pageM6-2 #menu .active a::after,
.fp-viewing-pageM6-4 #menu .active a::after,
.fp-viewing-pageM6-6 #menu .active a::after,
.fp-viewing-pageM6-8 #menu .active a::after,
.fp-viewing-pageM6-10 #menu .active a::after,
.fp-viewing-pageM6-12 #menu .active a::after,

/* m10+ */
.fp-viewing-pageM10-2 #menu .active a::after,
.fp-viewing-pageM10-4 #menu .active a::after,
.fp-viewing-pageM10-6 #menu .active a::after,
.fp-viewing-pageM10-8 #menu .active a::after,
.fp-viewing-pageM10-10 #menu .active a::after,
.fp-viewing-pageM10-12 #menu .active a::after,
.fp-viewing-pageM10-14 #menu .active a::after,
/* .fp-viewing-pageM10-16 #menu .active a::after, */
/* M11 */
.fp-viewing-pageM11-2 #menu .active a::after,
.fp-viewing-pageM11-4 #menu .active a::after,
.fp-viewing-pageM11-6 #menu .active a::after,
.fp-viewing-pageM11-8 #menu .active a::after,
.fp-viewing-pageM11-10 #menu .active a::after,
.fp-viewing-pageM11-12 #menu .active a::after,

/* 981 */
.fp-viewing-page981-2 #menu .active a::after,
.fp-viewing-page15 #menu .active a::after {
  font-weight: bold;
  background: #ffffff;
}

/* ACME 552f */
.fp-viewing-page552F-1 #menu .active a::after,
.fp-viewing-page552F-2 #menu .active a::after,
.fp-viewing-page552F-3 #menu .active a::after,
.fp-viewing-page552F-4 #menu .active a::after,
.fp-viewing-page552F-5 #menu .active a::after,
.fp-viewing-page552F-6 #menu .active a::after,
.fp-viewing-page552F-7 #menu .active a::after,
.fp-viewing-page552F-8 #menu .active a::after,
.fp-viewing-page552F-9 #menu .active a::after,
.fp-viewing-page552F-10 #menu .active a::after,
.fp-viewing-page552F-11 #menu .active a::after,
.fp-viewing-page552F-12 #menu .active a::after,
.fp-viewing-page552F-13 #menu .active a::after,
.fp-viewing-page552F-14 #menu .active a::after,
/* 551f */

.fp-viewing-page551F-1 #menu .active a::after,
.fp-viewing-page551F-2 #menu .active a::after,
.fp-viewing-page551F-3 #menu .active a::after,
.fp-viewing-page551F-4 #menu .active a::after,
.fp-viewing-page551F-5 #menu .active a::after,
.fp-viewing-page551F-6 #menu .active a::after,
.fp-viewing-page551F-7 #menu .active a::after,
.fp-viewing-page551F-8 #menu .active a::after,
.fp-viewing-page551F-9 #menu .active a::after,
.fp-viewing-page551F-10 #menu .active a::after,
.fp-viewing-page551F-11 #menu .active a::after,
.fp-viewing-page551F-12 #menu .active a::after,
.fp-viewing-page551F-13 #menu .active a::after,
.fp-viewing-page551F-14 #menu .active a::after,
/* m1+ */
.fp-viewing-pageM1P-1 #menu .active a::after,
.fp-viewing-pageM1P-3 #menu .active a::after,
.fp-viewing-pageM1P-5 #menu .active a::after,
.fp-viewing-pageM1P-7 #menu .active a::after,
.fp-viewing-pageM1P-9 #menu .active a::after,
.fp-viewing-pageM1P-11 #menu .active a::after,
.fp-viewing-pageM1P-13 #menu .active a::after,
.fp-viewing-pageM1P-15 #menu .active a::after,

/* m2+ */
.fp-viewing-pageM2P-1 #menu .active a::after,
.fp-viewing-pageM2P-3 #menu .active a::after,
.fp-viewing-pageM2P-5 #menu .active a::after,
.fp-viewing-pageM2P-7 #menu .active a::after,
.fp-viewing-pageM2P-9 #menu .active a::after,
.fp-viewing-pageM2P-11 #menu .active a::after,
.fp-viewing-pageM2P-13 #menu .active a::after,
.fp-viewing-pageM2P-15 #menu .active a::after,
/* M5 */
.fp-viewing-pageM5-1 #menu .active a::after,
.fp-viewing-pageM5-3 #menu .active a::after,
.fp-viewing-pageM5-5 #menu .active a::after,
.fp-viewing-pageM5-7 #menu .active a::after,
.fp-viewing-pageM5-9 #menu .active a::after,
.fp-viewing-pageM5-11 #menu .active a::after,
.fp-viewing-pageM5-13 #menu .active a::after,
.fp-viewing-pageM5-15 #menu .active a::after,
.fp-viewing-pageM5-17 #menu .active a::after,

/* M5F */
.fp-viewing-pageM5F-1 #menu .active a::after,
.fp-viewing-pageM5F-3 #menu .active a::after,
.fp-viewing-pageM5F-5 #menu .active a::after,
.fp-viewing-pageM5F-7 #menu .active a::after,
.fp-viewing-pageM5F-9 #menu .active a::after,
.fp-viewing-pageM5F-11 #menu .active a::after,
.fp-viewing-pageM5F-13 #menu .active a::after,
.fp-viewing-pageM5F-15 #menu .active a::after,
.fp-viewing-pageM5F-17 #menu .active a::after,
/* m6 */
.fp-viewing-pageM6-1 #menu .active a::after,
.fp-viewing-pageM6-3 #menu .active a::after,
.fp-viewing-pageM6-5 #menu .active a::after,
.fp-viewing-pageM6-7 #menu .active a::after,
.fp-viewing-pageM6-9 #menu .active a::after,
.fp-viewing-pageM6-11 #menu .active a::after,
/* M10+ */
.fp-viewing-pageM10-1 #menu .active a::after,
.fp-viewing-pageM10-3 #menu .active a::after,
.fp-viewing-pageM10-5 #menu .active a::after,
.fp-viewing-pageM10-7 #menu .active a::after,
.fp-viewing-pageM10-9 #menu .active a::after,
.fp-viewing-pageM10-11 #menu .active a::after,
.fp-viewing-pageM10-13 #menu .active a::after,
.fp-viewing-pageM10-15 #menu .active a::after,
/* M11 */
.fp-viewing-pageM11-1 #menu .active a::after,
.fp-viewing-pageM11-3 #menu .active a::after,
.fp-viewing-pageM11-5 #menu .active a::after,
.fp-viewing-pageM11-7 #menu .active a::after,
.fp-viewing-pageM11-9 #menu .active a::after,
.fp-viewing-pageM11-11 #menu .active a::after,
.fp-viewing-pageM11-13 #menu .active a::after,
/* .fp-viewing-pageM11-14 #menu .active a::after, */
/* L5详情导航点击样式 */
.fp-viewing-pageL1-1 #menu .active a::after,
.fp-viewing-pageL1-2 #menu .active a::after,
.fp-viewing-pageL1-3 #menu .active a::after,
.fp-viewing-pageL1-4 #menu .active a::after,
.fp-viewing-pageL1-5 #menu .active a::after,
.fp-viewing-pageL1-6 #menu .active a::after,
.fp-viewing-pageL1-7 #menu .active a::after,
.fp-viewing-pageL1-8 #menu .active a::after,
.fp-viewing-pageL1-9 #menu .active a::after,
.fp-viewing-pageL1-10 #menu .active a::after,
.fp-viewing-pageL1-11 #menu .active a::after,
.fp-viewing-pageL1-12 #menu .active a::after,
.fp-viewing-pageL1-13 #menu .active a::after,
.fp-viewing-pageL2-1 #menu .active a::after,
.fp-viewing-pageL2-2 #menu .active a::after,
.fp-viewing-pageL2-3 #menu .active a::after,
.fp-viewing-pageL2-4 #menu .active a::after,
.fp-viewing-pageL2-5 #menu .active a::after,
.fp-viewing-pageL2-6 #menu .active a::after,
.fp-viewing-pageL2-7 #menu .active a::after,
.fp-viewing-pageL2-8 #menu .active a::after,
.fp-viewing-pageL2-9 #menu .active a::after,
.fp-viewing-pageL2-10 #menu .active a::after,
.fp-viewing-pageL2-11 #menu .active a::after,
.fp-viewing-pageL2-12 #menu .active a::after,
.fp-viewing-pageL3-1 #menu .active a::after,
.fp-viewing-pageL3-2 #menu .active a::after,
.fp-viewing-pageL3-3 #menu .active a::after,
.fp-viewing-pageL3-4 #menu .active a::after,
.fp-viewing-pageL3-5 #menu .active a::after,
.fp-viewing-pageL3-6 #menu .active a::after,
.fp-viewing-pageL3-7 #menu .active a::after,
.fp-viewing-pageL3-8 #menu .active a::after,
.fp-viewing-pageL3-9 #menu .active a::after,
.fp-viewing-pageL3-10 #menu .active a::after,
.fp-viewing-pageL3-11 #menu .active a::after,
.fp-viewing-pageL3-12 #menu .active a::after,
.fp-viewing-pageL3-13 #menu .active a::after,
.fp-viewing-pageL3-14 #menu .active a::after,
.fp-viewing-pageL5-1 #menu .active a::after,
.fp-viewing-pageL5-2 #menu .active a::after,
.fp-viewing-pageL5-3 #menu .active a::after,
.fp-viewing-pageL5-4 #menu .active a::after,
.fp-viewing-pageL5-5 #menu .active a::after,
.fp-viewing-pageL5-6 #menu .active a::after,
.fp-viewing-pageL5-7 #menu .active a::after,
.fp-viewing-pageL5-8 #menu .active a::after,
.fp-viewing-pageL5-9 #menu .active a::after,
.fp-viewing-pageL5-10 #menu .active a::after,
.fp-viewing-pageL5-11 #menu .active a::after,
.fp-viewing-pageL5-12 #menu .active a::after,
.fp-viewing-pageL5-13 #menu .active a::after,
.fp-viewing-pageL5-14 #menu .active a::after,
.fp-viewing-pageL5-16 #menu .active a::after,
.fp-viewing-pageL5-15 #menu .active a::after {
  color: #000;
  font-weight: bolder;
  font-size: large;
  width: 3px;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.fp-viewing-page233 #menu a span,
.fp-viewing-page231 #menu a span,
.fp-viewing-page229 #menu a span,
.fp-viewing-page227 #menu a span,
.fp-viewing-page225 #menu a span,
.fp-viewing-page223 #menu a span,
.fp-viewing-page221 #menu a span,
.fp-viewing-page219 #menu a span,
.fp-viewing-page217 #menu a span,
.fp-viewing-page215 #menu a span,
.fp-viewing-page213 #menu a span,
.fp-viewing-page211 #menu a span,
.fp-viewing-page209 #menu a span,
.fp-viewing-page207 #menu a span,
.fp-viewing-page205 #menu a span,
.fp-viewing-page203 #menu a span,
.fp-viewing-page201 #menu a span,
.fp-viewing-page199 #menu a span,
.fp-viewing-page197 #menu a span,
.fp-viewing-page179 #menu a span,
.fp-viewing-page167 #menu a span,
.fp-viewing-page169 #menu a span,
.fp-viewing-page171 #menu a span,
.fp-viewing-page177 #menu a span,
.fp-viewing-page173 #menu a span,
.fp-viewing-page175 #menu a span,
.fp-viewing-page1001 #menu a span,
.fp-viewing-page275 #menu a span,
.fp-viewing-page273 #menu a span,
.fp-viewing-page271 #menu a span,
.fp-viewing-page269 #menu a span,
.fp-viewing-page267 #menu a span,
.fp-viewing-page277 #menu a span,
.fp-viewing-page266 #menu a span,
.fp-viewing-page264 #menu a span,
.fp-viewing-page262 #menu a span,
.fp-viewing-page260 #menu a span,
.fp-viewing-page258 #menu a span,
.fp-viewing-page256 #menu a span,
.fp-viewing-page254 #menu a span,
.fp-viewing-page252 #menu a span,
.fp-viewing-page250 #menu a span,
.fp-viewing-page249 #menu a span,
.fp-viewing-page247 #menu a span,
.fp-viewing-page245 #menu a span,
.fp-viewing-page243 #menu a span,
.fp-viewing-page241 #menu a span,
.fp-viewing-page239 #menu a span,
.fp-viewing-page237 #menu a span,
.fp-viewing-page235 #menu a span,
.fp-viewing-page1001 #menu a span,
.fp-viewing-page277 #menu a span,
.fp-viewing-page266 #menu a span,
.fp-viewing-page249 #menu a span,
.p_r1 #menu a span,
.fp-viewing-page233 #menu a span,
.fp-viewing-page21 #menu a span,
.fp-viewing-page05 #menu a span,
.fp-viewing-page193 #menu a span,
.fp-viewing-page165 #menu a span,
.fp-viewing-page75 #menu a span,
.fp-viewing-page73 #menu a span,
.fp-viewing-page191 #menu a span,
.fp-viewing-page189 #menu a span,
.fp-viewing-page187 #menu a span,
.fp-viewing-page185 #menu a span,
.fp-viewing-page183 #menu a span,
.fp-viewing-page181 #menu a span,
.fp-viewing-page165 #menu a span,
.fp-viewing-page75 #menu a span,
.fp-viewing-page73 #menu a span,
.fp-viewing-page80 #menu a span,
/* .fp-viewing-page1 #menu a span, */
.fp-viewing-page3 #menu a span,
.fp-viewing-page5 #menu a span,
.fp-viewing-page7 #menu a span,
.fp-viewing-page9 #menu a span,
.fp-viewing-page11 #menu a span,
.fp-viewing-page13 #menu a span,
.fp-viewing-page15 #menu a span,
/* m2+ */
.fp-viewing-page976-2 #menu a span,

/* m1+ */
.fp-viewing-pageM1P-2 #menu a span,
.fp-viewing-pageM1P-4 #menu a span,
.fp-viewing-pageM1P-6 #menu a span,
.fp-viewing-pageM1P-8 #menu a span,
.fp-viewing-pageM1P-10 #menu a span,
.fp-viewing-pageM1P-12 #menu a span,
.fp-viewing-pageM1P-14 #menu a span,
/* m2+ */
.fp-viewing-pageM2P-2 #menu a span,
.fp-viewing-pageM2P-4 #menu a span,
.fp-viewing-pageM2P-6 #menu a span,
.fp-viewing-pageM2P-8 #menu a span,
.fp-viewing-pageM2P-10 #menu a span,
.fp-viewing-pageM2P-12 #menu a span,
.fp-viewing-pageM2P-14 #menu a span,
/* m5 */
.fp-viewing-pageM5-2 #menu a span,
.fp-viewing-pageM5-4 #menu a span,
.fp-viewing-pageM5-6 #menu a span,
.fp-viewing-pageM5-8 #menu a span,
.fp-viewing-pageM5-10 #menu a span,
.fp-viewing-pageM5-12 #menu a span,
.fp-viewing-pageM5-14 #menu a span,
.fp-viewing-pageM5-16 #menu a span,
/* m5f */
.fp-viewing-pageM5F-2 #menu a span,
.fp-viewing-pageM5F-4 #menu a span,
.fp-viewing-pageM5F-6 #menu a span,
.fp-viewing-pageM5F-8 #menu a span,
.fp-viewing-pageM5F-10 #menu a span,
.fp-viewing-pageM5F-12 #menu a span,
.fp-viewing-pageM5F-14 #menu a span,
.fp-viewing-pageM5F-16 #menu a span,
.fp-viewing-pageM5F-18 #menu a span,
/* madeshow M6 */
.fp-viewing-pageM6-2 #menu a span,
.fp-viewing-pageM6-4 #menu a span,
.fp-viewing-pageM6-6 #menu a span,
.fp-viewing-pageM6-8 #menu a span,
.fp-viewing-pageM6-10 #menu a span,
.fp-viewing-pageM6-12 #menu a span,
/* madeshow m10 */
.fp-viewing-pageM10-2 #menu a span,
.fp-viewing-pageM10-4 #menu a span,
.fp-viewing-pageM10-6 #menu a span,
.fp-viewing-pageM10-8 #menu a span,
.fp-viewing-pageM10-10 #menu a span,
.fp-viewing-pageM10-12 #menu a span,
.fp-viewing-pageM10-14 #menu a span,
/* .fp-viewing-pageM10-16 #menu a span, */

.fp-viewing-page981-2 #menu a span,
/* madeshow m11 */
.fp-viewing-pageM11-2 #menu a span,
.fp-viewing-pageM11-4 #menu a span,
.fp-viewing-pageM11-6 #menu a span,
.fp-viewing-pageM11-8 #menu a span,
.fp-viewing-pageM11-10 #menu a span,
.fp-viewing-pageM11-12 #menu a span,
.fp-viewing-page91 #menu a span {
  color: #fff;
}

/* madeshow */
.fp-viewing-pageM11-1 #menu a span,
.fp-viewing-pageM11-3 #menu a span,
.fp-viewing-pageM11-5 #menu a span,
.fp-viewing-pageM11-7 #menu a span,
.fp-viewing-pageM11-9 #menu a span,
.fp-viewing-pageM11-11 #menu a span,
.fp-viewing-pageM11-13 #menu a span,
.fp-viewing-pageM11-14 #menu a span,
/* loveshow */
.fp-viewing-pageL1-1 #menu a span,
.fp-viewing-pageL2-1 #menu a span,
.fp-viewing-pageL3-1 #menu a span,
.fp-viewing-pageL3-2 #menu a span,
.fp-viewing-pageL3-3 #menu a span,
.fp-viewing-pageL3-4 #menu a span,
.fp-viewing-pageL3-5 #menu a span,
.fp-viewing-pageL3-6 #menu a span,
.fp-viewing-pageL3-7 #menu a span,
.fp-viewing-pageL3-8 #menu a span,
.fp-viewing-pageL3-9 #menu a span,
.fp-viewing-pageL3-11 #menu a span,
.fp-viewing-pageL3-12 #menu a span,
.fp-viewing-pageL3-13 #menu a span,
.fp-viewing-pageL3-14 #menu a span,
.fp-viewing-pageL5-1 #menu a span,
.fp-viewing-pageL5-2 #menu a span,
.fp-viewing-pageL5-3 #menu a span,
.fp-viewing-pageL5-4 #menu a span,
.fp-viewing-pageL5-5 #menu a span,
.fp-viewing-pageL5-6 #menu a span,
.fp-viewing-pageL5-7 #menu a span,
.fp-viewing-pageL5-8 #menu a span,
.fp-viewing-pageL5-9 #menu a span,
.fp-viewing-pageL5-11 #menu a span,
.fp-viewing-pageL5-12 #menu a span,
.fp-viewing-pageL5-13 #menu a span,
.fp-viewing-pageL5-14 #menu a span,
.fp-viewing-pageL5-16 #menu a span,
.fp-viewing-pageL5-15 #menu a span {
  color: #000;
  /* background: #f4f4f4; */
}

.fp-viewing-page119 #menu .active a span {
  color: #fff;
}

.warp .button a {
  text-decoration: none !important;
}

/* #menu .baise  a::after {
  background-color: #fff;
} */
.bg .font36 {
  color: #000;
  padding-bottom: 30px;
}

.bg2 .font36 {
  color: #fff;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  .bg .font36 {
    color: #000;
    padding-bottom: 1vh;
  }

  .bg2 .font36 {
    color: #fff;
    padding-bottom: 5vh;
  }

  .warp-bai {
    color: #fff;
  }

  warp-hei .warp-bai .txtbox div,
  .warp-bai .txtbox p {
    color: #fff;
  }

  .warp .button a {
    height: 20px;
    line-height: 20px;
  }

  .warp-bai .button a {
    color: #fff !important;
    border: solid 1px #fff !important;
  }

  .inside-probox .warp .list-2 li .tit span {
    font-size: 13px !important;
  }

  .inside-probox .warp .list-2 {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 100% !important;
  }

  .inside-probox .warp .list-2 li {
    padding: 0 !important;
  }

  .inside-probox .warp .list-2 li .tit {
    line-height: 24px;
  }

  .inside-probox .warp .list-2 {
    overflow: hidden;
  }

  .inside-probox .warp .font36 span {
    font-size: 20px !important;
  }

  .warp .list-acme li .tit {
    line-height: 24px;
    /* font-weight: bold; */
  }

  .warp .table tr,
  .warp .table td,
  .warp .table th {
    padding: 0 0 0 0;
    /* color: #666 !important; */
  }

  .warp .list {
    max-width: 1200px;
    padding-bottom: 1vh;
    /* margin: 10px auto !important; */
  }

  .warp .list li p span {
    padding-right: 0px;
  }

  .bg2 .warp .font36 {
    color: #fff !important;
  }
}

.pcimgyingcang2 {
  display: none;
}

@media (max-width: 1200px) {
  .pcimgyingcang1 {
    display: none;
  }

  .pcimgyingcang2 {
    display: block;
  }
}

.fp-viewing-page10001 .p_r1 a::after {
  background: #333 !important;
}

.fp-viewing-page10001 .p_r1 a span {
  color: #333 !important;
}

.fp-viewing-page299 .warp .title,
.fp-viewing-page292 .warp .title,
.fp-viewing-page290 .warp .title,
.fp-viewing-page291 .warp .title,
.fp-viewing-page290 .warp .title,
.fp-viewing-page289 .warp .title,
.fp-viewing-page288 .warp .title,
.fp-viewing-page287 .warp .title,
.fp-viewing-page286 .warp .title,
.fp-viewing-page285 .warp .title,
.fp-viewing-page284 .warp .title,
.fp-viewing-page283 .warp .title,
.fp-viewing-page282 .warp .title,
.fp-viewing-page280 .warp .title,
.fp-viewing-page279 .warp .title,
/* LOVESHOW */
/* L5 */
.fp-viewing-pageL5-4 .warp .title,
.fp-viewing-pageL5-5 .warp .title,
.fp-viewing-pageL5-6 .warp .title,
.fp-viewing-pageL5-7 .warp .title,
.fp-viewing-pageL5-8 .warp .title,
.fp-viewing-pageL5-9 .warp .title,
.fp-viewing-pageL5-10 .warp .title,
.fp-viewing-pageL5-11 .warp .title,
.fp-viewing-pageL5-12 .warp .title,
.fp-viewing-pageL5-13 .warp .title,
.fp-viewing-pageL5-14 .warp .title,
/* l3 */
.fp-viewing-pageL3-4 .warp .title,
.fp-viewing-pageL3-5 .warp .title,
.fp-viewing-pageL3-6 .warp .title,
.fp-viewing-pageL3-7 .warp .title,
.fp-viewing-pageL3-8 .warp .title,
.fp-viewing-pageL3-9 .warp .title,
.fp-viewing-pageL3-10 .warp .title,
.fp-viewing-pageL3-11 .warp .title,
.fp-viewing-pageL3-12 .warp .title,
/* L2 */
.fp-viewing-pageL2-4 .warp .title,
.fp-viewing-pageL2-5 .warp .title,
.fp-viewing-pageL2-6 .warp .title,
.fp-viewing-pageL2-7 .warp .title,
.fp-viewing-pageL2-8 .warp .title,
.fp-viewing-pageL2-9 .warp .title,
.fp-viewing-pageL2-10 .warp .title,
.fp-viewing-pageL2-11 .warp .title,
.fp-viewing-pageL2-12 .warp .title,
/* l1 */
.fp-viewing-pageL1-4 .warp .title,
.fp-viewing-pageL1-5 .warp .title,
.fp-viewing-pageL1-6 .warp .title,
.fp-viewing-pageL1-7 .warp .title,
.fp-viewing-pageL1-8 .warp .title,
.fp-viewing-pageL1-9 .warp .title,
.fp-viewing-pageL1-10 .warp .title,
.fp-viewing-pageL1-11 .warp .title,
/* acme-552F */
.fp-viewing-page552F-4 .warp .title,
.fp-viewing-page552F-5 .warp .title,
.fp-viewing-page552F-6 .warp .title,
.fp-viewing-page552F-7 .warp .title,
.fp-viewing-page552F-8 .warp .title,
.fp-viewing-page552F-9 .warp .title,
.fp-viewing-page552F-10 .warp .title,
.fp-viewing-page552F-11 .warp .title,
.fp-viewing-page552F-12 .warp .title,
/* 551F */
.fp-viewing-page551F-4 .warp .title,
.fp-viewing-page551F-5 .warp .title,
.fp-viewing-page551F-6 .warp .title,
.fp-viewing-page551F-7 .warp .title,
.fp-viewing-page551F-8 .warp .title,
.fp-viewing-page551F-9 .warp .title,
.fp-viewing-page551F-10 .warp .title,
.fp-viewing-page551F-11 .warp .title,
.fp-viewing-page551F-12 .warp .title,
.fp-viewing-page551F-13 .warp .title,
/* 986F */
.fp-viewing-page986F-4 .warp .title,
.fp-viewing-page986F-5 .warp .title,
.fp-viewing-page986F-6 .warp .title,
.fp-viewing-page986F-7 .warp .title,
.fp-viewing-page986F-8 .warp .title,
.fp-viewing-page986F-9 .warp .title,
.fp-viewing-page986F-10 .warp .title,
.fp-viewing-page986F-11 .warp .title,
.fp-viewing-page986F-12 .warp .title,
.fp-viewing-page986F-13 .warp .title,
.fp-viewing-page986F-14 .warp .title,
/* 982f */
.fp-viewing-page982F-4 .warp .title,
.fp-viewing-page982F-5 .warp .title,
.fp-viewing-page982F-6 .warp .title,
.fp-viewing-page982F-7 .warp .title,
.fp-viewing-page982F-8 .warp .title,
.fp-viewing-page982F-9 .warp .title,
.fp-viewing-page982F-10 .warp .title,
.fp-viewing-page982F-11 .warp .title,
.fp-viewing-page982F-12 .warp .title,
/* 981 */
.fp-viewing-page981-4 .warp .title,
.fp-viewing-page981-5 .warp .title,
.fp-viewing-page981-6 .warp .title,
.fp-viewing-page981-7 .warp .title,
.fp-viewing-page981-8 .warp .title,
.fp-viewing-page981-9 .warp .title,
.fp-viewing-page981-10 .warp .title,
.fp-viewing-page981-11 .warp .title,
.fp-viewing-page981-12 .warp .title,
/* 976 */
.fp-viewing-page976-4 .warp .title,
.fp-viewing-page976-5 .warp .title,
.fp-viewing-page976-6 .warp .title,
.fp-viewing-page976-7 .warp .title,
.fp-viewing-page976-8 .warp .title,
.fp-viewing-page976-9 .warp .title,
.fp-viewing-page976-10 .warp .title,
.fp-viewing-page976-11 .warp .title,
/* 909 */
.fp-viewing-page909-4 .warp .title,
.fp-viewing-page909-5 .warp .title,
.fp-viewing-page909-6 .warp .title,
.fp-viewing-page909-7 .warp .title,
.fp-viewing-page909-8 .warp .title,
.fp-viewing-page909-9 .warp .title,
.fp-viewing-page909-10 .warp .title,
.fp-viewing-page909-11 .warp .title,
/* 908 */
.fp-viewing-page908-4 .warp .title,
.fp-viewing-page908-5 .warp .title,
.fp-viewing-page908-6 .warp .title,
.fp-viewing-page908-7 .warp .title,
.fp-viewing-page908-8 .warp .title,
/* 903 */
.fp-viewing-page903-4 .warp .title,
.fp-viewing-page903-5 .warp .title,
.fp-viewing-page903-6 .warp .title,
.fp-viewing-page903-7 .warp .title,
.fp-viewing-page903-8 .warp .title,
.fp-viewing-page903-9 .warp .title,
.fp-viewing-page903-10 .warp .title,
/* M1+ */
.fp-viewing-pageM1P-3 .warp .title,
.fp-viewing-pageM1P-5 .warp .title,
.fp-viewing-pageM1P-7 .warp .title,
.fp-viewing-pageM1P-9 .warp .title,
.fp-viewing-pageM1P-11 .warp .title,
.fp-viewing-pageM1P-13 .warp .title,
/* M2+ */
.fp-viewing-pageM2P-3 .warp .title,
.fp-viewing-pageM2P-5 .warp .title,
.fp-viewing-pageM2P-7 .warp .title,
.fp-viewing-pageM2P-9 .warp .title,
.fp-viewing-pageM2P-11 .warp .title,
.fp-viewing-pageM2P-13 .warp .title,
.fp-viewing-pageM2P-15 .warp .title,
/* m5 */
.fp-viewing-pageM5-3 .warp .title,
.fp-viewing-pageM5-5 .warp .title,
.fp-viewing-pageM5-7 .warp .title,
.fp-viewing-pageM5-9 .warp .title,
.fp-viewing-pageM5-11 .warp .title,
.fp-viewing-pageM5-13 .warp .title,
.fp-viewing-pageM5-15 .warp .title,
.fp-viewing-pageM5-17 .warp .title,
/* M5F */
.fp-viewing-pageM5F-3 .warp .title,
.fp-viewing-pageM5F-5 .warp .title,
.fp-viewing-pageM5F-7 .warp .title,
.fp-viewing-pageM5F-9 .warp .title,
.fp-viewing-pageM5F-11 .warp .title,
.fp-viewing-pageM5F-13 .warp .title,
.fp-viewing-pageM5F-15 .warp .title,
.fp-viewing-pageM5F-17 .warp .title,
.fp-viewing-pageM5F-19 .warp .title,
/* M6 */
.fp-viewing-pageM6-3 .warp .title,
.fp-viewing-pageM6-5 .warp .title,
.fp-viewing-pageM6-7 .warp .title,
.fp-viewing-pageM6-9 .warp .title,
.fp-viewing-pageM6-11 .warp .title,
.fp-viewing-pageM6-13 .warp .title,
/* M10 */
.fp-viewing-pageM10-3 .warp .title,
.fp-viewing-pageM10-5 .warp .title,
.fp-viewing-pageM10-7 .warp .title,
.fp-viewing-pageM10-9 .warp .title,
.fp-viewing-pageM10-11 .warp .title,
.fp-viewing-pageM10-13 .warp .title,
.fp-viewing-pageM10-15 .warp .title,
/* M11 */
.fp-viewing-pageM11-3 .warp .title,
.fp-viewing-pageM11-5 .warp .title,
.fp-viewing-pageM11-7 .warp .title,
.fp-viewing-pageM11-9 .warp .title,
.fp-viewing-pageM11-11 .warp .title,
.fp-viewing-pageM11-13 .warp .title,
.fp-viewing-pageM11-15 .warp .title,
.fp-viewing-page278 .warp .title {
  text-shadow: none !important;
}

.warp .xz-txtbox {
  width: 35%;
  line-height: 30px;
}

.warp .xz-txtbox .font18 {
  font-size: 18px;
  color: #666;
}

.warp .xz-txtbox .font24 {
  color: #000;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  margin-top: 25px;
}

.warp .xz-txtbox .line {
  color: #666;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px #c2c5c9 dotted;
}

.warp .xz-txtbox .xz-jj {
  /* margin-left: -13px; */
  border-top: 1px #c2c5c9 dotted;
}

@media (max-width: 640px) {
  .warp .xz-txtbox .font24 {
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px !important;
  }

  .warp .xz-txtbox .font18 {
    font-size: 14px;
  }

  .warp .xz-txtbox .xz-jj {
    margin-left: 0;
  }
}

.warp .xz-t1 {
  font-size: 24px;
  line-height: 50px;
  /* border-bottom: #888 dotted; */
}

.warp .xz-t1 span {
  font-size: 54px;
  color: #000;
  margin-right: 10px;
  letter-spacing: 0.3rem;
  display: inline-block;
  font-family: 'handel_gothic_dlight';
}

@media (max-width: 640px) {
  .warp .xz-t1 {
    font-size: 18px;
    line-height: 30px !important;
  }

  .warp .xz-t1 span {
    font-size: 24px;
    margin-right: 5px;
    letter-spacing: 0.1rem;
  }
}

.header-3 .search input::placeholder {
  color: #fff;
}

.bgbs {
  background-color: #fff;
}

.xz-tu {
  background-position: top right;
  background-size: calc(100%) 102.5%;
}

.xz-tu2 {
  background-position: center center;
}

@media (max-width: 1200px) {
  .warp .text-left-yangshi1 {
    max-width: 960px;
  }

  .warp .text-left-yangshi1 .neirong {
    padding-top: 60px;
  }
}

.line {
  position: relative;
  width: 200px;
  height: 2px;
  background-color: black;
}

.line {
  position: relative;
  width: 200px;
  height: 0;
  border-top: 2px solid black;
}

.line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: black transparent transparent transparent;
  transform: translateX(-50%) rotate(180deg);
}

.line.left::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent black;
  transform: rotate(180deg);
}

.line.right::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent black transparent transparent;
  transform: rotate(180deg);
}

.curve {
  position: relative;
  width: 200px;
  height: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: black;
  transform: rotate(45deg);
}

.curve::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: black transparent transparent transparent;
  transform: translateX(-50%);
}


/* 奇数页 */
.page:nth-child(odd) {
  float: left;
}

/* 偶数页 */
.page:nth-child(even) {
  float: right;
}

/* video  移动端自动横屏 */
@media screen and (max-width: 767px) {
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}