@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

select {
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

i,
em {
  font-weight: normal;
  font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
}

/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; } */
html body {
  margin: 0px auto;
  max-width: 1920px;
  min-width: 320px;
  font-size: 16px;
  font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
  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 {
  height: 100%;
  transition-duration: .3s;
}

.header {
  /* height: 120px; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: all .3s;
  padding: 10px 0;
  /* background-color: #000; */
  border-bottom: 0px solid rgb(255, 254, 255);
  /* border-bottom: 1px solid rgba(99, 106, 144, 0.5) */
}

.header .wrap {
  max-height: 65px;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
  position: relative;
  /* width: auto; */
  /* padding-right: -150px; */
  /* margin-right: -140px; */
}

.hd-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* top: -13px; */
}
.hd-nav a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin: 0 20px;
  display: block;
  transition: all .3s;
  position: relative;
}
.hd-nav a:hover {
  color: #999;
}

.hd-btn {
  position: relative;
  /* top: -13px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hd-btn::after {
  content: '';
  display: block;
  width: 2px;
  height: 67px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.hd-btn .search-btn {
  width: 30px;
  height: 25px;
  background: url(../images/search-ico01.png) no-repeat top center;
  margin-left: 25px;
}
.hd-btn .tel-btn {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 25px;
}

.hd-logo .img2 {
  display: none;
}


.header-box.active .header {
  background-color: #bc1c21;
}
.header-box.active .hd-logo .img2 {
  /* display: block; */
}
.header-box .hd-logo .img1 {
  /* display: none; */
  width: 300px;
}
.header-box .hd-logo .img2 {
  /* display: none; */
  width: 300px;
}
.header-box.active .hd-logo .img1 {
  /* display: none; */
  /* width: 145px; */
}

.header-box.active .hd-nav {
  /* top: 0; */
}
.header-box.active .hd-btn {
  top: 0;
}

.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: 86px;
  background-color: #bc1c21;
}
.pages .header {
  /* background-color: #bc1c21; */
}

.m_search {
  display: none;
}

.m-nav {
  display: none;
}

.banner {
  width: 100%;
  padding-bottom: 0%;
  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 .swiper-pagination-bullet {
  background-color: #e48b2a;
  /* background-color: black; */
  width: 45px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  background: #fff;
}

.banner .swiper-pagination-current {
  font-size: 36px;
}

.banner .mobile {
  display: none;
}

.banner .swiper-container {
  max-height: 1080px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.banner .swiper-slide:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05)
}

.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(../images/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: 36px;
  line-height: 40px;
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 10px;
  white-space: pre-wrap;
}
.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 h5::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #bc1c21;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}
.com-tit1 p {
  font-size: 14px;
  line-height: 35px;
  color: #898989;
  margin-top: 50px;
}

.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 .product-tabs {
  margin: 40px 230px 0;
}
.product .product-tabs .swiper-slide {
  cursor: pointer;
  width: 170px;
}
.product .product-tabs .swiper-slide .pic {
  width: 100%;
  height: 90px;
  position: relative;
}
.product .product-tabs .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
}
.product .product-tabs .swiper-slide .pic img:last-child {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.product .product-tabs .swiper-slide h3 {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-tabs .swiper-slide:hover .pic img:last-child {
  opacity: 1;
  visibility: visible;
}
.product .product-tabs .swiper-slide:hover h3 {
  color: #02537c;
}
.product .product-tabs .swiper-slide.swiper-slide-active .pic img:last-child {
  opacity: 1;
  visibility: visible;
}
.product .product-tabs .swiper-slide.swiper-slide-active h3 {
  color: #02537c;
}

.product {
  position: relative;
  /* padding-bottom: 170px; */
}
.product .swiper-img {
  height: 700px;
}
.product .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .swiper-tab {
  width: 390px;
  height: 555px;
  position: absolute;
  background: url(../images/product-bg01.jpg) no-repeat center;
  top: 230px;
  left: 50%;
  margin-left: 280px;
}
.product .swiper-tab .swiper-slide {
  padding: 60px 22px 0 30px;
  opacity: 0 !important;
}
.product .swiper-tab .swiper-slide-active {
  opacity: 1 !important;
}
.product .swiper-tab h3 {
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}
.product .swiper-tab i {
  display: inline-block;
  width: 85px;
  height: 4px;
  background-color: #fff;
  margin-top: 30px;
}
.product .swiper-tab h5 {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-top: 45px;
}
.product .swiper-tab p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin-top: 44px;
}
.product .swiper-tab a {
  font-size: 14px;
  line-height: 1;
  color: #bc1c21;
  display: inline-block;
  padding: 10px 27px;
  border-radius: 30px;
  background-color: #fff;
  margin-top: 50px;
}
.product .swiper-tab .swiper-button-prev {
  width: 26px;
  height: 26px;
  background: none;
  background-color: #fff;
  font-size: 14px;
  line-height: 25px;
  color: #bc1c21;
  text-align: center;
  position: initial;
  margin-top: 0;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.product .swiper-tab .swiper-button-next {
  width: 26px;
  height: 26px;
  background: none;
  background-color: #fff;
  font-size: 14px;
  line-height: 25px;
  color: #bc1c21;
  text-align: center;
  position: initial;
  margin-top: 0;
  display: inline-block;
  cursor: pointer;
}
.product .swiper-tab .box {
  width: 64px;
  position: absolute;
  right: 55px;
  bottom: 95px;
  z-index: 9;
}

.hall {
  padding-bottom: 90px;
}
.hall .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.hall .wrap .pic {
  width: 60%;
  height: 675px;
  position: relative;
}
.hall .wrap .pic video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.hall .wrap .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.hall .wrap .txt {
  width: 28%;
}
.hall .wrap .txt h3 {
  font-size: 30px;
  line-height: 45px;
  color: #000;
  letter-spacing: 2px;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.hall .wrap .txt h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #bc1c21;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}
.hall .wrap .txt h5 {
  
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-top: 45px;
  padding: 0 10px;

}
.hall .wrap .txt h6 {
  font-size: 16px;
  line-height: 1.2;
  color: #2b2b2b;
  margin-top: 70px;
  padding: 0 30px;
}
.hall .wrap .txt p {
  margin-left: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #898989;
  margin-top: 70px;
}
.hall .wrap .txt span {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 10px 18px 10px 42px;
  position: relative;
  background-color: #bc1c21;
  border-radius: 35px;
  margin-top: 180px;
  margin-left: 30px;
  display: inline-block;
  cursor: pointer;
  transition-duration: .3s;
}
.hall .wrap .txt span:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px #999;
  color: #fff;
}
.hall .wrap .txt span::after {
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  background: url(../images/hall-ico02.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.case {
  background: url(../images/case-bg01.jpg) no-repeat;
  padding: 180px 65px 160px;
}
.case h3 {
  font-size: 44px;
  line-height: 1;
  color: #bc1c21;
}
.case h5 {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  margin-top: 60px;
}
.case p {
  font-size: 16px;
  line-height: 37px;
  color: #ffffff;
  white-space: pre-wrap;
  margin-top: 25px;
  margin-bottom: 70px;
}
.case a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 15px 40px;
  background-color: #bc1c21;
  border-radius: 10px;
  transition-duration: .3s;
}
.case a:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px #999;
  color: #fff;
}

.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: #bc1c21;
  transition: all .3s;
  position: relative;
  margin-right: 32px;
  border-radius: 8px;
}
.news .tabs a:hover {
  background-color: #bc1c21;
  color: #fff;
}
.news .tabs a::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #bc1c21;
  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;
  
}
.news .news-swiper .swiper-slide a {
  display: block;
  padding: 30px 30px 50px;
  /* transition-duration: .3s; */
  background-color: #fff;
  transition: all .5s;
}
.news .news-swiper .swiper-slide .time {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  transition: all .5s;
  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: #bc1c21;
  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;
  transition: all .5s;
}
.news .news-swiper .swiper-slide .txt h5 {
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
  position: absolute;
  top: 30px;
  right: 5px;
  transition: all .5s;
  
}
.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;
  transition: all .5s;
}
.news .news-swiper .swiper-slide .txt .info {
  font-size: 14px;
  line-height: 25px;
  color: #c2c2c2;
  margin-top: 20px;
  transition: all .5s;
}
.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 a:hover {
  background-color: #bc1c21;
}
.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: 35px;
}
.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 {
  background: url(../images/contact-bg01.jpg) no-repeat center;
  padding: 100px 0 110px;
}
.contact .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact .add {
  font-size: 16px;
  line-height: 30px;
  color: #6e6e6e;
}
.contact .add img {
  margin-right: 12px;
}
.contact .add p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.contact .add span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
  margin-right: 40px;
}
.contact .form {
  width: 100%;
  margin-top: 80px;
}
.contact .form form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.contact .form form .ind {
  width: 360px;
  border: 1px solid #e3e3e3;
  border-right-color: transparent;
  padding: 20px;
  height: 60px;
  font-size: 14px;
  line-height: 1;
  color: #878787;
}
.contact .form form .ind:nth-child(3) {
  width: 560px;
  border-right-color: #e3e3e3;
}
.contact .form form .ind:hover {
  box-shadow: 0 3px 5px rgba(189, 31, 44, 0.5);
}
.contact .form form .sub {
  width: 119px;
  height: 60px;
  background-color: #bc1c21;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition-duration: .3s;
}
.contact .form form .sub:hover {
  background-color: #3a3737;
}

