@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

i,
em {
  font-weight: normal;
  font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
}

/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; } */
html body {
  margin: 0px auto;
  max-width: 1920px;
  min-width: 320px;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft YaHei", "SimSun","宋体",sans-serif;
  background-color: #fff;
}

html {
  font-size: 100px;
}

/* 单行文本溢出隐藏 */
/* 多行文本溢出隐藏 */
/* flex 布局 */
.wrap {
  width: 1650px;
  margin: 0 auto;
}

.header-box {
  transition-duration: .3s;
  height: 206px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all .3s;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.header-box.active .header .hd-logo {
  padding-top: 20px;
  padding-bottom: 5px;
}
.header-box.active .header .hd-nav {
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-box.active .hd-nav li > a::after {
  background-color: #fff;
}

.hd-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 80px 20px 50px;
  transition-duration: 0.3s;
}
.hd-logo img {
  display: block;
}
.hd-logo h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #6c6c6c;
  font-family: 等线,Arial, Helvetica, sans-serif;
  padding: 10px 15px;
  border: 1px solid #838282;
  text-transform: uppercase;
  border: 1px solid #838282;
}

.hd-nav2 {
  background: url(../img/header-ico01.png) no-repeat left 8px center;
}

.hd-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 50px;
  border-bottom: 1px solid #030000;
}
.hd-nav li {
  position: relative;
}
.hd-nav li > a {
  font-size: 20px;
  line-height: 1;
  color: #000;
  display: block;
  margin: 0;
  transition: all .3s;
  position: relative;
  text-align: center;
}
.hd-nav li > a span {
  color: #777777;
  margin-left: 10px;
}
.hd-nav li > a span i {
  margin-left: 20px;
  margin-right: 20px;
}
.hd-nav li > a:hover {
  opacity: 0.6;
}
.hd-nav li > a:hover::after {
  opacity: 1;
}
.hd-nav .on > a {
  opacity: 0.6;
}
.hd-nav .on > a::after {
  opacity: 1;
}

.hd-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hd-btn .shop-btn {
  width: 130px;
  height: 37px;
  border: 1px solid #666666;
  border-radius: 37px;
  padding-left: 45px;
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  background: url(../img/shop-ico01.png) no-repeat left 18px center;
}
.hd-btn .vx-btn {
  width: 38px;
  height: 37px;
  border: 1px solid #666666;
  border-radius: 37px;
  background: url(../img/weixin-ico01.png) no-repeat center;
  margin-left: 10px;
}
.hd-btn .vx-btn img {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.hd-btn .vx-btn:hover img {
  opacity: 1;
  visibility: visible;
}
.hd-btn .wx-btn {
  margin-left: 15px;
}
.hd-btn .tel-btn {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  padding: 0 20px;
  height: 82px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  align-items: flex-start;
  margin-left: 30px;
}
.hd-btn .tel-btn span {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  display: block;
}
.hd-btn .video-btn {
  margin-left: 15px;
}
.hd-btn .search-btn {
  width: 110px;
  height: 82px;
  background: url(../img/search-ico01.png) no-repeat center;
  transition-duration: .3s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.hd-btn .search-btn:hover {
  opacity: .8;
}

.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}

.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1320px;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

.videoWindow i {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url("../icon/onlineClose.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.ibanner {
  padding-bottom: 50%;
  position: relative;
  margin-top: 50px;
}
.ibanner .swiper-container {
  padding-bottom: 55px;
}
.ibanner .box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 55px;
  background-color: #000;
}
.ibanner .box .swiper-pagination {
  bottom: 25px;
  position: initial;
  margin-left: 60px;
}
.ibanner .box .swiper-pagination .swiper-pagination-bullet {
  background-color: #858585;
  opacity: 1;
  margin: 0 11px;
}
.ibanner .box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff1e1e;
}

.ibanner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ibanner .mobile {
  display: none;
}

.ibanner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formError {
  max-width: 280px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10001;
  background-color: #f6f6f6;
  padding: 15px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all;
  box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9);
}

.formError.active {
  opacity: 1;
}

.formError h6 {
  font-size: 16px;
  color: #434144;
}

.online {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.online .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 850px;
  width: 96%;
  padding: 30px;
  background-color: #fff;
}

.online .main .tit {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.online .main .tit h3 {
  text-align: center;
  font-size: 24px;
  color: #434144;
  font-weight: bold;
}

.online .main .tit span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-top: 5px;
  text-align: center;
  font-family: "Arial";
  color: #787878;
  font-weight: bold;
}

.online .main .tit span b {
  color: #a0757a;
}

.online .main .tit span:before {
  content: '';
  opacity: 1;
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #434144;
}

.online .main .tit span:after {
  content: '';
  opacity: 1;
  display: block;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 65px;
  height: 1px;
  background-color: #434144;
}

.online .main form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset;
}

.online .main form figure {
  display: block;
  width: 45%;
  position: relative;
  padding: 20% 0;
}

.online .main form figure img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.online .main form ul {
  width: 52%;
}

.online .main form ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  height: 40px;
}

.online .main form ul li + li {
  margin-top: 15px;
}

.online .main form ul li .ind {
  width: 48%;
  height: 100%;
  border: 1px solid #bebebe;
  padding: 0 10px;
  background-color: transparent;
  color: #979797;
  font-size: 14px;
  transition: .2s all;
}

