@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;
}

@font-face {
  font-family: "eleganthandtwo-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/eleganthandtwo-regular.ttf");
}
/* 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", "宋体";
  background-color: #fff;
}

/* body:after {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: gray;
  content: "";
  z-index: 99999999;
} */

/* 单行文本溢出隐藏 */
/* 多行文本溢出隐藏 */
/* flex 布局 */
.class1 {
  border: 1px solid #ddd;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}

.header-box {
  transition-duration: .3s;
  height: 80px;
}

.header {
  /* height: 120px; */
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all .3s;
}

.header .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  position: relative;
  /* padding-right: -150px; */
  /* margin-right: -140px; */
}

.hd-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.hd-nav a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin: 0 25px;
  display: block;
  height: 80px;
  transition: all .3s;
  position: relative;
  text-align: center;
}
.hd-nav a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dab492;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.hd-nav a h3 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  padding-top: 34px;
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}
.hd-nav a h5 {
  font-size: 14px;
  line-height: 1;
  color: #dab492;
  position: relative;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.hd-nav a:hover h5 {
  font-size: 14px;
  line-height: 1;
  color: #dab492;
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.hd-nav a:hover h3 {
  top: -25px;
  opacity: 0;
  visibility: hidden;
}
.hd-nav .on a:after {
  opacity: 1;
}
.hd-nav .on a h5 {
  font-size: 14px;
  line-height: 1;
  color: #dab492;
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.hd-nav .on a h3 {
  top: -25px;
  opacity: 0;
  visibility: hidden;
}

.hd-btn {
  position: relative;
  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 .tel-btn {
  width: 38px;
  height: 37px;
  border: 1px solid #666666;
  border-radius: 37px;
  background: url(../img/login-ico01.png) no-repeat center;
  margin-left: 10px;
}
.hd-btn .tel-btn img {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.hd-btn .tel-btn:hover img {
  opacity: 1;
  visibility: visible;
}
.hd-btn .search-btn {
  width: 30px;
  height: 25px;
  background: url(../img/search-ico01.png) no-repeat top center;
  margin-left: 45px;
}
.hd-btn a:hover {
  box-shadow: 0px 0px 3px #999;
}

.hd-logo .img2 {
  display: none;
}

.header-box.active .header {
  border-bottom: 1px solid #d9d9d9;
}

.pages .hd-logo .img2 {
  display: block;
}
.pages .hd-logo .img1 {
  display: none;
}
.pages .hd-nav {
  top: 0;
}
.pages .hd-btn {
  top: 0;
}
.pages .header-box {
  height: 80px;
}
.pages .header {
  background-color: #bd1f2c;
}

.m_search {
  display: none;
}

.m-nav {
  display: none;
}

.banner {
  width: 100%;
  padding-bottom: 43%;
  position: relative;
}

.banner .swiper-pagination {
  bottom: 44px;
  /* letter-spacing: 1px; */
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  margin: 0 8px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}

.banner .swiper-pagination-current {
  font-size: 36px;
}

.banner .mobile {
  display: none;
}

.banner .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.com-more1 {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 18px 57px 18px 50px;
  border-radius: 50px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../img/more-bg01.png) no-repeat;
  background-size: 100% 100%;
  transition-duration: .3s;
}
.com-more1:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px #999;
  color: #fff;
}

.com-tit1 h3 {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  text-align: center;
  padding-top: 110px;
}
.com-tit1 h5 {
  font-size: 30px;
  line-height: 45px;
  color: #000;
  padding: 0 10px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.com-tit1 p {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  margin-top: 35px;
  white-space: pre-wrap;
  text-align: center;
}

.com-more2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.product {
  padding-bottom: 85px;
}


.product .product-tabs {
  padding-top: 120px;
  padding-bottom: 40px;
  margin: 0 50px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.product .product-tabs .item{
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  height: 40px;
  cursor: pointer;
}

.product .product-tabs .item .pic {
  width: 30px;
  height: 30px;
  position: relative;
}
.product .product-tabs .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.product .product-tabs .item .pic .img2 {
  opacity: 0;
}
.product .product-tabs .item:hover .img1 {
  opacity: 0;
}
.product .product-tabs .item:hover .img2 {
  opacity: 1;
}
.product .product-tabs .item:hover h3 {
  color: #dab492;
}
.product .product-tabs .item.on .img1 {
  opacity: 0;
}
.product .product-tabs .item.on .img2 {
  opacity: 1;
}
.product .product-tabs .item.on h3 {
  color: #dab492;
}
.product .product-tabs .item h3 {
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-left: 5px;
  transition-duration: .3s;
}

.product .swiper-tab {
  padding-top: 120px;
  padding-bottom: 40px;
  margin: 0 50px;
}
.product .swiper-tab .swiper-wrapper {
  justify-content: center;
}

.product .swiper-tab .swiper-slide {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  height: 40px;
  cursor: pointer;
}


.product .swiper-tab .swiper-slide .pic {
  width: 30px;
  height: 30px;
  position: relative;
}
.product .swiper-tab .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.product .swiper-tab .swiper-slide .pic .img2 {
  opacity: 0;
}
.product .swiper-tab .swiper-slide:hover .img1 {
  opacity: 0;
}
.product .swiper-tab .swiper-slide:hover .img2 {
  opacity: 1;
}
.product .swiper-tab .swiper-slide:hover h3 {
  color: #dab492;
}
.product .swiper-tab .swiper-slide.swiper-slide-active .img1 {
  opacity: 0;
}
.product .swiper-tab .swiper-slide.swiper-slide-active .img2 {
  opacity: 1;
}
.product .swiper-tab .swiper-slide.swiper-slide-active h3 {
  color: #dab492;
}
.product .swiper-tab .swiper-slide h3 {
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-left: 5px;
  transition-duration: .3s;
}
.product .swiper-img .swiper-slide {
  position: relative;
}
.product .swiper-img .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 45.6%;
}
.product .swiper-img .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product .swiper-img .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  padding: 25px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
}
.product .swiper-img .swiper-slide .txt .tit {
  width: 200px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}
.product .swiper-img .swiper-slide .txt .tit h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}
.product .swiper-img .swiper-slide .txt .tit h5 {
  font-size: 10px;
  line-height: 1;
  color: #999999;
  margin-top: 3px;
}
.product .swiper-img .swiper-slide .txt p {
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  color: #666666;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .swiper-img .swiper-button-prev {
  width: 56px;
  height: 56px;
  background: url(../img/left-ico01.png) no-repeat center;
  background-size: contain;
  left: 8%;
}
.product .swiper-img .swiper-button-next {
  width: 56px;
  height: 56px;
  background: url(../img/left-ico01.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  right: 8%;
}

.index-about a {
  position: relative;
  display: flex;
  background-color: #eeeeee;
}
.index-about a .index-title {
  color: #333;
  font-size: 40px;
  line-height: 1.1;
}
.index-about a:hover .img-box {
  transform: scale(1.05);
}
.index-about a:hover .index-title {
  color: #333;
}
.index-about a .more {
  display: inline-block;
  width: 140px;
  height: 40px;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-top: 60px;
  transition-duration: .3s;
}
.index-about a .more:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.index-about .index-info {
  padding: 150px 105px 400px calc((100vw - 1400px) / 2);
  width: 50%;
  box-sizing: border-box;
}
.index-about .index-info .p {
  color: #adadad;
  font-size: 14px;
  line-height: 34px;
  margin-top: 35px;
}
.index-about .index-title {
  color: #fff;
}
.index-about .img {
  width: 50%;
  min-height: 860px;
  overflow: hidden;
}
.index-about .img-box {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}
.index-about-icon {
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -600px;
  display: flex;
  width: 1200px;
  background-color: #fff;
  z-index: 8;
}
.index-about-icon li {
  flex: 1;
  position: relative;
  min-width: 0;
  padding: 22px 30px 20px;
  text-align: center;
}
.index-about-icon li:not(:first-child):before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: #e0e0e0;
  z-index: 2;
}
.index-about-icon li:hover .icon img {
  transform: rotateY(180deg);
}
.index-about-icon .icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.index-about-icon .icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all .4s;
}
.index-about-icon p {
  margin-top: 12px;
  line-height: 1.4;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .index-about .index-info {
    padding-top: 120px;
    padding-bottom: 360px;
  }
  .index-about .img {
    min-height: 760px;
  }
}
@media screen and (max-width: 1300px) {
  .index-about .index-info {
    padding-left: 80px;
  }
  .index-about-icon {
    left: 80px;
    right: 80px;
    margin-left: 0;
    width: auto;
  }
  .index-about-icon .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .index-about .index-info {
    padding: 90px 80px 300px 60px;
  }
  .index-about .img {
    min-height: 680px;
  }
  .index-about-icon {
    left: 60px;
    right: 60px;
  }
  .index-about-icon li {
    padding: 20px px2rem(20px);
  }
  .index-about-icon .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .index-about .index-info {
    padding: 80px 60px 240px 50px;
  }
  .index-about .img {
    min-height: 500px;
  }
  .index-about-icon {
    left: 50px;
    right: 50px;
    bottom: 50px;
  }
  .index-about-icon li {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .index-about-icon .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .index-about-icon p {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .index-about a {
    display: block;
  }
  .index-about .index-info {
    padding: px2rem(80px) px2rem(86px) calc(86px + .3rem);
    width: 100%;
  }
  .index-about .img {
    position: relative;
    width: 100%;
    height: 0;
    min-height: 0;
    padding-bottom: 58.3333333333%;
  }
  .index-about .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .index-about-icon {
    flex-wrap: wrap;
    left: px2rem(30px);
    right: px2rem(30px);
    bottom: calc(100vw * (560 / 960));
    padding-bottom: 12px;
    transform: translateY(50%);
  }
  .index-about-icon li {
    flex: 0 0 50%;
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .index-about-icon li:not(:first-child):before {
    top: 15px;
    margin-top: 0;
    height: 20px;
  }
  .index-about-icon li:hover .icon img {
    transform: rotateY(180deg);
  }
  .index-about-icon .icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

.case .tabs {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.case .tabs a {
  width: 200px;
  height: 50px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  transition-duration: .3s;
  margin: 0 10px;
}
.case .tabs a:hover {
  background-color: #000;
  color: #fff;
}
.case .tabs a.on {
  background-color: #000;
  color: #fff;
}
.case .con {
  margin-top: 60px;
  position: relative;
  padding-bottom: 36.45%;
}
.case .con .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.case .con .swiper-container.on {
  opacity: 1;
  visibility: visible;
}
.case .con .swiper-container .swiper-slide {
  position: relative;
}
.case .con .swiper-container .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 36.45%;
}
.case .con .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.case .con .swiper-container .swiper-slide .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
}
.case .con .swiper-container .swiper-slide .txt h3 {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
.case .con .swiper-container .swiper-slide .txt a {
  /* margin-top: 42px; */
  display: inline-block;
  width: 150px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  transition-duration: .3s;
}
.case .con .swiper-container .swiper-slide .txt a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.case .con .swiper-container .swiper-button-prev {
  width: 56px;
  height: 56px;
  background: url(../img/left-ico02.png) no-repeat center;
  background-size: contain;
  left: 14%;
}
.case .con .swiper-container .swiper-button-next {
  width: 56px;
  height: 56px;
  background: url(../img/left-ico02.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  right: 14%;
}

.store .store-swiper {
  margin-top: 60px;
}
.store .store-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.store .store-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 31.25%;
}
.store .store-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.store .store-swiper .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.store .store-swiper .swiper-slide .txt h3 {
  font-size: 35px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 12%;
}
.store .store-swiper .swiper-slide .txt h5 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
.store .store-swiper .swiper-slide .txt p {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.store .store-swiper .swiper-slide:hover .txt {
  opacity: 1;
  visibility: visible;
}
.store .store-swiper .swiper-button-prev {
  width: 127px;
  height: 20px;
  background: url(../img/left-ico03.png) no-repeat center;
  background-size: contain;
  left: 35px;
  opacity: 0;
  z-index: 9;
}
.store .store-swiper .swiper-button-next {
  width: 127px;
  height: 20px;
  background: url(../img/left-ico03.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  right: 35px;
  opacity: 0;
  z-index: 9;
}
.store .store-swiper:hover .swiper-button-prev {
  opacity: 1;
}
.store .store-swiper:hover .swiper-button-next {
  opacity: 1;
}

.news {
  padding: 85px 0;
}
.news .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news .tabs a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  color: #bd1f2c;
  transition: all .3s;
  position: relative;
  margin-right: 32px;
  border-radius: 8px;
}
.news .tabs a:hover {
  background-color: #bd1f2c;
  color: #fff;
}
.news .tabs a::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #bd1f2c;
  position: absolute;
  right: -23px;
  top: 19px;
}
.news .tabs a:last-child::after {
  display: none;
}
.news .news-swiper {
  width: 100%;
  margin-top: 50px;
}
.news .news-swiper .swiper-pagination {
  opacity: 0;
}
.news .news-swiper .swiper-slide {
  width: 469px;
  transition-duration: .3s;
  background-color: #fff;
}
.news .news-swiper .swiper-slide a {
  display: block;
  padding: 30px 30px 50px;
}
.news .news-swiper .swiper-slide .time {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
}
.news .news-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  margin-top: 16px;
}
.news .news-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.news .news-swiper .swiper-slide .txt {
  position: relative;
  padding-top: 22px;
}
.news .news-swiper .swiper-slide .txt h3 {
  font-size: 16px;
  line-height: 30px;
  color: #bc1b28;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  white-space: pre-wrap;
  padding-right: 75px;
}
.news .news-swiper .swiper-slide .txt h5 {
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
  position: absolute;
  top: 30px;
  right: 5px;
}
.news .news-swiper .swiper-slide .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #afafaf;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.news .news-swiper .swiper-slide .txt .info {
  font-size: 14px;
  line-height: 25px;
  color: #c2c2c2;
  margin-top: 20px;
}
.news .news-swiper .swiper-slide .txt .info::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1px;
  background-color: #fff;
  position: relative;
  bottom: 5px;
  transition-duration: .3s;
}
.news .news-swiper .swiper-slide:hover {
  background-color: #bd1f2c;
}
.news .news-swiper .swiper-slide:hover .time {
  opacity: 1;
}
.news .news-swiper .swiper-slide:hover .txt h3 {
  color: #fff;
}
.news .news-swiper .swiper-slide:hover .txt h5 {
  color: #fff;
}
.news .news-swiper .swiper-slide:hover .txt p {
  color: #fff;
}
.news .news-swiper .swiper-slide:hover .txt .info {
  color: #fff;
}
.news .news-swiper .swiper-slide:hover .txt .info::before {
  width: 70px;
  height: 1px;
}

.about {
  padding: 48px 0;
}

.about .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about .wrap .txt {
  width: 50%;
}
.about .wrap .txt .slogen {
  margin-top: 50px;
  border-top: 1px solid #ebebeb;
  padding-top: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 75px;
}
.about .wrap .txt .slogen div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.about .wrap .txt .slogen div img {
  width: 65px;
  height: 65px;
  object-fit: scale-down;
}
.about .wrap .txt .slogen div h3 {
  font-size: 14px;
  line-height: 1.2;
  color: #767676;
  margin-top: 15px;
}
.about .wrap .item {
  width: 38.21%;
}
.about .wrap .item .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 150%;
}
.about .wrap .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.contact .form {
  margin-top: 75px;
}
.contact .form li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.contact .form li:last-child {
  margin-bottom: 80px;
}
.contact .form li label {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  white-space: pre-wrap;
  cursor: pointer;
}
.contact .form li:not(:nth-child(n + 4)) input {
  width: 650px;
  height: 47px;
  border: 1px solid #000000;
  padding: 0 13px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
}

.contact .form li #radio1 {
  margin-right: 90px;
  position: relative;
}

.contact .form li #radio2 {

  position: relative;
}
.contact .form li #radio1::before{
  width: 12px;
  height: 12px;
  border-radius: 12px;
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: relative;
  border: 1px solid #333;
  background-color: #fff;
}

.contact .form li #radio1:checked:after {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  top: 3px;
  left: 3px;
  position: absolute;
  background-color: #333;
  content: '';
  display: inline-block;

}

.contact .form li #radio2::before{
  width: 12px;
  height: 12px;
  border-radius: 12px;
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: relative;
  border: 1px solid #333;
  background-color: #fff;
}