.footer {
  background-color: #bc1c21;
  padding-top: 70px;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
.footer .content .tit {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 65px;
  font-weight: bold;
}
.footer .content-l .nav {
  width: 258px;
}
.footer .content-l .nav a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  margin-right: 70px;
  margin-bottom: 30px;
}
.footer .content-l .nav a:hover {
  color: #999;
}
.footer .content-m {
  width: 320px;
}
.footer .content-m .search_box {
  position: relative;
}
.footer .content-m .search_box .int {
  border: none;
  height: 42px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  /* line-height: ; */
  border-bottom: 1px solid #fff;
  padding: 0 25px 0 5px;
  background-color: initial;
  outline: 0;
}


.footer .content-m .search_box .int::-webkit-input-placeholder {
  color: #fff;
}
.footer .content-m .search_box .int::-moz-input-placeholder {
  color: #fff;
}
.footer .content-m .search_box .int::-ms-input-placeholder {
  color: #fff;
}
.footer .content-m .search_box .sub {
  border: none;
  width: 25px;
  height: 42px;
  background: url(../images/page9-ico01.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.footer .content-m .links {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 32px;
}
.footer .content-m .links a {
  color: #fff;
  margin-right: 5px;
}
.footer .content-m .links a:hover {
  color: #999;
}
.footer .content-m .social-share {
  margin-top: 30px;
}
.footer .content-m .social-share .social-share-icon {
  margin-right: 20px;
}
.footer .content-m .social-share .icon-wechat .wechat-qrcode .help p {
  font-size: 12px;
  line-height: 1.3;
}
.footer .content-r .txt {
  width: 390px;
}
.footer .content-r .txt p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.footer .copy {
  border-top: 1px solid #fff;
}
.footer .copy .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.footer .copy p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.footer .copy a:hover {
  color: #999;
}

.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: #bc1c21;
}

.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(../images/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: #bc1c21;
  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(../images/close.png) no-repeat center center #bc1c21;
  background-size: 60%;
  cursor: pointer;
}

.slide-nav {
  position: fixed;
  right: 20px;
  top:45%;
  z-index: 98;
}

.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: #bc1c21;
}

.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: #bc1c21;
}

.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_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.product_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 35px;
  background: #fff;
}

.product_view .list .tit h3 {
  font-size: 14px;
  color: #202020;
  line-height: 1.2;
  padding-top: 12px;
  text-align: center;
}

.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.2142857%;
}

.product_view .list li:hover {
  transform: translateY(-5px);
  /* background-color: #fff; */
  box-shadow: 3px 3px 5px #c3c0c0;
}

.product_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.8032%;
}

.product_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.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(../images/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(../images/left-ico002.png);
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
}

.product_info .img .swiper-container .swiper-button-next {
  background-image: url(../images/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(../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(../images/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 {
  background-color: #fff;
}

.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: 20px 0;
}

.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: #bc1c21;;
}

.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("../images/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: #bc1c21;
  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(../images/all.png) center left no-repeat;
}

.navbar1 .tit .js-more {
  float: right;
  padding-right: 20px;
  /* background: url(../images/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(../images/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(../images/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(../images/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(../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: #bc1c21;
  color: #fff;
  border-color: #bc1c21;
}

.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("../images/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(../images/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;
}

.news_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -25px;
}

.news_view .list li {
  width: 32.14%;
  transition: all .3s;
  margin-bottom: 25px;
  background: #fff;
}
.news_view .list li a {
  display: block;
  padding: 30px 30px 50px;
}
.news_view .list li .time {
  font-size: 18px;
  line-height: 1;
  color: #9b9b9b;
  opacity: 0;
}
.news_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 2%;
  margin-top: 16px;
}
.news_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: ;
  left: 0;
  top: 0;
  object-fit: cover;
}
.news_view .list li .txt {
  position: relative;
  padding-top: 22px;
}
.news_view .list li .txt h3 {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  white-space: pre-wrap;
  padding-right: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.news_view .list li .txt h5 {
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
  position: absolute;
  top: 30px;
  right: 5px;
}
.news_view .list li .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_view .list li .txt .info {
  font-size: 14px;
  line-height: 25px;
  color: #c2c2c2;
  margin-top: 20px;
}
.news_view .list li .txt .info::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1px;
  background-color: #e1e1e1;
  position: relative;
  bottom: 5px;
  transition-duration: .3s;
}
.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: #bc1c21;
}
.news_view .list li:hover .txt .info::before {
  width: 70px;
  height: 1px;
}
.news_view .list li:hover .time {
  opacity: 1;
}

.news_view .list::after {
  content: "";
  width: 32.14%;
}

.col-l {
  width: 76.08%;
}

.col-r {
  width: 21.78%;
}

.sidebar_news {
  padding: 20px;
  background-color: #fff;
}
.sidebar_news .tit {
  font-size: 16px;
  line-height: 1;
  color: #bc1c21;
  margin-bottom: 15px;
}
.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: #bc1c21;
}
.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: #bc1c21;
}
.m-contxt1 .link .next {
  font-size: 16px;
  line-height: 1.1;
  color: #9d9d9d;
}
.m-contxt1 .link .next:hover {
  color: #bc1c21;
}
.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: #fff;
  background-color: #bc1c21;
}

.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:all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-t1 a em {
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../images/news-left-01.png) no-repeat center;
  margin-right: 18px;
  position: relative;
  top: 2px;
}
.page-t1 a:hover em {
  background-image: url(../images/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(../images/news-right-01.png);
}
.page-t1 a.next:hover em {
  background-image: url(../images/news-right-02.png);
}

.page-t1 a:hover {
  color: #e48b2a;
}

.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(../images/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_view {
  padding: 240px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.login_view .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.login_view .tit {
  text-align: center;
}
.login_view .tit span {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  margin-top: 50px;
  margin-bottom: 25px;
}
.login_view form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.login_view form input {
  width: 390px;
  height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 40px;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  margin-bottom: 20px;
}
.login_view form .sub {
  width: 390px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  background: url(../images/login-btn.png) no-repeat center;
  background-size: cover;
  transition-duration: .3s;
}
.login_view form .sub:hover {
  box-shadow: 0 2px 5px #999;
  transform: translateY(-3px);
}

.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;
  /* -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s */
}
/* .com-banner2:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05)
} */

.com-banner1 {
  position: relative;
  padding-bottom: 25.55%;
  /* 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(../images/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(../images/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(../images/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(../images/process-ico03.png) no-repeat center;
  left: 0;
}
.serve_view .process .swiper-button-next {
  width: 40px;
  height: 35px;
  background: url(../images/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("../images/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(../images/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: #e48b2a;
  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: #e48b2a;
}
.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: #bc1c21;
  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(../images/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(../images/case-left-ico005.png) no-repeat center;
  display: none;
}
.case-info_view .more .swiper-box .swiper-button-next {
  background: url(../images/case-right-ico005.png) no-repeat center;
  display: none;
}
.case-info_view .more .swiper-box .swiper-button-prev:hover {
  background-image: url(../images/case-left-ico006.png);
}
.case-info_view .more .swiper-box .swiper-button-next:hover {
  background-image: url(../images/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;
}

.contact_view .tit h3 {
  font-size: 36px;
  line-height: 1;
  color: #5f5f5f;
  text-align: center;
}
.contact_view .tit p {
  font-size: 18px;
  line-height: 1;
  color: #aaaaaa;
  text-align: center;
  margin-top: 25px;
}
.contact_view .us #bmap {
  height: 585px;
  margin-top: 40px;
}
.contact_view .us .item {
  background-color: #fff;
  padding: 30px 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact_view .us .item li {
  width: 30.9%;
}
.contact_view .us .item li .pic {
  padding-bottom: 20px;
  border-bottom: 2px solid #e4e4e4;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact_view .us .item li h3 {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin-top: 30px;
}
.contact_view .us .item li p {
  font-size: 24px;
  line-height: 1.2;
  color: #e48b2a;
  margin-bottom: 30px;
  margin-top: 15px;
  text-decoration: underline;
}
.contact_view .message {
  margin-top: 45px;
}
.contact_view .message form {
  display: block;
  margin-top: 35px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding: 45px 50px 22px 0;
  margin-bottom: 50px;
}
.contact_view .message form ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact_view .message form ul li {
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #6b6b6b;
  padding-left: 130px;
  position: relative;
  margin-bottom: 25px;
}
.contact_view .message form ul li label {
  position: absolute;
  left: 40px;
  top: 0;
}
.contact_view .message form ul li input {
  width: 100%;
  height: 32px;
  padding: 0 15px;
  border: 1px solid #dbdbdb;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 32px;
  color: #6b6b6b;
}
.contact_view .message form ul li:last-child {
  width: 100%;
  margin-bottom: 20px;
}
.contact_view .message form ul li:last-child textarea {
  width: 100%;
  height: 165px;
  padding: 0 15px;
  border: 1px solid #dbdbdb;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 32px;
  color: #6b6b6b;
}
.contact_view .message form .sub {
  line-height: 30px;
  height: 35px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  /* border-radius: 5px; */
  background-color: #e48b2a;
  border: none;
  width: 287px;
  cursor: pointer;
  transition: .3s all;
  border: 1px solid transparent;
  display: block;
  margin: 0 auto;
  /* margin-top: 25px;
  margin-bottom: 23px; */
}
.contact_view .message form .sub:hover {
  /* background-color: #fff; */
  transform: translateY(-3px);
  box-shadow: 2px 2px 8px #dadada;
}

.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: #bc1c21;
}
.nav2 .tabs {
  margin-left: 75px;
}
.nav2 .tabs a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #bc1c21;
  padding: 12px 30px;
  border-radius: 30px;
  border: 1px solid #bc1c21;
  margin-right: 25px;
  background-color: #ffffff;
  transition-duration: .3s;
}
.nav2 .tabs a:hover {
  background-color: #bc1c21;
  color: #fff;
}
.nav2 .tabs a.on{
  background-color: #bc1c21;
  color: #fff;
}

