/* ==================== 重置样式 Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
a {
  text-decoration: none;
  outline: none;
}
html {
  font-size: 60px;
}
body::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #0a0a0a;
  cursor: pointer;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
input,
button {
  outline: 0 none;
  border: none;
  background-color: transparent;
}
button {
  cursor: pointer;
}
/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}
.mxw-image img {
  transition: transform 0.8s;
  width: 100%;
}
.mxw-image:hover img {
  transform: scale(1.1);
}
main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}
main {
  position: relative;
  z-index: 10;
}
section {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 53px;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 44px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 43px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 39px;
  }
}
@media screen and (max-width: 1152px) {
  html {
    font-size: 35px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
/* ==================== 重置样式 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.mxw-box {
  width: 100%;
  max-width: 69.792vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .mxw-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 1100px) {
  .m-hide {
    display: none!important;
  }
}
@media screen and (min-width: 1100px) {
  .pc-hide {
    display: none!important;
  }
}
/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 1100px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 > .u-col {
    width: 48%;
  }
  .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
  .u-row-3 > .u-col {
    width: 32%;
  }
  .u-row-3 > .u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .u-row-3 > .u-col:nth-child(3) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-4 > .u-col {
    width: 23.5%;
    margin-right: 2%;
  }
  .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4 > .u-col:nth-child(4) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-5 > .u-col {
    width: 18%;
    margin-right: 2%;
  }
  .u-row-5 > .u-col:nth-child(5n) {
    margin-right: 0%;
  }
  .u-row-5 > .u-col:nth-child(5) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-6 > .u-col {
    width: 15%;
    margin-right: 2%;
  }
  .u-row-6 > .u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6 > .u-col:nth-child(6) ~ .u-col {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 100%;
  }
  .u-row-2 .u-col:nth-child(1) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-3 > .u-col,
  .u-row-4 > .u-col,
  .u-row-5 > .u-col,
  .u-row-6 > .u-col {
    width: 48%;
  }
  .u-row-3 > .u-col:nth-child(2n),
  .u-row-4 > .u-col:nth-child(2n),
  .u-row-5 > .u-col:nth-child(2n),
  .u-row-6 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3 > .u-col:nth-child(2) ~ .u-col,
  .u-row-4 > .u-col:nth-child(2) ~ .u-col,
  .u-row-5 > .u-col:nth-child(2) ~ .u-col,
  .u-row-6 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 通用文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-line-2 {
  -webkit-line-clamp: 2;
}
.u-line-3 {
  -webkit-line-clamp: 3;
}
.u-line-4 {
  -webkit-line-clamp: 4;
}
.u-line-5 {
  -webkit-line-clamp: 5;
}
.u-line-6 {
  -webkit-line-clamp: 6;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* ==================== 通用文本行数限制 end ==================== */