.contact .form li #radio2:checked:after {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  top: 3px;
  left: 3px;
  position: absolute;
  background-color: #333;
  content: '';
  display: inline-block;

}

.contact .form li:nth-child(4) input {
  cursor: pointer;
}
.contact .form li .sub {
  width: 320px;
  height: 60px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  transition-duration: .3s;
}
.contact .form li .sub:hover {
  background-color: #000;
  color: #fff;
}

footer {
  background-color: #f5f5f5;
}
footer .default-index-container {
  max-width: 1400px;
  margin: 0 auto;
}
footer .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
footer .container-padd-t80 {
  padding-top: 80px;
}
footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
footer .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
footer .module-005 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 40px;
}
footer .module-005 .left {
  width: 230px;
}
footer .left {
  float: left;
}
footer .module-005 .center {
  text-align: center;
}
footer .module-005 .center .footer-nav-box ul > li {
  display: inline-block;
  margin-right: 85px;
}
footer .module-005 .center .footer-nav-box ul > li > a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
footer .module-005 .center .footer-nav-box ul > li > a:hover {
color: #666;
}
footer .module-005 .center .ewm-box {
  margin-bottom: 25px;
  display: inline-block;
}
footer .module-005 .center .ewm-box ul > li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
footer .module-005 .center .add-box p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .module-005 .right {
  width: 230px;
  text-align: right;
}
footer .right {
  float: right;
}
footer .module-005 .right .up-btn::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  height: 25px;
  width: 1px;
  background-color: #333333;
}
footer .module-005 .right .up-btn::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  height: 0;
  width: 1px;
  background-color: #004398;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform-origin: top center;
  -webkot-transform-origin: top center;
}
footer .module-005 .right .up-btn span {
  color: #333333;
}
footer .module-005 .right .up-btn span {
  color: #000000;
  transition: all .3s;
}
footer .module-005 .center .ewm-box ul > li img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}
footer .module-005 .center .ewm-box ul > li h3 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  margin-top: 6px;
  text-align: center;
}
footer .module-005 .center .footer-nav-box ul > li:nth-last-of-type(1) {
  margin-right: 0;
}
footer .module-005 .right .up-btn {
  display: inline-block;
  padding: 25px;
  border: 1px solid #333333;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}
footer .module-005 .center .footer-nav-box {
  margin-bottom: 55px;
}
footer .module-005 .right .up-btn:hover span {
  color: #004398;
  transition-delay: .3s;
}
footer .module-005 .right .up-btn:hover::before {
  height: 25px;
  transition: all .3s;
  transition-delay: 0s;
  transition-delay: .3s;
}
footer .module-005 .right .up-btn:hover::after {
  height: 0;
  transition: all .3s;
}
footer .module-005 .right .up-btn:hover {
  border-color: #004398;
}
footer .module-006 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding: 30px 0 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #333;
}

.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: #bd1f2c;
}

.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: #bd1f2c;
  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 #bd1f2c;
  background-size: 60%;
  cursor: pointer;
}

.slide-nav {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 98;
  display: none;
}

.slide-nav .item {
  margin: 10px 0;
  width: 68px;
  height: 68px;
  border: 1px solid #bebebe;
  background-color: #fff;
  position: relative;
  transition: .4s all;
}

.slide-nav .item:hover {
  background-color: #bd1f2c;
}

.slide-nav .item:hover .icon {
  background-position: center bottom;
}

.slide-nav .item:hover h4 {
  color: #fff;
}

.slide-nav .goTop {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.slide-nav .goTop.active {
  opacity: 1;
  visibility: visible;
}

.slide-nav .icon {
  margin: 6px auto 3px;
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 35px auto;
}

.slide-nav h4 {
  font-size: 12px;
  color: #4e4e4e;
  font-weight: 400;
  text-align: center;
}

.slide-nav .mask {
  margin-top: -1px;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slide-nav .tel {
  padding: 0 30px;
  height: 68px;
  line-height: 68px;
  font-size: 14px;
  color: #4e4e4e;
  border: 1px solid #999;
  border-right: none;
  background-color: #fff;
}

.slide-nav .qr {
  margin-right: 2px;
  width: 140px;
  height: 140px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.slide-nav .qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-nav .item:hover {
  border-color: #bd1f2c;
}

.slide-nav .item:hover .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.m_search {
  width: 100%;
  background-color: #434144;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 101;
  overflow-y: scroll !important;
  display: none;
}

.m_search figure {
  width: 100%;
  height: 100%;
}

.m_search .title,
.m_search figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_search .title {
  margin: 0 auto;
}

.m_search .title img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.m_search .title h3 {
  font-size: 38px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  line-height: 36px;
}

.m_search .main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m_search .main {
  width: 100%;
  padding: 6% 15% 0;
}

.m_search .search_close {
  margin: 6% auto 0;
  cursor: pointer;
}

.m_search .search_close span {
  margin: 0 auto;
  width: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
}

.m_search .search_close span,
.m_search .search_close span::before {
  display: block;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.m_search .main .m_header_submit {
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  background-color: #fff;
  color: #434144;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.m_search .search_close h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30%;
}

.m_search .search_close span::before {
  content: "";
  opacity: 1;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.m_search .main input {
  border: none;
  outline: 0;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 24px;
  color: #cfcfcf;
  background-color: transparent;
}

.menu-btn {
  display: none;
}

.search_btn {
  display: none;
}

.product_info .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 产品详情 */
.product_info .content {
  padding: 30px 45px;
  background-color: #fff;
}

.product_info .content .tit h3 {
  color: #3a3a3a;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.product_info .content .tit h5 {
  color: #8a8a8a;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.product_info .col-m {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.product_info .col-m .img {
  width: 53%;
  height: 570px;
}

.product_info .col-m .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_info .col-m .item {
  width: 47%;
  padding: 50px 50px 0;
}

.product_info .col-m .item h3 {
  color: #2b3b78;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e2e2e2;
}

.product_info .col-m .item h5 {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 20px;
  margin-top: 19px;
}

.product_info .col-m .item span {
  color: #c7c7c7;
  font-size: 14px;
}

.product_info .col-m .item p {
  color: #818181;
  font-size: 14px;
  line-height: 25px;
  margin-top: 5px;
  height: 250px;
  overflow: hidden;
  text-overflow: clip;
  white-space: pre-wrap;
}

.product_info .col-m .item_share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e2e2;
}

.product_info .col-m .item_share .tel {
  padding-left: 30px;
  background: url(../img/tel-ico-001.png) no-repeat left center;
  color: #ff0000;
  font-size: 14px;
  line-height: 20px;
}

.product_info .col-m .item_share .box {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 20px;
}

.product_info .col-m .item_share .box .social-share {
  display: inline-block;
}

.product_info .col-m .link a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background-color: #02537c;
  padding: 10px 38px;
  border-radius: 4px;
  margin-top: 25px;
  transition: all .3s;
  border: 1px solid #2b3b78;
}

.product_info .col-m .link a:hover {
  background-color: #fff;
  color: #02537c;
}

.product_info .col-l .link {
  color: #9d9d9d;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
  padding-top: 15px;
  margin-top: 40px;
  border-top: 2px solid #e6e6e6;
}

.product_info .col-l .link a:hover {
  color: #2b3b78;
}

.product_info .col-l .link .back {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  background-color: #b8b8b8;
  border-radius: 5px;
}

.product_info .img .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

.product_info .img .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_info .img .swiper-container .swiper-button-next,
.product_info .img .swiper-container .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 55px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/left-ico002.png);
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
}

.product_info .img .swiper-container .swiper-button-next {
  background-image: url(../img/right-ico002.png);
  left: initial;
  right: 0;
}

.product_info .img .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2b3b78;
}

.product_info {
  padding-bottom: 45px;
}

.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(/public/static/officialweb/images/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;
}

.crumbs nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.crumbs nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0 20px;
}

.crumbs nav ul li:first-child {
  margin-right: 15px;
}

.crumbs nav ul li {
  font-size: 14px;
  line-height: 1;
  color: #333333;
}

.crumbs nav ul li a {
  font-size: 14px;
  color: #565656;
  transition: .4s all;
}

.crumbs nav ul li a:hover {
  color: #333333;
}

.crumbs li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.crumbs li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: contain;
}

.crumbs .tit {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.crumbs .tit a {
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #828282;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

.crumbs .tit a::after {
  content: '';
  display: block;
  width: calc(100% + 18px);
  height: 30px;
  background-color: #bd1f2c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  z-index: -1;
  border-radius: 5px;
}

.crumbs .tit a.on,
.crumbs .tit a:hover {
  color: #fff;
}

.crumbs .tit a.on::after,
.crumbs .tit a:hover::after {
  opacity: 1;
  visibility: visible;
}

.pages {
  background-color: #f6f6f6;
}

/* 内页导航1 */
.navbar1 {
  /* background-color: #192028; */
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar1 .box {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}

.navbar1 .tit {
  padding: 0 18px;
  line-height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #484848;
}

.navbar1 .tit span {
  float: left;
  padding-left: 29px;
  background: url(../img/all.png) center left no-repeat;
}

.navbar1 .tit .js-more {
  float: right;
  padding-right: 20px;
  /* background: url(../img/qwy-i3.png) center right no-repeat; */
  cursor: pointer;
  position: relative;
  color: #7e7e7e;
}

.navbar1 .tit .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar1 .tit .js-more.active::before {
  transform: rotate(180deg);
}

.navbar1 .nav {
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 0 46px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  background-color: #fff;
  justify-content: flex-start;
  background: url(../img/nav-bg1.png) repeat left top;
}

.navbar1 ul li {
  position: relative;
  padding-left: 80px;
  user-select: none;
}

.navbar1 ul li h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #484848;
  line-height: 58px;
  /* margin-left: 48px; */
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  display: none;
  user-select: none;
}

.navbar1 ul li h4:first-child {
  display: block;
}

.navbar1 ul li a {
  font-size: 16px;
  color: #9e9e9e;
  margin: 0 10px;
  line-height: 58px;
  display: inline-block;
}

.navbar1 ul li a:hover,
.navbar1 ul li a.on {
  color: #2b3b78;
}

.navbar1 ul li.active a {
  /* color: #2b3b78; */
}

body.bg1 {
  background-color: #f9f9f9;
}

.product-list_view {
  padding-top: 70px;
}
.product-list_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -1.7%;
  margin-bottom: -30px;
}
.product-list_view .list .active .code {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-bottom: 30px;
}
.product-list_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-list_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}
.product-list_view .list li .pic .img1 {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li .pic:hover .img2 {
  opacity: 1;
  visibility: visible;
}
.product-list_view .list li .txt {
  padding-right: 30px;
  position: relative;
}
.product-list_view .list li .txt h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list_view .list li .txt h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #828282;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list_view .list li .txt .code_btn {
  width: 30px;
  height: 30px;
  background: url(../img/code-btn.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-list_view .list li .txt .code_btn:hover {
  box-shadow: 0 2px 3px #999;
}

.navbar {
  /* background-color: #192028; */
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-pages {
  text-align: center;
  font-size: 14px;
  padding-top: 35px;
  padding-bottom: 45px;
  /* background-color: #192028; */
}

.m-pages ul {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 25px;
}

.m-pages li {
  float: left;
  margin: 0 3px;
}

.m-pages li a {
  display: block;
  width: 37px;
  text-align: center;
  color: #8c8c8c;
  /* background-color: #ccc; */
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 3px;
  height: 35px;
  line-height: 33px;
  transition: .4s all;
  font-size: 16px;
  background-color: #f6f6f6;
  border: 1px solid #8c8c8c;
}

.m-pages select {
  width: 55px;
  height: 36px;
  line-height: 33px;
  color: #000;
  color: #3f3837;
  padding-left: 10px;
  background: url(/public/static/officialweb/images/qwy-i4.png) #fff center right 10px no-repeat;
  /* background-size: auto;
  background-size: 8px; */
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  vertical-align: bottom;
}

.m-pages select option {
  width: 100%;
  height: 36px;
  font-size: 14px;
}

.m-pages li.active a,
.m-pages li a:hover {
  background-color: #b20110;
  color: #fff;
  border-color: #b20110;
}

.m-pages li {
  font-size: 16px;
  color: #3f3837;
  letter-spacing: 2px;
  line-height: 34px;
  font-family: SourceHanSerifCN;
}

.navbar div {
  border: 1px solid #e2e2e2;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  padding: 0 0 0 15px;
  background-color: #fff;
}

.navbar div p {
  font-size: 16px;
  line-height: 60px;
  color: #626262;
  padding-left: 30px;
  position: relative;
}

  /* .navbar ul {
	border-top: 1px solid #e2e2e2;
	width: 1400px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	justify-content: flex-start;
  }

  .navbar ul li {
	position: relative;
	transition: .4s all;
  } */
.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li.active {
  background-color: #ddae60;
}

.navbar div ol li a {
  display: block;
  font-size: 16px;
  color: #131313;
  transition: .4s all;
  /* padding: 6px 15px; */
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  min-width: 85px;
  text-align: center;
}

.navbar .js-more {
  display: none;
}

.navbar > div {
  padding: 0 20px;
  width: 100%;
  display: block;
  position: relative;
}

.navbar div .js-more {
  display: block;
  /* font-size: 14px;
  line-height: 30px; */
  position: relative;
  line-height: 44px;
  font-size: 16px;
  color: #626262;
  cursor: pointer;
  text-align: center;
}

.navbar div p {
  display: none;
  /* font-size: 14px;
  line-height: 30px; */
}

.navbar {
  padding: 15px;
  /* margin-top: 20px; */
}

.navbar .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar > div::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  top: 45px;
  right: 0;
}

.navbar div ol {
  display: none;
  padding: 8px 0;
}

.navbar .js-more.active::before {
  transform: rotate(180deg);
}

.navbar div ol li a {
  text-align: center;
  font-size: 14px;
  padding: 6px 15px;
  height: auto;
  line-height: 1.2;
  color: #666;
}

.navbar > div {
  padding: 0 20px;
}

.navbar div ol li.on a, .navbar div ol li a:hover {
  /* color: #2b3b78; */
}

.navbar {
  display: none;
}

.naver3 {
  border-bottom: 1px solid #e3e3e3;
}
.naver3 .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.naver3 .link a {
  font-size: 14px;
  line-height: 1;
  color: #222;
  padding: 30px 0;
  position: relative;
  margin-right: 100px;
  border-bottom: 2px solid transparent;
  transition-duration: .3s;
}
.naver3 .link a:hover {
  color: #dab492;
  border-bottom-color: #dab492;
}
.naver3 .link a.on {
  color: #dab492;
  border-bottom-color: #dab492;
}

.news_view {
  margin-top: 80px;
}

.news_view .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -45px;
}

.news_view .list li {
  width: 32.14%;
  transition: all .3s;
  margin-bottom: 45px;
  background: #fff;
}
.news_view .list li a {
  display: block;
}
.news_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 69.3%;
}
.news_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.news_view .list li .txt {
  border: 1px solid #e6e6e6;
  border-top: none;
  overflow: hidden;
}
.news_view .list li .txt h3 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
  padding: 0 15px;
}
.news_view .list li .txt h5 {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
  margin-bottom: 30px;
  padding: 0 15px;
}
.news_view .list li .txt .time {
  border-top: 1px solid #e6e6e6;
  padding: 18px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news_view .list li .txt .time span {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.news_view .list li:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow: 3px 3px 5px #c3c0c0;
}
.news_view .list li:hover .txt h3 {
  color: #000;
}

.news_view .list::after {
  content: "";
  width: 32.14%;
}

.news_view .news-swiper .swiper-slide a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
.news_view .news-swiper .swiper-slide a .pic {
  width: 44%;
  height: 425px;
}
.news_view .news-swiper .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_view .news-swiper .swiper-slide a .txt {
  width: 56%;
  padding: 55px 80px 60px;
  background-color: #f6f6f6;
}
.news_view .news-swiper .swiper-slide a .txt .time {
  font-size: 40px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
.news_view .news-swiper .swiper-slide a .txt .time span {
  font-size: 15px;
  line-height: 1;
  color: #999999;
  font-weight: normal;
}
.news_view .news-swiper .swiper-slide a .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 45px;
}
.news_view .news-swiper .swiper-slide a .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_view .news-swiper .swiper-slide a .txt .ico {
  width: 46px;
  height: 12px;
  background: url(../img/news-ico001.png) no-repeat center;
  margin-top: 95px;
  position: relative;
}
.news_view .news-swiper .swiper-slide a .txt .ico::after {
  content: '';
  display: block;
  width: 314px;
  height: 1px;
  background-color: #646870;
  position: absolute;
  left: 195px;
  top: 10px;
}
.news_view .news-swiper .box-btn {
  width: 80px;
  height: 15px;
  position: absolute;
  bottom: 68px;
  right: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.news_view .news-swiper .box-btn .swiper-button-next {
  width: 15px;
  height: 15px;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  background: none;
  opacity: 1;
  position: initial;
  margin-top: 0;
}
.news_view .news-swiper .box-btn .swiper-button-prev {
  width: 15px;
  height: 15px;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  background: none;
  opacity: 1;
  position: initial;
  margin-top: 0;
}
.news_view .news-swiper .box-btn .swiper-pagination {
  width: 50px;
  position: initial;
  font-size: 14px;
  line-height: 1;
  color: #666;
}

.col-l {
  width: 72%;
}

.col-r {
  width: 24%;
}

.sidebar_news2 {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 36px;
}
.sidebar_news2 .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: 2px solid #ececec;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.sidebar_news2 .tit::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #dcb898;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar_news2 li a {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar_news2 li a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.sidebar_item {
  padding: 30px;
  background-color: #fff;
}
.sidebar_item .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: 2px solid #ececec;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.sidebar_item .tit::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #dcb898;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar_item .code {
  padding: 22px 40px;
  background: #f8f8f8;
  text-align: center;
}
.sidebar_item .code h3 {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  margin-top: 10px;
  text-align: center;
}