.online .main form ul li .ind.active {
  box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind:hover {
  box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind::-webkit-input-placeholder {
  color: #979797;
  font-size: 14px;
}

.online .main form ul li select {
  background: url(../img/ico-002.png) #fff 95% center no-repeat;
}

.online .main form ul li.phone input {
  width: 100%;
}

.online .main form ul li.textarea {
  height: 180px;
}

.online .main form ul li.textarea textarea {
  width: 100%;
  padding: 10px;
}

.online .main form ul li button {
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #a0757a;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent;
}

.online .main form ul li button:hover {
  background-color: transparent;
  border-color: #999;
  border-radius: 5px;
  color: #666;
}

.online .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/close.png) no-repeat center center #a0757a;
  background-size: 60%;
  cursor: pointer;
}

.menu-btn {
  display: none;
}

.search_btn {
  display: none;
}

/* 产品详情 */
.m-serve {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-serve .tit {
  text-align: center;
  padding: 24px 0 45px;
  background-color: #2b3b78;
}

.m-serve .tit h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 6px;
  font-weight: bold;
}

.m-serve .tit p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: none;
}

.m-serve .form {
  margin: -26px 20px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 19px 15px 19px;
  border: 1px solid #f0f0f0;
}

.m-serve .form .item {
  margin-bottom: 15px;
  overflow: hidden;
}

.m-serve .form .item .inp, .m-serve .form select {
  border: 1px solid #e2e2e2;
  padding: 0 20px 0 13px;
  font-size: 12px;
  color: #828282;
  line-height: 35px;
  height: 35px;
  display: block;
  width: 100%;
  border-radius: 3px;
}

.m-serve .form select {
  background: url(../img/qwy-i5.png) center right 11px no-repeat;
}

.m-serve .form .sub {
  line-height: 30px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #2b3b78;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: .4s all;
  border: 1px solid transparent;
}

.m-serve .form .sub:hover {
  border-radius: 3px;
  color: #2b3b78;
  background-color: transparent;
  border-color: #2b3b78;
}

.ul-form {
  overflow: hidden;
  margin: 0 -4px;
}

.ul-form li {
  float: left;
  width: 50%;
  margin-top: 12px;
  padding: 0 4px;
}

.g-box {
  padding: 23px 20px 5px;
  background-color: #fff;
  margin-bottom: 30px;
}

.g-tit1 {
  overflow: hidden;
  margin-bottom: 20px;
}

.g-tit1 h3 {
  float: left;
  padding-left: 20px;
  font-size: 24px;
  color: #000;
  background: url(../img/qwy-i6.png) center left no-repeat;
  line-height: 34px;
  font-weight: 400;
}

.g-tit1 a {
  float: right;
  font-size: 14px;
  color: #828282;
  line-height: 24px;
  margin-top: 8px;
  transition: all .3s;
}

.g-tit1 a:hover {
  color: #2b3b78;
}

.m-list2 {
  padding-bottom: 10px;
}

.m-list2 li a {
  display: block;
  font-size: 14px;
  color: #838282;
  line-height: 24px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 6px;
  transition: all .3s;
}

.m-list2 li a:hover {
  color: #2b3b78;
}

.m-list2 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #838282;
  margin-top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-list1 {
  height: auto;
  overflow: hidden;
}

.m-list1 li {
  width: 50%;
  float: left;
}

.search-box {
  padding: 0;
  transition: 1s ease;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #999;
  width: 320px;
  height: 0;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 90px;
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  /* transition:transform .3s,opacity 1s,visibility 1s; */
  transition: initial;
  padding: 15px;
  height: 200px;
  transition: all .8s;
}

.search-box.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: transform .3s;
  /* transition: transform .3s,opacity .3s,visibility .3s; */
}