/* ==================== 图片放大插件 Start ==================== */
.viewer-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewer-list > li img {
  width: 100%!important;
  height: auto!important;
  transform: translate(0, 0) !important;
}
/* ==================== 图片放大插件 End ==================== */
/* ==================== 头部导航样式 Start ==================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header > .mxw-box {
  width: 100%;
  max-width: 80.729vw;
  padding-top: 2.083vw;
  padding-bottom: 2.083vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mxw-logo {
  display: block;
  width: 12.5vw;
  flex-shrink: 0;
}
header .mxw-menu.active .nav-content {
  opacity: 1;
  visibility: visible;
}
header .mxw-menu.active .nav-content .nav-box {
  transform: translateX(0);
}
header .mxw-menu .mxw-menu-btn {
  cursor: pointer;
}
header .mxw-menu .mxw-menu-btn i {
  background-color: #fff;
  display: block;
  width: 2.083vw;
  height: 0.208vw;
  border-radius: 5.208vw;
  margin-bottom: 0.521vw;
  margin-left: auto;
  margin-right: 0;
}
header .mxw-menu .mxw-menu-btn i:last-child {
  margin-bottom: 0;
}
header .mxw-menu .nav-content {
  position: fixed;
  right: 0;
  z-index: 999;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
header .mxw-menu .nav-box {
  width: 13%;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
  background-color: #272727;
  transform: translateX(100%);
  transition: all 0.4s;
}
header .mxw-menu .nav-list {
  overflow: auto;
  max-height: 100%;
  padding-top: 1.04vw;
}
header .mxw-menu .nav-item .text:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .mxw-menu .nav-item .text {
  font-size: 0.833vw;
  color: #fff;
  display: block;
  width: 100%;
  transition: all 0.4s;
  padding-top: 1.042vw;
  padding-bottom: 1.042vw;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
}
header .mxw-menu .nav-close {
  position: absolute;
  top: 0.521vw;
  left: -2.604vw;
  width: 2.083vw;
  height: 2.083vw;
  z-index: 9;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.4s;
}
header .mxw-menu .nav-close:hover {
  transform: rotate(135deg);
}
header .mxw-menu .nav-close:before,
header .mxw-menu .nav-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5.208vw;
}
header .mxw-menu .nav-close:before {
  width: 2.083vw;
  height: 0.313vw;
}
header .mxw-menu .nav-close:after {
  width: 0.313vw;
  height: 2.083vw;
}
header .mxw-menu .sub-list {
  display: none;
}
header .mxw-menu .sub-list .sub-item {
  display: block;
  width: 100%;
  font-size: 0.729vw;
  color: #fff;
  line-height: 1.2;
  padding: 0.521vw 1.042vw;
  padding-left: 2.083vw;
}
header .mxw-menu .sub-list .sub-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1100px) {
  header {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
    margin-top: -6.771vw;
  }
  header.show,
  header.nobg {
    margin-top: 0;
  }
  header.nobg {
    background-color: transparent;
  }
}
@media screen and (max-width: 1680px) {
  header > .mxw-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  header {
    transition: all 0.4s;
  }
  header.bg {
    background-color: #000;
  }
  header > .mxw-box {
    max-width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .logo {
    width: 130px;
  }
  header .mxw-menu {
    order: -1;
  }
  header .mxw-menu .nav-list {
    padding-top: 30px;
  }
  header .mxw-menu .nav-item .text {
    padding: 12px 20px;
    font-size: 14px;
  }
  header .mxw-menu .sub-list .sub-item {
    font-size: 12px;
    padding: 10px 15px;
    padding-left: 25px;
  }
  header .mxw-menu .mxw-menu-btn i {
    height: 3px;
    margin-bottom: 6px;
    width: 26px;
  }
  header .mxw-menu .mxw-menu-btn i:last-child {
    margin-bottom: 0;
  }
  header .mxw-menu .nav-box {
    width: 60%;
    margin-right: auto;
    margin-left: 0;
    transform: translateX(-100%);
  }
  header .mxw-menu .nav-close {
    width: 30px;
    height: 30px;
    left: auto;
    right: -40px;
    top: 30px;
  }
  header .mxw-menu .nav-close:before {
    width: 30px;
    height: 4px;
  }
  header .mxw-menu .nav-close:after {
    width: 4px;
    height: 30px;
  }
  header .search {
    flex-shrink: 0;
    color: #fff;
  }
  header .search.active form {
    visibility: visible;
    opacity: 1;
  }
  header .search i {
    font-size: 25px;
  }
  header .search .search-icon {
    cursor: pointer;
    outline: none;
  }
  header .search form {
    position: absolute;
    top: 100%;
    left: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
  header .search form input {
    border-radius: 4px 0 0 4px;
    display: block;
    min-width: 0;
    flex-grow: 1;
    background-color: #fff;
    border: 1px solid #eee;
    height: 36px;
    font-size: 12px;
    padding: 0 10px;
  }
  header .search form button {
    flex-shrink: 0;
    font-size: 20px;
    background-color: #eee;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
  }
  header .search form button i {
    font-size: inherit;
    color: #0a0a0a;
    font-size: 16px;
  }
}
/* ==================== 通用 - 头部样式 end ==================== */
/* ==================== 底部样式 Start ==================== */
footer {
  background-color: #050505;
  padding-top: 3.646vw;
  /*padding-bottom: 3.125vw;*/
}
footer .foot-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 2.604vw;
  /*border-bottom: 0.052vw solid #737373;*/
}
footer .foot-logo {
  width: 10.938vw;
}
footer .foot-left {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
}
footer form {
  background-color: #fff;
  border-radius: 5.208vw;
  width: 16.667vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.833vw;
  padding-right: 0.833vw;
}
footer form .iconfont {
  font-size: 1.042vw;
  color: #000;
}
footer form input {
  height: 2.083vw;
  line-height: 2.083vw;
  font-size: 0.833vw;
  color: #000;
  display: block;
  min-width: 0;
  flex-grow: 1;
  padding: 0 1.042vw;
}
footer form button {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot-navbar .foot-item {
  color: #fff;
  text-align: center;
}
footer .foot-navbar .foot-item .text1 {
  font-size: 1.146vw;
  line-height: 1.2;
}
footer .foot-navbar .foot-item .text2 {
  font-size: 0.833vw;
  line-height: 1.2;
  margin-top: 0.521vw;
  opacity: 0.5;
  text-transform: uppercase;
}
footer .foot-share {
  margin-top: 3.646vw;
  margin-left: auto;
  margin-right: auto;
}
footer .foot-share .share-title {
  font-size: 16px;
  color: #5f5f5f;
  text-align: center;
  margin-bottom: 20px;
}
footer .foot-share .share-itembox {
  display: flex;
  align-items: center;
}
footer .foot-share .share-item {
  display: block;
  position: relative;
  margin-right: 1.563vw;
}
footer .foot-share .share-item:hover .icon {
  color: #fff;
}
footer .foot-share .share-item .icon {
  font-size: 2.604vw;
  color: #5f5f5f;
  transition: color 0.4s;
}
footer .foot-share .share-item:last-child {
  margin-right: 0;
}
footer .foot-share .share-item:hover .qr {
  opacity: 1;
  visibility: visible;
}
footer .foot-share .share-item .qr {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 6.95vw;
  height: 6.95vw;
  z-index: 8;
  background: #fff;
  margin-bottom: 0.69vw;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (min-width: 1100px) {
  footer .foot-navbar .foot-item:nth-child(2) ~ .foot-item {
    margin-top: 2.604vw;
  }
  footer .foot-right {
    width: 100%;

    text-align: center;
    flex-shrink: 0;
  }
    footer .foot-right .text1{
 font-size: 0.27vw;
  }
}
@media screen and (max-width: 1100px) {
  footer {
    padding: 11.73vw 0 11.2vw;
  }
  footer .foot-top {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
  }
  footer .foot-logo {
    display: block;
    width: 25.07vw;
    margin-bottom: 7.73vw;
  }
  footer form {
    width: 48vw;
    padding-left: 2.67vw;
    padding-right: 2.67vw;
    margin-bottom: 8vw;
  }
  footer form input {
    height: 6.93vw;
    line-height: 6.93vw;
    font-size: 3.2vw;
  }
  footer form .iconfont {
    font-size: 3.73vw;
  }
  footer .foot-navbar .foot-item {
    width: 100%;
    text-align: left;
    /*margin-bottom: 9.33vw;*/
  }
  footer .foot-navbar .foot-item .text1 {
    font-size: 2.27vw;
    margin-bottom: 2.13vw;
  }
  footer .foot-navbar .foot-item .text2 {
    font-size: 3.2vw;
  }
  footer .foot-share {
    border-top: 0.27vw solid #939393;
    padding-top: 3.2vw;
  }
  footer .foot-share .share-title {
    font-size: 3.2vw;
    margin-bottom: 3.73vw;
  }
  footer .foot-share .share-itembox {
    justify-content: center;
  }
  footer .foot-share .share-item {
    margin-right: 8vw;
  }
  footer .foot-share .share-item:last-child {
    margin-right: 0;
  }
  footer .foot-share .share-item .icon {
    font-size: 6.67vw;
  }
}
/* ==================== 底部样式 End ==================== */
.index-banner {
  padding-top: 0!important;
  padding-bottom: 0!important;
  overflow: hidden;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide img {
  width: 100%;
}
.index-banner .swiper-btn-prev,
.index-banner .swiper-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.56vw;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  outline: none;
}
.index-banner .swiper-btn-prev {
  left: 3.13vw;
  transform: rotateY(180deg) translateY(-50%);
}
.index-banner .swiper-btn-next {
  right: 3.13vw;
}
.index-banner .info {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 6.25vw;
  left: 0;
  width: 100%;
  z-index: 9;
}
.index-banner .info .text1 {
  font-size: 1.77vw;
  line-height: 1.2;
  margin-bottom: 1.56vw;
  letter-spacing: 0.26vw;
}
.index-banner .info .text2 {
  font-size: 3.02vw;
  line-height: 1.2;
  margin-bottom: 3.65vw;
  letter-spacing: 0.26vw;
}
.index-banner .info .text3 {
  width: 8.85vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #000;
  line-height: 1.2;
  height: 3.65vw;
  line-height: 3.65vw;
  border-radius: 1.04vw;
  text-align: center;
  font-size: 1.04vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.index-banner .info .text3:hover {
  background-color: #000;
  color: #fff;
}
.index-banner .info .text3:hover:before {
  filter: brightness(0) invert(1);
}
.index-banner .info .text3:before {
  content: "";
  display: block;
  width: 2.6vw;
  height: 1.56vw;
  background: url(../images/img015.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.52vw;
}
.index-banner .swiper-pagination {
  margin-top: 2.6vw;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.83vw;
  height: 0.83vw;
  margin-left: 0.52vw;
  margin-right: 0.52vw;
  background-color: #c2c2c2;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner .swiper-pagination .swiper-pagination-bullet:after {
  border-width: 0.1vw;
  width: calc(100% + 0.21vw);
  height: calc(100% + 0.21vw);
  border-color: #fff;
}
@media screen and (max-width: 1100px) {
  .index-banner {
    z-index: 99;
  }
  .index-banner .info {
    bottom: 14.67vw;
  }
  .index-banner .info .text1 {
    font-size: 4.8vw;
    letter-spacing: 0.53vw;
    margin-bottom: 1.33vw;
  }
  .index-banner .info .text2 {
    font-size: 6.4vw;
    letter-spacing: 0;
    margin-bottom: 8vw;
  }
  .index-banner .info .text3 {
    width: 29.33vw;
    font-size: 3.73vw;
    border-radius: 2.67vw;
    height: 10.67vw;
    line-height: 10.67vw;
  }
  .index-banner .info .text3:before {
    width: 5.33vw;
    height: 3.73vw;
  }
  .index-banner .swiper-btn-prev,
  .index-banner .swiper-btn-next {
    font-size: 6.93vw;
  }
  .index-banner .swiper-btn-prev {
    left: 5.33vw;
  }
  .index-banner .swiper-btn-next {
    right: 5.33vw;
  }
  .index-banner .swiper-pagination {
    margin-top: 45px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 2.13vw;
    height: 2.13vw;
    margin-left: 1.33vw;
    margin-right: 1.33vw;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet:after {
    width: calc(100% + 0.53vw);
    height: calc(100% + 0.53vw);
  }
}
/* ==================== 在1920下图片保持最小1920p Start ==================== */
.mxw-full-img {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.mxw-full-img img {
  width: 100%;
}
@media screen and (min-width: 1903px) {
  .mxw-full-img img {
    min-width: 1920px;
  }
}
/* ==================== 在1920下图片保持最小1920p End ==================== */
/* ==================== 通用分页 Start ==================== */
.mxw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3.11vw;
}
.mxw-pagination > a {
  width: 2.08vw;
  height: 2.08vw;
  border-radius: 3px;
  background-color: #ccc;
  margin: 0.26vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78vw;
  font-family: "Outfit-Light";
  transition: background-color 0.4s, color 0.4s;
  color: #333;
}
.mxw-pagination > a:hover,
.mxw-pagination > a.active {
  background-color: #0a0a0a;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .mxw-pagination {
    margin-top: 8vw;
  }
  .mxw-pagination > a {
    width: 8vw;
    height: 8vw;
    font-size: 3.2vw;
    margin: 0.53vw 0.53vw;
  }
}
/* ==================== 通用分页 End ==================== */
/* ==================== 通用 - 分页器 Start ==================== */
.swiper-pagination {
  margin-top: 3.65vw;
  margin-bottom: 0.52vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.52vw;
  height: 0.52vw;
  border-radius: 100%;
  margin-left: 0.42vw;
  margin-right: 0.42vw;
  position: relative;
  background-color: #474747;
  cursor: pointer;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  visibility: visible;
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: calc(100% + 0.1vw);
  height: calc(100% + 0.1vw);
  border: 0.05vw solid #000;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1100px) {
  .swiper-pagination {
    margin-top: 8vw;
    margin-bottom: 1.6vw;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 2.13vw;
    height: 2.13vw;
    margin-left: 1.07vw;
    margin-right: 1.07vw;
  }
}
/* ==================== 通用 - 分页器 End ==================== */
/* ==================== 通用 - 箭头 Start ==================== */
.mxw-arrow {
  display: block;
  width: 2.6vw;
  height: 2.6vw;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.56vw;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .mxw-arrow {
    width: 9.87vw;
    height: 9.87vw;
    font-size: 5.87vw;
  }
}
/* ==================== 通用 - 箭头 End ==================== */
/* ==================== 通用 - 内页分类 Start ==================== */
.mxw-category {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.21vw;
  margin-bottom: 5.21vw;
}
.mxw-category .cate-item {
  min-width: 5.94vw;
  padding: 0.42vw 0.52vw;
  text-align: center;
  color: #555;
  border-radius: 0.1vw;
  background-color: #f1f1f1;
  font-size: 0.83vw;
  margin-right: 0.52vw;
}
.mxw-category .cate-item.active,
.mxw-category .cate-item:hover {
  background-color: #0a0a0a;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .mxw-category {
    margin: 10.67vw 0;
    margin-top: 0;
  }
  .mxw-category .cate-item {
    padding: 2.13vw 2.67vw;
    width: 32%;
    font-size: 3.73vw;
  }
  .mxw-category .cate-item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
/* ==================== 通用 - 内页分类 End ==================== */
/* ==================== 通用视频弹窗 Start ==================== */
.common-popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.common-popup-video.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8);
}
.common-popup-video .video-main {
  position: relative;
}
.common-popup-video .close {
  width: 3.75vw;
  height: 3.75vw;
  background: url(../images/close.png) no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -3.75vw;
  margin-top: -2.59vw;
  right: -3.75vw;
  cursor: pointer;
  transition: transform 0.4s;
}
.common-popup-video .close:hover {
  transform: rotate(180deg);
}
.common-popup-video video,
.common-popup-video iframe {
  width: 48vw;
  height: 60vh;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .common-popup-video .video-main {
    text-align: center;
  }
  .common-popup-video video,
  .common-popup-video iframe {
    height: auto;
    width: 80%;
  }
  .common-popup-video .close {
    width: 8vw;
    height: 8vw;
    top: -10.67vw;
    right: 2.67vw;
    margin-top: 0;
    border: 0;
    border-radius: 100%;
  }
}
/* ==================== 通用视频弹窗 End ==================== */
/* ==================== 首页 - 板块一 Start ==================== */
.index-section1 .info {
  position: relative;
  text-align: center;
  color: #000;
  line-height: 1.4;
}
.index-section1 .info:before,
.index-section1 .info:after {
  content: "";
  display: block;
  width: 2.604vw;
  height: 1.563vw;
  background: url(../images/img015.png) no-repeat center;
  background-size: 100%;
  position: absolute;
}
.index-section1 .info:before {
  top: 0;
  left: 0;
}
.index-section1 .info:after {
  right: 0;
  bottom: 0;
  transform: rotateY(-180deg) rotateX(180deg);
}
.index-section1 .info .text1 {
  font-size: 1.354vw;
  margin-bottom: 1.563vw;
}
.index-section1 .info .text2 {
  font-size: 0.833vw;
  line-height: 1.4;
}
@media screen and (min-width: 1100px) {
  .index-section1 {
    padding-top: 4.688vw;
    padding-bottom: 3.646vw;
  }
  .index-section1 .info {
    padding-top: 1.823vw;
    padding-bottom: 4.688vw;
    max-width: 57.813vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .index-section1 {
    padding: 8vw 0;
  }
  .index-section1 .info {
    padding: 8vw 0;
  }
  .index-section1 .info .text1 {
    font-size: 4.8vw;
    margin-bottom: 5.33vw;
    font-weight: bold;
  }
  .index-section1 .info .text2 {
    font-size: 3.73vw;
    line-height: 1.8;
  }
  .index-section1 .info .text2 p {
    display: inline;
  }
  .index-section1 .info:before,
  .index-section1 .info:after {
    width: 5.33vw;
    height: 3.2vw;
  }
}
/* ==================== 首页 - 板块一 End ==================== */
/* ==================== 首页 - 板块二 Start ==================== */
.index-section2 {
  overflow: hidden;
}
.index-section2 .item {
  display: block;
}
.index-section2 .item .info {
  position: relative;
  background-color: #000;
  color: #fff;
  padding-right: 4.167vw;
  padding-left: 2.604vw;
  padding-top: 1.042vw;
  padding-bottom: 1.042vw;
}
.index-section2 .item .text1 {
  font-size: 0.729vw;
  line-height: 1.2;
  letter-spacing: 0.104vw;
}
.index-section2 .item .text2 {
  font-size: 1.146vw;
  line-height: 1.2;
}
.index-section2 .item .icon {
  position: absolute;
  right: 2.083vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .index-section2 {
    padding-bottom: 2.604vw;
  }
  .index-section2 .index-section2-swiper .swiper-wrapper {
    align-items: flex-end;
  }
  .index-section2 .index-section2-swiper .swiper-slide:nth-child(2n) {
    padding-bottom: 3.646vw;
  }
  .index-section2 .swiper-pagination {
    margin-top: 3.646vw;
  }
  .index-section2 .item .info {
    padding-right: 4.69vw;
  }
  .index-section2 .item .mxw-arrow {
    position: absolute;
    right: 2.08vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .index-section2 .index-section2-swiper {
    overflow: visible;
    width: 66.67vw;
    margin-left: auto;
    margin-right: auto;
  }
  .index-section2 .index-section2-swiper .swiper-slide {
    transform: scale(0.9);
    transition: all 0.4s;
  }
  .index-section2 .index-section2-swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .index-section2 .item .info {
    padding: 6.4vw 6.13vw;
    padding-right: 17.33vw;
  }
  .index-section2 .item .info .text1 {
    font-size: 3.73vw;
    line-height: 1.2;
    margin-bottom: 1.33vw;
  }
  .index-section2 .item .info .text2 {
    font-size: 5.33vw;
    line-height: 1.2;
  }
  .index-section2 .item .info .mxw-arrow {
    position: absolute;
    right: 2.67vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* ==================== 首页 - 板块二 End ==================== */
/* ==================== 首页 - 板块三 Start ==================== */
.index-section3 h1 {
  font-size: 2.24vw;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
.index-section3 h2 {
  font-size: 1.094vw;
  color: #000;
  line-height: 1.2;
  margin-top: 1.042vw;
  text-align: center;
}
.index-section3 .itembox {
  margin-bottom: 6.25vw;
  margin-top: 2.604vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section3 .item {
  text-align: center;
  margin-right: 3.125vw;
}
.index-section3 .item:last-child {
  margin-right: 0;
}
.index-section3 .item .image {
  width: 5.052vw;
  border-radius: 0.521vw;
  overflow: hidden;
}
.index-section3 .item .text {
  margin-top: 0.417vw;
  font-size: 0.938vw;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .index-section3 {
    padding-top: 2.604vw;
  }
}
@media screen and (max-width: 1100px) {
  .index-section3 {
    padding: 10.67vw 0 17.33vw;
  }
  .index-section3 h1 {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .index-section3 h2 {
    font-size: 3.73vw;
    margin-top: 2.67vw;
    line-height: 1.6;
  }
  .index-section3 .itembox {
    margin-top: 8vw;
    margin-bottom: 0;
  }
  .index-section3 .item {
    margin-right: 5.33vw;
  }
  .index-section3 .item:last-child {
    margin-right: 0;
  }
  .index-section3 .item .image {
    width: 17.07vw;
    border-radius: 1.33vw;
  }
  .index-section3 .item .text {
    margin-top: 2.67vw;
    font-size: 4.8vw;
    letter-spacing: 1.07vw;
  }
}
/* ==================== 首页 - 板块三 End ==================== */
/* ==================== 首页 - 板块四 Start ==================== */
.index-section4 .item {
  display: block;
  position: relative;
}
.index-section4 .item .info {
  background-color: #000;
}
.index-section4 .item .content {
  min-width: 0;
  flex-grow: 1;
  margin-right: 2.604vw;
  color: #fff;
  line-height: 1.4;
}
.index-section4 .item .title {
  font-size: 0.938vw;
  margin-bottom: 0.521vw;
  font-weight: bold;
}
.index-section4 .item .desc {
  font-size: 0.729vw;
  line-height: 1.6;
  max-height: 4.8em;
  text-align: justify;
}
.index-section4 .item .mxw-arrow {
  flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .index-section4 {
    padding-bottom: 5.208vw;
  }
  .index-section4 .item .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.781vw;
    padding-left: 1.042vw;
    padding-right: 2.083vw;
    padding-bottom: 1.042vw;
  }
}
@media screen and (max-width: 1100px) {
  .index-section4 {
    padding-bottom: 13.33vw;
    overflow: hidden;
  }
  .index-section4 .index-section4-swiper {
    width: 83.2vw;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  .index-section4 .item {
    display: block;
    visibility: visible !important;
  }
  .index-section4 .item .head {
    background-color: #000;
    color: #fff;
    padding: 8vw 2.67vw 5.87vw;
    text-align: center;
  }
  .index-section4 .item .head .head-text1 {
    font-size: 5.33vw;
    line-height: 1.2;
    margin-bottom: 2.67vw;
  }
  .index-section4 .item .head .head-text2 {
    font-size: 3.73vw;
    line-height: 1.2;
  }
  .index-section4 .item .info {
    padding: 8vw 6.67vw 6.67vw 5.6vw;
  }
  .index-section4 .item .info .title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .index-section4 .item .info .desc {
    font-size: 3.73vw;
  }
  .index-section4 .item .info .mxw-arrow {
    margin-top: 6.13vw;
  }
}
/* ==================== 首页 - 板块四 End ==================== */
/* ==================== 首页 - 板块五 Start ==================== */
.index-section5 {
  background-color: #f0f0f0;
}
.index-section5 .itembox .item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #000;
  border-bottom: 0.052vw solid #737373;
  padding-left: 1.042vw;
  margin-bottom: 1.563vw;
}
.index-section5 .itembox .item:last-child {
  margin-bottom: 0;
}
.index-section5 .itembox .text1 {
  font-size: 1.667vw;
  line-height: 1.2;
  font-weight: bold;
}
.index-section5 .itembox .text2 {
  font-size: 0.729vw;
}
.index-section5 .itembox2 .icon {
  width: 5.208vw;
  margin-left: auto;
  margin-right: auto;
}
.index-section5 .itembox2 .text {
  margin-top: 0.521vw;
  font-size: 0.729vw;
  color: #000;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .index-section5 {
    padding-top: 5.729vw;
    padding-bottom: 5.208vw;
  }
  .index-section5 .mxw-box {
    max-width: 60.417vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index-section5 .itembox {
    width: 27.083vw;
    flex-shrink: 0;
  }
  .index-section5 .itembox2 {
    width: 27.604vw;
    flex-shrink: 0;
  }
  .index-section5 .itembox2 .item:nth-child(3) ~ .item {
    margin-top: 1.563vw;
  }
}
@media screen and (max-width: 1100px) {
  .index-section5 {
    padding: 9.33vw 0 13.33vw;
  }
  .index-section5 .itembox .item {
    padding-bottom: 1.07vw;
    margin-bottom: 4vw;
  }
  .index-section5 .itembox .text1 {
    font-size: 6.4vw;
    padding-left: 0;
  }
  .index-section5 .itembox .text2 {
    font-size: 3.73vw;
  }
  .index-section5 .itembox2 {
    margin-top: 9.6vw;
  }
  .index-section5 .itembox2 .item {
    width: 32%;
    margin: 0 !important;
  }
  .index-section5 .itembox2 .item:nth-child(3n-1) {
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  .index-section5 .itembox2 .item:nth-child(3) ~ .item {
    margin-top: 5.33vw !important;
  }
  .index-section5 .itembox2 .icon {
    width: 21.33vw;
  }
  .index-section5 .itembox2 .text {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-top: 1.6vw;
  }
  .index-section5 .itembox2 .text p {
    display: inline;
  }
}
/* ==================== 首页 - 板块五 End ==================== */
/* ==================== 产品中心 - 通用标题 Start ==================== */
.product-title {
  position: relative;
  text-align: center;
  color: #000;
  line-height: 1.4;
  padding: 2.6vw 0 7.29vw;
  margin-top: 4.69vw;
  margin-bottom: 6.04vw;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.product-title:before,
.product-title:after {
  content: "";
  display: block;
  width: 2.08vw;
  height: 1.04vw;
  background: url(../images/img015.png) no-repeat center;
  background-size: 100%;
  position: absolute;
}
.product-title:before {
  top: 0;
  left: 0;
}
.product-title:after {
  right: 0;
  bottom: 0;
  transform: rotateY(-180deg) rotateX(180deg);
}
.product-title .text1 {
  font-size: 1.754vw;
  margin-bottom: 0;
  color: #cecece;
  line-height: 1;
  margin-bottom: -0.73vw;
}
.product-title .text2 {
  font-size: 1.433vw;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .product-title {
    padding-top: 9.33vw;
    padding-bottom: 9.33vw;
  }
  .product-title:before,
  .product-title:after {
    width: 5.33vw;
    height: 4vw;
  }
  .product-title .text1 {
    font-size: 5vw;
  }
  .product-title .text2 {
    font-size: 5vw;
    line-height: 1.2;
  }
  .product-title .text2 span {
    display: block;
  }
}
/* ==================== 产品中心 - 通用标题 End ==================== */
/* ==================== 产品中心 - 板块一 Start ==================== */
.product-section1 {
  overflow: hidden;
}
.product-section1 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-section1 .item .image {
  width: 100%;
}
.product-section1 .item .image img {
  width: 100%;
}
.product-section1 .item:nth-child(2n) {
  margin-left: 3.65vw;
}
.product-section1 .item:nth-child(2) ~ .item {
  margin-top: 3.65vw;
}
.product-section1 .item .info {
  background-color: #0a0a0a;
  color: #fff;
  padding: 0.89vw 1.82vw;
  position: relative;
  padding-right: 5.21vw;
}
.product-section1 .item .info .text1 {
  font-size: 0.73vw;
  line-height: 1.1;
  margin-bottom: 0.1vw;
}
.product-section1 .item .info .text2 {
  font-size: 1.04vw;
}
.product-section1 .item .info .mxw-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1100px) {
  .product-section1 {
    padding-bottom: 8.85vw;
  }
  .product-section1 .mxw-box {
    max-width: 56.77vw;
  }
}
@media screen and (max-width: 1100px) {
  .product-section1 {
    padding-bottom: 13.33vw;
  }
  .product-section1 .item {
    width: 46%;
  }
  .product-section1 .item:nth-child(2n) {
    margin-left: 8%;
  }
  .product-section1 .item:nth-child(2) ~ .item {
    margin-top: 7.2vw;
  }
  .product-section1 .item .info {
    padding: 4vw;
    padding-right: 10.67vw;
  }
  .product-section1 .item .info .mxw-arrow {
    width: 6.67vw;
    height: 6.67vw;
    right: 2.67vw;
  }
  .product-section1 .item .info .mxw-arrow:before {
    font-size: 4.27vw;
  }
  .product-section1 .item .info .text1 {
    font-size: 3.2vw;
    zoom: 0.8;
  }
  .product-section1 .item .info .text2 {
    font-size: 4.27vw;
  }
}
/* ==================== 产品中心 - 板块一 End ==================== */
/* ==================== 新闻中心 - 板块一 Start ==================== */
@media screen and (min-width: 1100px) {
  .news-section2 .product-title {
    margin-bottom: 8.85vw;
  }
}
@media screen and (min-width: 1100px) {
  .news-section2 .mxw-box {
    max-width: 56.77vw;
  }
}
@media screen and (max-width: 1100px) {
  .news-section2 .index-section4-swiper {
    overflow: hidden;
  }
}
/* ==================== 新闻中心 - 板块一 End ==================== */
/* ==================== 关于我们 - 板块一 Start ==================== */
.about-section1 .body1 {
  margin-top: 5.73vw;
  margin-bottom: 6.25vw;
}
.about-section1 .body1 h1 {
  font-size: 1.88vw;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.56vw;
}
.about-section1 .desc {
  font-size: 1.09vw;
  line-height: 1.6;
  text-align: justify;
}
.about-section1 .body2 {
  display: flex;
  align-items: stretch;
  margin-bottom: 6.77vw;
}
.about-section1 .body2 .item {
  padding: 0.63vw 4.17vw;
  border-right: 0.05vw solid #9f9f9f;
}
.about-section1 .body2 .item:first-child {
  padding-left: 0;
}
.about-section1 .body2 .item:last-child {
  border-right: 0;
}
.about-section1 .body2 .item .text1 {
  font-size: 1.56vw;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.52vw;
}
.about-section1 .body2 .item .text2 {
  font-size: 1.04vw;
  line-height: 1.2;
}
.about-section1 .image2 {
  margin-top: 3.13vw;
  margin-bottom: 4.17vw;
}
@media screen and (min-width: 1100px) {
  .about-section1 {
    padding-bottom: 4.69vw;
  }
  .about-section1 .mxw-box {
    max-width: 56.77vw;
  }
}
@media screen and (max-width: 1100px) {
  .about-section1 {
    padding-bottom: 16vw;
  }
  .about-section1 .index-section4-swiper {
    overflow: hidden;
  }
  .about-section1 .body1 {
    margin-top: 13.33vw;
    margin-bottom: 13.33vw;
  }
  .about-section1 .body1 h1 {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.33vw;
  }
  .about-section1 .image2 {
    margin: 5.33vw 0;
  }
  .about-section1 .desc {
    font-size: 3.73vw;
  }
  .about-section1 .body2 {
    flex-wrap: wrap;
    margin-bottom: 13.33vw;
  }
  .about-section1 .body2 .item {
    width: 50%;
    padding: 0;
    text-align: center;
    border-right: 0;
  }
  .about-section1 .body2 .item:nth-child(2) ~ .item {
    border-top: 0.27vw solid #ccc;
  }
  .about-section1 .body2 .item:nth-child(2) ~ .item {
    margin-top: 5.33vw;
    padding-top: 5.33vw;
  }
  .about-section1 .body2 .item .text1 {
    font-size: 6.93vw;
    margin-bottom: 1.33vw;
  }
  .about-section1 .body2 .item .text2 {
    font-size: 4vw;
  }
}
/* ==================== 关于我们 - 板块一 End ==================== */
/* ==================== 联系我们 - 板块一 Start ==================== */
.contact-section1 {
  overflow: hidden;
}
.contact-section1 .map iframe {
  display: block;
  width: 100%;
  min-height: 28.13vw;
}
.contact-section1 .map img {
  width: 100%;
}
.contact-section1 .body {
  padding-top: 3.65vw;
  padding-bottom: 3.65vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 0.05vw solid #7f7f7f;
  margin-bottom: 3.13vw;
}
.contact-section1 .body .text1 {
  font-size: 1.35vw;
  color: #000;
  font-weight: bold;
  margin-bottom: 1.04vw;
}
.contact-section1 .body .text2 {
  font-size: 1.04vw;
  color: #000;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.contact-section1 .body .text2 div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-section1 .body .text2 img {
  width: 1.25vw;
  display: inline-block;
  flex-shrink: 0;
}
.contact-section1 .body .text2 strong {
  font-size: 1.25vw;
}
.contact-section1 .right-body p:first-child {
  font-size: 1.04vw;
  line-height: 1.1;
  margin-bottom: 0.26vw;
}
.contact-section1 .right-body p:nth-child(2) {
  font-size: 1.04vw;
  line-height: 1.1;
}
.contact-section1 .message h1 {
  font-size: 1.56vw;
  line-height: 1.1;
  display: block;
  margin-bottom: 1.56vw;
}
.contact-section1 .message .row {
  display: block;
  margin-bottom: 0.78vw;
}
.contact-section1 .message .row:last-child {
  margin-bottom: 0;
}
.contact-section1 .message .label {
  font-size: 1.04vw;
  color: #000;
  margin-bottom: 0.52vw;
  line-height: 1.2;
}
.contact-section1 .message input,
.contact-section1 .message textarea {
  display: block;
  border: 0.05vw solid #000;
  width: 100%;
  font-size: 0.83vw;
}
.contact-section1 .message input {
  height: 2.29vw;
  padding: 0 0.52vw;
}
.contact-section1 .message textarea {
  padding: 0.52vw;
  resize: none;
  height: 11.98vw;
}
.contact-section1 .message button {
  display: block;
  margin-top: 1.04vw;
  background-color: #000;
  height: 2.6vw;
  text-align: center;
  font-size: 0.94vw;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .contact-section1 {
    padding-bottom: 8.33vw;
  }
  .contact-section1 .mxw-box {
    max-width: 57.81vw;
  }
  .contact-section1 .message {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .contact-section1 .message .msg-left {
    width: 28.13vw;
    flex-shrink: 0;
  }
  .contact-section1 .message .msg-right {
    width: 21.88vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1100px) {
  .contact-section1 {
    padding-bottom: 14.67vw;
  }
  .contact-section1 .body {
    display: block;
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin-bottom: 10.67vw;
  }
  .contact-section1 .body .text1 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .contact-section1 .body .text2 {
    font-size: 4.27vw;
  }
  .contact-section1 .body .text2 div {
    width: 100%;
  }
  .contact-section1 .body .text2 div strong {
    font-size: 5.33vw;
  }
  .contact-section1 .body .text2 div:nth-child(2) {
    margin-top: 2.13vw;
    margin-bottom: 2.13vw;
  }
  .contact-section1 .body .text2 img {
    width: 5.33vw;
    margin-right: 2.67vw;
  }
  .contact-section1 .right-body p:nth-child(1) {
    font-size: 4.27vw;
    margin-bottom: 2.67vw;
  }
  .contact-section1 .right-body p:nth-child(2) {
    line-height: 1.4;
    font-size: 4.8vw;
  }
  .contact-section1 .message {
    display: block;
  }
  .contact-section1 .message .msg-right {
    margin-top: 5.33vw;
  }
  .contact-section1 .message h1 {
    font-size: 5.87vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  .contact-section1 .message .label {
    font-size: 4.27vw;
    margin-bottom: 2.67vw;
  }
  .contact-section1 .message input,
  .contact-section1 .message textarea {
    font-size: 3.73vw;
  }
  .contact-section1 .message input {
    height: 8vw;
    padding: 0 2.67vw;
  }
  .contact-section1 .message textarea {
    height: 40vw;
    padding: 2.67vw;
  }
  .contact-section1 .message button {
    height: 10.67vw;
    font-size: 3.73vw;
  }
}
/* ==================== 联系我们 - 板块一 End ==================== */
/* ==================== 资质认证 - 板块一 Start ==================== */
.honor-section1 .product-title .text1 {
  line-height: 1;
  margin: 0;
}
.honor-section1 .product-title .text2 {
  line-height: 1;
}
.honor-section1 .itembox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4.17vw;
}
.honor-section1 .item .image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.56vw;
  text-align: center;
}
.honor-section1 .item .title {
  width: 100%;
  text-align: center;
  font-size: 1.15vw;
  color: #000;
  line-height: 1.2;
}
.honor-section1 .desc {
  text-align: center;
  font-size: 1.15vw;
  line-height: 1.6;
}
@media screen and (min-width: 1100px) {
  .honor-section1 {
    padding-bottom: 4.17vw;
  }
  .honor-section1 .mxw-box {
    max-width: 57.29vw;
  }
  .honor-section1 .item:nth-child(3) ~ .item {
    margin-top: 4.69vw;
  }
}
@media screen and (max-width: 1100px) {
  .honor-section1 {
    padding-bottom: 18.67vw;
  }
  .honor-section1 .item:nth-child(2) ~ .item {
    margin-top: 13.33vw;
  }
  .honor-section1 .item .image {
    width: auto;
    height: 26.67vw;
    margin-bottom: 5.33vw;
  }
  .honor-section1 .item .image img {
    width: auto;
    height: 100%;
  }
  .honor-section1 .item .title {
    font-size: 3.73vw;
  }
  .honor-section1 .desc {
    margin-top: 8vw;
    font-size: 3.73vw;
    line-height: 1.8;
  }
  .honor-section1 .desc p {
    display: inline;
  }
}
/* ==================== 资质认证 - 板块一 End ==================== */
/* ==================== 铰链系列 - 板块一 Start ==================== */
.product2-section1 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.04vw;
  border-bottom: 0.05vw solid #9c9c9c;
  margin-bottom: 3.65vw;
}
.product2-section1 .tabs .tab-item {
  font-size: 1.25vw;
  line-height: 1;
  color: #000;
  padding: 0.26vw 1.3vw;
  text-align: center;
  position: relative;
}
.product2-section1 .tabs .tab-item:before,
.product2-section1 .tabs .tab-item:after {
  content: "";
  display: block;
  height: 1.72vw;
  width: 0.05vw;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.product2-section1 .tabs .tab-item:after {
  display: none;
}
.product2-section1 .tabs .tab-item:last-child:after {
  display: block;
  right: 0;
  left: auto;
}
.product2-section1 .item .title {
  background-color: #000;
  color: #fff;
  font-size: 1.04vw;
  padding: 0.78vw 0.78vw;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .product2-section1 {
    padding-bottom: 5.21vw;
  }
  .product2-section1 .mxw-box {
    max-width: 57.29vw;
  }
  .product2-section1 .body {
    padding-left: 3.65vw;
    padding-right: 3.65vw;
  }
  .product2-section1 .item {
    width: 30%;
  }
  .product2-section1 .item:nth-child(3n-1) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .product2-section1 .item:nth-child(3) ~ .item {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 1100px) {
  .product2-section1 {
    padding-bottom: 18.67vw;
  }
  .product2-section1 .tabs {
    flex-wrap: wrap;
    padding-bottom: 3.47vw;
    margin-bottom: 6.67vw;
    justify-content: flex-start;
  }
  .product2-section1 .tabs .tab-item {
    width: 25%;
    padding: 1.07vw 2.67vw;
    font-size: 3.73vw;
    margin: 1.07vw 0;
  }
  .product2-section1 .tabs .tab-item:nth-child(4n):after {
    display: none;
  }
  .product2-section1 .tabs .tab-item:before {
    display: none;
  }
  .product2-section1 .tabs .tab-item:after {
    display: block;
    right: 0;
    left: auto;
    height: 100%;
  }
  .product2-section1 .item .title {
    font-size: 3.73vw;
    padding: 2.13vw 2.67vw;
  }
}
/* ==================== 铰链系列 - 板块一 End ==================== */
/* ==================== 产品详情 - 板块一 Start ==================== */
.product-desc-section1 {
  padding-top: 3.13vw;
  padding-bottom: 3.13vw;
}
.product-desc-section1 .product-desc-title {
  font-size: 1.15vw;
  color: #000;
  padding-bottom: 1.04vw;
  border-bottom: 0.05vw solid #000;
  text-align: center;
  margin-bottom: 1.56vw;
  font-weight: bold;
}
.product-desc-section1 .body {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.product-desc-section1 .mxw-back {
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 0.42vw;
  font-size: 0.63vw;
  display: block;
  width: 100%;
  height: 1.56vw;
  line-height: 1.56vw;
  max-width: 40%;
  font-weight: bold;
  margin: 1.04vw auto;
}
@media screen and (min-width: 1100px) {
  .product-desc-section1 {
    padding-bottom: 5.21vw;
  }
  .product-desc-section1 .mxw-box {
    max-width: 57.29vw;
  }
}
@media screen and (max-width: 1100px) {
  .product-desc-section1 {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
  .product-desc-section1 .body {
    width: 100%;
  }
  .product-desc-section1 .product-desc-title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 5.33vw;
  }
  .product-desc-section1 .mxw-back {
    font-size: 3.73vw;
    height: auto;
    line-height: inherit;
    padding: 2.13vw 2.67vw;
    border-radius: 2.67vw;
  }
}
/* ==================== 产品详情 - 板块一 End ==================== */
/* ==================== 新闻详情 - 板块一 Start ==================== */
.news-desc-section1 .title {
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2.08vw;
}
.news-desc-section1 .bottom {
  border-bottom: 0.05vw solid #ccc;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.04vw;
  margin-bottom: 2.6vw;
}
.news-desc-section1 .bottom .text {
  margin-right: 1.56vw;
  font-size: 0.73vw;
}
.news-desc-section1 .bottom .font-size span {
  font-weight: bold;
  display: inline-block;
  margin-left: 0.26vw;
  margin-right: 0.26vw;
  cursor: pointer;
}
.news-desc-section1 .bottom .font-size span:nth-child(1) {
  font-size: 0.73vw;
}
.news-desc-section1 .bottom .font-size span:nth-child(2) {
  font-size: 0.83vw;
}
.news-desc-section1 .bottom .font-size span:nth-child(3) {
  font-size: 0.94vw;
}
.news-desc-section1 article {
  line-height: 1.8;
  font-size: 0.83vw;
}
@media screen and (min-width: 1100px) {
  .news-desc-section1 {
    padding-bottom: 5.21vw;
  }
  .news-desc-section1 .mxw-box {
    max-width: 57.29vw;
  }
}
@media screen and (max-width: 1100px) {
  .news-desc-section1 {
    padding: 13.33vw 0;
  }
  .news-desc-section1 .title {
    line-height: 1.4;
    font-size: 5.33vw;
    margin-bottom: 5.33vw;
  }
  .news-desc-section1 .bottom {
    padding-bottom: 4vw;
    margin-bottom: 5.33vw;
  }
  .news-desc-section1 .bottom .text {
    font-size: 3.2vw;
  }
  .news-desc-section1 .bottom .text:nth-child(2n) {
    margin-right: 0;
  }
  .news-desc-section1 .bottom .text:nth-child(3) {
    display: none;
  }
  .news-desc-section1 article {
    font-size: 4vw;
  }
}
/* ==================== 新闻详情 - 板块一 End ==================== */
/* ==================== 视频列表 - 板块一 Start ==================== */
.video-section1 .item {
  position: relative;
  cursor: pointer;
}
.video-section1 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center;
  background-size: 2.6vw auto;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.video-section1 .item img {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .video-section1 {
    padding-bottom: 6.25vw;
  }
  .video-section1 .item {
    width: 30.666%;
  }
  .video-section1 .item:nth-child(3n-1) {
    margin-left: 4%;
    margin-right: 4%;
  }
  .video-section1 .item:nth-child(3) ~ .item {
    margin-top: 4%;
  }
}
@media screen and (max-width: 1100px) {
  .video-section1 {
    padding-bottom: 16vw;
  }
  .video-section1 .item:after {
    background-size: 8vw auto;
  }
}
/* ==================== 视频列表 - 板块一 End ==================== */