.sidebar_news {
  padding: 30px;
  background-color: #fff;
}
.sidebar_news .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
}
.sidebar_news li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}
.sidebar_news h3 {
  font-size: 14px;
  line-height: 25px;
  color: #5d5d5d;
  transition-duration: .3s;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}
.sidebar_news h3:hover {
  color: #bd1f2c;
}
.sidebar_news .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 55%;
  margin-top: 10px;
  overflow: hidden;
}
.sidebar_news .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.sidebar_news p {
  font-size: 14px;
  line-height: 25px;
  color: #828282;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 23px;
  margin-top: 15px;
}
.sidebar_news p:hover {
  color: #02537c;
}

.m-contxt1 {
  padding: 40px 30px 20px;
  background-color: #fff;
}

.m-contxt1 .tit {
  font-size: 24px;
  color: #292929;
  line-height: 1.2;
  /* margin-bottom: 13px; */
  font-weight: bold;
}

.m-contxt1 .box-info {
  margin-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
}

.m-contxt1 .box-info .info span {
  font-size: 16px;
  color: #a7a7a7;
  margin-right: 10px;
  display: inline-block;
}

.m-contxt1 .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  /*

   margin-bottom: 35px; */
  /* text-indent: 2em; */
  margin-bottom: 30px;
}

.m-contxt1 .share-box {
  font-size: 16px;
  color: #a7a7a7;
}
.m-contxt1 .social-share {
  display: inline-block;
}
.m-contxt1 .link {
  padding-right: 150px;
  position: relative;
}
.m-contxt1 .link a {
  display: block;
}
.m-contxt1 .link .prev {
  font-size: 16px;
  line-height: 1.1;
  color: #9d9d9d;
  margin-bottom: 10px;
}
.m-contxt1 .link .prev:hover {
  color: #bd1f2c;
}
.m-contxt1 .link .next {
  font-size: 16px;
  line-height: 1.1;
  color: #9d9d9d;
}
.m-contxt1 .link .next:hover {
  color: #bd1f2c;
}
.m-contxt1 .link .back {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  background-color: #b8b8b8;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.m-contxt1 .link .back:hover {
  color: #bd1f2c;
}

.page-t1 a {
  display: block;
  width: 45%;
  font-size: 16px;
  color: #aaaaaa;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-t1 a em {
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/news-left-01.png) no-repeat center;
  margin-right: 18px;
  position: relative;
  top: 2px;
}
.page-t1 a:hover em {
  background-image: url(../img/news-left-02.png);
}
.page-t1 a.next {
  padding-right: 25px;
  position: relative;
}
.page-t1 a.next em {
  position: absolute;
  right: 0;
  background-image: url(../img/news-right-01.png);
}
.page-t1 a.next:hover em {
  background-image: url(../img/news-right-02.png);
}

.page-t1 a:hover {
  color: #dab492;
}

.page-t1 a.prev {
  margin-bottom: 5px;
}

.page-t1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-t1 .blank {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
  background-color: #b8b8b8;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 2px;
  transition: all .3s;
}

.page-t1 .blank:hover {
  background-color: #FF5200;
}

.box-blank .con {
  background: #3d3d3d;
  display: inline-block;
  width: 215px;
}

.box-blank .box1 {
  width: 65px;
  height: 40px;
  background: #02537c url(../img/t3-img6.png) no-repeat center center;
  float: left;
}

.box-blank .blank {
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.box-blank .blank:hover {
  opacity: .8;
}

.box-blank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.box-blank div a {
  display: block;
  font-size: 16px;
  color: #787878;
  transition: .4s all;
}
.box-blank div a + a {
  margin-top: 15px;
}
.box-blank div a:hover {
  color: #000000;
}

.cases_view {
  padding-top: 70px;
}
.cases_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: -1.8%;
}
.cases_view .list li {
  width: 31.5%;
  margin-right: 1.8%;
  transition-duration: .3s;
}
.cases_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 74.15%;
}
.cases_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.cases_view .list li h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: .3s;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
  max-width: 100%;
}
.cases_view .list li h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #eb531d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}
.cases_view .list li:hover h3 {
  padding-left: 10px;
  padding-right: 10px;
}
.cases_view .list li:hover h3::after {
  opacity: 1;
  visibility: visible;
}



.login-page .footer > .wrap {
  display: none;
}
.login-page .footer .copy {
  padding: 25px 0;
  background-color: #fff;
  color: #585757;
}

.com-banner2 {
  position: relative;
  padding-bottom: 41.6%;
  /* margin-top: 76px; */
}

.com-banner2 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.com-banner1 {
  position: relative;
  padding-bottom: 37.76%;
  /* margin-top: 76px; */
}

.com-banner1 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-left: -700px;
}

.com-banner1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.com-banner1 h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 30px;
  margin-top: -30px;
}

.com-banner1 h5 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.com-banner1 h5 {
  color: #ffffff;
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
  /* padding-bottom: 12px; */
  /* border-bottom: 2px solid #FFFFFF; */
  /* font-weight: 600; */
  letter-spacing: 1px;
}

.serve_view .advantage {
  background: url(../img/advantage-bg01.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.serve_view .advantage .tit h3 {
  color: #fff;
}
.serve_view .advantage .tit h5 {
  color: #fff;
}
.serve_view .advantage .con {
  margin-top: 55px;
  margin-bottom: -35px;
}
.serve_view .advantage .con h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}
.serve_view .advantage .con p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}
.serve_view .join {
  padding-left: 50%;
  padding-top: 110px;
  padding-bottom: 110px;
  margin: 20px 0;
  background: url(../img/join-001.jpg) no-repeat left center;
  background-size: 50% auto;
}
.serve_view .join .box {
  padding-right: 18.5%;
  padding-left: 60px;
  margin-bottom: -58px;
}
.serve_view .join .box .list {
  margin-top: 55px;
}
.serve_view .join .box .list li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 58px;
}
.serve_view .join .box .list li h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;
}
.serve_view .join .box .list li p {
  font-size: 16px;
  line-height: 30px;
  color: #585757;
  margin-bottom: 50px;
}
.serve_view .process {
  padding-top: 120px;
  background: url(../img/case-bg01.jpg) no-repeat center;
  border-bottom: 7px solid #d9d9d9;
  background-size: cover;
  position: relative;
}
.serve_view .process::after {
  content: '';
  display: block;
  border-bottom: 1px solid #a79996;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
}
.serve_view .process .tit {
  text-align: center;
}
.serve_view .process .tit h3 {
  color: #fff;
}
.serve_view .process .tit h5 {
  color: #fff;
}
.serve_view .process .swiper-box {
  margin-top: 80px;
  margin-bottom: 110px;
  padding: 0 100px;
  position: relative;
  padding-bottom: 30px;
}
.serve_view .process .swiper-pagination {
  bottom: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.serve_view .process .swiper-button-prev {
  width: 40px;
  height: 35px;
  background: url(../img/process-ico03.png) no-repeat center;
  left: 0;
}
.serve_view .process .swiper-button-next {
  width: 40px;
  height: 35px;
  background: url(../img/process-ico04.png) no-repeat center;
  right: 0;
}
.serve_view .process .process-swiper .swiper-slide {
  text-align: center;
}
.serve_view .process .process-swiper .swiper-slide h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin-top: 80px;
}
.serve_view .process .process-swiper .swiper-slide h5 {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
  margin-bottom: 40px;
}
.serve_view .process .process-swiper .swiper-slide p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.serve_view .process .tabs-swiper .swiper-slide {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.serve_view .process .tabs-swiper .swiper-slide .img {
  position: relative;
  width: 60px;
  height: 60px;
}
.serve_view .process .tabs-swiper .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition-duration: .3s;
}
.serve_view .process .tabs-swiper .swiper-slide .img img.img2 {
  opacity: 0;
  visibility: hidden;
}
.serve_view .process .tabs-swiper .swiper-slide:hover img.img1 {
  display: none;
}
.serve_view .process .tabs-swiper .swiper-slide:hover img.img2 {
  opacity: 1;
  visibility: visible;
}
.serve_view .process .tabs-swiper .swiper-slide h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-top: 3px;
}
.serve_view .network {
  padding-top: 120px;
}
.serve_view .network .tit {
  text-align: center;
}
.serve_view .network .joan_store {
  width: 1400px;
  margin: 0 auto;
}
.serve_view .network .joan_store .this_view {
  width: 100%;
  padding: 40px;
  padding-top: 55px;
  background-color: #fff;
}
.serve_view .network .joan_store .this_view .top {
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-content: unset;
  box-shadow: 0 0 10px #ccc;
  position: relative;
  z-index: 2;
}
.serve_view .network .joan_store .this_view .top .store_search {
  width: 25%;
  height: 30px;
  border: 1px solid #dcdcdc;
  position: relative;
  margin-left: 30px;
}
.serve_view .network .joan_store .this_view .top .store_search input {
  width: 100%;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  color: #999;
  transition: .4s all;
}
.serve_view .network .joan_store .this_view .top .store_search input::-webkit-input-placeholder {
  color: #999;
}
.serve_view .network .joan_store .this_view .top .store_search input:hover {
  box-shadow: 0 0 10px #ccc;
}
.serve_view .network .joan_store .this_view .top .store_search button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url("../img/store_search.png") no-repeat;
  background-size: 100% 100%;
}
.serve_view .network .joan_store .this_view .top .store_location {
  width: 55%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.serve_view .network .joan_store .this_view .top .store_location select {
  width: 33.333%;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  background: url(../img/store_xia.png) #fff 90% center no-repeat;
  background-color: transparent;
  background-size: 10%;
}
.serve_view .network .joan_store .this_view .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.serve_view .network .joan_store .this_view .bottom .left {
  width: 65%;
}
.serve_view .network .joan_store .this_view .bottom .left #joan_map {
  width: 100%;
  height: 600px;
}
.serve_view .network .joan_store .this_view .bottom .right {
  width: 35%;
  height: 600px;
  overflow: hidden;
}
.serve_view .network .joan_store .this_view .bottom .right ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.serve_view .network .joan_store .this_view .bottom .right ul li {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  padding-left: 100px;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
  transition: .4s all;
  background-color: #fff;
  position: relative;
}
.serve_view .network .joan_store .this_view .bottom .right ul li:hover {
  background-color: #dcdcdc;
}
.serve_view .network .joan_store .this_view .bottom .right ul li i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  left: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #dab492;
  color: #fff;
  border-radius: 5px;
  font-style: normal;
}
.serve_view .network .joan_store .this_view .bottom .right ul li div {
  width: 100%;
}
.serve_view .network .joan_store .this_view .bottom .right ul li div h4 {
  font-size: 16px;
  color: #141414;
  font-weight: normal;
  margin-bottom: 10px;
}
.serve_view .network .joan_store .this_view .bottom .right ul li div p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.serve_view .network .joan_store .this_view .bottom .right ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.serve_view .network .joan_store .this_view .bottom .right ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.serve_view .network .joan_store .this_view .bottom .right ul::-webkit-scrollbar-thumb {
  background: #2b3b78;
  border-radius: 6px;
}
.serve_view .network .joan_store .this_view .bottom .right ul::-webkit-scrollbar-corner {
  background: #2b3b78;
}
.serve_view .stores .tit {
  text-align: center;
}
.serve_view .stores .con {
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.serve_view .stores .con .stores-swiper {
  width: 50%;
  height: 720px;
}
.serve_view .stores .con .stores-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serve_view .stores .con .stores-swiper .swiper-pagination {
  bottom: 18px;
}
.serve_view .stores .con .stores-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}
.serve_view .stores .con .stores-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #dab492;
}
.serve_view .stores .con .tabs {
  width: 50%;
  height: 720px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.serve_view .stores .con .tabs a {
  width: 50%;
  height: 50%;
  position: relative;
}
.serve_view .stores .con .tabs a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serve_view .stores .con .tabs a .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
}
.serve_view .stores .con .tabs a .txt h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}
.serve_view .stores .con .tabs a:hover .txt {
  opacity: 1;
  visibility: visible;
}

.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;
  left: -150px;
  top: 70px;
  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;
  left: -200px;
  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: #bd1f2c;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}

.case-info_view .adove {
  padding: 60px 75px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.case-info_view .adove .txt {
  width: 42%;
}
.case-info_view .adove .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #464646;
  padding: 20px 0;
  padding-left: 65px;
  background: url(../img/case-ico-003.png) no-repeat left top 6px;
  border-bottom: 1px dashed #858585;
}
.case-info_view .adove .txt p {
  font-size: 14px;
  line-height: 28px;
  color: #898989;
  margin-top: 25px;
}
.case-info_view .adove .pic {
  width: 53%;
  height: 425px;
}
.case-info_view .adove .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-info_view .content {
  padding: 45px 70px;
  background: #fff;
  margin-top: 35px;
}
.case-info_view .content .tit {
  position: relative;
  border-bottom: 1px dashed #858585;
  padding-top: 20px;
  margin-bottom: 45px;
}
.case-info_view .content .tit h4 {
  width: 210px;
  font-size: 24px;
  color: #464646;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.case-info_view .more {
  margin-top: 35px;
  margin-bottom: 45px;
}
.case-info_view .more .tit {
  position: relative;
  border-bottom: 1px dashed #858585;
  padding-top: 20px;
  margin-bottom: 45px;
}
.case-info_view .more .tit h4 {
  width: 210px;
  font-size: 24px;
  color: #464646;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
.case-info_view .more .swiper-box {
  margin-left: -70px;
  margin-right: -70px;
  padding: 0 70px;
  position: relative;
}
.case-info_view .more .swiper-box .swiper-button-prev {
  background: url(../img/case-left-ico005.png) no-repeat center;
  display: none;
}
.case-info_view .more .swiper-box .swiper-button-next {
  background: url(../img/case-right-ico005.png) no-repeat center;
  display: none;
}
.case-info_view .more .swiper-box .swiper-button-prev:hover {
  background-image: url(../img/case-left-ico006.png);
}
.case-info_view .more .swiper-box .swiper-button-next:hover {
  background-image: url(../img/case-right-ico006.png);
}
.case-info_view .more .more-swiper .swiper-slide {
  width: 445px;
}
.case-info_view .more .more-swiper .swiper-slide a {
  display: block;
  padding: 35px 25px 45px;
  background-color: #ffffff;
}
.case-info_view .more .more-swiper .swiper-slide h3 {
  font-size: 18px;
  color: #9b9b9b;
  line-height: 1;
  padding-bottom: 20px;
}
.case-info_view .more .more-swiper .swiper-slide .pic {
  display: block;
  position: relative;
  padding-bottom: 75%;
}
.case-info_view .more .more-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.case-info_view .more .more-swiper .swiper-slide h5 {
  margin-top: 30px;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1;
}

.project_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.project_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 35px;
  background: #fff;
}