.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 li a {
  display: block;
  padding: 35px 25px 45px;
}

.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: 75%;
}

.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: 18px;
  color: #9b9b9b;
  line-height: 1;
  padding-bottom: 20px;
}

.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(../images/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;
}

.contact_view .wrap {
  background-color: #fff;
  padding: 20px;
}

.contact_view .wrap #map {
  width: 100%;
  height: 580px;
}

.contact_view .contact2 form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  align-items: unset;
  background-color: #fff;
  border: none;
  padding: 30px 0;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d2d2d2;
}

.contact_view .contact2 .xinxi {
  font-weight: bold;
  width: 45%;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  /* align-items: center; */
  padding-left: 50px;
}

.contact_view .contact2 form ul {
  width: 55%;
  position: relative;
  order: -1;
  border-right: 1px solid #d2d2d2;
}

.contact_view .contact2 .xinxi h5 {
  font-size: 24px;
  color: #535353;
  line-height: 35px;
  text-align: left;
  margin-bottom: 15px;
}

.contact_view .contact2 .xinxi p {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}

.contact_view .contact2 .xinxi p:last-child {
  margin-bottom: 0;
}

.contact_view .contact2 form ul li:first-child p {
  color: #535353;
  font-size: 24px;
  font-weight: normal;
}

.contact_view .contact2 form ul li {
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.contact_view .contact2 form ul li span {
  width: 72.59px;
  margin-right: 20px;
  font-size: 16px;
  color: #a2a2a2;
  text-align: right;
}

.contact_view .contact2 form ul li.int select, .contact_view .contact2 form ul li.int input {
  width: 240px;
  height: 100%;
  border: 1px solid #bebebe;
  padding: 0 10px;
  color: #979797;
  font-size: 14px;
  transition: .4s all;
  /* background: url(../images/drop-down.png) transparent 95% center no-repeat; */
}

.contact_view .contact2 form ul li:nth-of-type(3) {
  height: 35px;
  align-items: center;
}

.contact_view .contact2 form ul li + li {
  margin-top: 20px;
}

.contact_view .contact2 form ul li:nth-of-type(5) select {
  width: 135px;
  height: 100%;
  border: 1px solid #bebebe;
  padding: 0 10px;
  background-color: transparent;
  color: #a2a2a2;
  font-size: 14px;
  transition: .4s all;
  background: url(../images/drop-down.png) transparent 95% center no-repeat;
}

.contact_view .contact2 form ul li i {
  display: inline-block;
  color: #fe4e00;
  margin: 0 10px;
  font-style: normal;
}

.contact_view .contact2 form ul li:nth-of-type(5) select + select {
  margin-left: 20px;
}

.contact_view .contact2 form ul li:nth-of-type(5) select + select {
  margin-left: 20px;
}

.contact_view .contact2 form ul li:nth-of-type(5) select + select {
  margin-left: 20px;
}

.contact_view .contact2 form ul li:nth-of-type(6) {
  height: auto;
  align-items: unset;
}

.contact_view .contact2 form ul li:nth-of-type(6) textarea {
  width: 435px;
  height: 100px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #bebebe;
  color: #979797;
  font-size: 14px;
  transition: .2s all;
}

.contact_view .contact2 form ul li:last-child {
  height: auto;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}

 /* .contact_view .contact2 form ul li:last-child::before {
	 content: '';
	 opacity: 1;
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 95%;
	 height: 1px;
	 background-color: #d2d2d2;
 } */
 /* .contact_view .contact2 form ul li .sub {
	 background-color: #2dadea;
	 border-color: #2dadea;
	 pointer-events: auto;
 } */
.contact_view .contact2 form ul li button {
  width: 135px;
  height: 100%;
  background-color: #bc1c21;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: none;
  border: 1px solid #bc1c21;
  transition: .4s all;
  line-height: 33px;
  overflow: hidden;
}

.contact_view .contact2 form ul li .empty {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  /* pointer-events: auto; */
}

.contact_view .contact2 form ul li button:hover {
  background-color: transparent;
  border-color: #bc1c21;
  color: #bc1c21;
  border-radius: 5px;
}

.contact_view .contact2 form ul li button + button {
  margin-left: 20px;
}

.contact_view {
  padding-bottom: 60px;
  margin-top: 40px;
}

.news-info_view {
  margin-bottom: 45px;
}
.news-info_view .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.bg2 {
  background-color: #f8f8f8;
}

.join_view {
  padding-top: 60px;
  border-top: 1px solid #e9e9e9;
}
.join_view .authority-tit {
  text-align: left;
}
.join_view .authority-tit p {
  white-space: pre-wrap;
}
.join_view .authority-con {
  margin-top: 40px;
}
.join_view .authority-con .list {
  display: flex;
  /* flex-direction: column;
  */
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
  padding-bottom: 70px;
}
.join_view .authority-con .list li {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.join_view .authority-con .list li h5 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.join_view .process {
  padding-top: 80px;
  background: url(../images/join-bg001.jpg) no-repeat center;
  border-bottom: 12px solid #fff;
  background-size: cover;
  position: relative;
}
.join_view .process::after {
  content: '';
  display: block;
  border-bottom: 1px solid #a79996;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
}
.join_view .process .tit {
  text-align: center;
}
.join_view .process .tit h3 {
  color: #fff;
}
.join_view .process .tit h5 {
  color: #fff;
}
.join_view .process .swiper-box {
  margin-top: 80px;
  margin-bottom: 30px;
  padding: 0 100px;
  position: relative;
  padding-bottom: 120px;
}
.join_view .process .swiper-pagination {
  bottom: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.join_view .process .swiper-button-prev {
  width: 40px;
  height: 35px;
  background: url(../images/process-ico03.png) no-repeat center;
  left: 0;
}
.join_view .process .swiper-button-next {
  width: 40px;
  height: 35px;
  background: url(../images/process-ico04.png) no-repeat center;
  right: 0;
}
.join_view .process .process-swiper .swiper-slide {
  text-align: center;
}
.join_view .process .process-swiper .swiper-slide h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin-top: 80px;
}
.join_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;
}
.join_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;
}
.join_view .process .tabs-swiper .swiper-slide {
  width: 126px;
  height: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.join_view .process .tabs-swiper .swiper-slide:hover {
  background-color: #bc1c21;
}
.join_view .process .tabs-swiper .swiper-slide-active {
  background-color: #bc1c21;
}
.join_view .process .tabs-swiper .swiper-slide .img {
  position: relative;
  width: 60px;
  height: 60px;
}
.join_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;
}
.join_view .process .tabs-swiper .swiper-slide h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-top: 3px;
}