.search-box p {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.search-box input {
  width: 100%;
  border: 1px solid #999;
  height: 40px;
  background: transparent;
  padding: 0 15px;
}

.search-box button {
  height: 40px;
  border: 1px solid #fff;
  background: #f27416;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}

.nav2 {
  padding: 25px 0 55px;
}
.nav2 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.nav2 .tit {
  font-size: 26px;
  line-height: 35px;
  color: #363636;
  margin-left: 20px;
}
.nav2 .tit span {
  color: #a73736;
}
.nav2 .tabs {
  margin-left: 75px;
}
.nav2 .tabs a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #bc1b28;
  padding: 12px 30px;
  border-radius: 30px;
  border: 1px solid #a73736;
  margin-right: 25px;
  background-color: #ffffff;
  transition-duration: .3s;
}
.nav2 .tabs a:hover {
  background-color: #a73736;
  color: #fff;
}

.bg2 {
  background-color: #f8f8f8;
}

.m-index {
  display: none;
}

.guard {
  background-color: #f5f5f5;
  padding: 90px 0 110px;
}
.guard .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.guard .top .tit {
  width: 41%;
  padding-left: 78px;
  background: url(../img/guard-ico01.png) no-repeat left top;
}
.guard .top .tit h3 {
  font-size: 40px;
  line-height: 45px;
  color: #1c1c1c;
  font-weight: bold;
  white-space: pre-wrap;
  padding-top: 30px;
}
.guard .top .tit h5 {
  font-size: 24px;
  line-height: 1;
  color: #1c1c1c;
  margin-top: 20px;
}
.guard .top p {
  width: 59%;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.guard .guard-swiper {
  padding-top: 100px;
}
.guard .guard-swiper .swiper-pagination {
  top: 6px;
  bottom: initial;
  width: auto;
  left: 65%;
  font-size: 18px;
  line-height: 1;
  color: #666666;
  display: none;
}
.guard .guard-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 36px;
  line-height: 1;
  color: #f27416;
}
.guard .guard-swiper .box-button {
  width: 130px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.guard .guard-swiper .box-button div {
  position: initial;
  margin-top: 0;
  width: 50%;
  height: 100%;
  border: 1px solid #999999;
  background: url(../img/guard-left-ico01.png) no-repeat center;
}
.guard .guard-swiper .box-button div:hover {
  background-image: url(../img/guard-left-ico02.png);
  background-color: #f27416;
  border-color: #f27416;
}
.guard .guard-swiper .box-button div::after {
  display: none;
}
.guard .guard-swiper .box-button .swiper-button-next {
  transform: rotate(180deg);
}
.guard .guard-swiper .swiper-slide {
  width: 280px;
  height: 480px;
}
.guard .guard-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.guard .guard-swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.guard .guard-swiper .swiper-slide .pic .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.guard .guard-swiper .swiper-slide .pic .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  transition-duration: .3s;
}
.guard .guard-swiper .swiper-slide .pic .txt h2 {
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.guard .guard-swiper .swiper-slide .pic .txt .ico {
  width: 55px;
  height: 55px;
  position: relative;
  display: none;
}
.guard .guard-swiper .swiper-slide .pic .txt .ico img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition-duration: .3s;
}
.guard .guard-swiper .swiper-slide .pic .txt h3 {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  margin-top: 30px;
}
.guard .guard-swiper .swiper-slide .pic .txt h4 {
  font-size: 12px;
  line-height: 1;
  color: #bdbdbd;
  margin-top: 12px;
  margin-bottom: 25px;
}
.guard .guard-swiper .swiper-slide .pic .txt p {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: none;
}
.guard .guard-swiper .swiper-slide .pic .txt span {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  padding-right: 32px;
  background: url(../img/guard-ico03.png) no-repeat right center;
  display: none;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt {
  padding: 20px 30px;
  top: 0;
  background-color: #f27416;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt h2 {
  display: none;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt h3 {
  font-size: 24px;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt .ico {
  display: block;
  margin-top: 30px;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt h4 {
  color: #fff;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt p {
  display: block;
  margin-top: 30px;
}
.guard .guard-swiper .swiper-slide:hover .pic .txt span {
  margin-top: 90px;
  display: inline-block;
}

.video_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: none;
}

.video_window .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 750px;
  height: 500px;
}

.video_window .main video {
  border: 20px solid #fff;
  border-radius: 10px;
  background-color: #000;
}

.video_window .main {
  overflow: visible;
  background-color: initial;
}

.video_window .main i {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
  background: url(../img/close.png) no-repeat;
  background-size: 100% 100%;
}

.com-more3 {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 15px 40px 15px 60px;
  background: url(../img/more-ico01.png) no-repeat left 35px center;
  background-color: #a73736;
  transition-duration: .3s;
}
.com-more3:hover {
  background-color: #313131;
  color: #fff;
}

.header .m {
  display: none;
  padding: 30px 30px;
  position: relative;
  background-color: #333;
  overflow: hidden;
}

.header .m .menu {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
  background-color: transparent;
}

.header .m .menu path {
  stroke: #fff;
}

.header .m .menu label {
  left: -40px;
  top: -45px;
  max-width: 130px;
  max-height: 130px;
}

.header .m > a {
  display: block;
  height: 45px;
  text-align: center;
}

.header .m > a img {
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.header .m .Msearch {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url("../icon/Msearch.png") no-repeat;
  background-size: contain;
}

.PopupColumn {
  position: fixed;
  top: 75px;
  left: -1024px;
  padding: 20px 15px;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  background-color: #333;
  transition: 0.4s all;
  z-index: 99;
}

.PopupColumn.active {
  left: 0;
}

.PopupColumn li {
  border-bottom: 1px solid #999;
}

.PopupColumn li.active a:after {
  background-color: #fff;
}

.PopupColumn li.active a icon {
  transform: translateY(-50%) rotate(180deg);
}

.PopupColumn li > a {
  display: block !important;
  font-size: 15px;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 1px;
  transition: 0.4s all;
  letter-spacing: 2px;
  position: relative;
  padding-left: 30px;
}

.PopupColumn li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.PopupColumn li > a icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../icon/downJT.png") no-repeat;
  background-size: contain;
  transition: 0.4s all;
}

.PopupColumn li dl {
  display: none;
  padding-bottom: 20px;
}

.PopupColumn li dl dd {
  padding: 10px 30px;
}

.PopupColumn li dl dd a {
  display: block;
  font-size: 14px;
  color: #fff;
}

.PopupColumn p {
  font-size: 20px;
  margin-top: 30px;
  color: #004d85;
  cursor: pointer;
  font-family: english;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-direction: unset;
}

.PopupColumn p i {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/top.png") no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-top: 2px;
}

.PopupSearch {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.PopupSearch form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.PopupSearch form h4 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.PopupSearch form .div {
  margin-top: 20px;
  margin-bottom: 80px;
  width: 640px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  position: relative;
}

.PopupSearch ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.PopupSearch ul li {
  display: inline-block;
}

.PopupSearch ul li div {
  color: #fff;
}

.PopupSearch form .div select {
  width: 180px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 17px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: url("../icon/dropDown.png") rgba(0, 0, 0, 0.7) 95% center no-repeat;
  background-size: 15px 15px;
  border-right: 1px solid #dfdfdf;
  color: #dfdfdf;
  letter-spacing: 2px;
}

.PopupSearch form .div select option {
  padding: 10px 0;
}

.PopupSearch form .div input {
  width: 453px;
  line-height: 48px;
  background-color: transparent;
  padding: 0 10px;
  color: #dfdfdf;
  font-size: 17px;
  letter-spacing: 2px;
}

.PopupSearch form .div input::-webkit-input-placeholder {
  color: #dfdfdf;
  font-size: 17px;
}

.PopupSearch form .div button {
  width: 80px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dfdfdf;
  text-transform: uppercase;
  cursor: pointer;
}

.PopupSearch form .div button i {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.PopupSearch form .div button i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 60px;
  background: url("../icon/search.png") no-repeat;
  background-position: center top;
  background-size: contain;
}

.PopupSearch form icon {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 0.4s all;
}

.PopupSearch form icon:hover {
  color: #1e2b69;
}

.m_search {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #434144;
  z-index: 999;
  display: none;
}

.m_search ul {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_search ul li {
  display: inline-block;
}

.m_search .layui-form-radio {
  line-height: 28px;
}

.m_search .layui-form-radio div {
  color: #fff;
}

.m_search .layui-form-radio i {
  width: 25px !important;
  height: 25px !important;
}

.m_search > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.m_search > div > i {
  width: 50px;
  height: 50px;
  background: url("../icon/Msearch.png") no-repeat;
  background-size: contain;
}

.m_search > div h5 {
  font-size: 32px;
  font-family: english;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 1px;
}

.m_search > div h5:before {
  content: "";
  margin-right: 2px;
}

.m_search > div form {
  width: 100%;
  padding: 0 15%;
  margin-top: 50px;
}

.m_search > div form input {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
}

.m_search > div form input:-webkit-input-placeholder {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
}

.m_search > div form button {
  width: 100%;
  line-height: 50px;
  background-color: #a0757a;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: english;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

.m_search > div .searchClose {
  margin-top: 50px;
}

.m_search > div .searchClose i {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../icon/onlineClose.png") no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.m_search > div .searchClose p {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: english;
  letter-spacing: 2px;
  font-weight: bold;
}

.PopupSearch {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.PopupSearch form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.PopupSearch form h4 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.PopupSearch form .div {
  margin-top: 20px;
  margin-bottom: 80px;
  width: 640px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  position: relative;
}

.PopupSearch ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.PopupSearch ul li {
  display: inline-block;
}

.PopupSearch ul li div {
  color: #fff;
}

.PopupSearch form .div select {
  width: 180px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 17px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: url("../icon/dropDown.png") rgba(0, 0, 0, 0.7) 95% center no-repeat;
  background-size: 15px 15px;
  border-right: 1px solid #dfdfdf;
  color: #dfdfdf;
  letter-spacing: 2px;
}

.PopupSearch form .div select option {
  padding: 10px 0;
}

.PopupSearch form .div input {
  width: 453px;
  line-height: 48px;
  background-color: transparent;
  padding: 0 10px;
  color: #dfdfdf;
  font-size: 17px;
  letter-spacing: 2px;
}

.PopupSearch form .div input::-webkit-input-placeholder {
  color: #dfdfdf;
  font-size: 17px;
}

.PopupSearch form .div button {
  width: 80px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dfdfdf;
  text-transform: uppercase;
  cursor: pointer;
}

.PopupSearch form .div button i {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.PopupSearch form .div button i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 60px;
  background: url("../icon/search.png") no-repeat;
  background-position: center top;
  background-size: contain;
}

.PopupSearch form icon {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 0.4s all;
}

.PopupSearch form icon:hover {
  color: #a0757a;
}

.PopupCode {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.PopupCode ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.PopupCode ul li {
  background-color: #fff;
  padding: 20px;
  transition: 0.4s all;
}

.PopupCode ul li + li {
  margin-left: 30px;
}

.PopupCode ul li figure img {
  width: 260px;
  height: 260px;
}

.PopupCode ul li p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #434144;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #434144;
  transition: 0.4s all;
  letter-spacing: 2px;
}

.PopupCode ul li span {
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #1e2b69;
  cursor: pointer;
  transition: 0.4s all;
  position: relative;
  padding-bottom: 3px;
}

.PopupCode ul li span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: 0.4s all;
}

.PopupCode ul li span:hover:after {
  opacity: 1;
}

.PopupCode ul li:hover {
  background-color: #a0757a;
}

.PopupCode ul li:hover p {
  color: #fff;
  border-color: #fff;
}

.PopupCode ul li:hover span {
  color: #fff;
}

.Mnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
}

.Mnav ul {
  width: 100%;
  background-color: #3c3c3c;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.Mnav ul li {
  width: 33.333%;
  padding: 15px 0;
  transition: 0.4s all;
}

.Mnav ul li:hover {
  background-color: #a0757a;
}

.Mnav ul li a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-direction: unset;
}

.Mnav ul li a icon {
  display: block;
  width: 40px;
  height: 40px;
}

.Mnav ul li a span {
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
}

.Mnav ul li:nth-of-type(1) icon {
  background: url("../icon/Mnav_tel.png") no-repeat;
  background-size: contain;
}

.Mnav ul li:nth-of-type(2) icon {
  background: url("../icon/Mnav_message.png") no-repeat;
  background-size: contain;
}

.Mnav ul li:nth-of-type(3) icon {
  background: url("../icon/Mnav_wx.png") no-repeat;
  background-size: contain;
}

.MgoTop {
  position: fixed;
  right: 20px;
  bottom: 90px;
  display: none;
  width: 60px;
  height: 60px;
  background: url("../icon/MgoTop.png") no-repeat;
  background-size: contain;
  z-index: 90;
  transition: 0.4s all;
}

.MgoTop.active {
  opacity: 1;
  pointer-events: auto;
}

.video1-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 120px;
}
.video1-box .video1 {
  width: 66%;
  height: 700px;
  position: relative;
  background-color: #000;
}
.video1-box .video1 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video1-box .video1 .btn {
  width: 150px;
  height: 150px;
  background: url(../img/video1-btn01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.video1-box .txt {
  width: 34%;
  background: url(../img/video1-bg02.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.video1-box .txt h3 {
  font-size: 44px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
.video1-box .txt h5 {
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  margin-top: 55px;
  text-transform: uppercase;
}
.video1-box .txt h6 {
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  margin-top: 30px;
}
.video1-box .txt a {
  font-size: 30px;
  line-height: 1.2;
  color: #b2b2b2;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  padding: 15px 36px;
  border: 1px solid #b2b2b2;
  transition-duration: 0.3s;
  margin-top: 45px;
}
.video1-box .txt a:hover {
  color: #a0757a;
  border-color: #a0757a;
}

.com-tit1 {
  padding-top: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  padding-left: 60px;
  padding-bottom: 20px;
}
.com-tit1 h3 {
  font-size: 187px;
  line-height: 1;
  color: #3e3e3e;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.com-tit1 h5 {
  font-size: 41px;
  line-height: 1;
  color: #000000;
  font-family: 思源黑体 CN;
  font-weight: lighter;
  margin-bottom: 25px;
  margin-left: 50px;
}

.about .com-tit1 {
  padding-right: 13.25%;
  padding-bottom: 20px;
  padding-left: initial;
  justify-content: flex-end;
}
.about .con {
  position: relative;
}
.about .con .bg {
  display: block;
}
.about .con .bg2 {
  display: none;
}
.about .con .txt {
  width: 700px;
  position: absolute;
  top: 90px;
  right: 13.25%;
}
.about .con .txt h3 {
  font-size: 18.5px;
  line-height: 35px;
  color: #595959;
  font-family: 思源黑体 CN;
  font-weight: lighter;
  white-space: pre-wrap;
}
.about .con .txt h5 {
  font-size: 10px;
  line-height: 25px;
  color: #ababab;
  font-family: 思源黑体 CN;
  font-weight: lighter;
  white-space: pre-wrap;
  text-transform: uppercase;
}

.product {
  overflow: hidden;
}
.product .list {
  margin-top: 120px;
  margin-bottom: -150px;
}
.product .list li {
  margin-bottom: 150px;
}
.product .list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.product .list li .pic {
  width: 59.1%;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.product .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.product .list li .pic:hover img {
  transform: scale(1.1);
}
.product .list li .txt {
  width: 36%;
  padding-right: 4%;
  padding-top: 150px;
}
.product .list li .txt h3 {
  font-size: 41px;
  line-height: 1.2;
  color: #595959;
  font-family: 思源黑体 CN;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .list li .txt h5 {
  font-size: 22.5px;
  line-height: 1.2;
  color: #bebdbd;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .list li .txt p {
  font-size: 15.5px;
  line-height: 30px;
  color: #595959;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 85px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}
.product .list li .txt span {
  font-size: 30px;
  line-height: 1.2;
  color: #b2b2b2;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  padding: 15px 36px;
  border: 1px solid #b2b2b2;
  transition-duration: 0.3s;
  margin-top: 55px;
  display: inline-block;
}
.product .list li .txt span:hover {
  color: #a0757a;
  border-color: #a0757a;
}
.product .product-swiper {
  display: none;
}

.designer .list {
  padding: 65px 60px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -40px;
}
.designer .list li {
  margin-bottom: 40px;
  width: 36%;
}
.designer .list li:nth-child(1) {
  width: 100%;
}
.designer .list li:nth-child(2) {
  margin-right: 3.5%;
}
.designer .list li:nth-child(4) {
  margin-right: 22.5%;
}

.news {
  background: url(../img/news-bg01.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
}
.news .con {
  padding: 200px 13.3% 100px;
}
.news .con .item {
  position: relative;
  display: block;
}
.news .con .item .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 61.7%;
  overflow: hidden;
}
.news .con .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.news .con .item h3 {
  font-size: 32px;
  line-height: 40px;
  color: #a66932;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  white-space: pre-wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}

.join {
  padding: 150px 0 260px;
  background-color: #404040;
}
.join .txt {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.join .txt h3 {
  font-size: 54px;
  line-height: 1;
  color: #ffffff;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
.join .txt h5 {
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  white-space: pre-wrap;
  margin-top: 95px;
}
.join .txt p {
  font-size: 12px;
  line-height: 30px;
  color: #979797;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  white-space: pre-wrap;
  margin-top: 50px;
  text-transform: uppercase;
  margin-top: 50px;
}
.join .txt a {
  font-size: 31px;
  line-height: 1;
  color: #979797;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  display: inline-block;
  padding: 20px 110px;
  background-color: #000000;
  border-radius: 10px;
  margin-top: 80px;
  transition-duration: 0.3s;
}
.join .txt a:hover {
  background-color: #a0757a;
  color: #fff;
}

.footer {
  background-color: #000000;
  padding: 105px 6.5% 160px 8.8%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .nav1 {
  margin-bottom: -20px;
}
.footer .nav1 li {
  margin-bottom: 20px;
}
.footer .nav1 li a {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  transition-duration: 0.3s;
}
.footer .nav1 li a:hover {
  color: #a0757a;
}
.footer .txt {
  width: 485px;
  padding-top: 30px;
}
.footer .txt a {
  font-size: 26px;
  line-height: 1.2;
  color: #ffffff;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  transition-duration: 0.3s;
}
.footer .txt a:hover {
  color: #a0757a;
}
.footer .txt p {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  margin-top: 35px;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  white-space: pre-wrap;
}
.footer .txt .code {
  display: block;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-top: 15px;
}
.footer .txt .tel {
  padding-left: 60px;
  background: url(../img/tel-ico02.png) no-repeat left center;
  margin-top: 55px;
  margin-bottom: 45px;
}
.footer .txt .tel h4 {
  font-size: 24px;
  line-height: 1;
  color: #666666;
  font-weight: bold;
}
.footer .txt .tel h4 span {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  font-weight: normal;
}
.footer .txt .tel h5 {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin-top: 8px;
}
.footer .txt .online-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 15px 40px;
  background-color: #a0757a;
  border-radius: 45px;
  transition-duration: .3s;
}
.footer .txt .online-btn:hover {
  transform: translateY(-5px);
  box-shadow: 2px 3px 5px #ddd;
}
.footer .copy {
  width: 100%;
  margin-top: 10px;
}
.footer .copy p {
  max-width: 630px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #ddd;
  font-family: 等线, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  white-space: pre-wrap;
}
.footer .copy p a:hover {
  color: #a0757a;
}

.m-header {
  display: none;
}

.m-nav {
  display: none;
}

.m-footer {
  display: none;
}

.rootLoading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #1B1B1B;
  z-index: 9999999;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}

.rootLoading.active {
  opacity: 0;
  visibility: hidden;
}

.rootLoading .loadLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rootLoading .loadLogo .img {
  position: relative;
  --size: 0;
}

.rootLoading .loadLogo .imgload {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: #1B1B1B;
  -webkit-transition: .5s;
  transition: .5s;
}

.rootLoading .loadLogo .imgload.active {
  width: 0;
}

.rootLoading .dot {
  position: absolute;
  width: 120vw;
  height: 120vw;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 9;
}

.rootLoading .dot.active {
  -webkit-animation: loads 1s linear forwards;
  animation: loads 1s linear forwards;
}

@keyframes loads {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.news .news-swiper {
  margin-top: 60px;
  height: 450px;
}

.news .news-swiper .swiper-slide {
  width: 455px;
  height: auto;
}

.news .news-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 61.5%;
  overflow: hidden;
}

.news .news-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.news .news-swiper .swiper-slide .pic::after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition-duration: .3s;
}

.news .news-swiper .swiper-slide .txt {
  padding-top: 40px;
  position: relative;
}

.news .news-swiper .swiper-slide .txt h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news-swiper .swiper-slide .txt h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 40px;
  padding-bottom: 18px;
}

.news .news-swiper .swiper-slide .txt span {
  width: 85px;
  height: 38px;
  border: 3px solid #cfcfcf;
  background: url(../img/news-right01.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition-duration: .3s;
}

.news .news-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.news .news-swiper .swiper-slide:hover .pic::after {
  background-color: #a0757a;
}

.news .news-swiper .swiper-slide:hover .txt span {
  border-color: #a0757a;
  background-image: url(../img/news-right02.png);
}

.news .news-swiper .swiper-pagination {
  display: none;
  bottom: 0;
}

.news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2aa9a7;
}

@media screen and (max-width: 1640px) {
  body:after {
    background: yellow;
  }

  .wrap {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  body:after {
    background: blue;
  }

  .hd-btn .tel-btn {
    margin-left: 20px;
  }

  .wrap {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  body:after {
    background: lightblue;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* 移动ipad */
  /* ..... */
  body:after {
    background: pink;
  }

  .ibanner {
    padding-bottom: 100%;
    margin-top: 3px;
  }

  .header-box .header {
    display: block;
  }

  .m-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
  }
  .m-header .logo {
    padding: 25px 0;
    text-align: center;
  }
  .m-header .logo img {
    height: 25px;
  }

  .ibanner .box img {
    width: 60px;
  }

  .ibanner .box .swiper-pagination {
    margin-left: 18px;
    position: relative;
    bottom: 3px;
  }

  .ibanner .box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 4px;
    height: 4px;
  }

  .ibanner .box {
    height: 30px;
  }

  .ibanner .swiper-container {
    padding-bottom: 30px;
  }

  .videoWindow video {
    width: 96%;
  }

  .Mnav {
    display: block;
  }

  .MgoTop {
    display: block;
  }

  .header .pc {
    display: none;
  }

  .header .m {
    display: block;
  }

  .header .m {
    padding: 15px 10px;
  }

  .header-box .header {
    border-bottom: none;
  }

  .header-box.active .header {
    border-bottom: none;
  }

  .hd-nav {
    display: none;
  }

  .hd-btn a {
    display: none;
  }

  .header-box {
    height: 117px;
  }

  .hd-logo {
    padding: 0;
  }

  .nav2 {
    display: none;
  }

  .header-box .img1 {
    display: none;
  }

  .header-box .img2 {
    display: block;
    width: 145px;
    max-height: 50px;
  }

  .hd-btn::after {
    display: none;
  }

  .header .menu-btn {
    display: block;
    position: relative;
    z-index: 9;
  }

  .menu-box {
    border-top: 1px solid #040001;
    border-bottom: 1px solid #040001;
  }

  .menu-btn {
    position: relative;
    cursor: pointer;
    display: block;
    /* position:absolute;right:8px;top:6px; */
    height: 40px;
    width: 40px;
    padding: 5px;
    margin: 0 auto;
  }

  .menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #040001;
    left: 5px;
    top: 9px;
    transition: all .4s;
    border-radius: 3px;
  }

  .menu-btn span:nth-child(2) {
    top: 19px;
  }

  .menu-btn span:nth-child(3) {
    top: 29px;
    width: 30px;
  }

  .menu-btn.active span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  .menu-btn.active span {
    -webkit-transform: rotate(45deg);
    top: 19px;
  }

  .menu-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    top: 19px;
    width: 30px;
  }

  .m-nav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 50px 0 70px;
    /* height: 100vh; */
    position: fixed;
    top: 117px;
    right: -100vw;
    transition: .4s all;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
  }

  .m-nav ul li:hover a {
    background-color: #a0757a;
  }

  .m-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .m-nav.active {
    right: 0;
  }

  .search_btn {
    display: block;
    width: 30px;
    margin-left: auto;
  }

  .hd-search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* 响应手机..... */
  body:after {
    background: red;
  }

  .product .product-swiper {
    display: block;
    margin-top: 50px;
    padding-bottom: 30px;
    height: 480px;
  }
  .product .product-swiper .swiper-pagination {
    bottom: 0;
  }
  .product .product-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #858585;
    opacity: 1;
  }
  .product .product-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff1e1e;
  }
  .product .product-swiper .pic {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 57%;
    overflow: hidden;
  }
  .product .product-swiper .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition-duration: .3s;
  }
  .product .product-swiper .txt {
    width: 100%;
    padding: 25px 20px;
  }
  .product .product-swiper .txt h3 {
    font-size: 20px;
    line-height: 25px;
    color: #595959;
    font-family: 思源黑体 CN;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .product-swiper .txt h5 {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.2;
    color: #bebdbd;
    font-family: 等线, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .product-swiper .txt p {
    font-size: 15.5px;
    line-height: 25px;
    color: #333333;
    font-family: 等线, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 85px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
    font-size: 11px;
    line-height: 20px;
    margin-top: 35px;
    height: 80px;
  }
  .product .product-swiper .txt span {
    font-size: 30px;
    line-height: 1.2;
    color: #b2b2b2;
    font-family: 等线, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    padding: 15px 36px;
    border: 1px solid #b2b2b2;
    transition-duration: 0.3s;
    margin-top: 25px;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 6px 12px;
    margin-top: 25px;
  }

  .footer {
    display: none;
  }

  .m-footer {
    display: block;
  }
  .m-footer .nav a {
    display: block;
    padding: 15px 0 10px;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    color: #000000;
    border: 1px solid #000;
    background: url(../img/footer-ico01.png) no-repeat right 20px center;
    background-size: 7px;
  }
  .m-footer .nav a i {
    margin: 0 11px;
  }
  .m-footer .txt {
    background-color: #000;
    padding: 80px 15px 100px;
    text-align: center;
  }
  .m-footer .txt .code {
    margin-bottom: 35px;
  }
  .m-footer .txt .code img {
    width: 60px;
  }
  .m-footer .txt .link {
    font-size: 10px;
    line-height: 1.2;
    color: #ffffff;
  }
  .m-footer .txt p {
    font-size: 10px;
    line-height: 2;
    color: #ffffff;
    white-space: pre-wrap;
    font-family: 等线, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin-top: 10px;
  }
  .m-footer .txt .copy {
    font-size: 10px;
    line-height: 1.5;
    color: #616161;
    white-space: pre-wrap;
    font-family: 等线, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    margin-top: 40px;
  }

  .designer .list {
    padding: 20px 20px 0;
    margin-bottom: 15px;
  }

  .designer .list li {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .designer .list li:nth-child(4) {
    margin-right: 0;
  }

  .designer .list li:nth-child(2) {
    margin-right: 0;
  }

  .product .list {
    margin-top: 50px;
    margin-bottom: 0;
    display: none;
  }

  .product .list li {
    margin-bottom: 0;
  }

  .product .list li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 57%;
  }

  .product .list li .txt {
    width: 100%;
    padding: 25px 20px 30px;
  }

  .product .list li .txt h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .product .list li .txt h5 {
    font-size: 12px;
    margin-top: 8px;
  }

  .product .list li .txt p {
    font-size: 8px;
    line-height: 20px;
    margin-top: 35px;
    height: 80px;
  }

  .product .list li .txt span {
    font-size: 14px;
    line-height: 1;
    padding: 6px 12px;
    margin-top: 25px;
  }

  .news .con {
    padding: 40px 0 90px 25px;
  }

  .news .con .item h3 {
    font-size: 12px;
    line-height: 20px;
    left: 0;
    bottom: -10px;
  }

  .join {
    padding: 40px 0 60px;
  }

  .join .txt h3 {
    font-size: 20px;
  }

  .join .txt p {
    font-size: 8px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .join .txt h5 {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 20px;
    white-space: initial;
  }

  .join .txt {
    padding: 0 15px;
  }

  .join .txt a {
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 3px;
    margin-top: 22px;
  }

  .video1-box {
    margin-top: 0;
  }

  .video1-box .video1 {
    width: 100%;
    height: 220px;
  }

  .video1-box .video1 .btn {
    width: 45px;
    height: 45px;
  }

  .video1-box .txt {
    width: 100%;
    padding: 140px 0;
  }

  .video1-box .txt h3 {
    font-size: 18px;
  }

  .video1-box .txt h5 {
    font-size: 14px;
    margin-top: 25px;
  }

  .video1-box .txt h6 {
    font-size: 16px;
    margin-top: 15px;
  }

  .video1-box .txt a {
    font-size: 16px;
    padding: 9px 15px;
    margin-top: 20px;
  }

  .com-tit1 {
    padding-top: 70px;
    padding-left: 20px;
    padding-bottom: 10px;
  }

  .com-tit1 h3 {
    font-size: 44px;
  }

  .com-tit1 h5 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 5px;
  }

  .about .com-tit1 {
    padding-right: initial;
    padding-bottom: 10px;
    padding-left: 20px;
    justify-content: flex-start;
  }

  .about .con .txt {
    width: 230px;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .about .con .bg {
    display: none;
  }

  .about .con {
    padding-top: 50px;
  }

  .about .con .bg2 {
    display: block;
  }

  .about .con .txt h3 {
    font-size: 12px;
    line-height: 22px;
  }

  .about .con .txt h5 {
    font-size: 8px;
    line-height: 14px;
  }

  .wrap {
    padding: 0 15px;
  }

  .header-box {
    height: 117px;
  }

  .ibanner .pc {
    display: none;
  }

  .ibanner .mobile {
    display: block;
  }

  .video_window .main {
    width: 96%;
  }

  .video_window .main video {
    border: 10px solid #fff;
  }

  .video_window .main {
    height: 320px;
  }

  .header .m .Msearch {
    width: 22px;
    height: 22px;
  }

  .header .m .menu label {
    max-width: 90px;
    max-height: 90px;
    left: -32px;
    top: -25px;
  }

  .header .m > a {
    height: 30px;
  }

  .header .m > a img {
    width: 150px;
  }

  .header .m {
    padding: 10px;
  }

  .PopupColumn {
    top: 50px;
  }

  .m_search div > i {
    width: 40px;
    height: 40px;
  }

  .m_search div h5 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 30px;
  }

  .m_search div form {
    padding: 0 40px;
    margin-top: 20px;
  }

  .m_search div form input {
    line-height: 40px;
    font-size: 16px;
  }

  .m_search div form button {
    margin-top: 30px;
    line-height: 40px;
    font-size: 14px;
  }

  .PopupCode ul li figure img {
    height: auto;
  }

  .MgoTop {
    width: 40px;
    height: 40px;
  }

  .Mnav ul li a icon {
    width: 20px;
    height: 20px;
  }

  .Mnav ul li a span {
    font-size: 14px;
    margin-left: 10px;
  }

  .news .news-swiper .swiper-slide .txt {
    padding-top: 25px;
  }

  .news .news-swiper .swiper-slide .txt h3 {
    font-size: 14px;
  }

  .news .news-swiper .swiper-slide .txt h5 {
    font-size: 12px;
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .news .news-swiper .swiper-slide .txt span {
    width: 50px;
    height: 30px;
    border: 2px solid #cfcfcf;
    background-size: 22px;
  }

  .news .news-swiper {
  
    height: 318px;
  }

  .online .main form figure {
    display: none;
  }

  .online .main form ul {
    width: 100%;
  }

  .online .main {
    padding: 15px;
  }

  .online .main .tit h3 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