.project_view .list::after {
  content: "";
  width: 31.2142857%;
}

.project_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.8032%;
}

.project_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  padding: 10px 30px 0;
}

.project_view .list .tit h3 {
  font-size: 14px;
  color: #202020;
  line-height: 1.2;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.project_view .list li:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 5px #c3c0c0;
}
.project_view .list li:hover .tit h3 {
  color: #2b3b78;
}

.care_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.care_view .list::after {
  content: "";
  width: 31.2142857%;
}

.care_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 35px;
}

.care_view .list .tit h3 {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: center;
}

.care_view .list:after {
  content: "";
  width: 31.2142857%;
}

.care_view .list li:hover {
  transform: translateY(-5px);
  /* background-color: #fff; */
  box-shadow: 3px 3px 5px #c3c0c0;
}

.care_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.8032%;
}

.care_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.duty_view .content {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.duty_view .content .pic {
  width: 41%;
  height: 550px;
}
.duty_view .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.duty_view .content .txt {
  width: 56%;
}
.duty_view .content .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: #02537c;
}
.duty_view .content .txt h5 {
  font-size: 24px;
  line-height: 1;
  color: #5f5f5f;
  margin-top: 14px;
}
.duty_view .content .txt p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #919191;
}

.com-tit2 {
  text-align: center;
  padding-top: 35px;
}
.com-tit2 h3 {
  color: #bdbdbd;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Arial";
  font-weight: bold;
}
.com-tit2 h5 {
  color: #2b3b78;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 12px;
  font-family: "Source Han Sans CN","Source Han Sans CN Medium","Microsoft YaHei",sans-serif;
}

.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: #bd1f2c;
}
.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 #bd1f2c;
  margin-right: 25px;
  background-color: #ffffff;
  transition-duration: .3s;
}
.nav2 .tabs a:hover {
  background-color: #bd1f2c;
  color: #fff;
}

.case_view {
  padding-top: 70px;
}

.case_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -25px;
}

.case_view .list li {
  width: 32.14%;
  transition: all .3s;
  margin-bottom: 25px;
  background: #fff;
}

.case_view .list::after {
  content: "";
  width: 32.14%;
}

.case_view .list li:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow: 3px 3px 5px #c3c0c0;
}

.case_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 66%;
}

.case_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.case_view .list h3 {
  font-size: 14px;
  color: #121212;
  line-height: 1;
  padding-bottom: 45px;
  padding-top: 25px;
  text-align: center;
  background-color: #f4f4f4;
}

.case_view .list h5 {
  margin-top: 30px;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1;
}

.case_view .list .txt p {
  font-size: 14px;
  color: #797979;
  line-height: 25px;
  padding-left: 30px;
  background: url(../img/case-ico-002.png) no-repeat left top 5px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bg2 {
  background-color: #f8f8f8;
}

.join_view .tit {
  text-align: center;
}
.join_view .tit h3 {
  font-size: 40px;
  line-height: 1;
  color: #333;
  padding-top: 100px;
}
.join_view .tit p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
}
.join_view .adv .list {
  margin-top: 60px;
  margin-bottom: 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.join_view .adv .list li {
  width: 14%;
  border: 1px solid #333333;
  height: 290px;
  text-align: center;
  padding: 0 20px;
}
.join_view .adv .list li img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-top: 50px;
}
.join_view .adv .list li:hover img{
  animation: flipInY 2s;
}
.join_view .adv .list li h4 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
}
.join_view .adv .list li p {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  white-space: pre-wrap;
  margin-top: 35px;
}
.join_view .join-bg001 {
  height: 700px;
  background: url(../img/join-bg001.jpg) no-repeat center fixed;
}
.join_view .support .list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -25px;
  padding-bottom: 110px;
}
.join_view .support .list li {
  width: 31.4%;
  padding-left: 100px;
  padding-right: 85px;
  position: relative;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-bottom: 25px;
}
.join_view .support .list li img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  position: absolute;
  left: 40px;
  top: 25px;
}

.join_view .support .list li:hover img{
  animation: tada 1s;
}


.join_view .support .list li h4 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-top: 35px;
  font-weight: bold;
}
.join_view .support .list li p {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.join_view .make {
  background: url(../img/make-bg001.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.join_view .make .tit h3 {
  color: #fff;
}
.join_view .make .tit p {
  color: #fff;
}
.join_view .make .make-swiper {
  margin-top: 50px;
  padding-bottom: 70px;
}
.join_view .make .make-swiper .swiper-slide {
  height: 545px;
}
.join_view .make .make-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.join_view .make .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b8b8b8;
  opacity: 1;
}
.join_view .make .swiper-pagination .swiper-pagination-bullet-active {
  background: #dab492;
}
.join_view .shop .swiper-img {
  margin-top: 50px;
  margin-bottom: 110px;
}
.join_view .shop .swiper-img .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 45.6%;
}
.join_view .shop .swiper-img .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.join_view .shop .swiper-img .swiper-button-prev {
  width: 56px;
  height: 56px;
  background: url(../img/left-ico01.png) no-repeat center;
  background-size: contain;
  left: 8%;
}
.join_view .shop .swiper-img .swiper-button-next {
  width: 56px;
  height: 56px;
  background: url(../img/left-ico01.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  right: 8%;
}
.join_view .process {
  background: url(../img/process-bg001.jpg) no-repeat;
  background-size: cover;
}
.join_view .process h3 {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  padding-top: 155px;
  text-align: center;
}
.join_view .process ul {
  padding: 100px 0 215px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.join_view .process ul li {
  position: relative;
}
.join_view .process ul li img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.join_view .process ul li:hover img {
  animation: swing 1s;
}

.join_view .process ul li h5 {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}
.join_view .process ul li::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/process-ico002.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 45px;
  right: -78px;
}
.join_view .process ul li:last-child::after {
  display: none;
}

.news-info_view {
  margin-bottom: 100px;
}
.news-info_view .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.news-info_view .m-contxt2 {
  padding: 70px 80px;
  background-color: #fff;
}
.news-info_view .m-contxt2 .tit {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
}
.news-info_view .m-contxt2 .time {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.news-info_view .m-contxt2 .box-info {
  margin-top: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.news-info_view .link {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news-info_view .link a {
  width: 48%;
  padding: 40px 40px 40px 130px;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  background: url(../img/news-left-001.png) no-repeat left 50px center;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-info_view .link a:last-child {
  padding: 40px 130px 40px 40px;
  background: url(../img/news-right-001.png) no-repeat right 50px center;
  background-color: #fff;
}
.news-info_view .link a:hover {
  background-color: #000000;
  color: #fff;
}

.product-series_view {
  padding-top: 145px;
}
.product-series_view .list li .tit h3 {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}
.product-series_view .list li .tit p {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.product-series_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 38%;
}
.product-series_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-series_view .list li .more a {
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 140px;
  width: 500px;
  height: 70px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #222222;
  transition-duration: .3s;
}
.product-series_view .list li .more a:hover {
  color: #fff;
  background-color: #000;
}

.product_view .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 50px;
}
.product_view .tabs a {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  height: 40px;
  cursor: pointer;
}
.product_view .tabs a h3 {
  font-size: 14px;
  line-height: 1;
  color: #888888;
  margin-left: 7px;
  transition-duration: .3s;
}
.product_view .tabs a .pic {
  width: 30px;
  height: 30px;
  position: relative;
}
.product_view .tabs a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.product_view .tabs a .pic .img2 {
  opacity: 0;
}
.product_view .tabs a:hover .img1 {
  opacity: 0;
}
.product_view .tabs a:hover .img2 {
  opacity: 1;
}
.product_view .tabs a:hover h3 {
  color: #dab492;
}
.product_view .tabs a.on .img1 {
  opacity: 0;
}
.product_view .tabs a.on .img2 {
  opacity: 1;
}
.product_view .tabs a.on h3 {
  color: #dab492;
}

.product_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.product_view .list li {
  width: 31.71%;
  transition: all .3s;
  margin-bottom: 35px;
  background: #fff;
}

.product_view .list .txt {
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 25px 30px 25px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.product_view .list .txt h3 {
  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  font-weight: bold;
}

.product_view .list .txt i {
  font-size: 24px;
  color: #999999;
  line-height: 1.2;
}

.product_view .list .tit h5 {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 1.2;
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
}

.product_view .list:after {
  content: "";
  width: 31.71%;
}

.product_view .list li:hover {
  /* background-color: #fff; */
  box-shadow: 3px 3px 5px #c3c0c0;
}
.product_view .list li:hover img {
  transform: scale(1.1);
}

.product_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.19%;
  overflow: hidden;
}

.product_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.product-info_view .back {
  padding: 80px 0 50px;
}
.product-info_view .back a {
  display: inline-block;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  transition-duration: .3s;
  border: 1px solid #000;
}
.product-info_view .back a:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.product-info_view .above {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 40px;
}
.product-info_view .above .pic {
  width: 41%;
  height: 515px;
  border: 1px solid #e6e6e6;
}
.product-info_view .above .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info_view .above .txt {
  width: 52%;
  border-left: 2px solid #666666;
  padding-left: 100px;
}
.product-info_view .above .txt h1 {
  font-size: 48px;
  line-height: 1;
  color: #000000;
  padding-top: 20px;
  font-weight: bold;
}
.product-info_view .above .txt p {
  font-size: 12px;
  line-height: 28px;
  color: #000000;
  margin-top: 40px;
  white-space: pre-wrap;
  min-height: 230px;
}
.product-info_view .above .txt h4 {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  margin-top: 10px;
}
.product-info_view .above .txt .item {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.product-info_view .above .txt .item a {
  padding: 10px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  margin-right: 20px;
}
.product-info_view .effect .effect-swiper .swiper-slide {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 39%;
}
.product-info_view .effect .effect-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.product-info_view .effect .effect-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  background: url(../img/left-ico01.png) no-repeat center;
  background-size: contain;
  left: 14%;
}
.product-info_view .effect .effect-swiper .swiper-button-next {
  width: 56px;
  height: 56px;
  background: url(../img/left-ico01.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  right: 14%;
}
.product-info_view .tit {
  font-size: 40px;
  line-height: 1;
  color: #222222;
  padding-top: 140px;
  padding-bottom: 55px;
  text-align: center;
}
.product-info_view .other .other-swiper {
  padding-bottom: 100px;
}
.product-info_view .other .other-swiper .swiper-pagination {
  opacity: 0;
}
.product-info_view .other .other-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.product-info_view .other .other-swiper .swiper-slide {
  width: 440px;
}
.product-info_view .other .other-swiper .swiper-slide .pic {
  display: block;
  position: relative;
  padding-bottom: 77.19%;
  overflow: hidden;
}
.product-info_view .other .other-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}
.product-info_view .other .other-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.product-info_view .other .other-swiper .swiper-slide .txt {
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 25px 30px 25px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product-info_view .other .other-swiper .swiper-slide .txt h3 {
  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  font-weight: bold;
}
.product-info_view .other .other-swiper .swiper-slide .txt i {
  font-size: 24px;
  color: #999999;
  line-height: 1.2;
}

.contact_view .tit h3 {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  padding-top: 110px;
  text-align: center;
  padding-bottom: 30px;
}
.contact_view .tit p {
  font-size: 20px;
  line-height: 1.2;
  color: #666666;
  text-align: center;
  padding-bottom: 70px;
}
.contact_view .infor .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 110px;
}
.contact_view .infor .con .txt {
  padding-left: 88px;
  width: 50%;
}
.contact_view .infor .con .txt h5 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-top: 25px;
  font-weight: bold;
}
.contact_view .infor .con .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 40px;
  margin-top: 10px;
}
.contact_view .infor .con .code {
  width: 50%;
  border-left: 1px solid #000;
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact_view .infor .con .code > div {
  width: 50%;
  text-align: center;
}
.contact_view .infor .con .code > div img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.contact_view .infor .con .code > div h4 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 25px;
}
.contact_view .infor .con .code > div:nth-child(n + 3) h4 {
  padding-bottom: 0;
}
.contact_view .bg001 {
  height: 700px;
  background: url(../img/contact-bg001.jpg) no-repeat center fixed;
}
.contact_view .store {
  padding: 0 100px;
}
.contact_view .store form {
  display: block;
  position: relative;
}
.contact_view .store form input {
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  text-align: center;
}
.contact_view .store form .sub {
  width: 30px;
  height: 30px;
  background: url(../img/store-sub.png) no-repeat center;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
.contact_view .store .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 150px;
  margin-bottom: -40px;
}
.contact_view .store .con li {
  width: 50%;
  margin-bottom: 40px;
}
.contact_view .store .con li h3 {
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-bottom: 15px;
}
.contact_view .store .con li p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.contact_view .join {
  background: url(../img/contact-bg002.jpg) no-repeat;
  height: 700px;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact_view .join .txt {
  text-align: center;
}
.contact_view .join .txt h3 {
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}
.contact_view .join .txt p {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  max-width: 1400px;
}
.contact_view .join .txt a {
  width: 320px;
  height: 60px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 100px;
}
.contact_view .join .txt a:hover {
  background-color: #fff;
  color: #000;
}

.about_view .brand .tit {
  padding-top: 100px;
}
.about_view .brand .tit h3 {
  font-size: 40px;
  line-height: 50px;
  color: #333333;
  text-align: center;
}
.about_view .brand .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}
.about_view .brand .list li {
  width: 20%;
  text-align: center;
  margin: 0 15px;
  background-color: #f6f6f6;
}
.about_view .brand .list li img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-top: 22px;
  transition-duration: 0.5s;
}
.about_view .brand .list li h4 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 25px;
}
.about_view .brand .list li:hover img {
  transform: rotateY(180deg);
}
.about_view .brand .con {
  margin-top: 55px;
  margin-bottom: 40px;
  overflow: hidden;
}
.about_view .brand .con p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 22px;
  text-align: center;
}
.about_view .about-bg001 {
  height: 700px;
  background: url(../img/about-bg001.jpg) no-repeat center fixed;
}
.about_view .tit1 h3 {
  font-size: 40px;
  line-height: 1;
  color: #222222;
  padding-top: 140px;
  text-align: center;
}
.about_view .tit1 p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-top: 15px;
  text-align: center;
}
.about_view .course .list {
  margin-top: 140px;
}
.about_view .course .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
}
.about_view .course .list li .txt {
  width: 64%;
}
.about_view .course .list li .txt h3 {
  font-size: 110px;
  line-height: 1;
  color: #222222;
  font-family: eleganthandtwo-regular,Arial, Helvetica, sans-serif;
  padding-left: 20%;
}
.about_view .course .list li .txt .con {
  height: 400px;
  padding-top: 90px;
  padding-left: 20%;
  position: relative;
  background-color: #f6f6f6;
}
.about_view .course .list li .txt .con img {
  width: 300px;
  height: 260px;
  object-fit: contain;
  position: absolute;
  right: 90px;
  bottom: 30px;
}
.about_view .course .list li .txt .con p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  width: 400px;
  white-space: pre-wrap;
  position: relative;
  z-index: 1;
}
.about_view .course .list li .pic {
  width: 36%;
  height: 400px;
  position: relative;
}
.about_view .course .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about_view .course .list li:nth-child(2n) .txt h3 {
  padding-left: 37.3%;
}
.about_view .course .list li:nth-child(2n) .con {
  padding-left: 37.3%;
}
.about_view .course .list li:nth-child(2n) .con img {
  right: initial;
  left: 13.54%;
  bottom: 30px;
}
.about_view .course .fixed-course {
  position: fixed;
  left: -100%;
  top: 30%;
  padding: 20px 0;
  transition-duration: .8s;
}
.about_view .course .fixed-course.active {
  left: 0;

}
.about_view .course .fixed-course::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
  position: absolute;
  left: 47px;
  top: 0;
}
.about_view .course .fixed-course::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/course-ico001.png) no-repeat;
  position: absolute;
  left: 47px;
  margin-left: -6px;
  bottom: -5px;
}
.about_view .course .fixed-course .course-swiper {
  width: 140px;
  height: 400px;
}
.about_view .course .fixed-course .course-swiper .swiper-slide {
  font-size: 16px;
  line-height: 80px;
  color: #333333;
  text-align: right;
  display: block;
  height: 80px;
  position: relative;
}
.about_view .course .fixed-course .course-swiper .swiper-slide::after {
  width: 10px;
  height: 1px;
  background-color: #d7d7d7;
  content: '';
  display: block;
  position: absolute;
  left: 47px;
  transform: translateX(-50%);
  top: 50%;
  transition-duration: .3s;
}
.about_view .course .fixed-course .course-swiper .swiper-slide-active {
  color: #dab492;
}
.about_view .course .fixed-course .course-swiper .swiper-slide-active::after {
  width: 50px;
  background-color: #dab492;
}
.about_view .about-bg002 {
  height: 700px;
  background: url(../img/about-bg002.jpg) no-repeat center fixed;
}
.about_view .honor {
  background-color: #f5f5f5;
}
.about_view .honor .honor-swiper {
  padding: 0 30px;
  padding-bottom: 160px;
  margin-top: 90px;
}
.about_view .honor .honor-swiper .swiper-slide {
  text-align: center;
}
.about_view .honor .honor-swiper .swiper-slide img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.about_view .honor .honor-swiper .swiper-slide h3 {
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 10px;
}
.about_view .honor .honor-swiper .swiper-button-prev {
  width: 23px;
  height: 42px;
  background: url(../img/honor-ico001.png) no-repeat center;
  background-size: contain;
  left: 0;
  top: 34%;
}
.about_view .honor .honor-swiper .swiper-button-next {
  width: 23px;
  height: 42px;
  background: url(../img/honor-ico001.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  right: 0;
  top: 34%;
}
.about_view .honor .honor-swiper .swiper-pagination {
  bottom: 45px;
}
.about_view .honor .honor-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b8b8b8;
  opacity: 1;
  transition-duration: .3s;
}
.about_view .honor .honor-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #dab492;
}
.about_view .video001 {
  padding-bottom: 80px;
}
.about_view .video001 .video-box {
  margin: 0 100px;
  margin-top: 45px;
  height: 660px;
  position: relative;
}
.about_view .video001 .video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_view .video001 .video-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.m-index {
  display: none;
}