.about_view {
  border-top: 1px solid #e9e9e9;
  /*滚动条样式*/
}
.about_view .course {
  background: url(../images/course-bg001.jpg) no-repeat center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about_view .course .com-tit1 {
  text-align: center;
}
.about_view .course .com-tit1 h3 {
  color: #fff;
}
.about_view .course .com-tit1 h5 {
  color: #fff;
}
.about_view .course .tabs-box {
  position: relative;
}
.about_view .course .course-tabs {
  margin: 0 90px;
}
.about_view .course .course-tabs .swiper-slide {
  width: 140px;
  height: 90px;
  padding-top: 33px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.about_view .course .course-tabs .swiper-slide::after {
  content: '';
  display: block;
  width: 65px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.about_view .course .course-tabs .swiper-slide-active {
  color: #fff;
}
.about_view .course .course-tabs .swiper-slide-active::after {
  background-color: #fff;
}
.about_view .course .tabs-box .swiper-button-prev {
  background: url(../images/course-left001.png) no-repeat center;
  width: 40px;
  height: 40px;
}
.about_view .course .tabs-box .swiper-button-next {
  background: url(../images/course-left001.png) no-repeat center;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}
.about_view .course-swiper {
  margin-top: 30px;
}
.about_view .course-swiper .swiper-slide {
  padding: 70px 100px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_view .course-swiper .swiper-slide .img {
  width: 38%;
}
.about_view .course-swiper .swiper-slide .txt {
  width: 50%;
}
.about_view .course-swiper .swiper-slide figure {
  width: 100%;
  padding: 1% 0;
  position: relative;
}
.about_view .course-swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
   left: 0;
  top: 0;
  object-fit: cover;
}
.about_view .course-swiper .swiper-slide .txt h3 {
  color: #bc1c21;
  font-size: 60px;
  line-height: 1;
  margin-top: 25px;
  font-family: PangMenZhengDao, Helvetica, sans-serif;
}
.about_view .course-swiper .swiper-slide .txt p {
  color: #727272;
  font-size: 16px;
  line-height: 35px;
  margin: 25px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about_view .course .wrap {
  overflow: hidden;
}
.about_view .brand {
  padding: 60px 0 35px;
}
.about_view .brand .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about_view .brand .com-tit1 {
  width: 100%;
}
.about_view .brand .txt {
  width: 58%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -25px;
}
.about_view .brand .txt div {
  width: 50%;
  padding-right: 50px;
  margin-bottom: 25px;
}
.about_view .brand .txt div h3 {
  font-size: 24px;
  line-height: 1;
  color: #bc1c21;
  margin-bottom: 10px;
}
.about_view .brand .txt div p {
  font-size: 18px;
  line-height: 40px;
  color: #898989;
}
.about_view .brand .pic {
  width: 40%;
}
.about_view .live {
  padding-top: 25px;
}
.about_view .live .com-tit1 {
  text-align: left;
}
.about_view .live .com-tit1 p {
  font-size: 18px;
  margin-top: 25px;
}
.about_view .live .live-swiper {
  margin-top: 20px;
}
.about_view .live .live-swiper .swiper-slide {
  width: 1200px;
}
.about_view .live .live-swiper figure {
  width: 100%;
  padding-bottom: 53.75%;
  position: relative;
}
.about_view .live .live-swiper .swiper-button-prev {
  width: 39px;
  height: 39px;
  background: url(../images/live-ico01.png) no-repeat;
  background-size: cover;
  left: 14%;
}
.about_view .live .live-swiper .swiper-button-next {
  width: 39px;
  height: 39px;
  background: url(../images/live-ico01.png) no-repeat;
  background-size: cover;
  right: 14%;
  transform: rotate(180deg);
}
.about_view .live .live-swiper figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about_view .case-honor {
  padding: 60px 0 40px;
}
.about_view .case-honor .com-tit1 {
  text-align: center;
}
.about_view .honor {
  display: none;
}
.about_view .honor-box {
  padding: 5% 0 0% 0;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about_view .honor-box .title {
  display: block;
  margin: 4% 0 4% 0;
  overflow: hidden;
}
.about_view .honor-box .pic {
  width: 35%;
}
.about_view .honor-box .pic .title p {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.about_view .honor-box .pic .photo {
  height: 300px;
}
.about_view .honor-box .pic .photo ul li {
  display: none;
  text-align: center;
}
.about_view .honor-box .pic .photo ul li:first-child {
  display: block;
}
.about_view .honor-box .pic .photo ul li img {
  max-height: 300px;
}
.about_view .honor-box .txt {
  width: 55%;
  height: 430px;
  padding-right: 80px;
  overflow-x: auto;
}
.about_view .honor-box .txt ul li {
  float: left;
  width: 296px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e1e1e1;
  padding: 0 20px;
  margin-bottom: 26px;
  color: #666;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_view .honor-box .txt ul li:nth-of-type(even) {
  margin-left: 24px;
}
.about_view .honor-box .txt ul li.on {
  color: #fff;
  background: #bc1c21;
  border: 1px solid #bc1c21;
}
.about_view .honor-box .txt::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #f1f1f1;
}
.about_view .honor-box .txt::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background: #bc1c21;
}
.about_view .factory {
  background-color: #f9f9f9;
}
.about_view .factory-swiper .swiper-slide {
  width: 966px;
  /* height: 550px; */
  box-shadow: 0 5px 10px #adadad;
}
.about_view .factory-swiper .swiper-slide figure {
  width: 100%;
  padding-bottom: 58%;
  position: relative;
}
.about_view .factory-swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  user-select: none;
}
.about_view .factory .box {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  padding-bottom: 75px;
}
.about_view .factory .box .swiper-button-prev {
  background: url(../images/factory-left-01.png) no-repeat center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  left: 130px;
  margin-top: -50px;
}
.about_view .factory .box .swiper-button-next {
  background: url(../images/factory-right-01.png) no-repeat center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  right: 130px;
  margin-top: -50px;
}
.about_view .factory .box .swiper-button-prev:hover {
  background: url(../images/factory-left-02.png) no-repeat center;
  background-color: #183776;
}
.about_view .factory .box .swiper-button-next:hover {
  background: url(../images/factory-right-02.png) no-repeat center;
  background-color: #183776;
}
.about_view .factory .box .swiper-pagination {
  bottom: 35px;
  width: 100%;
}
.about_view .factory .box .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 8px;
  background: #bebebe;
  opacity: 1;
  margin: 0 5px;
}
.about_view .factory .box .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #183776;
  width: 24px;
}
.about_view .operations {
  background: url(../images/operations-bg001.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.about_view .operations .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  max-height: 530px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.about_view .operations .list li:first-child {
  width: 37%;
}
.about_view .operations .list li:first-child a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.about_view .operations .list li:first-child a img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about_view .operations .list li:nth-child(n+2) {
  width: 30%;
}
.about_view .operations .list li:nth-child(n+2) a {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 59%;
  display: block;
}
.about_view .operations .list li:nth-child(n+2) a img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about_view .honor .honor-swiper .swiper-slide {
  border: 1px solid #cfcfcf;
  padding: 35px 30px 22px;
  background-color: #fff;
}
.about_view .honor .honor-swiper .swiper-slide figure {
  width: 100%;
  padding-bottom: 110%;
  position: relative;
}
.about_view .honor .honor-swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.about_view .honor .honor-swiper .swiper-slide h5 {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 50px;
  text-align: center;
}
.about_view .honor .box {
  position: relative;
  padding-bottom: 100px;
  padding-top: 45px;
  padding-left: 40px;
  padding-right: 40px;
}
.about_view .honor .box .swiper-button-prev {
  background: url(../images/product-left-01.png) no-repeat center;
  left: 0;
}
.about_view .honor .box .swiper-button-next {
  background: url(../images/product-right-01.png) no-repeat center;
  right: 0;
}
.about_view .honor .box .swiper-button-prev:hover {
  background: url(../images/product-left-02.png) no-repeat center;
}
.about_view .honor .box .swiper-button-next:hover {
  background: url(../images/product-right-02.png) no-repeat center;
}
.about_view .honor .box .swiper-pagination {
  bottom: 50px;
  left: 0;
  width: 100%;
}
.about_view .honor .box .swiper-pagination-bullet {
  border: 1px solid #000;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  margin: 0 5px;
}
.about_view .honor .box .swiper-pagination-bullet-active {
  background-color: #000;
}








































@media screen and (max-width: 1440px) {
  body:after {
    background: blue;
  }
  .product-info_view .above .txt {
    width: 54%;
  }

  .wrap {
    width: 1200px;
  }

  .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;
  }

  .join_view .authority-con .list {
    justify-content: space-between;
    margin-right: 0;
  }

  .join_view .authority-con .list li {
    width: 32%;
    margin-right: 0;
  }
  .join_view .authority-con .list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .join_view .authority-con .list li:nth-child(n+4) {
    width: 48%;
  }
}
@media screen and (max-width: 1280px) {
  body:after {
    background: lightblue;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  .header-box .hd-logo .img1 {
    width: 200px;
  }
  .header-box .hd-logo .img2 {
    width: 200px;
  }

  .hd-nav a {
    margin: 0px 7px;
  }

  .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: 60px;
  }
  .hd-logo {
    background-color: #bc1c21;
    top: 0;
    position: relative;
    z-index: 10;
  }

  .nav2 {
    display: none;
  }

  .pages .header-box {
    height: 61px;
  }

  .header-box .img1 {
    /* display: none; */
    /* width: 170px;
    height: 65px; */
    object-fit: contain;
  }

  .header-box.active .hd-logo .img1 {
    /* width: 170px;
    height: 65px;
    object-fit: contain; */
  }

  .header {
    background-color: #bc1c21;
    /* background-color: #000; */
      position: fixed;

  }

  .header-box .img2 {
    /* display: block;
    width: 145px;
    max-height: 58px;
    object-fit: contain; */
  }

  .header {
    padding: 5px 0;
    border-bottom: 0px 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: #fff;
    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: 76px;
    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: #bc1c21;
  }

  .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;
    display: none;
  }

  .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;
  }

  .contact {
    padding: 40px 0;
  }

  .contact .add {
    margin-top: 30px;
  }

  .contact .form {
    margin-top: 40px;
  }

  .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;
  }

  .contact_view .us .item {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  /* 响应手机..... */
  /* .header-box .img1 {
    width: 322px;
  } */
  body:after {
    background: red;
  }

  .wrap {
    padding: 0 15px;
  }

  .banner {
    padding-bottom: 0%;
  }

  .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: 32px;
    height: 32px;
  }

  .about .wrap .txt .slogen div h3 {
    font-size: 12px;
    margin-top: 8px;
  }

  .about .link {
    text-align: center;
  }

  .product .swiper-img {
    height: 260px;
  }

  .product .swiper-tab {
    width: 100%;
    height: auto;
    top: 0;
    position: relative;
    left: 0;
    margin-left: 0;
    background-size: cover;
  }

  .product .swiper-tab .swiper-slide {
    padding: 20px 15px;
  }

  .product .swiper-tab h3 {
    font-size: 14px;
  }

  .product .swiper-tab h5 {
    font-size: 12px;
    margin-top: 10px;
  }

  .product .swiper-tab i {
    width: 40px;
    height: 1px;
    margin-top: 10px;
  }

  .product .swiper-tab p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    height: 44px;
  }

  .product .swiper-tab a {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 25px;
    margin-top: 20px;
  }

  .product .swiper-tab .box {
    right: 20px;
    bottom: 20px;
  }

  .product {
    padding-bottom: 30px;
  }

  .hall .wrap .txt {
    width: 100%;
    text-align: center;
  }

  .hall .wrap .pic {
    width: 100%;
    height: 255px;
    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;
    display: none;
  }

  .hall .wrap .pic {
    margin-top: 20px;
  }

  .hall {
    padding-bottom: 20px;
  }

  .case {
    padding: 50px 0;
    text-align: center;
  }

  .case h3 {
    font-size: 20px;
  }

  .case h5 {
    font-size: 18px;
    margin-top: 20px;
  }

  .case p {
    font-size: 12px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .case a {
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 5px;
  }

  .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 a{
    background-color: #bc1c21;
  }

  .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;
    height: 25px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .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;
    position: initial;
  }

  .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 a {
    padding: 15px;
  }

  .case_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .case_view .list {
    margin-bottom: -15px;
  }

  .case_view .list h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .case_view .list h5 {
    margin-top: 15px;
    font-size: 12px;
  }

  .contact_view {
    padding: 0 15px;
    padding-bottom: 20px;
    margin-top: 0;
  }

  .contact_view .wrap {
    padding: 10px;
  }

  .contact_view .contact2 form .xinxi {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
  }

  .contact_view .contact2 form ul {
    order: 0;
    width: 100%;
    border-right: none;
    width: 555px;
    margin: 0 auto;
  }

  .contact_view .contact2 form ul li:nth-of-type(6) textarea {
    width: 100%;
  }

  .contact_view .contact2 form ul li span {
    font-size: 14px;
    margin-right: 8px;
    display: none;
  }

  .contact_view .contact2 form ul li:first-child p {
    width: 100%;
    text-align: center;
  }

  .contact_view .contact2 form ul li.int select, .contact_view .contact2 form ul li.int input {
    width: 100%;
  }

  .contact_view .contact2 form ul li {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    flex-wrap: nowrap;
  }

  .contact_view .contact2 form ul li:nth-of-type(5) select {
    width: 48%;
  }

  .contact_view .wrap {
    padding: 10px;
  }

  .contact_view .contact2 form ul li i {
    margin: 0;
    margin-left: 5px;
  }

  .contact_view .contact2 form ul {
    width: 100%;
  }

  .contact_view .contact2 form .xinxi {
    padding-top: 0;
    margin-bottom: 10px;
  }

  .contact_view .contact2 form {
    margin-top: 15px;
    padding: 10px 0;
  }

  .contact_view .contact2 .xinxi h5 {
    font-size: 16px;
  }

  .contact_view .contact2 .xinxi p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .contact_view .contact2 form ul li:first-child p {
    font-size: 16px;
    text-align: left;
  }

  .contact_view .contact2 form ul li + li {
    margin-top: 10px;
  }

  .contact_view .contact2 form ul li:last-child {
    height: auto;
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
  }

  .contact_view .wrap #map {
    height: 240px;
  }

  .news_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .news_view .list {
    margin-bottom: -15px;
  }

  .news_view .list li a {
    padding: 15px;
  }

  .news_view .list li .time {
    font-size: 14px;
    opacity: 1;
  }

  .news_view .list li .pic {
    margin-top: 10px;
  }

  .news .news-swiper .swiper-slide .txt {
    padding-top: 10px;
  }

  .news_view .list li .txt {
    padding-top: 10px;
  }

  .news_view .list li .txt h3 {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }

  .news_view .list li .txt h5 {
    top: 22px;
    right: 0;
  }

  .news_view .list li .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    height: 40px;
  }

  .news_view .list li .txt .info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
  }

  .news-info_view {
    margin-bottom: 20px;
  }

  .join_view .authority-con .list li {
    display: none;
    margin-bottom: 15px;
  }

  .join_view .authority-con .list li img {
    width: 100%;
  }

  .join_view .authority-con .list li:nth-child(n+4) {
    display: block;
    width: 100%;
  }

  .join_view {
    padding-top: 0;
    border: none;
  }

  .join_view .authority-con {
    margin-top: 15px;
  }

  .join_view .authority-con .list {
    margin-bottom: -15px;
    padding-bottom: 20px;
  }

  .join_view .process .swiper-box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative;
    padding-bottom: 50px;
  }

  .join_view .process .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: contain;
    display: none;
  }

  .join_view .process .swiper-button-next {
    display: none;
  }

  .join_view .process .process-swiper .swiper-slide h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  .join_view .process .process-swiper .swiper-slide h5 {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .join_view .process .process-swiper .swiper-slide p {
    font-size: 12px;
    line-height: 20px;
    height: 120px;
    margin-bottom: 20px;
  }

  .join_view .process .swiper-pagination {
    font-size: 14px;
  }

  .join_view .process .tabs-swiper .swiper-slide {
    width: 70px;
height: 70px;
  }

  .join_view .process .tabs-swiper .swiper-slide .img {
    width: 30px;
    height: 30px;
  }

  .join_view .process .tabs-swiper .swiper-slide h3 {
    font-size: 12px;
    margin-top: 5px;
  }

  .join_view .process::after {
    bottom: 70px;
  }

  .join_view .process {
    padding-top: 20px;
    border-bottom: 3px solid #fff;
  }

  .about_view {
    border-top: none;
  }

  .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(../images/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);
  }

  .case .swiper-container .swiper-slide .pic {
    height: 350px;
  }

  .case .swiper-container .swiper-slide .txt {
    padding: 0 15px;
  }

  .case .swiper-container .swiper-slide .txt h3 {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .case .swiper-container {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .case .swiper-container .swiper-slide .txt h5 {
    margin-top: 70px;
    font-size: 14px;
  }

  .case .swiper-container .swiper-slide .txt p {
    width: 100%;
  }

  .case .swiper-container .swiper-pagination {
    bottom: 20px;
  }

  .com-tit1 {
    text-align: left;
  }

  .com-tit1 h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 2px;
    padding: 0 5px;
    text-align: center;
  
    white-space: initial;
  }


  .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: 24px;
    margin-top: 10px;
  }

  .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;
  }

  .case .tit p {
    margin-bottom: 40px;
    width: 100%;
  }

  .contact .tit {
    width: 100%;
  }

  .contact .add {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .contact .add p {
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .contact .add span {
    margin-bottom: 10px;
  }

 



  .contact .add p img {
    margin-bottom: auto;
    margin-top: 2px;
  }

  .contact .form {
    margin-top: 10px;
  }

  .contact .form form .ind {
    width: 100%;
    border-right-color: #e3e3e3;
    padding: 10px;
    height: 40px;
    font-size: 14px;
  }

  .contact .form form .sub {
    width: 100%;
    height: 40px;
    background-size: 20px;
  }

  .contact {
    padding: 20px 0;
  }

  .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;
  }

  .product_view .list {
    margin-bottom: -15px;
  }

  .product_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .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_view .tit span {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 15px;
  }

  .login_view form input {
    width: 80%;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .login_view form .sub {
    width: 80%;
    height: 30px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 28px;
  }

  .login_view {
    padding: 190px 0;
  }

  .login-page .footer .copy {
    padding: 15px 0;
  }

  .com-banner1 {
    padding-bottom: 62%;
    display: none;
  }

  .com-banner2 {
    padding-bottom: 62%;
    display: none;
  }

  .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(../images/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;
  }

  .contact_view .tit h3 {
    font-size: 20px;
  }

  .contact_view .tit p {
    font-size: 14px;
    margin-top: 10px;
  }

  .contact_view .us {
    margin-top: 20px;
  }

  .contact_view .us #bmap {
    height: 240px;
    margin-top: 20px;
  }

  .contact_view .us .item {
    padding: 15px;
  }

  .contact_view .us .item li {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }

  .contact_view .us .item li .pic {
    padding-bottom: 0;
    border-bottom: none;
    height: 45px;
    margin-top: 10px;
  }

  .contact_view .us .item li h3 {
    font-size: 12px;
    margin-top: 10px;
  }

  .contact_view .us .item li p {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 8px;
  }

  .contact_view .message form {
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .contact_view .message form ul li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .contact_view .message form ul li label {
    display: none;
  }

  .contact_view .message form ul li input {
    padding: 0 5px;
  }

  .contact_view .message form ul li:last-child textarea {
    height: 120px;
    padding: 0 5px;
  }

  .contact_view .message form ul li:last-child {
    margin-bottom: 6px;
  }

  .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;
  }

  .about_view .profile .txt {
    width: 100%;
    padding: 0;
  }

  .about_view .profile .txt h3 {
    font-size: 20px;
  }

  .about_view .profile .txt h5 {
    font-size: 20px;
  }

  .about_view .profile .txt h6 {
    font-size: 16px;
    margin-top: 10px;
  }

  .about_view .profile .txt p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }

  .about_view .profile .pic {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .about_view .profile .txt::after {
    display: none;
  }

  .about_view .profile {
    padding: 20px 0;
  }

  .com-tit2 h3 {
    font-size: 20px;
  }

  .com-tit2 h5 {
    font-size: 20px;
    margin-top: 8px;
  }

  .com-tit2 {
    padding-top: 20px;
  }

  .about_view .course .course-tabs {
    margin: 0 30px;
  }

  .about_view .course-swiper .swiper-slide .img {
    width: 100%;
  }

  .about_view .course-swiper .swiper-slide {
    padding: 15px;
  }

  .about_view .course-swiper .swiper-slide .txt {
    width: 100%;
  }

  .about_view .course-swiper .swiper-slide .txt {
    padding: 0;
  }

  .about_view .course-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    -webkit-line-clamp: 4;
    height: 70px;
  }

  .about_view .course-swiper .swiper-slide .txt h3 {
    font-size: 18px;
    margin-top: 0;
  }

  .about_view .course .course-tabs .swiper-slide {
    width: 90px;
    height: 70px;
    padding-top: 26px;
    font-size: 16px;
  }

  .about_view .course .course-tabs .swiper-slide::after {
    width: 40px;
    height: 2px;
    bottom: 0;
  }

  .about_view .course .tabs-box .swiper-button-prev {
    width: 25px;
    height: 25px;
    margin-top: -6px;
    background-size: cover;
    left: 0;
  }

  .about_view .course .tabs-box .swiper-button-next {
    width: 25px;
    height: 25px;
    margin-top: -6px;
    background-size: cover;
    right: 0;
  }

  .about_view .course {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about_view .course-swiper {
    margin-top: 15px;
  }

  .about_view .factory-swiper .swiper-slide {
    width: 100%;
  }

  .about_view .factory .box .swiper-button-next {
    display: none;
  }

  .about_view .factory .box .swiper-button-prev {
    display: none;
  }

  .about_view .factory .box {
    margin-top: 10px;
    padding-bottom: 50px;
  }

  .about_view .factory-swiper .swiper-slide figure {
    padding-bottom: 100%;
  }

  .about_view .factory .box .swiper-pagination {
    bottom: 20px;
  }

  .about_view .operations .list li:first-child {
    width: 100%;
  }

  .about_view .operations .list li:nth-child(n+2) {
    width: 49%;
  }

  .about_view .operations .list {
    flex-direction: row;
    max-height: initial;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .about_view .operations .list li:first-child a {
    padding-bottom: 59%;
  }

  .about_view .operations .list li {
    margin-bottom: 8px;
  }

  .about_view .honor .box {
    position: relative;
    padding-bottom: 50px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .about_view .honor .box .swiper-button-next {
    display: none;
  }

  .about_view .honor .box .swiper-button-prev {
    display: none;
  }

  .about_view .honor .honor-swiper .swiper-slide {
    padding: 15px;
  }

  .about_view .honor .honor-swiper .swiper-slide h5 {
    font-size: 12x;
    margin-top: 15px;
  }

  .about_view .honor .box .swiper-pagination {
    bottom: 20px;
  }

  .about_view .brand {
    padding: 20px 0;
  }

  .about_view .brand .txt {
    width: 100%;
    padding-left: 0px;
    order: 1;
    margin-bottom: -10px;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 15px;
  }

  .about_view .brand .txt div {
    width: 48%;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .about_view .brand .txt div h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .about_view .brand .pic {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }
  .about_view .brand .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about_view .brand .txt div p {
    font-size: 12px;
    line-height: 22px;
  }

  .about_view .live .com-tit1 p {
    font-size: 12px;
    margin-top: 10px;
  }

  .about_view .live .live-swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    left: 20px;
    margin-top: -12px;
  }

  .about_view .live .live-swiper .swiper-button-next {
    width: 25px;
    height: 25px;
    right: 20px;
    margin-top: -12px;
  }

  .about_view .case-honor {
    display: none;
  }

  .about_view .honor {
    display: block;
    padding-top: 20px;
  }
}


/* 2022-2-18 */
.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: #bc1c21;
  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: #bc1c21;
  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: #bc1c21;
  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: #bc1c21;
  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: #bc1c21;
}

.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%;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px;
}
.product-column3_view .list li .pic {
  width: 100%;
  position: relative;
  padding: 50% 0;
  /* border: 1px solid #ddd; */
  /* 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: 15px;
  text-align: center;
}
.product-column3_view .list .txt h3 span {
  color: #333;
  font-weight: bold;
  /* margin-right: 25px; */
}
.product-column3_view .list .txt h5 {
  font-size: 14px;
  line-height: 1;
  color: #a1a1a1;
  margin-top: 15px;
  text-align: center;
  display: none;
  /* padding-bottom: 20px; */
}

.product-info_view {
  padding-top: 55px;
}
.product-info_view .above {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.product-info_view .above .pic {
  width: 400px;
  height: 400px;
  position: relative;
  background-color: #fff;
}
.product-info_view .above .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.product-info_view .above .pic a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/product-ico001.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.product-info_view .above .pic:hover a::after {
  opacity: 1;
  visibility: visible;
}
.product-info_view .above .txt {
  width: 60%;
  margin-top: 20px;
  background-color: #fff;
  padding: 50px 25px 25px;
}
.product-info_view .above .txt .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.product-info_view .above .txt .tit h3 {
  font-size: 18px;
  line-height: 30px;
  color: #bc1c21;
  padding-left: 32px;
  font-weight: bold;
  background: url(../images/product-ico002.png) no-repeat left center;
}
.product-info_view .above .txt .tit .box {
  font-size: 16px;
  color: #a7a7a7;
}
.product-info_view .above .txt .tit .box .social-share {
  display: inline-block;
}
.product-info_view .above .txt .con {
  padding-top: 20px;
}
.product-info_view .above .txt .con p {
  font-size: 16px;
  line-height: 40px;
  color: #292929;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 240px;
  white-space: pre-wrap;
}
.product-info_view .effect {
  margin: 0 20px;
  padding-top: 35px;
}
.product-info_view .effect .tit {
  font-size: 20px;
  line-height: 30px;
  color: #bc1c21;
  font-weight: bold;
  padding-left: 32px;
  background: url(../images/product-ico002.png) no-repeat left center;
  border-bottom: 1px solid #d9d9d9;
}
.product-info_view .effect .con {
  padding-top: 50px;
  
  margin-bottom: 30px;
}
.product-info_view .effect .con img {
  margin-bottom: 20px;
}
.product-info_view .other {
  margin: 0 20px;
  padding-top: 35px;
}
.product-info_view .other .tit {
  font-size: 20px;
  line-height: 30px;
  color: #bc1c21;
  font-weight: bold;
  padding-left: 32px;
  background: url(../images/product-ico002.png) no-repeat left center;
  border-bottom: 1px solid #d9d9d9;
}
.product-info_view .other .other-swiper {
  margin-top: 30px;
  padding-bottom: 40px;
}
.product-info_view .other .other-swiper .swiper-pagination {
  display: none;
}
.product-info_view .other .other-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #bc1c21;
}
.product-info_view .other .other-swiper .swiper-slide {
  width: 320px;
  background-color: #fff;
  padding: 15px;
}
.product-info_view .other .other-swiper .swiper-slide .pic {
  width: 100%;
  position: relative;
  padding: 50% 0;
  background-color: #fff;
}
.product-info_view .other .other-swiper .swiper-slide .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-info_view .other .other-swiper .swiper-slide .pic .img1 {
  opacity: 1;
  visibility: visible;
}
.product-info_view .other .other-swiper .swiper-slide .pic .img2 {
  object-fit: cover;
}
.product-info_view .other .other-swiper .swiper-slide .pic:hover .img2 {
  opacity: 1;
  visibility: visible;
}
.product-info_view .other .other-swiper .swiper-slide .txt h3 {
  font-size: 14px;
  line-height: 1;
  color: #525252;
  margin-top: 15px;
  text-align: center;
}
.product-info_view .other .other-swiper .swiper-slide .txt h3 span {
  color: #333;
  font-weight: bold;
  margin-right: 0;
  
}
.product-info_view .other .other-swiper .swiper-slide .txt h5 {
  font-size: 14px;
  line-height: 1;
  color: #a1a1a1;
  margin-top: 15px;
  display: none;
}