@media screen and (max-width: 1440px) {
  body:after {
    background: blue;
  }

  .wrap {
    width: 1200px;
  }
  .product .product-tabs .item {

    padding: 0 10px;

}

  .hd-nav a {
    margin: 0 15px;
  }

  .antique .txt {
    margin-left: -860px;
  }

  .serve_view .network .joan_store {
    width: 100%;
    padding: 0 20px;
  }

  .banner .swiper-pagination {
    bottom: 20px;
    left: initial;
    margin-left: 0;
    right: initial;
    left: 50%;
    line-height: 35px;
    transform: translateX(-50%);
  }

  .product .swiper-box .swiper-pagination {
    width: 100%;
  }

  .product .swiper-box .swiper-button-prev {
    display: none;
  }

  .product .swiper-box .swiper-button-next {
    display: none;
  }

  .product .swiper-box {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    padding-bottom: 90px;
  }

  .footer > .wrap .nav dl {
    width: 120px;
  }

  .footer > .wrap .item {
    width: 30%;
  }

  .navbar1 .box {
    width: 1200px;
  }

  .com-banner1 .box {
    margin-left: -600px;
  }
}
@media screen and (max-width: 1280px) {
  body:after {
    background: lightblue;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  .hd-logo img {
    width: 150px;
  }

  .hd-nav a {
    margin: 0px 10px;
  }

  .hd-btn a {
    margin-left: 5px;
  }

  .col-l {
    width: 100%;
  }

  .col-r {
    display: none;
  }

  .serve_view .join {
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0;
    background: initial;
  }

  .navbar1 .box {
    width: 100%;
  }

  .navbar1 {
    padding: 20px;
  }

  .com-banner1 .box {
    margin-left: 0;
    transform: translateY(-50%) translateX(-50%);
  }

  .com-banner1 h3 {
    text-align: center;
  }

  .com-banner1 h5 {
    text-align: center;
  }

  .case-info_view .more .swiper-box {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .case-info_view .more .swiper-box .swiper-button-prev {
    display: none;
  }

  .case-info_view .more .swiper-box .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* 移动ipad */
  /* ..... */
  body:after {
    background: pink;
  }

  .hd-nav {
    display: none;
  }

  .hd-btn a {
    display: none;
  }

  .header-box {
    height: 61px;
  }

  .nav2 {
    display: none;
  }

  .pages .header-box {
    height: 61px;
  }

  .header-box .img1 {
    display: none;
  }

  .header-box .img2 {
    display: block;
    width: 145px;
    max-height: 50px;
  }

  .header {
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .hd-btn::after {
    display: none;
  }

  .header .menu-btn {
    display: block;
    position: relative;
    z-index: 9;
  }

  .menu-btn {
    /* background-color: #215644; */
    height: 23px;
    width: 30px;
    position: relative;
    cursor: pointer;
    display: none;
    /* top: 50%;
    transform: translateY(-50%);
    */
  }

  .menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #333;
    left: 10px;
    top: 13px;
    transition: all .4s;
    border-radius: 3px;
  }

  .menu-btn span:nth-child(2) {
    top: 23px;
  }

  .menu-btn span:nth-child(3) {
    top: 33px;
    width: 19px;
    left: initial;
    right: 10px;
  }

  .menu-btn {
    display: block;
    /* position:absolute;right:8px;top:6px; */
    height: 50px;
    width: 50px;
    padding: 10px;
  }

  .menu-btn.active span:nth-child(2) {
    width: 0;
    left: 22px;
    opacity: 0;
  }

  .menu-btn.active span {
    -webkit-transform: rotate(45deg);
    top: 23px;
  }

  .menu-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    top: 23px;
    width: 30px;
  }

  .m-nav {
    /* display: none; */
    width: 75%;
    height: 100vh;
    max-width: 420px;
    padding: 50px 0 70px;
    /* height: 100vh; */
    position: fixed;
    top: 61px;
    right: -100vw;
    transition: .4s all;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: block;
  }

  .m-nav ul li:hover a {
    background-color: #02537c;
  }

  .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;
  }

  .m_search .title img {
    width: 35px;
    height: 35px;
  }

  .m_search .title h3 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 28px;
  }

  .m_search .main .m_header_submit {
    font-size: 18px;
  }

  .m_search .search_close span {
    width: 40px;
  }

  .m_search .search_close h4 {
    font-size: 16px;
  }

  .m_search .main select {
    background-position: 100% 33%;
  }

  .m_search .main input,
  .m_search .main select {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .m_search .main .m_header_submit {
    font-size: 16px;
    padding: 10px 0;
  }

  .m_search .search_close {
    margin-top: 15%;
  }

  .m_search .search_close span,
  .m_search .search_close span:before {
    height: 3px;
    width: 30px;
  }

  .m_search .search_close h4 {
    font-size: 14px;
  }

  .slide-nav {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
  }

  .slide-nav .item {
    margin: 0;
    border: none;
    opacity: 1 !important;
    border-top: 1px solid #999;
    border-radius: 0;
    border-left: 1px solid #999;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 60px;
  }

  .slide-nav .item:first-child {
    border: none;
    border-top: 1px solid #999;
  }

  .slide-nav .goTop {
    display: inline-block !important;
  }

  .slide-nav .icon {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }

  .slide-nav .mask {
    left: 50%;
    right: auto;
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%) scale(1, 0);
    -ms-transform: translateX(-50%) scale(1, 0);
    -o-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0);
  }

  .slide-nav .tel {
    padding: 0 15px;
    border: 2px solid #000;
    height: 46px;
    line-height: 42px;
  }

  .slide-nav .qr {
    width: 120px;
    height: 120px;
  }

  .slide-nav .item:hover .icon {
    /* background-position:center -30px */
  }

  .slide-nav .item:hover .mask {
    -webkit-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    -o-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
  }

  .slide-nav .item {
    width: 25%;
  }

  .slide-nav .wechat {
    display: none;
  }

  .slide-nav .appoint {
    display: none;
  }

  /* .slide-nav .nav-qq{display:none} */
  .slide-nav .icon {
    margin: 8px auto 3px;
  }

  .slide-nav .icon {
    /* background-position: center; */
  }

  .slide-nav .goTop {
    opacity: 1;
    visibility: visible;
  }

  .footer > .wrap {
    display: none;
  }

  /*.footer {*/
  /*  margin-bottom: 60px;*/
  /*}*/

  .navbar {
    display: block;
  }

  .crumbs {
    display: none;
  }

  .serve_view .network .joan_store {
    padding: 0;
  }

  .page.store {
    padding-bottom: 0;
  }

  .serve_view .network .joan_store .this_view {
    padding: 4% 3%;
  }

  .serve_view .network .joan_store .this_view .top {
    display: block;
    height: auto;
    box-shadow: none;
  }

  .serve_view .network .joan_store .this_view .top .store_search {
    width: 100%;
    margin-left: 0;
    height: 60px;
  }

  .serve_view .network .joan_store .this_view .top .store_search input {
    line-height: 58px;
  }

  .serve_view .network .joan_store .this_view .top .store_location {
    width: 100%;
    height: 60px;
    margin-top: 3%;
  }

  .serve_view .network .joan_store .this_view .top .store_location select {
    border: 1px solid #dcdcdc;
    border-right: none;
  }

  .serve_view .network .joan_store .this_view .top .store_location select:last-child {
    border-right: 1px solid #dcdcdc;
  }

  .serve_view .network .joan_store .this_view .bottom {
    margin-top: 3%;
  }

  .serve_view .network .joan_store .this_view .bottom .left {
    display: none;
  }

  .serve_view .network .joan_store .this_view .bottom .right {
    width: 100%;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li {
    height: auto;
    padding: 20px 2%;
    padding-left: 75px;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li i {
    top: 20px;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li div {
    width: 90%;
  }

  .hd-search {
    display: none;
  }

  .header .wrap {
    justify-content: space-between;
  }

  .product .product-tabs {
    margin: 40px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  /* 响应手机..... */
  body:after {
    background: red;
  }

  .wrap {
    padding: 0 15px;
  }

  .banner {
    padding-bottom: 100%;
  }

  .banner .pc {
    display: none;
  }

  .banner .mobile {
    display: block;
  }

  .banner .swiper-pagination {
    bottom: 15px;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .about {
    padding: 20px 0;
  }

  .about .wrap .txt {
    width: 100%;
  }

  .about .wrap .item {
    width: 100%;
    padding: 20px;
    display: none;
  }

  .about .wrap .txt {
    width: 100%;
  }

  .about .wrap .item {
    width: 100%;
    padding: 20px;
    display: none;
  }

  .about .wrap .txt .slogen {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .about .wrap .txt .slogen div {
    margin-right: 0px;
    width: 50%;
    padding: 10px;
  }

  .about .wrap .txt .slogen div img {
    width: 40px;
    height: 40px;
  }

  .about .wrap .txt .slogen div h3 {
    font-size: 12px;
    margin-top: 8px;
  }

  .about .link {
    text-align: center;
  }

  .product .swiper-tab {
    display: none;
  }
  .product .swiper-img a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .product .swiper-img .swiper-slide .txt {
    position: initial;
    transform: translateX(0);
    width: 100%;
    padding: 20px;
  }

  .product .swiper-img .swiper-slide .pic {
    order: 1;
  }

  .product .swiper-img .swiper-slide .txt .tit {
    width: 100%;
    border-right: initial;
  }

  .product .swiper-img .swiper-slide .txt .tit h3 {
    font-size: 22px;
  }

  .product .swiper-img .swiper-slide .txt .tit h5 {
    font-size: 12px;
    margin-top: 3px;
  }

  .product .swiper-img .swiper-slide .txt p {
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }

  .product .swiper-img .swiper-slide .pic {
    padding-bottom: 54.6%;
  }

  .product .swiper-img .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 15px;
    top: 67%;
  }

  .product .swiper-img .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 67%;
  }

  .index-about .index-info {
    padding: 30px 30px 130px 30px;
  }

  .index-about a .index-title {
    color: #333;
    font-size: 40px;
    line-height: 1.1;
  }

  .index-about a .index-title {
    color: #333;
    font-size: 16px;
    line-height: 1.1;
  }

  .index-about .index-info .p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }

  .product {
    padding-bottom: 20px;
  }

  .index-about a .more {
    width: 100px;
    height: 35px;
    margin-top: 20px;
  }

  .index-about-icon {
    left: 15px;
    right: 15px;
  }

  .case .tabs a {
    width: 100px;
    height: 40px;
    margin: 0 5px;
  }

  .case .con .swiper-container .swiper-slide .pic {
    padding-bottom: 45%;
  }

  .case .con .swiper-container .swiper-slide .txt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .case .con .swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 15px;
  }

  .case .con .swiper-container .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 15px;
  }

  .case .con {
    margin-top: 20px;
    padding-bottom: 45%;
  }

  .case .con .swiper-container .swiper-slide .txt a {
    margin-top: 42px;
    width: 100px;
    height: 35px;
    font-size: 14px;
  }

  .store .store-swiper {
    margin-top: 30px;
  }

  .store .store-swiper .swiper-slide .pic {
    padding-bottom: 45%;
  }

  .contact .form li:not(:nth-child(n+4)) input {
    width: 74%;
    height: 40px;
    padding: 0 8px;
    font-size: 14px;
  }

  .contact .form li label {
    font-size: 14px;
    white-space: initial;
  }

  .contact .form {
    margin-top: 20px;
  }

  .contact .form li {
    margin-bottom: 20px;
  }

  .contact .form li .sub {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }

  .contact .form li #radio1 {
    margin-right: 20px;
  }

  .contact .form li:last-child {
    margin-bottom: 40px;
  }

  footer .container-padd-t80 {
    padding-top: 30px;
  }

  footer .module-005 {
    padding-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
    display: block;
  }

  footer .hidden-xs {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }

  footer .module-005 .center .ewm-box ul > li img {
    width: 50px;
    height: 50px;
  }

  footer .module-005 .left {
    width: 150px;
    margin-bottom: 15px;
    margin-left: 15px;
  }

  footer .module-005 .center {
    text-align: center;
  }

  footer .module-005 .center .add-box p {
    font-size: 12px;
    margin-bottom: 6px;
  }

  footer .module-006 {
    display: block;
    padding: 15px;
    font-size: 12px;
  }

  footer .module-005 .center .ewm-box {
    margin-bottom: 10px;
  }

  .naver3 {
    display: none;
  }

  .news_view .news-swiper .swiper-slide a .pic {
    width: 100%;
    height: 220px;
  }

  .news_view {
    margin-top: 0;
  }

  .news_view .news-swiper .swiper-slide a .txt {
    width: 100%;
    padding: 15px;
    padding-bottom: 50px;
  }

  .news_view .news-swiper .swiper-slide a .txt .time {
    font-size: 24px;
  }

  .news_view .news-swiper .swiper-slide a .txt .time span {
    font-size: 12px;
  }

  .news_view .news-swiper .swiper-slide a .txt h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .news_view .news-swiper .swiper-slide a .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    height: 40px;
  }

  .news_view .news-swiper .swiper-slide a .txt .ico {
    display: none;
  }

  .news_view .news-swiper .box-btn {
    bottom: 20px;
    right: 20px;
  }

  .news_view .list {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .news_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .news_view .list li .txt h3 {
    font-size: 14px;
    margin-top: 15px;
    padding: 0 10px;
  }

  .news_view .list li .txt h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .news_view .list li .txt .time {
    padding: 10px 10px;
  }

  .news_view .list li .txt .time span {
    font-size: 12px;
  }

  .news-info_view .m-contxt2 {
    padding: 20px 20px;
  }

  .news-info_view .m-contxt2 .tit {
    font-size: 18px;
  }

  .news-info_view .m-contxt2 .time {
    font-size: 12px;
  }

  .news-info_view .m-contxt2 .box-info {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .news-info_view .link {
    margin-top: 20px;
  }

  .news-info_view .link a {
    width: 100%;
    padding: 10px 10px 10px 60px;
    background: url(../img/news-left-001.png) no-repeat left 10px center;
    background-color: #fff;
  }

  .news-info_view .link a:last-child {
    padding: 10px 10px 10px 60px;
    background: url(../img/news-right-001.png) no-repeat left 10px center;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    margin-top: 10px;
  }

  .news-info_view {
    margin-bottom: 20px;
  }

  .product-series_view {
    padding-top: 40px;
  }

  .product-series_view .list li .tit h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .product-series_view .list li .tit p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .product-series_view .list li .more a {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 220px;
    height: 40px;
    font-size: 14px;
  }

  .product_view .list {
    margin-bottom: -15px;
  }

  .product_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .product_view .list .txt {
    padding: 10px 15px 10px 20px;
  }

  .product_view .list .txt h3 {
    font-size: 16px;
  }

  .product_view .list .txt i {
    font-size: 20px;
  }

  .product_view .tabs {
    padding-top: 30px;
    padding-bottom: 20px;
    display: none;
  }

  .product-info_view .back {
    padding: 20px 0;
  }

  .product-info_view .above .pic {
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
  }

  .product-info_view .above .txt {
    width: 100%;
    border-left: none;
    padding: 10px;
    border: 1px solid #e6e6e6;
  }

  .product-info_view .above .txt h1 {
    font-size: 20px;
    padding-top: 15px;
  }

  .product-info_view .above .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    min-height: auto;
  }

  .product-info_view .above .txt h4 {
    font-size: 14px;
    margin-top: 15px;
  }

  .product-info_view .above .txt .item a {
    padding: 6px 8px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product-info_view .tit {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }

  .product-info_view .above {
    padding-bottom: 20px;
  }

  .product-info_view .effect .effect-swiper .swiper-slide {
    padding-bottom: 50%;
  }

  .product-info_view .effect .effect-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: 15px;
  }

  .product-info_view .effect .effect-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 15px;
  }

  .product-info_view .other .other-swiper {
    padding-bottom: 40px;
  }

  .product-info_view .other .other-swiper .swiper-pagination {
    opacity: 1;
  }

  .product-info_view .other .other-swiper .swiper-slide .txt {
    padding: 10px 15px 10px 20px;
  }
  .product-info_view .other .other-swiper .swiper-slide .txt h3 {
    font-size: 16px;
  }
  .product-info_view .other .other-swiper .swiper-slide .txt i {
    font-size: 20px;
  }

  .contact_view .tit h3 {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .contact_view .tit p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .contact_view .infor .con .txt {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }

  .contact_view .infor .con .code {
    width: 100%;
    border-left: none;
    padding-right: 0;
    padding: 0 20px;
  }

  .contact_view .infor .con .txt h5 {
    font-size: 14px;
    padding-top: 20px;
  }

  .contact_view .infor .con .txt p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .contact_view .infor .con .code > div img {
    width: 80px;
    height: 80px;
  }

  .contact_view .bg001 {
    height: 240px;
    background: url(../img/contact-bg001.jpg) no-repeat center;
    background-size: cover;
  }

  .contact_view .infor .con {
    padding-bottom: 40px;
  }

  .contact_view .store {
    padding: 0;
  }

  .contact_view .store form input {
    height: 40px;
    font-size: 14px;
  }

  .contact_view .store form .sub {
    width: 20px;
    height: 20px;
    background-size: contain;
    right: 10px;
    margin-top: -10px;
  }

  .contact_view .store .con li {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact_view .store .con {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: -20px;
  }

  .contact_view .store .con li h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .contact_view .store .con li p {
    font-size: 12px;
    line-height: 20px;
  }

  .contact_view .join {
    height: 320px;
  }

  .contact_view .join .txt h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .contact_view .join .txt p {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 20px;
  }

  .contact_view .join .txt a {
    width: 150px;
    height: 40px;
    font-size: 14px;
    margin-top: 60px;
  }

  .join_view .tit h3 {
    font-size: 22px;
    padding-top: 45px;
  }

  .join_view .tit p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }

  .join_view  .com-tit1 h3 {
    padding-top: 45px;
}

  .join_view .adv .list {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .join_view .adv .list li {
    width: 48%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .join_view .adv .list li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-top: 20px;
  }

  .join_view .adv .list li h4 {
    font-size: 14px;
    margin-top: 10px;
  }

  .join_view .adv .list li p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .join_view .join-bg001 {
    height: 190px;
    background-attachment: initial;
    background-size: cover;
  }

  .join_view .support .list {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .join_view .support .list li {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .join_view .support .list li img {
    left: 15px;
    top: 20px;
  }

  .join_view .support .list li h4 {
    font-size: 14px;
    padding-top: 20px;
  }

  .join_view .support .list li p {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .join_view .make .make-swiper .swiper-slide {
    height: 220px;
  }

  .join_view .make .make-swiper {
    margin-top: 10px;
    padding-bottom: 30px;
  }

  .join_view .make {
    padding-bottom: 10px;
  }

  .join_view .shop .swiper-img {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .join_view .shop .swiper-img .pic {
    padding-bottom: 50%;
  }

  .join_view .shop .swiper-img .swiper-button-prev {
    width: 35px;
    height: 35px;
    left: 8%;
  }

  .join_view .shop .swiper-img .swiper-button-next {
    width: 35px;
    height: 35px;
    right: 8%;
  }

  .join_view .process h3 {
    font-size: 20px;
    padding-top: 50px;
  }

  .join_view .process ul {
    padding: 30px 0 20px;
  }

  .join_view .process ul li {
    width: 30%;
    text-align: center;
    margin-bottom: 30px;
  }

  .join_view .process ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .join_view .process ul li h5 {
    font-size: 14px;
    margin-top: 10px;
  }

  .join_view .process ul li::after {
    width: 15px;
    height: 15px;
    top: 25px;
    right: -17px;
  }

  .join_view .process ul li:nth-child(3):after {
    display: none;
  }

  .about_view .brand .tit {
    padding-top: 20px;
  }

  .about_view .brand .tit h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .about_view .brand .list {
    margin-top: 20px;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: -15px;
  }

  .about_view .brand .list li {
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .about_view .brand .list li img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
  }

  .about_view .brand .list li h4 {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 15px;
  }

  .about_view .brand .con {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about_view .brand .con p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .about_view .about-bg001 {
    height: 220px;
    background-attachment: initial;
    background-size: cover;
  }

  .about_view .tit1 h3 {
    font-size: 20px;
    padding-top: 45px;
  }

  .about_view .tit1 p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .about_view .course .fixed-course {
    display: none;
  }

  .about_view .course .list {
    margin-top: 20px;
  }

  .about_view .course .list li {
    margin-bottom: 20px;
  }

  .about_view .course .list li .txt {
    width: 100%;
    order: 1;
    background-color: #f6f6f6;
  }

  .about_view .course .list li .pic {
    width: 100%;
    height: 220px;
  }

  .about_view .course .list li .txt h3 {
    font-size: 30px;
    padding-left: 15px;
    padding-top: 10px;
  }

  .about_view .course .list li .txt .con {
    min-height: 90px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .about_view .course .list li .txt .con p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 0 15px;
  }

  .about_view .course .list li .txt .con img {
    display: none;
  }

  .about_view .course .list li:nth-child(2n) .txt h3 {
    padding-left: 15px;
  }

  .about_view .about-bg002 {
    height: 220px;
    background-attachment: initial;
    background-size: cover;
  }

  .about_view .honor .honor-swiper {
    padding: 0;
    padding-bottom: 60px;
    margin-top: 30px;
  }

  .about_view .honor .honor-swiper .swiper-slide img {
    width: 120px;
    height: 120px;
  }

  .about_view .honor .honor-swiper .swiper-slide h3 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .about_view .honor .honor-swiper .swiper-pagination {
    bottom: 20px;
  }

  .about_view .honor .honor-swiper .swiper-button-prev {
    display: none;
  }

  .about_view .honor .honor-swiper .swiper-button-next {
    display: none;
  }

  .about_view .video001 .video-box {
    margin: 0;
    margin-top: 20px;
    height: 200px;
  }

  .about_view .video001 .video-box img {
    width: 40px;
  }

  .about_view .video001 {
    padding-bottom: 20px;
  }

  .index  .banner {
    display: none;
  }

  .index  .product {
    display: none;
  }

  .index  .index-about {
    display: none;
  }

  .index  .case {
    display: none;
  }

  .index  .store {
    display: none;
  }

  .index  .contact {
    display: none;
  }

  .index footer {
    display: none;
  }

  .m-index {
    display: block;
    width: 100%;
    height: 100vh;
  }
  .m-index .m-swiper {
    width: 100%;
    height: 100%;
  }
  .m-index .m-swiper .swiper-slide .pic {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .m-index .m-swiper .swiper-slide .pic > img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .m-index .m-swiper .swiper-slide .pic .txt {
    position: relative;
    top: 18%;
    text-align: center;
  }
  .m-index .m-swiper .swiper-slide .pic .txt h3 {
    font-size: 26px;
    line-height: 1;
    color: #222222;
  }
  .m-index .m-swiper .swiper-slide .pic .txt h5 {
    font-size: 12px;
    line-height: 1;
    color: #666666;
    margin-top: 6px;
  }
  .m-index .m-swiper .swiper-slide .pic .txt p {
    font-size: 12px;
    line-height: 1.2;
    color: #333333;
    margin-top: 10px;
  }
  .m-index .m-swiper .swiper-slide .pic .txt i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/m-index-ico01.png) no-repeat;
    background-size: contain;
    margin-top: 20px;
  }
  .m-index .m-swiper .swiper-slide .pic .more {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .m-index .m-swiper .swiper-slide .pic .more a {
    display: block;
    margin: 0 auto;
    width: 87%;
    height: 40px;
    background-color: #232323;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    border-radius: 40px;
  }
  .m-index .m-swiper .swiper-slide .pic .more span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/m-index-ico02.png) no-repeat;
    background-size: contain;
    margin-top: 45px;
  }
  .m-index .m-swiper .swiper-slide-active .more span {
    -webkit-animation: bounce-up 1s 0.8s linear infinite;
    animation: bounce-up 1s 0.8s linear infinite;
    -ms-animation: bounce-up 1s 0.8s linear infinite;
  }
  .m-index .m-swiper .swiper-slide.foot-slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .link {
    margin-top: 40px;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .link a {
    display: inline-block;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    background-color: #221815;
    border-radius: 100%;
    box-shadow: 0 0 30px #666;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .logo {
    margin-top: 100px;
    width: 140px;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .bottom {
    margin-top: 50px;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .bottom p {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .bottom p img {
    width: 30px;
    height: 30px;
    padding: 6px;
    object-fit: contain;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .bottom .code {
    margin-top: 35px;
    text-align: center;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .bottom .code img {
    width: 80px;
    height: 80px;
    border: 1px solid #000;
    border-radius: 4px;
    object-fit: contain;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .bottom .code h3 {
    font-size: 12px;
    line-height: 1;
    color: #666666;
    margin-top: 5px;
  }
  .m-index .m-swiper .swiper-slide.foot-slide .bottom .copy {
    margin-top: 25px;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    text-align: center;
  }
  .m-index .fixed-item {
    position: fixed;
    top: 30%;
    width: 100%;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition-duration: .4s;
  }
  .m-index .fixed-item.on {
    opacity: 1;
    visibility: visible;
  }
  .m-index .fixed-item .pic {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 40%;
  }
  .m-index .fixed-item .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .m-index .fixed-item a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #333333;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid #000;
    background-color: #fff;
    position: relative;
    top: -15px;
  }

  .index .header-box {
    height: auto;
  }
  .index .header-box .header {
    background-color: initial;
    border-bottom: none;
    position: fixed;
  }

  @keyframes bounce-up {
    25% {
      transform: translateY(5px);
    }
    50%, 100% {
      transform: translateY(0);
    }
    75% {
      transform: translateY(-5px);
    }
  }
  @-webkit-keyframes bounce-up {
    25% {
      transform: translateY(5px);
    }
    50%, 100% {
      transform: translateY(0);
    }
    75% {
      transform: translateY(-5px);
    }
  }
  .hall .wrap .txt {
    width: 100%;
    text-align: center;
  }

  .hall .wrap .pic {
    width: 100%;
    height: 220px;
    order: 1;
  }

  .hall .wrap .txt h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 5px;
    letter-spacing: 0;
  }
  .hall .wrap .txt h3::after {
    height: 8px;
    bottom: 1px;
  }

  .hall .wrap .txt h5 {
    font-size: 20px;
    margin-top: 10px;
    padding: 0 10px;
  }

  .hall .wrap .txt h6 {
    font-size: 14px;
    margin-top: 20px;
    padding: 0;
  }

  .hall .wrap .txt p {
    margin-left: 0;
    font-size: 14px;
    line-height: 28px;
    color: #898989;
    margin-top: 10px;
  }

  .hall .wrap .txt span {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
  }

  .hall .wrap .pic {
    margin-top: 20px;
  }

  .hall {
    padding-bottom: 20px;
  }

  .news .wrap .tit {
    width: 100%;
  }

  .news {
    padding: 20px 0;
  }

  .news .wrap .tabs {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .news .tabs a:last-child {
    margin-right: 0;
  }

  .news .news-swiper .swiper-slide a {
    padding: 10px;
  }

  .news .news-swiper .swiper-slide {
    background-color: #bd1f2c;
  }

  .news .news-swiper .swiper-slide .time {
    opacity: 1;
  }

  .news .news-swiper .swiper-slide .time {
    font-size: 14px;
  }

  .news .news-swiper .swiper-slide .pic {
    padding-bottom: 60%;
    margin-top: 12px;
  }

  .news .news-swiper .swiper-slide .txt h3 {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    height: 50px;
  }

  .news .news-swiper .swiper-slide .txt p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    height: 44px;
    color: #fff;
  }

  .news .news-swiper .swiper-slide .txt h5 {
    color: #fff;
  }

  .news .news-swiper .swiper-slide .txt .info {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .news .news-swiper .swiper-pagination {
    opacity: 1;
  }
  .news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }

  .news .news-swiper {
    margin-top: 20px;
  }

  /*.footer {*/
  /*  padding-top: 0;*/
  /*}*/

  .footer .copy {
    padding: 0;
  }

  .footer .copy .wrap {
    padding: 15px;
  }

  .case_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .case_view .list {
    margin-bottom: -15px;
  }

  .case_view .list h3 {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .case_view .list h5 {
    margin-top: 15px;
    font-size: 12px;
  }

  .case_view {
    padding-top: 0;
  }

  .navbar1 {
    padding: 15px;
  }

  .navbar1 .tit span {
    display: none;
  }

  .navbar1 .tit .js-more {
    float: initial;
    display: block;
    text-align: center;
  }

  .navbar1 .nav ul {
    display: block;
    /* border-bottom: 1px solid #e2e2e2; */
    /* padding: 5px 20px; */
    background: #fff;
  }

  .navbar1 ul li {
    border-bottom: 1px solid #e2e2e2;
  }

  .navbar1 ul li:last-child {
    border-bottom: none;
  }

  .navbar1 ul li:last-child h4 {
    /* border-bottom:none */
  }

  .navbar1 ul li a {
    display: none;
  }

  .navbar1 .tit {
    padding: 0 20px;
    line-height: 44px;
    font-size: 14px;
  }

  .navbar1 .tit .js-more {
    padding-right: 0;
    font-size: 16px;
  }

  .navbar1 ul li h4 {
    position: initial;
    text-align: center;
    width: 100%;
    padding-right: 0;
    line-height: 45px;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    /* margin: 0 20px; */
  }

  .navbar1 ul li {
    position: relative;
    padding-left: 0;
  }

  .navbar1 ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    display: block;
    margin: 0;
    text-align: center;
  }

  .navbar1 .nav {
    background: initial;
  }

  .navbar1 .nav {
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
  }

  .navbar1 ul li h4::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../img/qwy-i3.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    transition: all .3s;
  }

  .navbar1 ul li.active a {
    color: #7a7a7a;
  }

  .navbar1 ul li {
    height: auto;
    overflow: hidden;
    max-height: 46px;
  }

  .navbar1 ul li.active {
    max-height: initial;
  }

  .navbar1 .nav {
    border-bottom: none;
  }

  .navbar1 ul li.active h4::before {
    transform: rotate(180deg);
  }

  .com-tit1 {
    text-align: center;
  }

  .com-tit1 h3 {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    padding-top: 30px;
  }

  .com-tit1 h5 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 5px;
    letter-spacing: 0;
  }

  .com-tit1 h5::after {
    height: 8px;
    bottom: 1px;
  }

  .com-tit1 p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    white-space: initial;
  }

  .contact .form form {
    flex-wrap: wrap;
  }

  .com-more1 {
    font-size: 12px;
    padding: 10px 30px 10px;
    border-radius: 30px;
  }

  .antique {
    height: 500px;
    background-size: cover;
  }

  .antique .txt {
    width: 100%;
    height: 185px;
    left: 0%;
    margin-left: 0;
    bottom: 0;
    padding: 0 20px;
  }

  .antique .txt h3 {
    font-size: 40px;
    margin-top: 10px;
  }

  .antique .txt hr {
    width: 35px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .antique .txt h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .antique .txt p {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
  }

  .marble .txt h3 {
    font-size: 40px;
    padding: 0 5px;
  }

  .marble .txt hr {
    width: 35px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .marble .txt h3::after {
    height: 8px;
    bottom: 6px;
  }

  .marble .txt h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .marble .txt p {
    font-size: 12px;
  }

  .com-more2 {
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }

  .marble .txt .com-more2 {
    position: initial;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }

  .marble {
    padding: 20px 0;
  }

  .marble .right .txt {
    margin-bottom: 17px;
  }

  .marble .right {
    width: 46%;
  }

  .marble .left {
    width: 46%;
  }

  .marble .left .pic {
    margin-bottom: 16px;
  }

  .online .main form figure {
    display: none;
  }

  .online .main form ul {
    width: 100%;
  }

  .online .main {
    padding: 15px;
  }

  .online .main .tit h3 {
    font-size: 20px;
  }

  .product-list_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-bottom: -10px;
  }

  .product-list_view .list li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  .product-list_view {
    padding-top: 0;
  }

  .product-list_view .list li .txt h3 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .product-list_view .list li .txt h5 {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .m-pages {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .page-t1 {
    padding-right: 0;
  }

  .m-pages li {
    display: none;
  }

  .m-pages li.fengye {
    display: block;
  }

  .m-pages li {
    font-size: 14px;
    line-height: 33px;
  }

  .m-pages select {
    font-size: 14px;
  }

  .m-contxt1 .tit {
    margin-bottom: 0;
  }

  .m-contxt1 .share-ico {
    display: none;
  }

  .m-contxt1 {
    padding: 20px 10px;
  }

  .m-contxt1 .tit {
    font-size: 18px;
  }

  .m-contxt1 .box-info .info span {
    font-size: 14px;
  }

  .m-contxt1 .share-box {
    display: none;
  }

  .m-contxt1 .box-info {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .m-contxt1 .item {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .m-contxt1 .link .prev {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .m-contxt1 .link .next {
    font-size: 14px;
  }

  .m-contxt1 .link .back {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 20px;
  }

  .m-contxt1 .link {
    padding-right: 0;
    position: relative;
    padding-bottom: 30px;
  }

  .page-t1 {
    padding-right: 0;
  }

  .page-t1 a {
    font-size: 14px;
  }

  .page-t1 .blank {
    position: initial;
    margin-top: 5px;
    font-size: 12px;
    padding: 7px 18px;
  }

  .box-blank {
    margin-top: 10px;
    padding-top: 5px;
  }

  .box-blank .con {
    width: 100%;
    margin-top: 10px;
  }

  .box-blank div a {
    font-size: 14px;
  }

  .box-blank div a + a {
    margin-top: 5px;
  }

  .m-contxt1 .box-blank .blank {
    font-size: 14px;
  }

  .cases_view {
    padding-top: 20px;
  }

  .cases_view .list {
    margin-right: 0;
  }

  .cases_view .list li {
    width: 100%;
    margin-right: 0;
  }

  .cases_view .list li h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
  }



  .login-page .footer .copy {
    padding: 15px 0;
  }

  .com-banner1 {
    padding-bottom: 62%;
  }

  .com-banner2 {
    padding-bottom: 62%;
  }

  .serve_view .network .joan_store .this_view {
    padding: 8% 3%;
  }

  .serve_view .network .joan_store .this_view .top .store_search {
    height: 40px;
  }

  .serve_view .network .joan_store .this_view .top .store_search input {
    line-height: 38px;
  }

  .serve_view .network .joan_store .this_view .top .store_location {
    height: auto;
  }

  .serve_view .network .joan_store .this_view .top .store_location select {
    width: 100%;
    height: 40px;
    line-height: 38px;
    background-position: 99%;
    background-size: 5%;
    border-right: 1px solid #dcdcdc;
  }

  .serve_view .network .joan_store .this_view .top .store_location select + select {
    margin-top: 3%;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li {
    padding: 15px 2%;
    padding-left: 75px;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .serve_view .network .joan_store .this_view .bottom .right ul li div h4 {
    margin-bottom: 5px;
  }

  .serve_view .advantage {
    padding: 30px 0 20px;
  }

  .serve_view .advantage .con h4 {
    font-size: 16px;
  }

  .serve_view .advantage .con {
    margin-top: 20px;
    margin-bottom: -10px;
  }

  .serve_view .advantage .con p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .serve_view .join {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .serve_view .join .box {
    padding: 0 20px;
    margin-bottom: -10px;
  }

  .serve_view .join .box .list li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
  }

  .serve_view .join .box .list {
    margin-top: 20px;
  }

  .serve_view .join .box .list li h3 {
    font-size: 14px;
  }

  .serve_view .join .box .list li p {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .serve_view .process {
    padding-top: 20px;
    border-bottom: 3px solid #d9d9d9;
  }

  .serve_view .process .swiper-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
    padding-bottom: 20px;
  }

  .serve_view .process .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: contain;
    display: none;
  }

  .serve_view .process .swiper-button-next {
    display: none;
  }

  .serve_view .process .process-swiper .swiper-slide h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  .serve_view .process .process-swiper .swiper-slide h5 {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .serve_view .process .process-swiper .swiper-slide p {
    font-size: 12px;
    line-height: 20px;
    height: 120px;
    margin-bottom: 20px;
  }

  .serve_view .process .swiper-pagination {
    font-size: 14px;
  }

  .serve_view .process .tabs-swiper .swiper-slide {
    width: 80px;
    height: 80px;
  }

  .serve_view .process .tabs-swiper .swiper-slide .img {
    width: 40px;
    height: 40px;
  }

  .serve_view .process .tabs-swiper .swiper-slide h3 {
    font-size: 12px;
    margin-top: 5px;
  }

  .serve_view .process::after {
    bottom: 80px;
  }

  .serve_view .network {
    padding-top: 20px;
  }

  .serve_view .network .joan_store .this_view .bottom .right {
    border: 1px solid #ddd;
    height: 300px;
  }

  .serve_view .stores .con .tabs {
    display: none;
  }

  .serve_view .stores .con .stores-swiper {
    width: 100%;
    height: 400px;
  }

  .serve_view .stores .con {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .com-banner1 h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .com-banner1 h5 {
    font-size: 16px;
  }

  .product_info .col-m .img {
    width: 100%;
    height: 300px;
  }

  .product_info .col-m .item {
    width: 100%;
    padding: 20px;
  }

  .product_info .col-m .item h3 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 15px;
  }

  .product_info .col-m .item h5 {
    font-size: 14px;
    margin-top: 12px;
  }

  .product_info .col-m .item p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    height: auto;
  }

  .product_info .col-m .item_share {
    display: none;
  }

  .product_info .content {
    padding: 15px 10px;
  }

  .product_info .col-m {
    margin-bottom: 20px;
  }

  .product_info {
    padding-bottom: 20px;
  }

  .case-info_view .adove .txt {
    width: 100%;
  }

  .case-info_view .adove .pic {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }

  .case-info_view .adove {
    padding: 20px 15px;
  }

  .case-info_view .content {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .case-info_view .adove .txt h3 {
    font-size: 18px;
    padding: 10px 0;
    padding-left: 40px;
    background: url(../img/case-ico-003.png) no-repeat left top;
    background-size: 30px 30px;
  }

  .case-info_view .adove .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .case-info_view .content .tit h4 {
    font-size: 18px;
  }

  .case-info_view .more .tit h4 {
    font-size: 18px;
  }

  .case-info_view .more {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case-info_view .more .tit {
    margin-bottom: 35px;
  }

  .case-info_view .more .more-swiper .swiper-slide a {
    padding: 15px;
  }
  .case-info_view .more .more-swiper .swiper-slide h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .case-info_view .more .more-swiper .swiper-slide h5 {
    margin-top: 15px;
    font-size: 12px;
  }

  .page-t1 a em {
    margin-right: 5px;
  }

  .page-t1 a.next {
    padding-right: 20px;
  }

  .page-t1 a.next em {
    margin-right: 0;
  }

  .m-contxt1 .tit {
    margin-bottom: 10px;
  }

  .m-contxt1 .share-ico {
    display: none;
  }

  .project_view .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .project_view .list {
    margin-bottom: -20px;
  }

  .project_view .list .pic img {
    padding: 10px 30px 0;
  }

  .project_view .list .tit h3 {
    padding: 15px 0;
  }

  .care_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .care_view .list {
    margin-bottom: -15px;
  }

  .care_view .list .tit h3 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .duty_view .content .pic {
    width: 100%;
    height: 220px;
  }

  .duty_view .content .txt {
    width: 100%;
    margin-top: 20px;
  }

  .duty_view .content .txt h3 {
    font-size: 18px;
  }

  .duty_view .content .txt h5 {
    font-size: 16px;
    margin-top: 5px;
  }

  .duty_view .content .txt p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .duty_view .content {
    margin-bottom: 20px;
  }

  .com-tit2 h3 {
    font-size: 20px;
  }

  .com-tit2 h5 {
    font-size: 20px;
    margin-top: 8px;
  }

  .com-tit2 {
    padding-top: 20px;
  }
}
.product-column_view {
  padding: 70px;
}

.product-column_view ul {
  margin-bottom: -30px;
}

.product-column_view ul li {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  position: relative;
  margin-bottom: 30px;
}

.product-column_view ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.product-column_view ul li .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.product-column_view ul li h3 {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.product-column_view ul li h5 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 35px;
}

.product-column_view ul li h6 {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.product-column_view ul li h6::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #bc1b28;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}

.product-column_view ul li p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 75px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 25px;
  text-align: center;
}

.product-column_view ul li .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
}

.product-column_view ul li .links a {
  font-size: 16px;
  line-height: 1;
  color: #bc1b28;
  padding: 10px 20px;
  background-color: #fff;
  transition-duration: .3s;
  margin: 0 15px;
  border-radius: 40px;
  margin-bottom: 20px;
}

.product-column_view ul li .links a:hover {
  background-color: #bc1b28;
  color: #fff;
}

.product-column2_view {
  padding: 90px 0 85px;
}
.product-column2_view .txt {
  text-align: center;
}
.product-column2_view .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}
.product-column2_view .txt h5 {
  font-size: 28px;
  line-height: 1;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 50px;
}
.product-column2_view .txt h6 {
  font-size: 18px;
  line-height: 35px;
  color: #333;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.product-column2_view .txt h6::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #bc1b28;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}
.product-column2_view .txt p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 60px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 25px;
  text-align: center;
}
.product-column2_view .list {
  margin: 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -35px;
}
.product-column2_view .list li {
  width: 30.5%;
  transition: all .3s;
  margin-bottom: 35px;
  background: #fff;
}
.product-column2_view .list::after {
  content: "";
  width: 30.5%;
}
.product-column2_view .list a {
  display: block;
  padding: 22px 27px;
  border: 1px solid #e5e5e5;
}
.product-column2_view .list a .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
.product-column2_view .list a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.product-column2_view .list a h5 {
  font-size: 18px;
  line-height: 1;
  color: #525252;
  margin-top: 15px;
  text-align: center;
}
.product-column2_view .list a:hover {
  border-color: #bc1b28;
}

.product-column3_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -1.7%;
  margin-bottom: -30px;
}
.product-column3_view .list li {
  width: 23.5%;
  margin-left: 1.5%;
  margin-bottom: 30px;
}
.product-column3_view .list li .pic {
  width: 100%;
  position: relative;
  padding: 50% 0;
  background-color: #f6f6f6;
}
.product-column3_view .list li .pic > img {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  object-fit: contain;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}
.product-column3_view .list li .pic .img1 {
  opacity: 1;
  visibility: visible;
}
.product-column3_view .list li .pic .img2 {
  object-fit: cover;
}
.product-column3_view .list li .pic:hover .img2 {
  opacity: 1;
  visibility: visible;
}
.product-column3_view .list .txt h3 {
  font-size: 14px;
  line-height: 1;
  color: #525252;
  margin-top: 10px;
}
.product-column3_view .list .txt h3 span {
  color: #bc1b28;
  font-weight: bold;
  margin-right: 25px;
}
.product-column3_view .list .txt h5 {
  font-size: 14px;
  line-height: 1;
  color: #a1a1a1;
  margin-top: 15px;
}

@media screen and (max-width: 1280px) {
  .product-column_view {
    padding: 40px;
  }

  .product-column_view ul li h3 {
    font-size: 28px;
  }

  .product-column_view ul li h5 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 20px;
  }

  .product-column_view ul li h6 {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  .product-column_view ul li p {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 35px;
  }

  .product-column_view ul li .links a {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product-column_view {
    padding: 15px;
  }

  .product-column_view ul {
    margin-bottom: -15px;
  }

  .product-column_view ul li {
    padding: 100px 0;
    margin-bottom: 15px;
  }

  .product-column_view ul li h3 {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }

  .product-column_view ul li h5 {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 15px;
  }

  .product-column_view ul li p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 25px;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
  }

  .product-column_view ul li .links {
    margin-bottom: -8px;
  }

  .product-column_view ul li .links a {
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 5px 8px;
    border-radius: 25px;
  }

  .product-column2_view {
    padding: 30px 0;
  }

  .product-column2_view .txt h3 {
    font-size: 20px;
  }

  .product-column2_view .txt h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .product-column2_view .txt h6 {
    font-size: 16px;
    line-height: 27px;
    padding: 0 10px;
  }

  .product-column2_view .txt p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 25px;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
  }

  .product-column2_view .list {
    margin: 0 30px;
    margin-bottom: -15px;
  }

  .product-column2_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-column3_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-bottom: -10px;
  }

  .product-column3_view .list li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  .product-column3_view {
    padding-top: 0;
  }

  .product-column3_view .list .txt h3 {
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
  }

  .product-column3_view .list .txt h3 span {
    margin-right: 10px;
  }

  .product-column3_view .list .txt h5 {
    font-size: 12px;
    margin-top: 10px;
  }
}



/* // 2022-3-31 */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.custom_view .payment .banner {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 37.5%;
}
.custom_view .payment .banner img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.custom_view .payment .con .tit {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 55px;
}
.custom_view .payment .search {
  position: relative;
  margin-bottom: 50px;
}
.custom_view .payment .search input {
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding: 0 35px;
}
.custom_view .payment .search .sub {
  width: 30px;
  height: 30px;
  background: url(../img/store-sub.png) no-repeat center;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  background-size: contain;
}
.custom_view .payment .list  li >a{
  display: block;
}
.custom_view .payment .scheme {
  background-color: #f6f6f6;
  padding: 30px 35px 20px 60px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.custom_view .payment .list{
  margin-bottom: 50px;
}
.custom_view .payment .scheme .pic {
  width: 130px;
  text-align: center;
}
.custom_view .payment .scheme .pic img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.custom_view .payment .scheme .pic h3 {
  font-size: 12px;
  line-height: 1;
  color: #666666;
  margin-top: 10px;
}
.custom_view .payment .scheme .pic .down {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #333333;
  margin-top: 25px;
  transition-duration: .3s;
}
.custom_view .payment .scheme .pic .down:hover {
  background-color: #333;
  color: #fff;
}
.custom_view .payment .scheme .txt p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 285px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.custom_view .payment .scheme .txt p span {
  font-weight: bold;
  color: #333;
}
.custom_view .payment .scheme .txt p:last-child input {
  width: 110px;
  font-size: 14px;
  line-height: 1;
  color: #ff0000;
  font-weight: bold;
  text-align: right;
}
.custom_view .payment .item .tit1 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  width: 140px;
  height: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #e3e3e3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 27px;
}
.custom_view .payment .item .list .t1 {
  width: 100%;
  height: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  cursor: pointer;
  transition-duration: .3s;
}
.custom_view .payment .item .list .t1:hover {
  border-color: #333;
}
.custom_view .payment .item .list .t1.on {
  border-color: #333;
}
.custom_view .payment .item .list .t1 i {
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
}
.custom_view .payment .item .list .t1 i img {
  margin-right: 18px;
  margin-left: 25px;
}
.custom_view .payment .item .list .t1 span {
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.custom_view .payment .item .list .t1 span em {
  font-weight: bold;
  color: #fe3434;
}
.custom_view .payment .item .list li:nth-child(3) {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  text-align: center;
}
.custom_view .payment .item .list li:nth-child(3) input {
  margin-left: 5px;
}
.custom_view .payment .item .list li:nth-child(3) a {
  font-weight: bold;
}
.custom_view .payment .item .list li:nth-child(4) .sub {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  width: 210px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #333;
  margin: 0 auto;
  margin-top: 25px;
  transition-duration: .3s;
}
.custom_view .payment .item .list li:nth-child(4) .sub:hover {
  background-color: #000;
  box-shadow: 0 0 4px #333;
}
.custom_view .payment .infor {
  width: 590px;
  margin-top: 85px;
  border: 1px solid #333;
  padding: 0 45px;
  margin-bottom: 60px;
}
.custom_view .payment .infor li {
  border-bottom: 1px solid #e3e3e3;
}
.custom_view .payment .infor li h3 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  padding-top: 25px;
  padding-bottom: 8px;
}
.custom_view .payment .infor li h3 span {
  font-weight: bold;
}
.custom_view .payment .infor li h5 {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  padding-bottom: 16px;
}
.custom_view .payment .infor li h6 {
  padding-top: 22px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 1;
  color: #333333;
}
.custom_view .payment .infor li h6 span {
  font-weight: bold;
  color: #ff0000;
}
.custom_view .serve {
  padding: 105px 0 120px;
  background-color: #f6f6f6;
}
.custom_view .serve .tit {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  text-align: center;
}
.custom_view .serve .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 1400px;
  margin: 0 auto;
  margin-top: 78px;
}
.custom_view .serve .list li {
  width: 155px;
  height: 155px;
  padding: 15px 15px 0 10px;
  text-align: center;
  border: 1px solid #333;
  margin-right: 50px;
  position: relative;
}
.custom_view .serve .list li::after {
  content: '';
  display: block;
  width: 21px;
  height: 17px;
  background: url(../img/serve-ico001.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: -36px;
}
.custom_view .serve .list li span {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #999999;
  text-align: left;
  font-family: eleganthandtwo-regular,Arial, Helvetica, sans-serif;
}
.custom_view .serve .list li img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-top: 6px;
}
.custom_view .serve .list li h4 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-top: 14px;
}
.custom_view .serve .list li:last-child {
  margin-right: 0;
}
.custom_view .serve .list li:last-child::after {
  display: none;
}
.custom_view .refer {
  padding: 125px 0;
  background: url(../img/refer-bg001.jpg) no-repeat;
  background-size: cover;
}
.custom_view .refer .con {
  max-width: 800px;
  padding: 0 70px;
  height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  background-color: #fff;
}
.custom_view .refer .con img {
  margin-top: 35px;
}
.custom_view .refer .con h3 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.custom_view .refer .con form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}
.custom_view .refer .con form input {
  width: 420px;
  height: 65px;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  padding: 0 40px;
}
.custom_view .refer .con form button {
  width: 220px;
  height: 65px;
  background-color: #222222;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.custom_view .refer .con p {
  font-size: 18px;
  line-height: 50px;
  color: #666666;
  margin-top: 60px;
  text-align: center;
  white-space: pre-wrap;
}

.login_view {
  padding: 150px 0 280px;
  background-repeat: no-repeat;
  background-size: cover;
}
.login_view .login-box {
  position: relative;
  left: 50%;
  margin-left: 185px;
  width: 340px;
  padding: 0 35px;
  background-color: #fff;
  border-radius: 5px;
}
.login_view .login-box .tit h3 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  padding-top: 70px;
  padding-bottom: 65px;
  text-align: center;
}
.login_view .login-box form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.login_view .login-box form input {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #999999;
  font-size: 14px;
  color: #666;
  padding-left: 30px;
  margin-bottom: 25px;
}
.login_view .login-box form input:first-child {
  background: url(../img/login-ico001.png) no-repeat left 3px center;
}
.login_view .login-box form input:nth-child(2) {
  background: url(../img/login-ico002.png) no-repeat left 3px center;
}
.login_view .login-box form .sub {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  background-color: #333333;
  transition-duration: .3s;
  margin-top: 33px;
  margin-bottom: 65px;
}
.login_view .login-box form .sub:hover {
  box-shadow: 0 2px 5px #999;
  transform: translateY(-3px);
}

.dealer_view {
  background-color: #f6f6f6;
  padding: 40px 0;
}
.dealer_view .tabs a {
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #333;
  margin-bottom: 20px;
  display: inline-flex;
  margin-right: 20px;
}
.dealer_view .tabs a:hover {
  background-color: #333333;
  color: #fff;
}
.dealer_view .tabs a.on {
  background-color: #333333;
  color: #fff;
}
.dealer_view .con {
  padding: 0 25px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.dealer_view .con .tit {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1;
  color: #666666;
}
.dealer_view .con .search_box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.dealer_view .con .search_box .add {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 15px 25px;
  background-color: #333;
  border-radius: 4px;
}
.dealer_view .con .search_box form {
  position: relative;
}
.dealer_view .con .search_box form input {
  width: 300px;
  height: 30px;
  padding: 0 35px 0 15px;
  font-size: 12px;
  line-height: 1;
  color: #999999;
  border: 1px solid #d7d7d7;
}
.dealer_view .con .search_box form .sub {
  width: 18px;
  height: 18px;
  background: url(../img/dealer-ico01.png) no-repeat center;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
  background-size: contain;
}
.dealer_view .con .grid {
  margin-top: 20px;
}
.dealer_view .con .grid ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.dealer_view .con .grid table {
  border-collapse: collapse;
  border: solid 1px #d7d7d7;
}
.dealer_view .con .grid table td, .dealer_view .con .grid table th {
  border: solid 1px #d7d7d7;
  font-size: 12px;
}
.dealer_view .con .grid table td {
  height: 100px;
}
.dealer_view .con .grid table th {
  height: 40px;
  background-color: #333333;
  color: #fff;
}
.dealer_view .con .grid table td:nth-child(9) {
  color: #ff1b1b;
}
.dealer_view .con .grid table td:nth-child(10) {
  color: #999999;
}
.dealer_view .con .grid table td:nth-child(11) a {
  display: inline-block;
  width: 58px;
  height: 26px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  font-size: 12px;
  line-height: 23px;
  color: #666666;
  padding-right: 20px;
  background: url(../img/dealer-ico02.png) no-repeat center right 7px;
}
.dealer_view .con .grid table td:nth-child(11) a:nth-child(2) {
  border-color: #f56c6c;
  background-color: #f56c6c;
  color: #fff;
  background-image: url(../img/dealer-ico03.png);
}
.dealer_view .con .grid table td:nth-child(11) a:hover {
  color: #58666e !important;
  background-color: #edf1f2;
  border-color: #c7d3d6;
}
.dealer_view .con .grid table td:nth-child(11) a:hover:nth-child(2) {
  background-image: url(../img/dealer-ico04.png);
}

.dealer-info_view .con .grid table td {
  height: 60px;
}
.dealer-info_view .con .grid table td:nth-child(9) a {
  display: inline-block;
  width: 58px;
  height: 26px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  font-size: 12px;
  line-height: 23px;
  color: #666666;
  padding-right: 20px;
  background: url(../img/dealer-ico05.png) no-repeat center right 7px;
}
.dealer-info_view .con .grid table td:nth-child(9) a:hover {
  color: #58666e !important;
  background-color: #edf1f2;
  border-color: #c7d3d6;
}
.dealer-info_view .con .grid table td:nth-child(5) {
  position: relative;
}
.dealer-info_view .con .grid table td:nth-child(5) a {
  display: inline-block;
  padding-right: 18px;
  position: relative;
  cursor: pointer;
}
.dealer-info_view .con .grid table td:nth-child(5) a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/dealer-ico06.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transition-duration: .3s;
}
.dealer-info_view .con .grid table td:nth-child(5) a:hover::after {
  transform: rotate(180deg);
}
.dealer-info_view .con .grid table td:nth-child(5) .item {
  width: 250px;
  padding: 6px 20px;
  box-shadow: 0 0 5px #ddd;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -125px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  z-index: 3;
}
.dealer-info_view .con .grid table td:nth-child(5) .item span {
  font-size: 12px;
  line-height: 1;
  color: #333333;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.dealer-info_view .con .grid table td:nth-child(5) .item span:last-child {
  border-bottom: none;
}
.dealer-info_view .con .grid table td:nth-child(5) .item span i {
  color: #999999;
  margin-left: 5px;
}
.dealer-info_view .con .grid table td:nth-child(5):hover .item {
  opacity: 1;
  visibility: visible;
}
.dealer-info_view .con .grid table td:nth-child(8) {
  position: relative;
}
.dealer-info_view .con .grid table td:nth-child(8) a {
  display: inline-block;
  padding-right: 18px;
  position: relative;
  cursor: pointer;
}
.dealer-info_view .con .grid table td:nth-child(8) a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/dealer-ico06.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transition-duration: .3s;
}
.dealer-info_view .con .grid table td:nth-child(8) a:hover::after {
  transform: rotate(180deg);
}
.dealer-info_view .con .grid table td:nth-child(8) .item {
  width: 250px;
  padding: 6px 20px;
  box-shadow: 0 0 5px #ddd;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  z-index: 3;
}
.dealer-info_view .con .grid table td:nth-child(8) .item span {
  font-size: 12px;
  line-height: 1;
  color: #333333;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.dealer-info_view .con .grid table td:nth-child(8) .item span:last-child {
  border-bottom: none;
}
.dealer-info_view .con .grid table td:nth-child(8) .item span i {
  color: #999999;
  margin-left: 5px;
}
.dealer-info_view .con .grid table td:nth-child(8):hover .item {
  opacity: 1;
  visibility: visible;
}

.dealer_view .m-pages {
  text-align: left;
}

.dealer-add_view .con .tit1 {
  padding: 30px 0;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.dealer-add_view .con .tit1 a {
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  border-right: 2px solid #b8b8b8;
}
.dealer-add_view .con .tit1 a img {
  margin-right: 9px;
}
.dealer-add_view .con .tit1 h3 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  margin-left: 10px;
}
.dealer-add_view .con .from_box {
  padding-left: 150px;
  padding-top: 30px;
}
.dealer-add_view .con .from_box .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.dealer-add_view .con .from_box .item .tit2 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  position: absolute;
  left: -150px;
  width: 140px;
  text-align: right;
  top: 6px;
}
.dealer-add_view .con .from_box .item .tit2 i {
  color: #ff1515;
}
.dealer-add_view .con .from_box .item .tit3 {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-left: 30px;
}
.dealer-add_view .con .from_box .item .matter input {
  width: 300px;
  height: 30px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.dealer-add_view .con .from_box .item .matter .up2 {
  width: auto;
  height: 30px;
  border: none;
  font-size: 14px;
  color: #333;
}
.dealer-add_view .con .from_box .item .matter .layui-btn {
  width: 100px;
  height: 30px;
  padding: 0;
  line-height: 27px;
  background-color: #333;
  border: none;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
.dealer-add_view .con .from_box .up .sup {
  width: 100px;
  height: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  background-color: #333333;
  margin-bottom: 75px;
}

@media screen and (max-width: 1280px) {
  .w1200 {
    width: 100%;
    padding: 0 20px;
  }

  .custom_view .serve .list {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .custom_view {
    padding-top: 20px;
  }

  .custom_view .payment .con .tit {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .custom_view .payment .search input {
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
  }

  .custom_view .payment .search .sub {
    width: 20px;
    height: 20px;
    right: 10px;
    margin-top: -10px;
  }

  .custom_view .payment .search {
    margin-bottom: 30px;
  }

  .custom_view .payment .scheme {
    padding: 20px 15px;
    margin-bottom: 40px;
  }

  .custom_view .payment .scheme .pic {
    width: 100%;
  }

  .custom_view .payment .scheme .pic img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .custom_view .payment .scheme .pic a {
    width: 90px;
    height: 25px;
    margin: 0 auto;
    margin-top: 15px;
  }

  .custom_view .payment .scheme .txt {
    width: 100%;
    margin-top: 40px;
  }

  .custom_view .payment .scheme .txt p {
    width: 100%;
    margin-bottom: 15px;
  }

  .custom_view .payment .item .list .t1 span {
    display: none;
  }

  .custom_view .payment .item .list .t1 {
    width: 100%;
    height: 45px;
    padding: 0;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    border-radius: 45px;
  }
  .custom_view .payment .item .list .t1 input {
    opacity: 0;
    width: 0;
  }

  .custom_view .payment .item .list .t1 i {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .custom_view .payment .item .list .t1 i img {
    margin-right: 5px;
    margin-left: 0;
    width: 14px;
    width: 20px;
    margin-bottom: 1px;
  }

  .custom_view .payment .item .list li:nth-child(3) {
    margin-top: 35px;
    line-height: 1.4;
    text-align: center;
  }

  .custom_view .payment .item .list li:nth-child(4) .sub {
    font-size: 14px;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    margin-top: 20px;
  }

  .custom_view .payment .infor {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    margin-bottom: 60px;
  }

  .custom_view .payment .infor li h3 {
    font-weight: bold;
    padding-top: 22px;
  }

  .custom_view .payment .infor li h5 {
    font-size: 12px;
    padding-bottom: 15px;
  }

  .custom_view .payment .infor li h6 {
    padding-top: 20px;
    padding-bottom: 25px;
    font-weight: bold;
  }

  .custom_view .serve {
    padding: 50px 0;
  }

  .custom_view .serve .list {
    margin-top: 30px;
    margin-bottom: -25px;
  }

  .custom_view .serve .tit {
    font-size: 20px;
  }

  .custom_view .serve .list li {
    width: 70px;
    height: 70px;
    padding: 5px;
    margin-right: 18px;
    margin-bottom: 25px;
  }

  .custom_view .serve .list li span {
    font-size: 18px;
  }

  .custom_view .serve .list li img {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }

  .custom_view .serve .list li:nth-child(4n) {
    margin-right: 0;
  }

  .custom_view .serve .list li:nth-child(4n)::after {
    display: none;
  }

  .custom_view .serve .list li h4 {
    font-size: 12px;
    margin-top: 5px;
  }

  .custom_view .serve .list li::after {
    width: 13px;
    height: 15px;
    top: 44%;
    right: -17px;
  }

  .custom_view .refer {
    padding: 60px 0;
  }

  .custom_view .refer .con {
    margin: 0 20px;
    padding: 0 15px;
    height: auto;
  }

  .custom_view .refer .con img {
    margin-top: 25px;
    width: 40px;
  }

  .custom_view .refer .con h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .custom_view .refer .con form {
    margin-top: 25px;
  }

  .custom_view .refer .con form input {
    width: 65%;
    height: 30px;
    font-size: 14px;
    padding: 0 15px;
  }

  .custom_view .refer .con form button {
    width: 32%;
    height: 30px;
    font-size: 14px;
  }

  .custom_view .refer .con p {
    font-size: 12px;
    line-height: 22px;
    white-space: initial;
    margin-top: 25px;
    margin-bottom: 45px;
  }

  .login_view .login-box {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 95%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .login_view {
    padding: 220px 0;
  }

  .login_view .login-box .tit h3 {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .login_view .login-box form input {
    height: 35px;
    margin-bottom: 20px;
  }

  .login_view .login-box form .sub {
    width: 100%;
    height: 35px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.back_box a {
  width: 120px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: 2px solid #434144;
  transition: .4s all;
  color: #434144;
  font-size: 14px;
  font-weight: bold;
}
.back_box a:hover {
  border-color: #999;
  color: #999;
}
.back_box h3 {
  color: #434144;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3%;
}
.back_box {
 margin-bottom: 3%;
}


/*# sourceMappingURL=main.css.map01 */