@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;
    padding: 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: 0;
  }

  .product-column3_view .list .txt h5 {
    font-size: 12px;
    margin-top: 8px;
  }

  .product-info_view {
    padding-top: 0;
  }

  .product-info_view .above .pic {
    width: 100%;
    height: 350px;
  }

  .product-info_view .above .txt {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }

  .product-info_view .above .txt .tit .box {
    display: none;
  }

  .product-info_view .above .txt .tit {
    padding-bottom: 10px;
  }

  .product-info_view .above .txt .tit h3 {
    font-size: 14px;
    line-height: 30px;
    padding-left: 25px;
  }

  .product-info_view .above .txt .con {
    padding-top: 15px;
  }

  .product-info_view .above .txt .con p {
    font-size: 14px;
    line-height: 25px;
    -webkit-line-clamp: 6;
    height: 220px;
  }

  .product-info_view .above {
    margin: 0;
  }

  .product-info_view .effect {
    margin: 0;
    padding-top: 10px;
  }

  .product-info_view .effect .tit {
    font-size: 14px;
    padding-left: 25px;
  }

  .product-info_view .effect .con {
    padding-top: 20px;
    margin: 0;
    margin-bottom: -10px;
  }

  .product-info_view .effect .con img {
    margin-bottom: 10px;
  }

  .product-info_view .other {
    margin: 0;
    padding-top: 20px;
  }

  .product-info_view .other .tit {
    font-size: 14px;
    padding-left: 25px;
  }

  .product-info_view .other .other-swiper .swiper-pagination {
    display: block;
  }

  .product-info_view .other .other-swiper {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

/* 2022-3-26 */

.index .wrap{
  width: 1548px;
  margin: 0 auto;
}
.about01 .wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.about01{
  padding: 80px 0 45px;
}
.about01 .txt{
  width: 47%;

}

.about01 .txt h3{
  font-size: 30px;
  color: #333;
  line-height: 106px;
  font-weight: bold;
  margin-bottom: 25px;
}
.about01 .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  /* font-weight: bold; */
  margin-bottom: 45px;
}
.about01 .txt .link a{
  width: 160px;
  height: 45px;
  /* border: 1px solid #000; */
  border-radius: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  transition-duration: .3s;
  background-color: #bc1c21;
}

.about01 .txt .link a:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px #999;
  /* color: #fff; */
}

.about01 .video-box{
  width: 45%;
  height: 395px;
  position: relative;
}
.about01 .video-box video{
 width: 100%;
 height: 100%;
 object-fit: contain;
 position: absolute;
 left: 0;
 top: 0;
}
.about01 .video-box  .start-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.product01 .list{
  padding: 45px 0 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.com-tit4 h5{
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding-top: 90px;
}
.com-tit4 h6{
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
.product01{

  background-color: #bc1c21;

}
.product01 .list li{
  width: 32%;
  /* height: 328px; */
     margin: 1% 0.33% 0 1%;

}

.product01 .list li a{
  width: 100%;
  height: 328px;
  display: block;
  border: 1px solid #fff;
position: relative;
  overflow: hidden;
}
.product01 .list li a:hover img{
  transform: scale(1.1);
}
.product01 .list li a img{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
  transition-duration: .3s;

}

.product01 .list li a h3{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 26px;
  color: #fff;
  line-height: 1;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 3px #000;
 }



 .news01{
  background-color: #f6f6f6;
 }
 .news01 .com-tit4 h5{
   color: #333333;
 }
 .news01 .com-tit4 h6{
    color: #333333;
  }




  .news01 .list{
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
 }
 .news01 .list li{
  width: 24%;
  /* height: 328px; */
  margin-right: 1.3%;

}
.news01 .list li:last-child{
  margin-right: 0%;
}

.news01 .list li a{
  display: block;
  padding: 25px 25px 30px;
  transition-duration: .3s;
  background-color: #fff;
  transition: all .5s;
}
.news01 .list li a .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  margin-top: 16px;
}
.news01 .list li a img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.news01 .list li a .txt {
  position: relative;
  padding-top: 22px;
}

.news01 .list li a .txt h3 {
  font-size: 16px;
  line-height: 30px;
  color: #bc1c21;
  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;
  transition: all .5s;
}



.news01 .list li a .txt h5 {
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
  position: absolute;
  top: 30px;
  right: 5px;
  transition: all .5s;
}


.news01 .list li a .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;
  transition: all .5s;
}
.news01 .list li a .txt .info {
  font-size: 14px;
  line-height: 25px;
  color: #c2c2c2;
  margin-top: 20px;
  transition: all .5s;
}


.news01 .list li a .txt .info::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1px;
  background-color: #fff;
  position: relative;
  bottom: 5px;
  transition-duration: .3s;
}

.news01 .list li a .time {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  transition: all .5s;
  /* opacity: 0; */
}
.news01 .list li a:hover {
  background-color: #bc1c21;
}
.news01 .list li a:hover .txt h3 {
  color: #fff;
}
.news01 .list li a:hover .txt h5 {
  color: #fff;
}
.news01 .list li a:hover .txt p {
  color: #fff;
}
.news01 .list li a:hover  .txt .info {
  color: #fff;
}
.news01 .list li a:hover  .txt .info::before {
  width: 70px;
  height: 1px;
}
.news01 .more{
  padding: 45px  0 65px;
}
.news01 .more a{
  width: 160px;
  height: 45px;
  /* border: 1px solid #000; */
  border-radius: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  transition-duration: .3s;
  background-color: #bc1c21;
}
.news01 .more a:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px #999;
  /* color: #fff; */
}
.case01 .wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;

}
.case01 {
  padding: 80px 0;
}
.case01 .item-l{
  width: 16.8%;
  padding: 60px 50px;
  background: url(../images/case01-bg01.jpg) no-repeat;  
  background-size: cover;
}
.case01 .item-l .tit h3{
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
  position: relative;

}
.case01 .item-l .tit h6{
  display: none;

}
.case01 .item-l .tit h3:after{
  content: '';
  display: block;
  width: 8px;
  height: 120px;
  background-color: #bc1c21;
  position: absolute;
  left: -28px;
  top: 0;
}






.case01 .item-l .tit h5{
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  
}
.case01 .item-r{
  width: 82%;

}
.case01 .item-r{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* align-items: ; */
  justify-content: space-between;
  align-content: space-between;
  height: 665px;
}
.case01 .item-r li:nth-child(1){
  width: 74%;
  height: 100%;
}
.case01 .item-r li a{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;

}
.case01 .item-r li a img{
 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition-duration: .3s;

}
.case01 .item-r li a:hover img{
 
  transform: scale(1.1);

}
.case01 .item-r li a h4{
  
  font-size: 16px;
  color: #fdfdfd;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding: 12px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.case01 .item-r li:nth-child( n + 2 ){
  width: 24%;
  height: 208px;
}
.case01 .item-r li:nth-child( 4) a{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background-color: #bc1c21;

}
.case01 .item-r li:nth-child( 4) a h5{
  font-size: 24px;
  color: #ffffff;
  line-height: 1; 
  margin-bottom: 10px;
  text-transform: uppercase;
}

.case01 .item-r li:nth-child( 4) a h6{
  font-size: 16px;
  color: #ffffff;
  line-height: 1; 
}




.contact01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f6f6f6;

}
.contact01 .form{
  width: 50%;
  padding: 85px 0 105px 9%;


}
.contact01 .form .tit h5{
  font-size: 36px;
  line-height: 1;
  color: #333333;
  /* text-align: center; */
  /* padding-top: 90px; */
}
.contact01 .form .tit h6{
  font-size: 18px;
  line-height: 1;
  color: #333333;
  /* text-align: center; */
  margin-top: 10px;
}


.contact01 .form form{
  display: block;
  width: 550px;
  margin-top: 30px;

}
.contact01 .form form{
  display: block;
  width: 550px;

}


.contact01 .form form input{
  width: 100%;
  height: 40px;
  padding: 0 22px;
  font-size: 14px ;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;

}
.contact01 .form  .sub{
  width: 150px;
  height: 40px;
  border-radius: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  transition-duration: .3s;
  background-color: #bc1c21;
  margin-top: 30px;
  cursor: pointer;
}





.contact01 .map{
  width: 50%;
  height: 600px;


}

.contact01 .form  .sub:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 4px #999;
  /* color: #fff; */



}



.contact01 .m-tel{
  display: none;
}
@media screen and (max-width: 1600px) {
  .index .wrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1440px) {
  .index .wrap {
    width: 1200px;
  }


}

@media screen and (max-width: 1280px) {
  .index .wrap {
    width: 100%;
    padding: 0 20px;
  }

}
@media screen and (max-width: 768px) {
  .index .wrap {
    padding: 0 15px;
  }
  .about01 {
      padding: 30px 0 0;
  }
  .about01 .txt {
      width: 100%;
  }
  .about01 .video-box {
      width: 100%;
      height: 200px;
  }

  .about01 .txt h3 {
      font-size: 20px;
    
          line-height: 45px;
          margin-bottom: 10px;
          text-align: center;
    }
    .about01 .txt h3 img{
       /* width: 25px;
       height: 45px; */
       object-fit: contain;
    }


  .about01 .txt p {
      font-size: 13px;
      line-height: 22px;
      margin-bottom: 20px;
     text-align: left;
  }
  .about01 .txt .link{
    /* text-align: center; */
  }
  .about01 .txt .link a {
      width: 120px;
      height: 35px;
      border-radius: 35px;
      font-size: 12px;
      margin: 12px auto;
  }
  .about01 .video-box {
    margin-left: -15px;
    margin-right: -15px;
    width: 102vw;
    height: 220px;
  }
  
  .com-tit4 h5 {
      font-size: 36px;
      line-height: 1;
      color: #ffffff;
      text-align: center;
      padding-top: 90px;
  }
  .about01 .video-box .start-btn {
      width: 40px;
  }


  .com-tit4 h5 {
      font-size: 18px;
      padding-top: 35px;
  }
  .com-tit4 h6 {
    font-size: 14px;
    margin-top: 5px;
  }
  .product01 .list li {
    width: 100%;
    margin-bottom: 18px;
}
  .product01 .list li a {
    width: 100%;
    height: 215px;
    border: 5px solid #fff;
    
  }
  .product01 .list li a h3 {
    
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: bolder;
    
}
.product01 .list {
  padding: 15px 0 20px;
  margin-bottom: -18px;
  
}
.news01 .list{
  margin-bottom: -15px;
  padding-top: 20px;
}
  .news01 .list li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
    .news01 .list li a {
      background-color: #bc1c21;
      padding: 35px 10px 20px;
  }
  .news01 .list li a .time {
    display: none;
  }
  .news01 .list li a .pic {
    
    margin-top: 0px;
  }
  .news01 .list li a .txt h3 {
    font-size: 14px;
    line-height: 20px;
    
    -webkit-line-clamp: 1;
   color: #fff;
    height: 20px;
    white-space: initial;
    padding-right: 0;
  }
  .news01 .list li a .txt {
    
      padding-top: 15px;
      color: #fff;
  }

  .news01 .list li a .txt h5 {
    
    position: initial;
   margin-top: 5px; 
   color: #fff;
}
.news01 .list li a .txt p {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  margin-top: 8px;

  height: 44px;
}
.news01 .list li a .txt .info {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  color: #fff;
}
.news01 .more {
  padding: 20px 0;
}
.news01 .more a {
  width: 110px;
  height: 30px;
  border-radius: 30px;
  
  font-size: 12px;
  
}
.case01 .item-l {
  width: 100%;
  padding:0;
  background: none;
}

.case01 .item-r li{
  margin-bottom: 20px;
}
.case01 .item-r li:nth-child(1) {
  width:100%;
 height: 235px;
}

.case01 .item-r li:nth-child( n + 2 )  {
  width:100%;
  height: 235px;
}
.case01 .item-r {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: -20px;
}
.case01 .item-l .tit h3 {
  display: none;
}
.case01 .item-l .tit h5 {
  font-size: 18px;
  line-height: 1;
  padding-top: 0;
  text-align: center;
}
.case01 .item-l .tit h6 {
  display: block;
  color: #333333;
  line-height: 1;
  text-align: center;
    font-size: 14px;
  margin-top: 5px;
}
.case01 {
  padding: 25px 0 0;
}
.case01 .item-r li a h4 {
  font-size: 12px;

  padding: 7px 0 8px;
  
}
.case01 .item-r li:nth-child(4){
  height: auto;
  padding: 0 0 20px;
}
.case01 .item-r li:nth-child(4) a{
  width: 160px;
height: 45px;
/* border: 1px solid #000; */
border-radius: 45px;
margin: 0 auto;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
font-size: 14px;
line-height: 1;
color: #ffffff;
transition-duration: .3s;
background-color: #bc1c21;

width: 110px;
height: 30px;
border-radius: 30px;
font-size: 12px;
}
.case01 .item-r li:nth-child(4) a h5{
  display: none;
}
.case01 .item-r li:nth-child(4) a h6{
 
  font-size: 12px;
}

.contact01 {
  
  background-color: #FFF;
}
.contact01 .form {
  width: 100%;
  padding: 20px 10px 10px;
}
.contact01 .map {
 display: none;
}
.contact01 .form .tit h5 {
  font-size: 18px;
line-height: 1;
  text-align: center;
}
.contact01 .form .tit h6 {
  text-align: center;
  font-size: 14px;
margin-top: 5px;
}
.contact01 .form form {
  
  width: 100%;
  padding: 12px 22px; 
  background-color: #dddddd;
}
.contact01 .form form input {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  font-size: 12px;
  margin-bottom: 10px;
  background-color: #fff;
}

.contact01 .form .sub {
  width: 110px;
  height: 30px;
  border-radius: 30px;
  font-size: 12px;
  margin-top: 10px;
}


.contact01 .m-tel{
  display: block;
  /* padding: ; */
  background-color: #dddddd;
  padding: 5px 30px;
  width: 100%;
}
.contact01 .m-tel p{
 font-size: 12px;
 color: #000;
 line-height: 22px;
 white-space: pre-wrap;

}

}
.product-info_view .img-box{
  width: 500px;
  /* height: 400px; */
  position: relative;
  /* border: 1px solid #999; */
}
.product-info_view .img-swiper{
  width: 100%;
  height: 500px;
  border: 1px solid #999;
}
.product-info_view .img-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;

}
.product-info_view  .img-tabs{
  padding: 0 45px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
}

.product-info_view  .img-tabs .swiper-slide{
  width: 105px;
  height: 80px;
}
.product-info_view .img-swiper .swiper-button-next{
  width: 50px;  
  height: 50px;
  background: url(../images/s35.png) no-repeat center;
  transform: rotate(180deg);
  background-color: #999;
  display: none;
}
.product-info_view .img-swiper .swiper-button-prev{
  width: 50px;  
  height: 50px;
  background: url(../images/s35.png) no-repeat center;
  background-color: #999;
  display: none;

}

.product-info_view .img-tabs .swiper-button-next{
  width: 45px;  
  height: 45px;
  background: url(../images/s35.png) no-repeat center;
  transform: rotate(180deg);
  background-color: #999;
  right: 0;
}
.product-info_view .img-tabs .swiper-button-prev{
  width: 45px;  
  height: 45px;
  background: url(../images/s35.png) no-repeat center;
  background-color: #999;
  left: 0;
  
}
.product-info_view .img-tabs .swiper-slide img{
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-info_view .img-tabs .swiper-slide-active{
  border: 1px solid #333;
}

.product-info_view .effect .con img {
  
  max-height: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}



@media screen and (max-width: 768px) {
  .product-info_view .img-box{
    width: 100%;
    position: relative;
  }


  .product-info_view .img-swiper {
    
    height: 350px;
  }
  .product-info_view .img-swiper .swiper-button-prev {
   display: none;
  }
  .product-info_view .img-swiper .swiper-button-next {
    display: none;
  }
  .product-info_view .img-tabs {
    padding: 0 35px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .product-info_view .img-tabs .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: auto 20px;
  }
  .product-info_view .img-tabs .swiper-button-next {
    width: 35px;
    height: 35px;
  background-size: auto 20px;
  }
  .product-info_view .effect .con img {
    max-height: 400px;
  }
  .product-info_view .img-swiper .swiper-slide img {
  
    padding: 4px;
  }


  .product-info_view .other .other-swiper .swiper-slide {
    
      padding: 8px;
  }
  .product-info_view .other .other-swiper .swiper-slide .txt h3 {
   
      margin-top: 10px;
  }
  
}



/*# sourceMappingURL=main.css.map1 */
