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

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

li {
  list-style: none;
}

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

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

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

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

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

textarea {
  resize: none;
  overflow: auto;
}

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

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

input {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "eleganthandtwo-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/eleganthandtwo-regular.ttf");
}

/* @font-face {
  font-family: "HarmonyOS Sans SC";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HarmonyOS_Sans_SC_Thin.ttf");
} */

/* @font-face {
  font-family: "思源黑体 CN";
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/SOURCEHANSANSCN-LIGHT.otf");
} */


/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; } */


html {
  font-size: 100px;
}

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


}

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

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

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

.slide-nav {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 98;
}

.slide-nav .item {
  margin: 10px 0;
  width: 55px;
  height: 55px;
  border: 1px solid #bebebe;
  background-color: #fff;
  position: relative;
  transition: .4s all;
  border-radius: 100%;
}

.slide-nav .item:hover {
  background-color: #ca0d0d;
}

.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;
  margin-top: 60px;
}

.slide-nav .goTop.active {
  opacity: 1;
  visibility: visible;
}

.slide-nav .icon {
  margin: 10px 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: 55px;
  line-height: 55px;
  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: #ca0d0d;
}

.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;
}

.menu-btn {
  display: none;
}

.search_btn {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pages {
  background-color: #f6f6f6;
}

/* 内页导航1 */
.navbar1 {
  /* background-color: #192028; */
  padding-top: 70px;
  padding-bottom: 50px;
  display: none;
}

.navbar1 .box {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}

.navbar1 .tit {
  padding: 0 40px;
  line-height: 58px;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
  color: #3b3b3b;
  background-color: #f1f1f1;
}

.navbar1 .tit span {
  float: left;
  padding-left: 29px;
  background: url(../img/all.png) center left no-repeat;
}

.navbar1 .tit .js-more {
  float: right;
  padding-right: 20px;
  /* background: url(../img/qwy-i3.png) center right no-repeat; */
  cursor: pointer;
  position: relative;
  color: #7e7e7e;
}

.navbar1 .tit .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar1 .tit .js-more.active::before {
  transform: rotate(180deg);
}

.navbar1 .nav {
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 0 46px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  background-color: #fff;
  justify-content: flex-start;
  background: url(../img/nav-bg1.png) repeat left top;
}

.navbar1 ul li {
  position: relative;
  padding-left: 80px;
  user-select: none;
}

.navbar1 ul li h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #484848;
  line-height: 58px;
  /* margin-left: 48px; */
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  display: none;
  user-select: none;
}

.navbar1 ul li h4:first-child {
  display: block;
}

.navbar1 ul li a {
  font-size: 16px;
  color: #9e9e9e;
  margin: 0 10px;
  line-height: 58px;
  display: inline-block;
  position: relative;
}

.navbar1 ul li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: 11px;
  left: 0;
  transition-duration: .3s;
}

.navbar1 ul li a:hover,
.navbar1 ul li a.on {
  color: #2b3b78;
}

.navbar1 ul li a:hover::after,
.navbar1 ul li a.on::after {
  background-color: #174198;
}

.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;
  overflow: hidden;
}

.product-list_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}

.product-list_view .list li .pic .img1 {
  opacity: 1;
  visibility: visible;
}

.product-list_view .list li .pic:hover .img2 {
  opacity: 1;
  visibility: visible;
}

.product-list_view .list li .txt {
  padding-right: 30px;
  position: relative;
}

.product-list_view .list li .txt h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list_view .list li .txt h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #828282;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list_view .list li .txt .code_btn {
  width: 30px;
  height: 30px;
  background: url(../img/code-btn.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.product-list_view .list li .txt .code_btn:hover {
  box-shadow: 0 2px 3px #999;
}

.navbar {
  /* background-color: #192028; */
  padding-top: 60px;
  padding-bottom: 60px;
}

.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("../img/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div p::before {
  content: '';
  opacity: 1;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/all.png") no-repeat;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li {
  position: relative;
  transition: .4s all;
  border-radius: 15px;
}

.navbar div ol li.active {
  background-color: #ddae60;
}

.navbar div ol li a {
  display: block;
  font-size: 16px;
  color: #131313;
  transition: .4s all;
  /* padding: 6px 15px; */
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  min-width: 85px;
  text-align: center;
}

.navbar .js-more {
  display: none;
}

.navbar>div {
  padding: 0 20px;
  width: 100%;
  display: block;
  position: relative;
}

.navbar div .js-more {
  display: block;
  /* font-size: 14px;
  line-height: 30px; */
  position: relative;
  line-height: 44px;
  font-size: 16px;
  color: #626262;
  cursor: pointer;
  text-align: center;
}

.navbar div p {
  display: none;
  /* font-size: 14px;
  line-height: 30px; */
}

.navbar {
  padding: 40px 15px;
  /* margin-top: 20px; */
}

.navbar .js-more::before {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/qwy-i3.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  transition: all .3s;
}

.navbar>div::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  top: 45px;
  right: 0;
}

.navbar div ol {
  display: none;
  padding: 8px 0;
}

.navbar .js-more.active::before {
  transform: rotate(180deg);
}

.navbar div ol li a {
  text-align: center;
  font-size: 14px;
  padding: 6px 15px;
  height: auto;
  line-height: 1.2;
  color: #666;
}

.navbar>div {
  padding: 0 20px;
}

.navbar div ol li.on a, .navbar div ol li a:hover {
  /* color: #2b3b78; */
}

.navbar {
  display: none;
}

.naver3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.naver3 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.naver3 .wrap .tabs {
  width: 70%;
  white-space: nowrap;
}

.naver3 .wrap .tabs a {
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  padding: 30px 18px;
  margin-right: 5%;
  display: inline-block;
  white-space: nowrap;
  transition-duration: .3s;
  position: relative;
}

.naver3 .wrap .tabs a:last-child {
  margin-right: 0;
}

.naver3 .wrap .tabs a::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #ca0d0d;
  opacity: 0;
  transition-duration: .3s;
  position: absolute;
}

.naver3 .wrap .tabs a.on::after, .naver3 .wrap .tabs a:hover::after {
  opacity: 1;
}

.naver3 .wrap .cur {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  background: url(../img/icon_home-001.png) no-repeat left center;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.naver3 .wrap .cur li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.naver3 .wrap .cur li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt-002.png") no-repeat;
  background-size: contain;
}

.naver3 .wrap .cur li a:hover {
  color: #ca0d0d;
}

.sidebar_news2 {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 36px;
}

.sidebar_news2 .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: 2px solid #ececec;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.sidebar_news2 .tit::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #ca0d0d;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar_news2 li a {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  transition-duration: .3s;
}

.sidebar_news2 li a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.sidebar_news2 li a:hover {
  color: #ca0d0d;
}

.sidebar_item {
  padding: 30px;
  background-color: #fff;
}

.sidebar_item .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: 2px solid #ececec;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.sidebar_item .tit::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #ca0d0d;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar_item .code {
  padding: 22px 40px;
  background: #f8f8f8;
  text-align: center;
}

.sidebar_item .code h3 {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  margin-top: 10px;
  text-align: center;
}

.sidebar_news {
  padding: 30px;
  background-color: #fff;
}

.sidebar_news .tit {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding-bottom: 14px;
}

.sidebar_news li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}

.sidebar_news h3 {
  font-size: 14px;
  line-height: 25px;
  color: #5d5d5d;
  transition-duration: .3s;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.sidebar_news h3:hover {
  color: #a73736;
}

.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: #174198;
}

.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: #a73736;
}

.m-contxt1 .link .next {
  font-size: 16px;
  line-height: 1.1;
  color: #9d9d9d;
}

.m-contxt1 .link .next:hover {
  color: #a73736;
}

.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: #a73736;
}

.page-t1 a {
  display: block;
  width: 45%;
  font-size: 16px;
  color: #aaaaaa;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-t1 a em {
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../img/news-left-01.png) no-repeat center;
  margin-right: 18px;
  position: relative;
  top: 2px;
}

.page-t1 a:hover em {
  background-image: url(../img/news-left-02.png);
}

.page-t1 a.next {
  padding-right: 25px;
  position: relative;
}

.page-t1 a.next em {
  position: absolute;
  right: 0;
  background-image: url(../img/news-right-01.png);
}

.page-t1 a.next:hover em {
  background-image: url(../img/news-right-02.png);
}

.page-t1 a:hover {
  color: #f27416;
}

.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: #174198 url(../img/t3-img6.png) no-repeat center center;
  float: left;
}

.box-blank .blank {
  overflow: hidden;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.box-blank .blank:hover {
  opacity: .8;
}

.box-blank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.box-blank div a {
  display: block;
  font-size: 16px;
  color: #787878;
  transition: .4s all;
}

.box-blank div a+a {
  margin-top: 15px;
}

.box-blank div a:hover {
  color: #000000;
}

.cases_view {
  padding-top: 70px;
}

.cases_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: -1.8%;
}

.cases_view .list li {
  width: 31.5%;
  margin-right: 1.8%;
  transition-duration: .3s;
}

.cases_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 74.15%;
  overflow: hidden;
}

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

.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;
}

.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;
}

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

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

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

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

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

.project_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.project_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 35px;
  background: #fff;
}

.project_view .list::after {
  content: "";
  width: 31.2142857%;
}

.project_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.8032%;
}

.project_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  padding: 10px 30px 0;
}

.project_view .list .tit h3 {
  font-size: 14px;
  color: #202020;
  line-height: 1.2;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.project_view .list li:hover {
  transform: translateY(-5px);
  box-shadow: 3px 3px 5px #c3c0c0;
}

.project_view .list li:hover .tit h3 {
  color: #2b3b78;
}

.care_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -35px;
}

.care_view .list::after {
  content: "";
  width: 31.2142857%;
}

.care_view .list li {
  width: 31.2142857%;
  transition: all .3s;
  margin-bottom: 35px;
}

.care_view .list .tit h3 {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: center;
}

.care_view .list:after {
  content: "";
  width: 31.2142857%;
}

.care_view .list li:hover {
  transform: translateY(-5px);
  /* background-color: #fff; */
  box-shadow: 3px 3px 5px #c3c0c0;
}

.care_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 77.8032%;
}

.care_view .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.duty_view .content {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.duty_view .content .pic {
  width: 41%;
  height: 550px;
}

.duty_view .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.duty_view .content .txt {
  width: 56%;
}

.duty_view .content .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: #02537c;
}

.duty_view .content .txt h5 {
  font-size: 24px;
  line-height: 1;
  color: #5f5f5f;
  margin-top: 14px;
}

.duty_view .content .txt p {
  margin-top: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #919191;
}

.nav2 {
  padding: 25px 0 55px;
}

.nav2 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.nav2 .tit {
  font-size: 26px;
  line-height: 35px;
  color: #363636;
  margin-left: 20px;
}

.nav2 .tit span {
  color: #a73736;
}

.nav2 .tabs {
  margin-left: 75px;
}

.nav2 .tabs a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #bc1b28;
  padding: 12px 30px;
  border-radius: 30px;
  border: 1px solid #a73736;
  margin-right: 25px;
  background-color: #ffffff;
  transition-duration: .3s;
}

.nav2 .tabs a:hover {
  background-color: #a73736;
  color: #fff;
}



.case_view .pro-naver .box {
  /* border-bottom: 1px solid #dedede; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-items: stretch;
}

.case_view .pro-naver .box .list1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.case_view .pro-naver .box .list1 a {
  margin: 10px 20px 30px 20px;
  padding: 14px 23px;
  font-size: 16px;
  line-height: 1;
  color: #333;
  position: relative;
  border: 1px solid #999999;
}

.case_view .pro-naver .box .list1 a:hover,
.case_view .pro-naver .box .list1 a.on {
  color: #ffffff;
  background-color: #ca0d0d;
  border: 1px solid #ffffff;
}

.case_view {
  padding-top: 50px;
}

.case_view .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -45px;
}

.case_view .list li {
  width: 31%;
  transition: all .3s;
  margin-bottom: 45px;
  background: #fff;
}

.case_view .list::after {
  content: "";
  width: 31%;
}

.case_view .list .pic {
  display: block;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.case_view .list .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/case-ico001.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: .3s;
  opacity: 0;
}

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

.case_view .list li:hover .pic img {
  transform: scale(1.1);
}

.case_view .list .txt h3 {
  font-size: 20px;
  color: #333333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.case_view .list .txt {
  padding: 25px 0;
}

.case_view .list li:hover .pic img {
  transform: scale(1.1);
}

.bg2 {
  background-color: #f8f8f8;
}

.m-index {
  display: none;
}

.guard {
  background-color: #f5f5f5;
  padding: 90px 0 110px;
}

.guard .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.guard .top .tit {
  width: 41%;
  padding-left: 78px;
  background: url(../img/guard-ico01.png) no-repeat left top;
}

.guard .top .tit h3 {
  font-size: 40px;
  line-height: 45px;
  color: #1c1c1c;
  font-weight: bold;
  white-space: pre-wrap;
  padding-top: 30px;
}

.guard .top .tit h5 {
  font-size: 24px;
  line-height: 1;
  color: #1c1c1c;
  margin-top: 20px;
}

.guard .top p {
  width: 59%;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.guard .guard-swiper {
  padding-top: 100px;
}

.guard .guard-swiper .swiper-pagination {
  top: 6px;
  bottom: initial;
  width: auto;
  left: 65%;
  font-size: 18px;
  line-height: 1;
  color: #666666;
  display: none;
}

.guard .guard-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 36px;
  line-height: 1;
  color: #f27416;
}

.guard .guard-swiper .box-button {
  width: 130px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.guard .guard-swiper .box-button div {
  position: initial;
  margin-top: 0;
  width: 50%;
  height: 100%;
  border: 1px solid #999999;
  background: url(../img/guard-left-ico01.png) no-repeat center;
}

.guard .guard-swiper .box-button div:hover {
  background-image: url(../img/guard-left-ico02.png);
  background-color: #f27416;
  border-color: #f27416;
}

.guard .guard-swiper .box-button div::after {
  display: none;
}

.guard .guard-swiper .box-button .swiper-button-next {
  transform: rotate(180deg);
}

.guard .guard-swiper .swiper-slide {
  width: 280px;
  height: 480px;
}

.guard .guard-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.guard .guard-swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.guard .guard-swiper .swiper-slide .pic .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  transition-duration: .3s;
}

.guard .guard-swiper .swiper-slide .pic .txt h2 {
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.guard .guard-swiper .swiper-slide .pic .txt .ico {
  width: 55px;
  height: 55px;
  position: relative;
  display: none;
}

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

.guard .guard-swiper .swiper-slide .pic .txt h3 {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  margin-top: 30px;
}

.guard .guard-swiper .swiper-slide .pic .txt h4 {
  font-size: 12px;
  line-height: 1;
  color: #bdbdbd;
  margin-top: 12px;
  margin-bottom: 25px;
}

.guard .guard-swiper .swiper-slide .pic .txt p {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: none;
}

.guard .guard-swiper .swiper-slide .pic .txt span {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  padding-right: 32px;
  background: url(../img/guard-ico03.png) no-repeat right center;
  display: none;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt {
  padding: 20px 30px;
  top: 0;
  background-color: #f27416;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt h2 {
  display: none;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt h3 {
  font-size: 24px;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt .ico {
  display: block;
  margin-top: 30px;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt h4 {
  color: #fff;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt p {
  display: block;
  margin-top: 30px;
}

.guard .guard-swiper .swiper-slide:hover .pic .txt span {
  margin-top: 90px;
  display: inline-block;
}

.brand {
  padding: 130px 0;
}

.brand .tit {
  text-align: center;
}

.brand .tit h3 {
  font-size: 18px;
  line-height: 1;
  color: #ee7835;
}

.brand .tit h5 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  margin-top: 20px;
}

.brand .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 55px;
}

.brand .list li {
  width: 19.4%;
  margin-right: 0.7%;
}

.brand .list li:nth-child(5n) {
  margin-right: 0;
}

.brand .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  overflow: hidden;
}

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

.brand .list li .pic:hover img {
  transform: scale(1.1);
}

.brand .list li .pic .txt {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.brand .list li .pic .txt h3 {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 28px;
  transition-duration: .3s;
}

.brand .list li .pic .txt h5 {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition-duration: .3s;
}

.brand .list li .pic .txt span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition-duration: .3s;
}

.brand .list li .pic:hover .txt h3 {
  padding-bottom: 12px;
}

.brand .list li .pic:hover .txt h5 {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 10px;
}

.brand .list li .pic:hover .txt span {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding-bottom: 24px;
}

.guard_view .info {
  background-color: #f5f5f5;
  padding: 80px 0 100px;
}

.guard_view .info .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.guard_view .info .tit {
  width: 41%;
  padding-left: 78px;
  background: url(../img/guard-ico01.png) no-repeat left top;
}

.guard_view .info .tit h3 {
  font-size: 40px;
  line-height: 45px;
  color: #1c1c1c;
  font-weight: bold;
  padding-top: 30px;
}

.guard_view .info .tit h5 {
  font-size: 24px;
  line-height: 1;
  color: #1c1c1c;
  margin-top: 20px;
}

.guard_view .info .con {
  width: 56%;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  padding-top: 40px;
  white-space: pre-wrap;
}

.guard_view .list {
  padding-top: 105px;
}

.guard_view .list li {
  margin-bottom: 105px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 650px;
  align-items: stretch;
}

.guard_view .list li .pic {
  width: 64%;
  height: 100%;
  position: relative;
}

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

.guard_view .list li .txt {
  width: 36%;
  padding: 70px 30px 0 90px;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.guard_view .list li .txt .bg-t1 {
  display: block;
  position: absolute;
  top: 0;
  right: -80px;
  font-size: 340px;
  width: 340px;
  line-height: 1;
  color: #f0f0f0;
}

.guard_view .list li .txt .ico1 {
  width: 55px;
  height: 55px;
  object-fit: contain;
  position: relative;
}

.guard_view .list li .txt h3 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
  position: relative;
}

.guard_view .list li .txt h5 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
  position: relative;
}

.guard_view .list li .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  margin-top: 40px;
  white-space: pre-wrap;
  margin-bottom: 45px;
  position: relative;
}

.guard_view .list li .txt .ico2 {
  position: relative;
}

.guard_view .list li:nth-child(2n) .pic {
  order: 1;
}

.serve_view .tit {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  text-align: center;
}

.serve_view .item {
  padding-top: 100px;
}

.serve_view .item .list {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.serve_view .item .list li {
  width: 32.8%;
}

.serve_view .item .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.serve_view .item .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.serve_view .item .list li .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.serve_view .item .list li .pic .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 45px;
  z-index: 1;
}

.serve_view .item .list li .pic .txt h3 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}

.serve_view .item .list li .pic .txt i {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  height: 0;
}

.serve_view .item .list li .pic .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
  height: 0;
}

.serve_view .item .list li .pic .txt:hover i {
  opacity: 1;
  visibility: visible;
  margin-top: 50px;
  margin-bottom: 25px;
  height: 2px;
}

.serve_view .item .list li .pic .txt:hover p {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.serve_view .after {
  padding-top: 120px;
}

.serve_view .after .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: -30px;
}

.serve_view .after .list li {
  width: 49.2%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}

.serve_view .after .list li .pic {
  width: 50%;
  height: 260px;
  position: relative;
}

.serve_view .after .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.serve_view .after .list li .txt {
  width: 50%;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
}

.serve_view .after .list li .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #1c1c1c;
  margin-bottom: 20px;
  width: 100%;
}

.serve_view .after .list li .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.serve_view .year {
  padding-top: 120px;
}

.serve_view .year .year-swiper {
  margin-top: 70px;
  overflow: visible;
  padding-bottom: 95px;
}

.serve_view .year .year-swiper .swiper-pagination {
  bottom: 20px;
}

.serve_view .year .year-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #f27416;
}

.serve_view .year .year-swiper .swiper-slide {
  width: 680px;
}

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

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

.serve_view .year .year-swiper .swiper-slide .pic .time {
  width: 160px;
  height: 160px;
  background-color: #f27416;
  padding: 0 35px;
  position: absolute;
  left: 0;
  top: 0;
}

.serve_view .year .year-swiper .swiper-slide .pic .time h3 {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  padding-top: 31px;
}

.serve_view .year .year-swiper .swiper-slide .pic .time span {
  display: block;
  font-size: 36px;
  line-height: 1.8;
  color: #ffffff;
}

.serve_view .praise {
  padding-top: 80px;
}

.serve_view .praise .praise-swiper {
  margin-top: 65px;
}

.serve_view .praise .praise-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}

.serve_view .praise .praise-swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  background: url(../img/praise-ico001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 65px;
  left: 47%;
  z-index: 1;
}

.serve_view .praise .praise-swiper .swiper-slide .pic {
  width: 50%;
  height: 450px;
  position: relative;
}

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

.serve_view .praise .praise-swiper .swiper-slide .txt {
  width: 50%;
  padding: 0 100px;
  background-color: #f5f5f5;
}

.serve_view .praise .praise-swiper .swiper-slide .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-top: 95px;
}

.serve_view .praise .praise-swiper .swiper-slide .txt p {
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.serve_view .praise .praise-swiper .box-button {
  width: 130px;
  height: 50px;
  position: absolute;
  top: initial;
  bottom: 55px;
  margin-left: 100px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.serve_view .praise .praise-swiper .box-button div {
  position: initial;
  margin-top: 0;
  width: 50%;
  height: 100%;
  border: 1px solid #999999;
  background: url(../img/guard-left-ico01.png) no-repeat center;
}

.serve_view .praise .praise-swiper .box-button div:hover {
  background-image: url(../img/guard-left-ico02.png);
  background-color: #f27416;
  border-color: #f27416;
}

.serve_view .praise .praise-swiper .box-button div::after {
  display: none;
}

.serve_view .praise .praise-swiper .box-button .swiper-button-next {
  transform: rotate(180deg);
}

.serve_view .always {
  padding-top: 110px;
}

.serve_view .always .list {
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.serve_view .always .list li {
  width: 30%;
  height: 200px;
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.serve_view .always .list li .txt {
  padding-left: 75px;
  position: relative;
}

.serve_view .always .list li .txt img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}

.serve_view .always .list li .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-bottom: 8px;
}

.serve_view .always .list li .txt p {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}

.serve_view .always .con {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
  height: 650px;
}

.serve_view .always .con .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.serve_view .always .con .txt {
  position: absolute;
  left: 115px;
  top: 110px;
}

.serve_view .always .con .txt h3 {
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
  margin-top: 40px;
}

.serve_view .always .con .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 30px;
}

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

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

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

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

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

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

.com-more3:hover {
  background-color: #313131;
  color: #fff;
}

.hot {
  padding: 125px 0 110px;
  overflow: hidden;
  background: url(../img/hot-bg01.jpg) no-repeat center;
  background-size: cover;
}

.hot .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.hot .tit h3 {
  font-size: 48px;
  line-height: 1;
  color: #101010;
}

.hot .tit .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.hot .tit .tabs a {
  font-size: 16px;
  line-height: 1;
  color: #878787;
  margin-right: 45px;
  padding: 0 5px 10px;
  border-bottom: 3px solid transparent;
  transition-duration: .3s;
}

.hot .tit .tabs a:last-child {
  margin-right: 0;
}

.hot .tit .tabs a.on, .hot .tit .tabs a:hover {
  border-bottom-color: #a73736;
  color: #a73736;
}

.hot .hot-swiper {
  margin-top: 65px;
  padding-bottom: 55px;
  overflow: visible;
}

.hot .hot-swiper .swiper-slide {
  width: 440px;
}

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

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

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

.hot .hot-swiper .swiper-slide h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #535353;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.hot .hot-swiper .swiper-scrollbar {
  width: 100%;
  left: initial;
  bottom: 20px;
  height: 3px;
  background-color: #cdcdcd;
  display: block !important;
}

.hot .hot-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 7px;
  position: relative;
  background-color: #a73736;
  border-radius: 7px;
  left: 0;
  top: -2px;
}

.hot .hot-swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: '';
  width: 42px;
  height: 42px;
  background: url(../img/cur-ico01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hot .more {
  text-align: center;
  margin-top: 60px;
}

.entrance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  top: -70px;
}

.entrance .left {
  width: 50%;
  height: 750px;
  padding: 90px 75px 20px;
  background-color: #d40716;
}

.entrance .left h3 {
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 35px;
}

.entrance .left h5 {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  padding: 35px 0 25px;
  border-bottom: 1px solid #ed999f;
  width: 400px;
}

.entrance .left .link {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #111111;
  padding: 15px 37px 15px 55px;
  background: url(../img/join-bg01.jpg) no-repeat left 35px center;
  background-color: #ffffff;
  margin-top: 45px;
  margin-bottom: 110px;
}

.entrance .left .com-more3 {
  background-color: #fff;
  background-image: url(../img/more-ico02.png);
  color: #a73736;
  margin-top: 45px;
  margin-bottom: 110px;
}

.entrance .left .link:hover {
  background-color: #ddd;
}

.entrance .left .more a {
  display: block;
  max-width: 570px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #ed999f;
}

.entrance .left .more a:hover {
  color: #999;
}

.entrance .right {
  width: 50%;
  padding: 90px 90px 0;
  background: url(../img/join-bg01.jpg) no-repeat;
  background-size: cover;
}

.entrance .right h3 {
  font-size: 48px;
  line-height: 1;
  color: #2d3039;
  margin-bottom: 55px;
}

.entrance .right p {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.entrance .right p span {
  width: 100px;
  font-size: 16px;
  line-height: 1;
  color: #2d3039;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

.PopupColumn.active {
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-column_view {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.product-column_view .swiper-container {
  width: 100%;
  height: 100%;
}

.product-column_view .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.product-column_view .swiper-container .swiper-slide .bg1 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.product-column_view .swiper-container .swiper-slide .txt1 {
  width: 290px;
  height: 340px;
  z-index: 1;
  position: relative;
  border: 12px solid rgba(229, 0, 18, 0.4);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.product-column_view .swiper-container .swiper-slide .txt1 h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #e50012;
  font-weight: bold;
}

.product-column_view .swiper-container .swiper-slide .txt1 p {
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  margin-top: 15px;
}

.product-column_view .swiper-container .swiper-slide .txt1 a {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  padding: 18px 38px;
  background-color: #e50012;
  margin-top: 50px;
  transition-duration: .3s;
}

.product-column_view .swiper-container .swiper-slide .txt1 a:hover {
  background-color: #333;
}

.product-column_view .swiper-container .swiper-slide.item10 {
  height: auto;
}

.com-banner1 {
  position: relative;
  padding-bottom: 36.45%;
}

.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%;
  margin-left: -750px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}

.com-banner1 h3 span {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  font-weight: lighter;
}

.com-banner1 h3 i {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin-top: 35px;
}

.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: 30px 0;
}

.crumbs nav ul li:first-child {
  margin-right: 0;
  padding-left: 27px;
  background: url(../img/cur-ico001.png) no-repeat left center;
}

.crumbs nav ul li {
  font-size: 16px;
  line-height: 1.2;
  color: #a9a9a9;
}

.crumbs nav ul li a {
  font-size: 16px;
  color: #a9a9a9;
  transition: .4s all;
}

.crumbs nav ul li a:hover {
  color: #ca0d0d;
}

.crumbs li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.crumbs li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: contain;
}

.crumbs .tit {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.crumbs .tit a {
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #828282;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

.crumbs .tit a::after {
  content: '';
  display: block;
  width: calc(100% + 18px);
  height: 30px;
  background-color: #a73736;
  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;
}

.crumbs1 {
  border-bottom: 1px solid #c7c7c7;
}

.crumbs1 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 15px;
}

.crumbs1 .nav {
  font-size: 16px;
  line-height: 1.4;
  color: #3e3e3e;
  padding-left: 25px;
  background: url(../img/product-ico01.png) no-repeat left center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.crumbs1 .nav a {
  margin: 0 20px;
  position: relative;
}

.crumbs1 .nav a::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.crumbs1 .nav a:hover, .crumbs1 .nav a.on {
  color: #a73736;
}

.crumbs1 .nav a:hover::after, .crumbs1 .nav a.on::after {
  background-color: #a73736;
}

.crumbs1 .add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.4;
  color: #939393;
  padding-left: 25px;
}

.crumbs1 .add li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.crumbs1 .add li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

.download_view .tit {
  text-align: center;
}

.download_view .tit h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #2b2b2b;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.download_view .tit h5 {
  font-size: 26px;
  line-height: 1.2;
  color: #2b2b2b;
  margin-top: 25px;
}

.download_view .tit i {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #a73736;
  margin-top: 35px;
}

.download_view .download {
  margin-top: 50px;
}

.download_view .download li {
  margin-top: 30px;
  background: #f7f7f7;
}

.download_view .download li:nth-of-type(1) {
  margin-top: 0;
}

.download_view .download li a {
  width: 100%;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download_view .download li a .download_img {
  width: 31.04%;
  padding: 9.84% 0;
  position: relative;
}

.download_view .download li a .download_img img {
  transition: 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: content;
}

.download_view .download li a .download_img:before {
  transition: 0.6s;
  z-index: 2;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.download_view .download li a .download_img:after {
  transition: 0.6s;
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -29px;
  margin-left: -32px;
  content: '';
  width: 64px;
  height: 58px;
  background: url("../img/download.png") center no-repeat;
}

.download_view .download li a .download_word {
  width: 65.13%;
}

.download_view .download li a .download_word h5 {
  font-size: 24px;
  font-weight: normal;
  color: #303030;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download_view .download li a .download_word time {
  display: block;
  font-size: 16px;
  color: #5b5c5c;
  line-height: 32px;
  margin: 20px 0;
}

.download_view .download li a .download_word span {
  display: inline-block;
  transition: 0.6s;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: 1px solid #ca0d0d;
  background: #ca0d0d;
}

.download_view .download li:hover a .download_img:before,
.download_view .download li:hover a .download_img:after {
  opacity: 1;
}

.download_view .download li:hover a .download_word span {
  color: #ca0d0d;
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

.case {
  padding: 120px 0 0;
  overflow: hidden;
}

.case .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.case .tit h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #174198;
}

.case .tit h5 {
  font-size: 60px;
  line-height: 1.2;
  color: #3a3a3a;
  margin-top: 10px;
  font-family: TimesNewRoman, Arial, Helvetica, sans-serif;
}

.case .tit h5 span {
  color: #174198;
  display: inline-block;
  border-bottom: 4px solid #174198;
  position: relative;
  margin-right: 10px;
}

.case .tit h5 span::after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  background: url(../img/case-ico01.png) no-repeat center;
  position: absolute;
  top: 16px;
  right: -18px;
}

.case .button-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.case .button-box .button-prev {
  width: 94px;
  height: 44px;
  background: url(../img/case-left01.png) no-repeat center;
  background-size: contain;
}

.case .button-box .button-prev:hover {
  background-image: url(../img/case-left02.png);
}

.case .button-box .button-next {
  width: 94px;
  height: 44px;
  background: url(../img/case-left01.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}

.case .button-box .button-next:hover {
  background-image: url(../img/case-left02.png);
}

.case .button-box .swiper-pagination {
  position: initial;
  width: auto;
  font-size: 26px;
  line-height: 1.2;
  color: #4d4d4d;
  margin: 0 35px;
}

.case .case-swiper {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 140px;
  overflow: visible;
}

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

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

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

.case .case-swiper .swiper-slide h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #5c5c5c;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.case .case-swiper .swiper-scrollbar {
  bottom: 130px;
  position: absolute;
  left: 0;
  z-index: 50;
  height: 5px;
  width: 100%;
  background-color: #e7e7e7;
  display: block !important;
  border-radius: 5px;
}

.case .case-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #174198;
  height: 7px;
  top: -1px;
  border-radius: 7px;
}

.art {
  padding: 160px 0 240px;
  background: url(../img/art-bg01.jpg) no-repeat center;
}

.art .txt h3 {
  font-size: 40px;
  line-height: 70px;
  color: #ffffff;
  font-family: 思源宋体 CN;
  white-space: pre-wrap;
}

.art .txt h5 {
  font-size: 12px;
  line-height: 20px;
  color: #78797c;
  font-family: TimesNewRoman, Arial, Helvetica, sans-serif;
  white-space: pre-wrap;
  margin-top: 15px;
  text-transform: uppercase;
}

.art .txt a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  padding: 20px 45px;
  background: url(../img/art-ico01.png) no-repeat right 30px center;
  background-color: #174198;
  margin-top: 110px;
}

.art .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #ebebeb;
  white-space: pre-wrap;
  margin-top: 20px;
}

.product-series_view {
  padding: 75px 0;
  margin-bottom: -50px;
}

.product-series_view .item {
  margin-bottom: 50px;
}

.product-series_view .item .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 46.5%;
  overflow: hidden;
}

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

.product-series_view .item .pic:hover img {
  transform: scale(1.1);
}

.product-series_view .item .pic .txt {
  width: 580px;
  padding: 40px 55px;
  background-color: #ca0d0d;
  position: absolute;
  bottom: 50px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.product-series_view .item .pic .txt h3 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}

.product-series_view .item .pic .txt span {
  font-size: 20px;
  line-height: 1;
  color: #c54063;
  padding: 15px 35px;
  background-color: #fff;
  border-radius: 6px;
  transition-duration: .3s;
}

.product-series_view .item .pic .txt span:hover {
  color: #000;
}

.navbar2 {
  max-width: 1500px;
  margin: 0 auto;
  border: 1px solid #dfdfdf;
  background-color: #f1f1f1;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar2 .tit {
  font-size: 18px;
  line-height: 20px;
  color: #3b3b3b;
  padding-left: 30px;
  margin-left: 45px;
  background: url(../img/all.png) no-repeat left center;
}

.navbar2 .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.navbar2 .tabs a {
  font-size: 16px;
  line-height: 1;
  color: #3b3b3b;
  padding: 24px 40px;
  transition-duration: .3s;
}

.navbar2 .tabs a:hover, .navbar2 .tabs a.on {
  background-color: #174198;
  color: #fff;
}

.advantage {
  background: url(../img/adv-bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 95px 0 120px;
}

.advantage .tit {
  text-align: center;
}

.advantage .tit h3 {
  font-size: 38px;
  line-height: 1;
  color: #fefcfc;
}

.advantage .tit h5 {
  font-size: 28px;
  line-height: 1;
  color: #fbf9f9;
  margin-top: 12px;
}

.advantage .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 105px;
  background-color: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.advantage .list li {
  width: 25%;
  padding: 70px 0 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.advantage .list li h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #141313;
  margin-top: 30px;
}

.advantage .list li h5 {
  font-size: 14px;
  line-height: 1.4;
  color: #6e6d6d;
}

.advantage .list li::after {
  content: '';
  display: block;
  width: 2px;
  height: 175px;
  background-color: #dcdcdc;
  position: absolute;
  top: 80px;
  right: 0;
}

.advantage .list li:last-child::after {
  display: none;
}

.page-tabs {
  border-bottom: 1px solid #cccccc;
}

.page-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  /* height: 55px; */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.page-tabs .tabs a {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  transition-duration: .3s;
  padding: 10px 35px;
  border-radius: 40px;
  margin-right: 25px;
}

.page-tabs .tabs a:hover, .page-tabs .tabs a.on {
  background-color: #ca0d0d;
  color: #fff;
}

.page-tabs .tabs a:last-child {
  margin-right: 0;
}

.honor_i {
  padding: 40px 0 100px;
  background: url(../img/honor-bg010.jpg) no-repeat center;
  background-size: cover;
}

.honor_i .tit {
  position: relative;
}

.honor_i .tit h3 {
  font-size: 140px;
  line-height: 1;
  color: #454444;
  font-weight: bold;
  opacity: .2;
}

.honor_i .tit h5 {
  font-size: 48px;
  line-height: 1;
  color: #c54063;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}

.honor_i .list {
  margin-top: 135px;
  width: 1005px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -35px;
}

.honor_i .list li {
  width: 315px;
  margin-bottom: 35px;
}

.honor_i .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}

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

.honor_i .list li:nth-child(4) {
  margin-left: auto;
  margin-right: 30px;
}

.honor_i .list li:nth-child(5) {
  margin-right: auto;
}

.honor_i .honor-swiper {
  display: none;
}

.pro-tab-box {
  margin-top: 44px;
  margin-bottom: -30px;
}

.pro-tab {
  overflow: hidden;
  margin-bottom: 30px;
}

.pro-tab dt {
  float: left;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #3a3a3a;
  font-weight: bold;
}

.pro-tab dd {
  overflow: hidden;
}

.pro-tab dd a {
  color: #181818;
  font-size: 18px;
  float: left;
  line-height: 1;
  margin: left 10px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 45px;
  margin-left: 10px;
  transition-duration: .3s;
}

.pro-tab dd a.active {
  background-color: #ca0d0d;
  color: #fff;
}

.pro-tab dd a:hover {
  background-color: #ca0d0d;
  color: #fff;
}

.pro-tab dd a:first-child {
  margin-left: 40px;
}

.pro-list2 {
  padding-bottom: 20px;
  margin: 0 -55px;
  overflow: hidden;
}

.pro-list2 li {
  float: left;
  width: 33.33%;
}

.pro-list2 li .item {
  display: block;
  margin: 0 55px 90px;
}

.pro-list2 li .item:hover p {
  color: #a73736;
}

.pro-list2 li .item:hover img {
  -ms-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.pro-list2 li .item:hover .img .full {
  opacity: 1;
}

.pro-list2 li .item:hover .img .helf {
  opacity: 0;
}

.pro-list2 li .item .img {
  position: relative;
  overflow: hidden;
  padding-top: 59.17%;
  background-color: #fff;
  margin-bottom: 20px;
}

.pro-list2 li .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pro-list2 li .item .img .full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.pro-list2 li .item .img .helf {
  display: block;
  width: 100%;
  height: auto;
}

.pro-list2 li .item p {
  font-size: 24px;
  color: #2c2c2b;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.pro-list2 li .item span {
  display: block;
  font-size: 14px;
  color: #8a8a89;
  line-height: 24px;
}

.factory_index {
  padding: 110px 0 100px;
}

.factory_index .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.factory_index .pic {
  width: 43%;
  height: 590px;
  position: relative;
  overflow: hidden;
}

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

.factory_index .pic:hover img {
  transform: scale(1.1);
}

.factory_index .item {
  width: 55.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -30px;
}

.factory_index .item li {
  width: 49%;
  height: 280px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.factory_index .item li img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.factory_index .item li:hover img {
  transform: scale(1.1);
}

.factory_index .item li:nth-child(4) {
  background-color: #ca0d0d;
  padding-left: 45px;
}

.factory_index .item li:nth-child(4) h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 110px;
}

.factory_index .item li:nth-child(4) h5 {
  font-size: 36px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
}

.pages-tabs {
  padding: 30px 0;
}

.pages-tabs .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pages-tabs .wrap a {
  width: 210px;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  color: #747474;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #434343;
  transition-duration: .3s;
  margin: 0 10px;
}

.pages-tabs .wrap a:hover, .pages-tabs .wrap a.on {
  background-color: #1d1e20;
  border-color: #1d1e20;
  color: #fff;
}

.science_view .slogen {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.science_view .slogen li {
  width: 20%;
  height: 630px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition-duration: .3s;
}

.science_view .slogen li .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.science_view .slogen li.on {
  width: 40%;
  padding: 0 5%;
  justify-content: flex-start;
}

.science_view .slogen li.on h3 {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  margin-top: 105px;
}

.science_view .slogen li.on p {
  display: block;
}

.science_view .slogen li h3 {
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.science_view .slogen li p {
  display: none;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  transition-duration: .3s;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.science_view .target {
  padding-top: 70px;
  padding-bottom: 210px;
}

.science_view .target .tit h3 {
  font-size: 36px;
  line-height: 1.5;
  color: #1d1e20;
}

.science_view .target .tit h5 {
  font-size: 24px;
  line-height: 1.5;
  color: #8f8f8f;
  margin-top: 5px;
}

.science_view .target .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -40px;
  margin-right: -40px;
  align-items: stretch;
  margin-top: 60px;
}

.science_view .target .list li {
  width: 19%;
  background-color: #ca0d0d;
  padding: 0 1%;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.science_view .target .list li:nth-child(2n) {
  position: relative;
  top: 115px;
}

.science_view .target .list li h3 {
  font-size: 145px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
}

.science_view .target .list li p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 30px;
}

.science_view .process {
  background: url(../img/process-bg001.jpg) no-repeat center;
  background-size: cover;
  padding-top: 120px;
}

.science_view .process .tit {
  text-align: center;
}

.science_view .process .tit h3 {
  font-size: 45px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}

.science_view .process .tit h5 {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  margin-top: 12px;
}

.science_view .process .con {
  text-align: center;
  padding: 95px 0 180px;
}

.slogen .pic {
  padding: 0 11%;
  padding-top: 120px;
  padding-bottom: 170px;
  text-align: center;
  background-image: linear-gradient(to bottom, #ededed 40%, #ffffff 65%);
}

.login_view {
  padding: 100px 0;
}

.login_view form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.login_view form input {
  width: 40%;
  height: 70px;
  font-size: 20px;
  line-height: 1;
  color: #666;
  padding: 0 28px;
  border: 1px solid #1b1b1b;
  border-radius: 10px;
}

.login_view form button {
  width: 16.5%;
  height: 70px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: 1px solid #1b1b1b;
  border-radius: 10px;
  background-color: #1b1b1b;
  transition-duration: .3s;
  cursor: pointer;
}

.login_view form button:hover {
  background-color: #666;
}

.new {
  padding: 100px 0 60px;
  background: url(../img/new-bg01.jpg) no-repeat center;
  background-size: cover;
}

.new .new-swiper {
  margin-top: 55px;
  padding-bottom: 150px;
}

.new .new-swiper .box-scroll {
  max-width: 700px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0 auto;
}

.new .new-swiper .box-scroll img {
  margin-bottom: 14px;
}

.new .new-swiper .box-scroll h3 {
  font-size: 16px;
  line-height: 1;
  color: #474747;
  margin-bottom: 30px;
}

.new .new-swiper .box-scroll .swiper-scrollbar {
  opacity: 1 !important;
  background-color: #c5c5c5;
  height: 1px;
}

.new .new-swiper .box-scroll .swiper-scrollbar-drag {
  height: 3px;
  width: 100%;
  position: relative;
  background: #ca0d0d;
  border-radius: initial;
  left: 0;
  top: -1px;
}

.new .new-swiper .swiper-slide a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px 70px 35px 45px;
  background: url(../img/new-bg02.png) no-repeat left 45px bottom 20px;
  background-color: #fff;
  position: relative;
}

.new .new-swiper .swiper-slide a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
}

.new .new-swiper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.new .new-swiper .swiper-slide .txt {
  width: 60%;
  position: relative;
  z-index: 1;
}

.new .new-swiper .swiper-slide .txt h3 {
  font-size: 14px;
  line-height: 1;
  color: #666666;
  margin-top: 40px;
}

.new .new-swiper .swiper-slide .txt h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  margin-top: 18px;
  font-weight: bold;
}

.new .new-swiper .swiper-slide .txt h5 {
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
  margin-top: 10px;
}

.new .new-swiper .swiper-slide .txt i {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  background: url(../img/new-right01.png) no-repeat center;
  position: absolute;
  bottom: 15px;
  left: 0;
  transition-duration: .3s;
}

.new .new-swiper .swiper-slide .pic {
  width: 185px;
  height: 380px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

.new .new-swiper .swiper-slide:hover .bg {
  opacity: 1;
  visibility: visible;
}

.new .new-swiper .swiper-slide:hover a::before {
  opacity: .7;
}

.new .new-swiper .swiper-slide:hover .txt h3 {
  color: #fff;
}

.new .new-swiper .swiper-slide:hover .txt h4 {
  color: #fff;
}

.new .new-swiper .swiper-slide:hover .txt h5 {
  color: #fff;
}

.new .new-swiper .swiper-slide:hover .txt i {
  background-color: #ca0d0d;
  border-color: #ca0d0d;
  background-image: url(../img/new-right02.png);
}

.new .new-swiper .swiper-slide:hover .pic {
  opacity: 0;
  visibility: hidden;
}

.new .info {
  padding-bottom: 100px;
}

.new .info p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  white-space: pre-wrap;
}

.com-more1 {
  display: inline-block;
  width: 225px;
  height: 65px;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  font-weight: lighter;
  background-color: #ca0d0d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition-duration: .3s;
}

.com-more1 span {
  margin-right: 7px;
}

.com-more1:hover {
  background-color: #333;
  color: #fff;
}

.com-more2 {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 50px;
  color: #fffefe;
  padding: 0 25px;
  background: url(../img/more-ico01.png) no-repeat right 32px center;
  background-color: #ca0d0d;
  margin: 0 auto;
  transition-duration: .3s;
}

.com-more2:hover {
  transform: translateY(-3px);
  box-shadow: 3px 3px 5px #dddddd;
  color: #fffefe;
}

.gonyi {
  padding: 150px 0 120px;
}

.gonyi .tit {
  text-align: left;
}

.gonyi .gonyi-swiper {
  margin-top: 50px;
}

.gonyi .gonyi-swiper .swiper-slide {
  width: 410px;
  padding: 0 8px 8px 0;
}

.gonyi .gonyi-swiper .swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 0;
  bottom: 0;
  background-color: #ca0d0d;
}

.gonyi .gonyi-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  z-index: 1;
}

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

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

.gonyi .gonyi-swiper .swiper-pagination {
  bottom: 30px;
  display: none;
}

.gonyi .gonyi-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.gonyi .txt {
  margin-top: 75px;
  position: relative;
}

.gonyi .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  white-space: pre-wrap;
}

.gonyi .txt img {
  margin-top: 15px;
}

.gonyi .txt a {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 15px 40px;
  background-color: #ca0d0d;
  border-radius: 45px;
  transition-duration: .3s;
}

.gonyi .txt a:hover {
  transform: translateY(-5px);
  box-shadow: 2px 3px 5px #ddd;
}

.keji {
  padding: 160px 0 75px;
  background: url(../img/keji-bg01.jpg) no-repeat center;
  background-size: cover;
}

.keji .keji-swiper {
  margin-top: 90px;
  padding-bottom: 65px;
}

.keji .keji-swiper .swiper-pagination {
  display: none;
}

.keji .keji-swiper .swiper-slide {
  width: 520px;
  padding-left: 25px;
}

.keji .keji-swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 1px;
  height: 98%;
  position: absolute;
  left: 4px;
  bottom: 0;
  background-color: #d7d7d7;
}

.keji .keji-swiper .swiper-slide h3 {
  font-size: 48px;
  line-height: 1;
  color: #333333;
  font-family: DINNextLTProLight;
  position: relative;
}

.keji .keji-swiper .swiper-slide h3::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -24px;
  z-index: 1;
}

.keji .keji-swiper .swiper-slide h5 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  margin-top: 30px;
}

.keji .keji-swiper .swiper-slide i {
  display: block;
  width: 36px;
  height: 2px;
  background-color: #ca0d0d;
  margin-top: 30px;
}

.keji .keji-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  margin-top: 35px;
}

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

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

.keji .keji-swiper .swiper-slide p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 35px;
}

.slogan {
  padding: 110px 0;
  background: url(../img/slogan-bg02.jpg) no-repeat center;
  background-size: cover;
}

.slogan .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.slogan .left {
  width: 47%;
  margin-bottom: -45px;
}

.slogan .left a {
  display: block;
  margin-bottom: 45px;
}

.slogan .left .pic {
  height: 345px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

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

.slogan .left .pic .txt {
  position: absolute;
  top: 80px;
  left: 60px;
}

.slogan .left .pic .txt h3 {
  font-size: 34px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
}

.slogan .left .pic .txt h5 {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 15px;
}

.slogan .left .pic .txt span {
  margin-top: 40px;
  display: block;
  width: 215px;
  height: 65px;
  border: 4px solid #fff;
  border-radius: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  transition-duration: .3s;
}

.slogan .left .pic .txt span:hover {
  background-color: #fff;
  color: #ca0d0d;
}

.slogan .right {
  width: 50%;
}

.slogan .right .pic {
  height: 735px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.slogan .right .pic .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.slogan .right .pic .txt {
  position: absolute;
  top: 36%;
  left: 60px;
}

.slogan .right .pic .txt h3 {
  font-size: 34px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
}

.slogan .right .pic .txt h5 {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 15px;
}

.slogan .right .pic .txt span {
  margin-top: 40px;
  display: block;
  width: 215px;
  height: 65px;
  border: 4px solid #fff;
  border-radius: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  transition-duration: .3s;
}

.slogan .right .pic .txt span:hover {
  background-color: #fff;
  color: #ca0d0d;
}

.com-tit2 {
  text-align: center;
}

.com-tit2 h3 {
  font-size: 44px;
  line-height: 1;
  color: #333333;
}

.com-tit2 h5 {
  font-size: 24px;
  line-height: 1;
  color: #999999;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.news {
  padding: 115px 0 125px;
}

.news .tit {
  text-align: left;
  position: relative;
}

.news .tit .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news .tit .tabs a {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding: 15px 40px;
  border: 1px solid #999999;
  border-radius: 45px;
  margin-left: 18px;
  transition-duration: .3s;
}

.news .tit .tabs a:hover {
  background-color: #ca0d0d;
  border-color: #ca0d0d;
  color: #fff;
}

.news .con {
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.news .con .item {
  width: 24.3%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.news .con .item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

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

.news .con .item h3 {
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 25px;
  z-index: 1;
}

.news .con .item:hover img {
  transform: scale(1.1);
}

.news .con .line {
  width: 21.6%;
  height: 550px;
}

.news .con .line h5 {
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  /* font-weight: lighter; */
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.news .con .line h5 span {
  font-size: 18px;
  line-height: 1.2;
  color: #999999;
  margin-left: 15px;
}

.news .con .line .pic {
  margin-top: 25px;
  height: 190px;
  position: relative;
  overflow: hidden;
}

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

.news .con .line h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-top: 40px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .con .line p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-top: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .con .line i {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  padding-right: 68px;
  padding-bottom: 18px;
  background: url(../img/news-right01.png) no-repeat right top 5px;
  border-bottom: 3px solid #999999;
  position: relative;
  margin-top: 77px;
}

.news .con .line i::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ca0d0d;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition-duration: .3s;
}

.news .con .line:hover .pic img {
  transform: scale(1.1);
}

.news .con .line:hover i::after {
  width: 100%;
}

.news .news-swiper {
  display: none;
}

.news .news-swiper .swiper-slide h5 {
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.news .news-swiper .swiper-slide h5 span {
  font-size: 18px;
  line-height: 1.2;
  color: #999999;
  margin-left: 15px;
}

.news .news-swiper .swiper-slide .pic {
  margin-top: 25px;
  height: 190px;
  position: relative;
  overflow: hidden;
}

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

.news .news-swiper .swiper-slide h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-top: 40px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-swiper .swiper-slide p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-top: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-swiper .swiper-slide i {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  padding-right: 68px;
  padding-bottom: 18px;
  background: url(../img/news-right01.png) no-repeat right top 5px;
  border-bottom: 3px solid #999999;
  position: relative;
  margin-top: 77px;
}

.news .news-swiper .swiper-slide i::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ca0d0d;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition-duration: .3s;
}

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

.news .news-swiper .swiper-slide:hover i::after {
  width: 100%;
}

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

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

.lead_view {
  padding: 120px 0 90px;
}

.lead_view .list {
  margin-top: 70px;
  margin-bottom: -65px;
}

.lead_view .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}

.lead_view .list li:nth-child(2n) .txt {
  order: 1;
  padding: 0 15% 0 7%;
}

.lead_view .list li .txt {
  width: 50%;
  padding: 0 7% 0 15%;
}

.lead_view .list li .txt h3 {
  font-size: 56px;
  line-height: 1;
  color: #333333;
  font-family: HarmonyOS_Sans_SC_Thin;
  font-weight: 100;
}

.lead_view .list li .txt h5 {
  font-size: 32px;
  line-height: 1.4;
  color: #333333;
  margin-top: 22px;
}

.lead_view .list li .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #595757;
  white-space: pre-wrap;
  margin-top: 40px;
  margin-bottom: 45px;
}

.lead_view .list li .pic {
  width: 50%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.lead_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
  transition-duration: 0.3s;
  filter: grayscale(100%);
  filter: gray;
}

.lead_view .list li .pic:hover img {
  filter: initial;
}

/*
页码
*/
.m-pages {
  text-align: center;
  font-size: 14px;
  padding-top: 85px;
  padding-bottom: 85px;
  /* background-color: #192028; */
}

.m-pages ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: 1px solid #313131;
}

.m-pages ul li a {
  display: block;
  width: 45px;
  height: 35px;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  transition: .4s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #313131;
}

.m-pages ul li:last-child a {
  border-right: none;
}

.m-pages select {
  width: 60px;
  height: 37px;
  line-height: 35px;
  color: #000;
  color: #3f3837;
  padding-left: 10px;
  background: url(../img/qwy-i4.png) #fff center right 10px no-repeat;
  font-size: 14px;
  border: 1px solid #313131;
  vertical-align: bottom;
  display: none;
}

.m-pages li.active a,
.m-pages li a:hover {
  background-color: #ca0d0d;
  color: #fff;
}

.color_view .int {
  padding-top: 140px;
}

.color_view .int .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.color_view .int .con .txt {
  width: 30%;
}

.color_view .int .con .txt h3 {
  font-size: 110px;
  line-height: 1;
  color: #f27416;
  font-weight: bold;
  font-family: DINNextLTProM;
  display: inline-block;
  padding-right: 200px;
  background: url(../img/color-ico001.png) no-repeat right center;
  margin-top: 70px;
}

.color_view .int .con .txt h5 {
  font-size: 24px;
  line-height: 35px;
  color: #333333;
  white-space: pre-wrap;
  margin-top: 30px;
}

.color_view .int .con .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 35px;
}

.color_view .int .con .pic {
  width: 59.6%;
}

.color_view .int .con ul {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.color_view .int .con ul li {
  width: 23.33%;
  height: 250px;
  position: relative;
}

.color_view .int .con ul li img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.color_view .int .ban {
  margin-top: 80px;
  width: 100%;
  padding-bottom: 43.3%;
  position: relative;
}

.color_view .int .ban .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top 200px center;
  background-size: 1920px 830px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.color_view .pro {
  background-color: #f5f5f5;
  padding-top: 110px;
}

.color_view .pro .tit {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}

.color_view .pro .tabs {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.color_view .pro .tabs a {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  padding: 15px 45px;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 22px;
  transition-duration: .3s;
}

.color_view .pro .tabs a:hover, .color_view .pro .tabs a.on {
  background-color: #ca0d0d;
  color: #fff;
}

.color_view .pro .pro-swiper {
  margin-top: 50px;
}

.color_view .pro .pro-swiper .swiper-button-prev {
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../img/color-pro004.png) no-repeat center;
  background-color: #f5f5f5;
  border-radius: 50%;
  left: 65px;
  top: 500px;
  z-index: 1;
}

.color_view .pro .pro-swiper .swiper-button-prev:hover {
  background-image: url(../img/color-pro005.png);
  background-color: #ca0d0d;
}

.color_view .pro .pro-swiper .swiper-button-prev::after {
  display: none;
}

.color_view .pro .pro-swiper .swiper-button-next {
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../img/color-pro004.png) no-repeat center;
  background-color: #f5f5f5;
  border-radius: 50%;
  left: 130px;
  top: 500px;
  transform: rotate(180deg);
  z-index: 1;
}

.color_view .pro .pro-swiper .swiper-button-next:hover {
  background-image: url(../img/color-pro005.png);
  background-color: #ca0d0d;
}

.color_view .pro .pro-swiper .swiper-button-next::after {
  display: none;
}

.color_view .pro .pro-swiper .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.color_view .pro .pro-swiper .con .txt {
  width: 29%;
  padding-top: 130px;
  padding-left: 65px;
  height: 650px;
  background-color: #fff;
}

.color_view .pro .pro-swiper .con .txt h3 {
  font-size: 48px;
  line-height: 60px;
  color: #333;
  font-family: Current_Regular;
  text-transform: uppercase;
}

.color_view .pro .pro-swiper .con .txt h5 {
  margin-top: 40px;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  text-decoration: underline;
}

.color_view .pro .pro-swiper .con .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 40px;
  white-space: pre-wrap;
}

.color_view .pro .pro-swiper .con .pic {
  width: 71%;
  height: 650px;
  position: relative;
}

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

.color_view .pro .pro-swiper .item-swiper {
  margin-top: 60px;
  padding-bottom: 170px;
}

.color_view .pro .pro-swiper .item-swiper .box_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 90px;
  width: 100%;
}

.color_view .pro .pro-swiper .item-swiper .box_btn .swiper-pagination {
  position: relative;
  top: -2px;
}

.color_view .pro .pro-swiper .item-swiper .box_btn .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.color_view .pro .pro-swiper .item-swiper .box_btn .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.color_view .pro .pro-swiper .item-swiper .box_btn .button-prev {
  width: 35px;
  height: 25px;
  cursor: pointer;
  background: url(../img/color-pro003.png) no-repeat center;
  margin-right: 20px;
  z-index: 1;
}

.color_view .pro .pro-swiper .item-swiper .box_btn .button-prev:hover {
  opacity: 0.8;
}

.color_view .pro .pro-swiper .item-swiper .box_btn .button-next {
  width: 35px;
  height: 25px;
  cursor: pointer;
  background: url(../img/color-pro003.png) no-repeat center;
  margin-left: 20px;
  z-index: 1;
  transform: rotate(180deg);
}

.color_view .pro .pro-swiper .item-swiper .box_btn .button-next:hover {
  opacity: 0.8;
}

.color_view .pro .pro-swiper .item-swiper .swiper-slide {
  width: 460px;
}

.color_view .pro .pro-swiper .item-swiper .swiper-slide .pic2 {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 51%;
  overflow: hidden;
}

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

.color_view .pro .pro-swiper .item-swiper .swiper-slide .pic2:hover img {
  transform: scale(1.1);
}

.color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 {
  padding: 40px 35px 50px;
  background-color: #fff;
  position: relative;
}

.color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 h5 {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}

.color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 i {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #666;
  margin-top: 30px;
}

.color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding: 12px 30px;
  border: 1px solid #666666;
  border-radius: 40px;
  position: absolute;
  right: 35px;
  top: 48px;
}

.color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 hr {
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 5px;
  border: none;
}

.color_view .line {
  padding: 120px 0;
}

.color_view .line .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.color_view .line .left {
  width: 41%;
}

.color_view .line .left .tit h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  margin-top: 24px;
}

.color_view .line .left .tit h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  margin-top: 10px;
}

.color_view .line .left .tabs {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -5px;
}

.color_view .line .left .tabs a {
  width: 19.3%;
  margin-right: 0.8%;
  margin-bottom: 5px;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  transition-duration: .3;
}

.color_view .line .left .tabs a:nth-child(5n) {
  margin-right: 0;
}

.color_view .line .left .tabs a .img_box {
  width: 60px;
  height: 60px;
  position: relative;
}

.color_view .line .left .tabs a .img_box img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: scale-down;
  transition-duration: .3s;
}

.color_view .line .left .tabs a h4 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.color_view .line .left .tabs a:hover, .color_view .line .left .tabs a.on {
  background-color: #ca0d0d;
}

.color_view .line .left .tabs a:hover .img_box .ico2, .color_view .line .left .tabs a.on .img_box .ico2 {
  opacity: 0;
}

.color_view .line .left .tabs a:hover h4, .color_view .line .left .tabs a.on h4 {
  color: #fff;
}

.color_view .line .right {
  width: 50.5%;
}

.color_view .line .right .line-swiper .swiper-pagination {
  display: none;
}

.color_view .line .right .line-swiper .pic {
  height: 600px;
  width: 100%;
  position: relative;
}

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

.color_view .inf {
  background-color: #f5f5f5;
  padding: 190px 0 255px;
  background: url(../img/color-inf001.jpg) no-repeat center;
  background-size: cover;
}

.color_view .inf .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  white-space: pre-wrap;
}

.color_view .inf .txt h3 span {
  font-size: 66px;
  line-height: 80px;
  color: #f27416;
  font-family: DINNextLTProM;
}

.color_view .inf .txt p {
  font-size: 24px;
  line-height: 35px;
  color: #333333;
  white-space: pre-wrap;
}

.gongyi_view .tit1 {
  text-align: center;
}

.gongyi_view .tit1 h3 {
  font-size: 48px;
  line-height: 1;
  color: #333333;
  font-family: Current_Regular;
  text-transform: uppercase;
  white-space: pre-wrap;
}

.gongyi_view .tit1 h5 {
  font-size: 24px;
  line-height: 1;
  color: #333333;
  margin-top: 18px;
}

.gongyi_view .process {
  background: url(../img/process-bg001.jpg) no-repeat center;
  background-size: cover;
  padding: 140px 0 100px;
  overflow: hidden;
}

.gongyi_view .process .tit1 {
  text-align: left;
}

.gongyi_view .process .process-swiper {
  padding-bottom: 110px;
  margin-top: 65px;
  overflow: visible;
}

.gongyi_view .process .process-swiper .swiper-slide {
  width: 460px;
}

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

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

.gongyi_view .process .process-swiper .button-prev {
  width: 55px;
  height: 55px;
  background: url(../img/process-left001.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition-duration: .3s;
  cursor: pointer;
}

.gongyi_view .process .process-swiper .button-prev:hover {
  background-image: url(../img/process-left002.png);
}

.gongyi_view .process .process-swiper .button-next {
  width: 55px;
  height: 55px;
  background: url(../img/process-left001.png) no-repeat center;
  position: absolute;
  background-size: contain;
  border-radius: 50%;
  bottom: 0;
  left: 65px;
  transition-duration: .3s;
  transform: rotate(180deg);
  cursor: pointer;
}

.gongyi_view .process .process-swiper .button-next:hover {
  background-image: url(../img/process-left002.png);
}

.gongyi_view .production {
  padding: 140px 0;
}

.gongyi_view .production .production-swiper {
  margin-top: 50px;
}

.gongyi_view .production .production-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.gongyi_view .production .production-swiper .swiper-slide .pic {
  width: 61%;
  height: 530px;
  position: relative;
  overflow: hidden;
}

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

.gongyi_view .production .production-swiper .swiper-slide .txt {
  width: 39%;
  height: 530px;
  padding: 10% 10% 0;
  background-color: #f5f5f5;
}

.gongyi_view .production .production-swiper .swiper-slide .txt h3 {
  font-size: 36px;
  line-height: 1.4;
  color: #333333;
}

.gongyi_view .production .production-swiper .swiper-slide .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  white-space: pre-wrap;
  margin-top: 40px;
}

.gongyi_view .production .box-swiper {
  padding: 0 85px;
  position: relative;
  margin-top: 40px;
}

.gongyi_view .production .box-swiper .swiper-slide {
  width: 240px;
}

.gongyi_view .production .box-swiper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 58%;
}

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

.gongyi_view .production .box-swiper .swiper-slide a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0 solid #ca0d0d;
  z-index: 1;
}

.gongyi_view .production .box-swiper .swiper-slide-active a::before {
  border-width: 4px;
}

.gongyi_view .production .box-swiper .button-prev {
  width: 66px;
  height: 100%;
  background: url(../img/production-left001.png) no-repeat center;
  background-color: #ca0d0d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition-duration: .3s;
  cursor: pointer;
}

.gongyi_view .production .box-swiper .button-prev:hover {
  background-color: #ddd;
}

.gongyi_view .production .box-swiper .button-next {
  width: 66px;
  height: 100%;
  background: url(../img/production-left001.png) no-repeat center;
  position: absolute;
  background-color: #ca0d0d;
  bottom: 0;
  right: 0;
  transition-duration: .3s;
  transform: rotate(180deg);
  cursor: pointer;
}

.gongyi_view .production .box-swiper .button-next:hover {
  background-color: #ddd;
}

.gongyi_view .material {
  background-color: #f5f5f5;
  padding: 60px 0 80px;
}

.gongyi_view .material .con {
  margin-top: 60px;
}

.gongyi_view .material .con img {
  width: 100%;
}

.gongyi_view .material .txt {
  margin-top: 45px;
}

.gongyi_view .material .txt p {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  white-space: pre-wrap;
  text-align: center;
}

.gongyi_view .quality {
  padding: 110px 0;
}

.gongyi_view .quality .ban img {
  width: 100%;
}

.gongyi_view .quality .txt {
  padding: 115px 0;
  padding-left: 135px;
}

.gongyi_view .quality .txt .tit1 {
  text-align: left;
}

.gongyi_view .quality .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  white-space: pre-wrap;
  margin-top: 50px;
}

.gongyi_view .quality .quality-swiper {
  padding-bottom: 90px;
}

.gongyi_view .quality .quality-swiper .swiper-slide {
  width: 470px;
}

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

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

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

.gongyi_view .quality .quality-swiper .swiper-slide h5 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 20px;
}

.gongyi_view .quality .quality-swiper .box_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gongyi_view .quality .quality-swiper .box_btn .swiper-pagination {
  position: relative;
  top: -2px;
}

.gongyi_view .quality .quality-swiper .box_btn .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.gongyi_view .quality .quality-swiper .box_btn .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.gongyi_view .quality .quality-swiper .box_btn .button-prev {
  width: 35px;
  height: 25px;
  cursor: pointer;
  background: url(../img/color-pro003.png) no-repeat center;
  margin-right: 20px;
  z-index: 1;
}

.gongyi_view .quality .quality-swiper .box_btn .button-prev:hover {
  opacity: 0.8;
}

.gongyi_view .quality .quality-swiper .box_btn .button-next {
  width: 35px;
  height: 25px;
  cursor: pointer;
  background: url(../img/color-pro003.png) no-repeat center;
  margin-left: 20px;
  z-index: 1;
  transform: rotate(180deg);
}

.gongyi_view .quality .quality-swiper .box_btn .button-next:hover {
  opacity: 0.8;
}

.c-box-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-box-wrap .c-left {
  width: 65%;
}

@media (max-width: 748px) {
  .c-box-wrap .c-left {
    width: 100%;
  }
}

@media (max-width: 748px) {
  .c-box-wrap .c-left .c-title {
    font-size: 1.2rem;
  }
}

.c-box-wrap .c-left .c-time-box {
  margin: 0.2rem 0 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #999;
  justify-content: space-between;
}

@media (max-width: 748px) {
  .c-box-wrap .c-left .c-time-box {
    margin: 0.5rem 0 1.5rem;
  }
}

.c-box-wrap .c-left .c-time-box .c-time {
  padding-right: 20px;
}

.c-box-wrap .c-left .c-time-box .bshare-custom {
  display: flex;
  align-items: center;
}

.c-box-wrap .c-left .c-time-box .bshare-custom span {
  font-size: 16px;
}

@media (max-width: 1580px) {
  .c-box-wrap .c-left .c-time-box .bshare-custom span {
    font-size: 14px;
  }
}

.c-box-wrap .c-left .c-text-box {
  margin-bottom: 40px;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
  margin-top: 40px;
}

@media (max-width: 748px) {
  .c-box-wrap .c-left .c-text-box {
    margin-bottom: 1.5rem;
    padding: 1.5rem 0;
  }
}

.c-box-wrap .c-left .c-text-box img {
  max-width: 100%;
  height: auto !important;
}

.c-box-wrap .c-left .c-link-box {
  display: flex;
  align-items: center;
}

.c-box-wrap .c-left .c-link-box .c-lt {
  flex-grow: 1;
  line-height: 1.8;
  padding-right: 40px;
}

.c-box-wrap .c-left .c-link-box .c-lt p:nth-child(2) {
  margin-top: 10px;
}

.c-box-wrap .c-left .c-link-box .c-lt a {
  color: #666;
  transition: all 0.5s;
}

.c-box-wrap .c-left .c-link-box .c-lt a span {
  display: inline-block;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #666666;
  background-color: #f4f4f4;
  display: inline-flex;
  margin-right: 20px;
}

.c-box-wrap .c-left .c-link-box .c-lt a:hover {
  color: #ca0d0d;
}

.c-box-wrap .c-left .c-link-box .c-gt {
  flex-shrink: 0;
}

.c-box-wrap .c-left .c-link-box .c-gt a {
  display: inline-block;
  padding-left: 25px;
  padding: 14px 25px 14px 55px;
  background: url(../img/back-ico002.png) no-repeat left 18px center;
  color: #fff;
  background-color: #ca0d0d;
  transition-duration: .3s;
}

.c-box-wrap .c-left .c-link-box .c-gt a:hover {
  background-color: #999;
}

.c-box-wrap .c-right {
  position: sticky;
  top: 120px;
  width: 29%;
  padding-left: 4%;
  border-left: 1px solid #d7d7d7;
  padding-top: 50px;
}

@media (max-width: 972px) {
  .c-box-wrap .c-right {
    top: 80px;
  }
}

@media (max-width: 748px) {
  .c-box-wrap .c-right {
    padding-top: 3rem;
    position: relative;
    top: 0;
    width: 100%;
  }
}

.c-box-wrap .c-right .c-title {
  margin-bottom: 40px;
  color: #333333;
  line-height: 1;
  font-size: 26px;
  padding-left: 20px;
  border-left: 4px solid #ca0d0d;
}

@media (max-width: 748px) {
  .c-box-wrap .c-right .c-title {
    margin-bottom: 1rem;
  }
}

.c-box-wrap .c-right .c-list {
  margin-bottom: 30px;
}

.c-box-wrap .c-right .code {
  padding: 35px 45px;
  background-color: #f2f2f2;
}

.c-box-wrap .c-right .code img {
  width: 100%;
}

.c-box-wrap .c-right .code h3 {
  font-size: 15px;
  line-height: 1;
  color: #000000;
  margin-top: 20px;
  text-align: center;
}

.c-box-wrap .c-right .c-list li {
  padding-bottom: 45px;
}

@media (max-width: 748px) {
  .c-box-wrap .c-right .c-list li {
    padding-bottom: 1.5rem;
  }
}

.c-box-wrap .c-right .c-list li .c-wrap {
  display: block;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
  height: 0 !important;
  padding-bottom: 54.5%;
  position: relative;
  overflow: hidden;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

@media (max-width: 1580px) {
  .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
    height: 2.4rem;
  }
}

@media (max-width: 748px) {
  .c-box-wrap .c-right .c-list li .c-wrap .c-img-box {
    height: 10rem;
  }
}

.c-box-wrap .c-right .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-time {
  margin: 20px 0 0;
  color: #666;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

@media (max-width: 748px) {
  .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-time {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: normal;
  }
}

.c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-title2 {
  font-size: 20px;
  color: #333;
  transition: all 0.5s;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.c-box-wrap .c-right .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.c-box-wrap .c-right .c-list li .c-wrap:hover .c-text-box .c-title2 {
  color: #ca0d0d;
}

.contact_view .way {
  padding: 90px 0;
}

.contact_view .way .tit {
  text-align: left;
}

.contact_view .way .tit h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.contact_view .way .tit h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 15px;
}

.contact_view .way .tit h5::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: relative;
  top: -10px;
  margin-left: 12px;
}

.contact_view .way .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  align-items: flex-start;
}

.contact_view .way .con .code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.contact_view .way .con .code li {
  margin-right: 40px;
}

.contact_view .way .con .code li:last-child {
  margin-right: 0;
}

.contact_view .way .con .code li img {
  width: 130px;
  border: 1px solid #999999;
}

.contact_view .way .con .code li h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #666666;
  text-align: center;
  margin-top: 18px;
}

.contact_view .way .con .list {
  width: 62.8%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact_view .way .con .list li {
  width: 45%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.contact_view .way .con .list li:nth-child(n+3) {
  margin-top: 45px;
}

.contact_view .way .con .list li h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
}

.contact_view .way .con .list li h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-top: 8px;
}

.contact_view .way .con .list li h6 {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
}

.contact_view .map {
  height: 795px;
}

.bran_view .tit1 {
  text-align: center;
}

.bran_view .tit1 i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/gonyi-ico01.png) no-repeat center;
}

.bran_view .tit1 h3 {
  font-size: 36px;
  line-height: 1;
  color: #222222;
  margin-top: 20px;
}

.bran_view .tit1 h5 {
  font-size: 48px;
  line-height: 1;
  color: #222222;
  margin-top: 20px;
  font-family: DINNextLTProM;
}

.bran_view .brand1 {
  padding: 105px 0 110px;
  background: url(../img/brand1-bg001.jpg) no-repeat center;
  background-size: cover;
}

.bran_view .brand1 .list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bran_view .brand1 .list li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  align-items: stretch;
}

.bran_view .brand1 .list li .pic {
  width: 36.5%;
  height: 365px;
  overflow: hidden;
  position: relative;
}

.bran_view .brand1 .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.bran_view .brand1 .list li .pic:hover img {
  transform: scale(1.1);
}

.bran_view .brand1 .list li .txt {
  width: 63.5%;
  padding: 70px 45px 0;
}

.bran_view .brand1 .list li .txt h3 {
  font-size: 36px;
  line-height: 1;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
}

.bran_view .brand1 .list li .txt h4 {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-top: 12px;
}

.bran_view .brand1 .list li .txt p {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  margin-top: 25px;
  white-space: pre-wrap;
  font-weight: bold;
}

.bran_view .brand2 {
  padding-top: 110px;
}

.bran_view .brand2 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}

.bran_view .brand2 .list li {
  width: 50%;
}

.bran_view .brand2 .list li:nth-child(odd) {
  text-align: right;
}

.bran_view .brand3 {
  padding-top: 150px;
}

.bran_view .brand3 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}

.bran_view .brand3 .list li {
  width: 32.8%;
}

.bran_view .brand3 .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 125%;
  overflow: hidden;
}

.bran_view .brand3 .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.bran_view .brand3 .list li .pic:hover .txt {
  background-color: rgba(242, 116, 22, 0.7);
  bottom: 80px;
  top: 80px;
  justify-content: center;
}

.bran_view .brand3 .list li .pic .txt {
  position: absolute;
  top: 80px;
  right: 60px;
  left: 60px;
  bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  transition-duration: .3s;
}

.bran_view .brand3 .list li .pic .txt h3 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}

.bran_view .brand3 .list li .pic .txt h5 {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin-top: 18px;
}

.bran_view .brand4 {
  padding-top: 160px;
}

.bran_view .brand4 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bran_view .brand4 .txt {
  width: 50%;
  padding-left: 15%;
}

.bran_view .brand4 .txt h4 {
  font-size: 14px;
  line-height: 35px;
  color: #333333;
  padding-top: 65px;
  white-space: pre-wrap;
}

.bran_view .brand4 .txt h4 span {
  font-size: 48px;
  line-height: 1.5;
  color: #f27416;
  margin-top: 40px;
  display: block;
  font-weight: bold;
}

.bran_view .brand4 .txt h5 {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  margin-top: 95px;
  font-family: Current_Regular;
  text-decoration: underline;
}

.bran_view .brand4 .tit {
  width: 50%;
}

.bran_view .brand5 {
  padding-top: 170px;
  padding-bottom: 105px;
}

.bran_view .brand5 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.bran_view .brand5 .tit1 {
  text-align: left;
}

.bran_view .brand5 .list {
  width: 72%;
  margin-bottom: -50px;
}

.bran_view .brand5 .list li {
  padding-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.bran_view .brand5 .list li img {
  width: 36.5%;
}

.bran_view .brand5 .list li .txt {
  width: 57%;
}

.bran_view .brand5 .list li .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 32px;
  font-weight: bold;
}

.bran_view .brand5 .list li .txt h5 {
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  margin-top: 5px;
}

.bran_view .brand5 .list li .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  white-space: pre-wrap;
  margin-top: 40px;
}

.bran_view .brand6 {
  text-align: center;
  padding: 75px 0;
  background-color: #f7f7f7;
}

.bran_view .brand6 a {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  padding: 16px 98px;
  background-color: #f27416;
  border-radius: 50px;
  border: 9px solid #f6ddca;
  transition-duration: .3s;
}

.bran_view .brand6 a:hover {
  border-color: #ddd;
}

.footer {
  padding-top: 100px;
  background-color: #f7f7f7;
}

.footer .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .logo_box {
  width: 100%;
}

.footer .nav {
  width: 65.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 65px;
}

.footer .nav dl dt {
  margin-bottom: 30px;
}

.footer .nav dl dt a {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  font-family: SourceHanSansCN;

}

.footer .nav dl dt a:hover {
  color: #999;
}

.footer .nav dl dd {
  margin-bottom: 12px;
}

.footer .nav dl dd a {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  font-family: 思源黑体 CN;
  font-weight: lighter;
}

.footer .nav dl dd a:hover {
  color: #333;
}

.footer .item .codes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.footer .item .codes li {
  margin-right: 10px;
}

.footer .item .codes li img {
  width: 103px;
  border: 1px solid #d7d7d7;
}

.footer .item .codes li h3 {
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
  margin-top: 15px;
  text-align: center;
}

.footer .item .codes li:last-child {
  margin-right: 0;
}

.footer .item .txt h3 {
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
  margin-top: 40px;
  text-align: right;
}

.footer .item .txt span {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  margin-top: 20px;
  display: block;
  font-family: DIN Next LT Pro;
}

.footer .copy {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  border-top: 1px solid #d7d7d7;
}

.footer .copy p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  white-space: pre-wrap;
}

.footer .copy p a:hover {
  color: #999;
}

.footer .copy .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.footer .copy .links a {
  margin-left: 12px;
}

.footer .copy .links a img {
  width: 35px;
  height: 35px;
  background-color: #d8d8d8;
  object-fit: scale-down;
  border-radius: 50%;
  transition-duration: .3s;
}

.footer .copy .links a:hover img {
  background-color: #777;
}

.navbar3 {
  background-color: #fff;
}

.navbar3 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar3 .add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1;
  color: #a9a9a9;
}

.navbar3 .add li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.navbar3 .add li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: auto;
  background-size: contain;
}

.navbar3 .tabs {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.navbar3 .tabs a {
  font-size: 16px;
  line-height: 1;
  color: #3c3c3c;
  padding: 17px 45px;
  margin-left: 8px;
  transition-duration: .3s;
}

.navbar3 .tabs a:hover, .navbar3 .tabs a.on {
  background-color: #ca0d0d;
  color: #fff;
}

.advantages_view {
  overflow: hidden;
  padding: 120px 0 90px;
}

.advantages_view .tit {
  text-align: center;
}

.advantages_view .tit h3 {
  font-size: 40px;
  line-height: 1;
  color: #333333;
  font-weight: bold;
}

.advantages_view .tit p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  white-space: pre-wrap;
  margin-top: 30px;
}

.advantages_view .tabs-box {
  position: relative;
}

.advantages_view .tabs-box::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  bottom: 0;
}

.advantages_view .tabs-box::before {
  content: '';
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
  top: 0;
}

.advantages_view .tabs-swiper {
  margin-top: 70px;
  border-left: 1px solid #d7d7d7;
}

.advantages_view .tabs-swiper .swiper-slide {
  width: 240px;
  height: 140px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #d7d7d7;
  cursor: pointer;
}

.advantages_view .tabs-swiper .swiper-slide .pic {
  width: 45px;
  height: 45px;
  position: relative;
}

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

.advantages_view .tabs-swiper .swiper-slide .pic .ico2 {
  opacity: 0;
  visibility: hidden;
}

.advantages_view .tabs-swiper .swiper-slide h3 {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  margin-top: 15px;
}

.advantages_view .tabs-swiper .swiper-slide:hover, .advantages_view .tabs-swiper .swiper-slide-active {
  background-color: #ca0d0d;
}

.advantages_view .tabs-swiper .swiper-slide:hover .pic .ico2, .advantages_view .tabs-swiper .swiper-slide-active .pic .ico2 {
  opacity: 1;
  visibility: visible;
}

.advantages_view .tabs-swiper .swiper-slide:hover h3, .advantages_view .tabs-swiper .swiper-slide-active h3 {
  color: #fff;
}

.advantages_view .adv-swiper {
  margin-top: 60px;
}

.advantages_view .adv-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}

.advantages_view .adv-swiper .swiper-slide .txt {
  width: 52%;
  border: 1px solid #d7d7d7;
  padding: 130px 3% 0 6%;
  position: relative;
}

.advantages_view .adv-swiper .swiper-slide .txt h3 {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  padding: 12px 30px;
  background-color: #ca0d0d;
  border-top-right-radius: 20px;
  position: absolute;
  left: 0;
  top: 45px;
}

.advantages_view .adv-swiper .swiper-slide .txt h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
}

.advantages_view .adv-swiper .swiper-slide .txt h5 {
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
  margin-top: 5px;
}

.advantages_view .adv-swiper .swiper-slide .txt i {
  width: 100px;
  height: 2px;
  background-color: #ca0d0d;
  display: block;
  margin-top: 35px;
}

.advantages_view .adv-swiper .swiper-slide .txt p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  white-space: pre-wrap;
  margin-right: 50px;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.advantages_view .adv-swiper .swiper-slide .txt span {
  font-size: 100px;
  line-height: 1;
  color: #f0f0f0;
  position: absolute;
  right: 80px;
  bottom: 45px;
}

.advantages_view .adv-swiper .swiper-slide .pic {
  width: 48%;
  height: 550px;
  position: relative;
}

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

.product_view {
  padding-top: 60px;
}

.product_view .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.product_view .item h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
}

.product_view .item h3::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #333333;
  display: inline-block;
  position: relative;
  top: -11px;
  margin-left: 12px;
  transition-duration: .3s;
}

.product_view .item form {
  position: relative;
}

.product_view .item form input {
  width: 345px;
  height: 55px;
  border: 1px solid #999999;
  padding: 0 60px 0 22px;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}

.product_view .item form button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 55px;
  background: url(../img/search-ico03.png) no-repeat center;
  background-color: #ca0d0d;
  cursor: pointer;
  transition-duration: .3s;
}

.product_view .pro-naver {
  margin-top: 50px;
  /* border: 1px solid #dedede; */
}

.product_view .pro-naver .box {
  /* border-bottom: 1px solid #dedede; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-items: stretch;
}

.product_view .pro-naver .box h3 {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  width: 119px;
  min-height: 58px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #ca0d0d;
  display: none;
}

.product_view .pro-naver .box .list1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.product_view .pro-naver .box .list1 a {
  margin: 10px 40px 20px 0;
  padding: 14px 23px;
  font-size: 16px;
  line-height: 1;
  color: #333;
  position: relative;
  border: 1px solid #999999;
}

.product_view .pro-naver .box .list1 a::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #3f3f3f;
  position: absolute;
  bottom: -7px;
  transition-duration: .3s;
  opacity: 0;
}

/* .product_view .pro-naver .box .list1 a::before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: #999;
  top: 0px;
  right: -30px;
  position: absolute;
} */

/* .product_view .pro-naver .box .list1 a:last-child::before {
  display: none;
} */

.product_view .pro-naver .box .list1 a:hover, .product_view .pro-naver .box .list1 a.on {
  color: #ffffff;
  background-color: #ca0d0d;
  border: 1px solid #ffffff;
}

/* .product_view .pro-naver .box .list1 a:hover::after, .product_view .pro-naver .box .list1 a.on::after {
  opacity: 1;
} */

.product_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 85px;
  margin-bottom: -90px;
}

.product_view .list li {
  width: 47.3%;
  margin-bottom: 65px;
  margin-bottom: 90px;
}

.product_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 64.28%;
  overflow: hidden;
}

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

.product_view .list li .txt {
  padding-top: 35px;
}

.product_view .list li .txt h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_view .list li .txt h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  display: inline-block;
  margin-top: 12px;
  padding-right: 18px;
  padding-bottom: 15px;
  border-bottom: 2px solid #333333;
}

.product_view .list li:hover .pic img {
  transform: scale(1.1);
}

.product_view .list li:hover .txt h3 {
  color: #ca0d0d;
}

.sidebar_pro {
  padding: 55px 4% 160px;
  background-color: #fff;
  margin-bottom: 60px;
}

.sidebar_pro .com-tit2 {
  margin-bottom: 30px;
}

.sidebar_pro .com-tit2 h3 {
  font-size: 24px;
}

.sidebar_pro .com-tit2 h5 {
  font-size: 14.5px;
}

.sidebar_pro form {
  display: block;
  position: relative;
  margin-top: 125px;
}

.sidebar_pro form input {
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #999999;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

.sidebar_pro form button {
  width: 50px;
  height: 40px;
  background: url(../img/search-ico02.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.sidebar_pro dl {
  margin-bottom: 20px;
  user-select: none;
}

.sidebar_pro dl.on dt {
  color: #fefefe;
  background-color: #ca0d0d;
}

.sidebar_pro dl.on dt::after {
  opacity: 1;
  visibility: visible;
}

.sidebar_pro dl.on dt span {
  opacity: 1;
}

.sidebar_pro dl.on dd {
  height: auto;
  margin-top: 25px;
  opacity: 1;
}

.sidebar_pro dl dt:hover {
  color: #fefefe;
  background-color: #ca0d0d;
}

.sidebar_pro dl dt:hover span {
  opacity: 1;
}

.sidebar_pro dl dt:hover::after {
  opacity: 1;
  visibility: visible;
}

.sidebar_pro dl dt {
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
  padding-left: 13%;
  height: 45px;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.sidebar_pro dl dt span {
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #fff;
  vertical-align: bottom;
  margin-right: 14px;
  opacity: 0;
}

.sidebar_pro dl dt::after {
  content: '';
  display: block;
  width: 9px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition-duration: .3s;
}

.sidebar_pro dl dd {
  padding-left: 13%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: .3s;
  position: relative;
}

.sidebar_pro dl dd::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/on-ico001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 7%;
  top: 56%;
  transform: translateY(-50%);
  transition-duration: .3s;
}

.sidebar_pro dl dd a {
  font-size: 16px;
  line-height: 1;
  color: #333333;
}

.sidebar_pro dl dd.on::after {
  background-image: url(../img/on-ico002.png);
}

.sidebar_pro dl dd a:hover {
  color: #999;
}

.col-l {
  width: 22%;
}

.col-r {
  width: 75%;
}

.fast_box {
  padding: 70px 0 140px;
}

.fast_box .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.fast_box .item {
  width: 32.2%;
  position: relative;
}

.fast_box .item .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 136%;
  overflow: hidden;
}

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

.fast_box .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.fast_box .item .txt h5 {
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 65px;
}

.fast_box .item .txt h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: PLUMB, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.fast_box .item .txt img {
  margin-bottom: 135px;
}

.fast_box .item:hover .txt {
  background-color: transparent;
}

.fast_box .item:hover .pic img {
  transform: scale(1.1);
}

.brand_view {
  padding: 160px 0 115px;
}

.brand_view .com-tit2 p {
  max-width: 1030px;
  margin: 0 auto;
  margin-top: 55px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  text-align: left;
}

.brand_view .con {
  margin-top: 100px;
}

.brand_view .con .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}

.brand_view .con .txt {
  width: 50%;
  background-color: #f3f3f3;
  padding: 0 9.5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
}

.brand_view .con .txt h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  padding-right: 110px;
  display: inline-block;
  background: url(../img/brand-ico001.png) no-repeat right center;
  position: relative;
  font-weight: bold;
}

.brand_view .con .txt h3::after {
  content: '';
  display: block;
  width: 30px;
  height: 23px;
  background: url(../img/brand-ico002.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 0;
}

.brand_view .con .txt p {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  margin-top: 30px;
  position: relative;
}

.brand_view .con .txt p::after {
  content: '';
  display: block;
  width: 12px;
  height: 10px;
  background: url(../img/brand-ico003.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -12px;
  left: 35%;
}

.brand_view .con .pic {
  width: 50%;
}

.honor_view {
  background-color: #f3f3f3;
  padding: 120px 0 125px;
}

.honor_view .list {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -55px;
}

.honor_view .list li {
  width: 30.2%;
  margin-right: 4.7%;
  margin-bottom: 55px;
}

.honor_view .list li:nth-child(3n) {
  margin-right: 0;
}

.honor_view .list li a {
  display: block;
  padding: 50px 40px 35px;
  background-color: #fff;
}

.honor_view .list li h4 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #e50012;
  padding: 8px 12px;
  border: 2px solid #ca0d0d;
  border-radius: 40px;
}

.honor_view .list li h3 {
  margin-top: 70px;
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.honor_view .list li .pic {
  margin-top: 35px;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}

.honor_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition-duration: .3s;
}

.honor_view .list li .pic:hover img {
  transform: scale(1.1);
}

.honor_view .more {
  text-align: center;
}

.honor_view .more a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 20px 85px 20px 50px;
  border-radius: 56px;
  background: url(../img/more-ico03.png) no-repeat right 50px center;
  background-color: #ca0d0d;
  margin-top: 80px;
  transition-duration: .3s;
}

.honor_view .more a:hover {
  background-color: #333;
}

.factory_view {
  background-color: #f3f3f3;
  padding: 120px 0 125px;
}

.factory_view .list {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -70px;
}

.factory_view .list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 70px;
}

.factory_view .list li:nth-child(3n) {
  margin-right: 0;
}

.factory_view .list li a {
  display: block;
  background-color: #fff;
  overflow: hidden;
}

.factory_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.factory_view .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition-duration: .3s;
}

.factory_view .list li h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 25px 15px;
  text-align: center;
}

.factory_view .list li:hover .pic img {
  transform: scale(1.1);
}

.factory_view .more {
  text-align: center;
}

.factory_view .more a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 20px 85px 20px 50px;
  border-radius: 56px;
  background: url(../img/more-ico03.png) no-repeat right 50px center;
  background-color: #ca0d0d;
  margin-top: 80px;
  transition-duration: .3s;
}

.factory_view .more a:hover {
  background-color: #333;
}

.naver2 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.naver2 .wrap .tabs {
  width: 75%;
  white-space: nowrap;
}

.naver2 .wrap .tabs a {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  padding: 30px 25px;
  margin-right: 3%;
  display: inline-block;
  transition-duration: .3s;
  position: relative;
}

.naver2 .wrap .tabs a::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #ca0d0d;
  opacity: 0;
  transition-duration: .3s;
  position: absolute;
}

.naver2 .wrap .tabs a:hover:after, .naver2 .wrap .tabs a.on:after {
  opacity: 1;
}

.naver2 .wrap .cur {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  background: url(../img/icon_home-002.png) no-repeat left center;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.naver2 .wrap .cur li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.naver2 .wrap .cur li:nth-of-type(n+3)::before {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  top: 52%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url("../img/jt.png") no-repeat;
  background-size: contain;
}

.naver2 .wrap .cur li a:hover {
  color: #ca0d0d;
}


.case2_view {
  padding-top: 110px;
  background-color: #f3f3f3;
}

.case2_view .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -70px;
}

.case2_view .list li {
  width: 48%;
  margin-bottom: 70px;
}

.case2_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}

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

.case2_view .list li:hover .pic img {
  transform: scale(1.1);
}

.case2_view .list li:hover .txt .box h3 {
  color: #ca0d0d;
}

.case2_view .list li .txt {
  padding: 20px 0;
  height: 150px;
  background-color: #fff;
  padding-left: 170px;
  padding-right: 20px;
  position: relative;
}

.case2_view .list li .txt .time {
  width: 140px;
  height: 110px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #999999;
  font-family: PLUMB;
  border-right: 1px solid #999999;
  position: absolute;
  left: 0;
  top: 20px;
}

.case2_view .list li .txt .time span {
  display: block;
  font-size: 48px;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}

.case2_view .list li .txt .box {
  padding-top: 20px;
}

.case2_view .list li .txt .box h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.case2_view .list li .txt .box i {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/case-ico002.png) no-repeat center;
  background-size: contain;
}

.case2-info_view {
  padding: 110px 0 120px;
}

.case2-info_view .wrap {
  max-width: 1200px;
}

.case2-info_view .tit {
  font-size: 36px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.case2-info_view .edit {
  padding: 60px 0 70px;
}

.case2-info_view .back {
  text-align: center;
}

.case2-info_view .back a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 20px 50px 20px 85px;
  border-radius: 56px;
  background: url(../img/back-ico002.png) no-repeat left 50px center;
  background-color: #ca0d0d;
  transition-duration: .3s;
}

.case2-info_view .back a:hover {
  background-color: #333;
}

.solution {
  padding: 70px 0 60px;
}

.solution .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.solution .tit {
  width: 100%;
  margin-bottom: 55px;
}

.solution .solution-swiper {
  margin: 0;
  width: 79%;
}

.solution .solution-swiper .pic {
  height: 755px;
  position: relative;
  overflow: hidden;
}

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

.solution .solution-swiper .pic::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/solution-left01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50px;
  bottom: 40px;
}

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

.solution .item {
  width: 21%;
  padding-left: 4%;
  position: relative;
  z-index: 1;
}

.solution .item h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  margin-top: 65px;
  position: relative;
}

.solution .item h3::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #ca0d0d;
  margin-left: 25px;
  margin-bottom: 10px;
}

.solution .item p {
  font-size: 19px;
  line-height: 24px;
  color: #666666;
  margin-top: 25px;
}

.solution .item .tabs {
  position: relative;
  margin-top: 50px;
  margin-bottom: -20px;
}

.solution .item .tabs a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 19px;
  line-height: 1.2;
  color: #999999;
  padding-right: 20px;
  margin-bottom: 20px;
  height: 80px;
}

.solution .item .tabs a img {
  width: 30px;
  height: 30px;
  object-fit: scale-down;
  transition-duration: .3s;
}

.solution .item .tabs a .ico1 {
  display: none;
}

.solution .item .tabs a.on {
  transform: scale(1.3) translateX(-11%);
  background-color: #ca0d0d;
  color: #fff;
  padding: 0 15px 0 30px;
  margin-left: -40px;
}

.solution .item .tabs a.on .ico1 {
  display: block;
}

.solution .item .tabs a.on .ico2 {
  display: none;
}

.solution .item .sub {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.solution .item .sub li {
  margin-left: 10px;
}

.solution .item .sub li h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}

.w1520 {
  width: 1520px;
}

.solution_view .tit {
  padding: 120px 0 70px;
}

.solution_view .tit .wrap {
  text-align: center;
}

.solution_view .tit p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  margin-top: 40px;
  white-space: pre-wrap;
}

.solution_view .tit .ico1 {
  margin-top: 50px;
}

.solution_view .con {
  background-color: #f8f8f8;
  padding: 115px 0;
}

.solution_view .con .list {
  margin-bottom: -120px;
}

.solution_view .con .list li {
  margin-bottom: 120px;
}

.solution_view .con .list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}

.solution_view .con .list li:nth-child(2n) a .pic {
  order: 1;
}

.solution_view .con .list li .pic {
  width: 62.5%;
  height: 580px;
  position: relative;
  overflow: hidden;
}

.solution_view .con .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.solution_view .con .list li .pic:hover img {
  transform: scale(1.1);
}

.solution_view .con .list li .txt {
  width: 37.5%;
  background-color: #fff;
  position: relative;
  padding: 120px 8% 0;
}

.solution_view .con .list li .txt .bg {
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.solution_view .con .list li .txt h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  position: relative;
  z-index: 1;
}

.solution_view .con .list li .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.solution_view .con .list li .txt .more {
  width: 165px;
  height: 48px;
  border: 3px solid #ca0d0d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  transition-duration: .3s;
  background-color: #ca0d0d;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.solution_view .con .list li .txt .more img {
  margin-left: 10px;
}

.solution_view .con .list li .txt .more:hover {
  background-color: #fff;
  color: #333;
}

.solution_view .case_t {
  padding-top: 120px;
  padding-bottom: 100px;
  background: url(../img/case-bg001.jpg) no-repeat bottom center;
}

.solution_view .case_t .tit2 {
  position: relative;
}

.solution_view .case_t .tit2 h3 {
  font-size: 70px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 1px #e2e2e2;
  font-weight: bold;
}

.solution_view .case_t .tit2 h5 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  margin-top: 10px;
}

.solution_view .case_t .tit2 h5::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 4px;
  background-color: #2aa9a7;
  margin-left: 22px;
  margin-bottom: 10px;
}

.solution_view .case_t .tit2 a {
  width: 165px;
  height: 48px;
  border: 3px solid #ca0d0d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  background-color: #ca0d0d;
  position: absolute;
  right: 0;
  top: 20px;
  transition-duration: .3s;
  margin-top: 17px;
}

.solution_view .case_t .tit2 a img {
  margin-left: 10px;
}

.solution_view .case_t .tit2 a:hover {
  background-color: #fff;
  color: #333;
}

.solution_view .case_t .case-swiper {
  margin-top: 65px;
}

.solution_view .case_t .case-swiper .swiper-pagination {
  display: none;
  bottom: 0;
}

.solution_view .case_t .case-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.solution_view .case_t .case-swiper .swiper-slide {
  width: 457px;
}

.solution_view .case_t .case-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 63.1%;
  overflow: hidden;
}

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

.solution_view .case_t .case-swiper .swiper-slide .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/case-ico001.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.solution_view .case_t .case-swiper .swiper-slide .txt {
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.solution_view .case_t .case-swiper .swiper-slide .txt h3 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
}

.solution_view .case_t .case-swiper .swiper-slide:hover .pic::after {
  opacity: 1;
}

.solution-info_view .txt1 {
  padding: 65px 0 110px;
}

.solution-info_view .txt1 .wrap {
  max-width: 1290px;
}

.solution-info_view .txt1 h1 {
  font-size: 40px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

.solution-info_view .txt1 p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  margin-top: 60px;
}

.solution-info_view .txt1 img {
  margin-top: 80px;
}

.solution-info_view .txt2 {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.solution-info_view .txt2 .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.solution-info_view .txt2 .left {
  width: 35.75%;
}

.solution-info_view .txt2 .left h3 {
  font-size: 40px;
  line-height: 1.5;
  color: #333333;
}

.solution-info_view .txt2 .left p {
  font-size: 18px;
  line-height: 40px;
  color: #333333;
  margin-top: 40px;
}

.solution-info_view .txt2 .pic {
  width: 43%;
}

.solution-info_view .txt3 {
  height: 930px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  background-size: 1920px 930px;
  background-position: top center;
}

.solution-info_view .txt3 .box {
  width: 780px;
  background-color: rgba(202, 13, 13, 0.7);
  padding: 75px 5% 75px 12%;
  margin-top: 275px;
}

.solution-info_view .txt3 .box h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
}

.solution-info_view .txt3 .box h3 span {
  font-weight: bold;
  text-decoration: underline;
}

.solution-info_view .txt3 .box p {
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  margin-top: 45px;
}

.solution-info_view .txt4 {
  padding: 105px 0 160px;
}

.solution-info_view .txt4 .wrap {
  text-align: center;
}

.solution-info_view .txt4 h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
}

.solution-info_view .txt4 p {
  font-size: 18px;
  line-height: 35px;
  color: #333333;
  white-space: pre-wrap;
  margin-top: 30px;
}

.solution-info_view .txt4 .box {
  margin-top: 40px;
}

.back a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 15px 55px;
  border-radius: 45px;
  transition-duration: .3s;
  background: url(../img/back-ico001.png) no-repeat left 25px center;
  background-color: #ca0d0d;
}

.back a:hover {
  box-shadow: 1px 2px 5px #ddd;
  transform: translateY(-3px);
}

.case-info_view {
  padding-bottom: 110px;
}

.case-info_view .con {
  margin-top: 60px;
  padding: 55px 60px;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.case-info_view .con .case-swiper {
  width: 66%;
  margin: 0;
}

.case-info_view .con .case-swiper .pic {
  position: relative;
  height: 550px;
  overflow: hidden;
}

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

.case-info_view .con .txt {
  width: 34%;
  padding-left: 5%;
  padding-top: 70px;
}

.case-info_view .con .txt h3 {
  font-size: 37px;
  line-height: 1.5;
  color: #333333;
}

.case-info_view .con .txt p {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
  margin-top: 50px;
}

.case-info_view .con .txt .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 80px;
}

.case-info_view .con .txt .link a {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  width: 150px;
  height: 45px;
  border: 1px solid #b2b2b2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition-duration: .3s;
}

.case-info_view .con .txt .link a:hover {
  background-color: #2aa9a7;
  color: #fff;
  border-color: #ca0d0d;
}

.case-info_view .con .txt .link a:first-child {
  margin-right: 22px;
}

.case-info_view .tabs_box {
  padding: 45px 115px;
  background-color: #f0f0f0;
  position: relative;
}

.case-info_view .tabs_box .button-prev {
  cursor: pointer;
  width: 25px;
  height: 35px;
  background: url(../img/case-left001.png) no-repeat center;
  position: absolute;
  left: 45px;
  top: 41%;
  transition-duration: 0.3s;
}

.case-info_view .tabs_box .button-prev:hover {
  opacity: 0.8;
}

.case-info_view .tabs_box .button-next {
  cursor: pointer;
  width: 25px;
  height: 35px;
  background: url(../img/case-left001.png) no-repeat center;
  position: absolute;
  right: 45px;
  top: 41%;
  transition-duration: 0.3s;
  transform: rotate(180deg);
}

.case-info_view .tabs_box .button-next:hover {
  opacity: 0.8;
}

.case-info_view .tabs_box .tabs-swiper .swiper-slide {
  width: 250px;
}

.case-info_view .tabs_box .tabs-swiper .swiper-slide .pic {
  height: 150px;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
  transition-duration: .3s;
}

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

.case-info_view .tabs_box .tabs-swiper .swiper-slide .pic:hover {
  border-color: #ca0d0d;
}

.case-info_view .tabs_box .tabs-swiper .swiper-slide .pic:hover img {
  transform: scale(1.1);
}

.case-info_view .tabs_box .tabs-swiper .swiper-slide-active .pic {
  border-color: #ca0d0d;
}

.sort_tabs {
  margin: 65px 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}

.sort_tabs a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 13px 45px;
  font-size: 18px;
  line-height: 1;
  color: #333333;
  background-color: #f0f0f0;
  transition-duration: .3s;
  margin-right: 20px;
}

.sort_tabs a .ico {
  width: 45px;
  height: 45px;
  object-fit: scale-down;
  margin-right: 5px;
}

.sort_tabs a:last-child {
  margin-right: 0;
}

.sort_tabs a.on, .sort_tabs a:hover {
  background-color: #ca0d0d;
  color: #fff;
}

.sort_tabs a.on .ico, .sort_tabs a:hover .ico {
  filter: grayscale(100%) brightness(500%);
}

.pro_sort_view .list li {
  margin-bottom: 95px;
}

.pro_sort_view .list li .pic {
  height: 860px;
  position: relative;
  overflow: hidden;
}

.pro_sort_view .list li .pic .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.pro_sort_view .list li .pic:hover .bg {
  transform: scale(1.1);
}

.pro_sort_view .list li .pic:hover .txt {
  background-color: rgba(202, 13, 13, 0.6);
}

.pro_sort_view .list li .pic .txt {
  width: 495px;
  padding: 165px 35px 0 65px;
  height: 100%;
  background-color: rgba(202, 13, 13, 0.9);
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 1;
  transition-duration: .3s;
}

.pro_sort_view .list li .pic .txt h3 {
  font-size: 120px;
  line-height: 1;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  opacity: .6;
}

.pro_sort_view .list li .pic .txt .ico {
  margin-top: 65px;
  max-height: 60px;
}

.pro_sort_view .list li .pic .txt h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  margin-top: 22px;
}

.pro_sort_view .list li .pic .txt h5 {
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
}

.pro_sort_view .list li .pic .txt p {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 35px;
}

.pro_sort_view .list li .pic .txt i {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 35px;
  background: url(../img/sort-ico003.png) no-repeat center;
  background-size: contain;
}

.pro_sort_view .list li:nth-child(2n) .pic .txt {
  left: initial;
  right: 10%;
  text-align: right;
}

.news-info_view {
  padding: 80px 0;
}

.news-info_view .c-left .c-font36 {
  font-size: 36px;
  line-height: 50px;
  color: #333333;
}

.news-info_view .c-left .c-time {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
}

.news-info_view .c-left .c-time span {
  margin-left: 10px;
}

.news-info_view .c-right .item {
  background-color: #f2f2f2;
  padding: 36px 12%;
}

.news-info_view .c-right .item img {
  padding: 8%;
  background-color: #fff;
  width: 100%;
}

.news-info_view .c-right .item h5 {
  font-size: 14.5px;
  line-height: 1.2;
  color: #000000;
  margin-top: 20px;
  text-align: center;
}

.news_view {
  padding-top: 90px;
}

.news_view .item {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.news_view .item .pic {
  width: 50%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

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

.news_view .item .pic:hover img {
  transform: scale(1.1);
}

.news_view .item .txt {
  width: 50%;
  height: 500px;
  padding: 0 6%;
  border: 1px solid #d7d7d7;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
}

.news_view .item .txt h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #666666;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  font-weight: lighter;
}

.news_view .item .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.news_view .item .txt h3:hover {
  color: #ca0d0d;
}

.news_view .item .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 45px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_view .item .txt span {
  display: inline-block;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
  transition-duration: .3s;
}

.news_view .item .txt span:hover {
  color: #ca0d0d;
  border-color: #ca0d0d;
}

.news_view .list {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -75px;
}

.news_view .list li {
  width: 31.5%;
  margin-right: 2.7%;
  margin-bottom: 80px;
}

.news_view .list li:nth-child(3n) {
  margin-right: 0;
}

.news_view .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;
}

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

.news_view .list li .txt {
  padding-top: 30px;
  transition-duration: .3s;
}

.news_view .list li .txt h6 {
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
}

.news_view .list li .txt h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition-duration: .3s;
  margin-top: 20px;
}

.news_view .list li .txt span {
  display: block;
  margin-top: 85px;
  border-bottom: 1px solid #ca0d0d;
  font-size: 16px;
  line-height: 1.2;
  color: #ca0d0d;
  position: relative;
  padding-bottom: 15px;
  filter: grayscale(100%) opacity(80%);
  transition-duration: .3s;
}

.news_view .list li .txt span::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url(../img/news-right001.png) no-repeat center;
  position: relative;
  top: 0px;
  margin-left: 14px;
}

.news_view .list li:hover .pic img {
  transform: scale(1.1);
}

.news_view .list li:hover .txt span {
  filter: grayscale(0) opacity(1);
}

/*表单提交样式*/
.form_mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.form_model {
  background: #ffffff;
  width: 9rem;
  padding: 0.3rem 0.5rem 0.6rem 0.5rem;
  position: relative;
}

.form_model .form_model_close {
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
  cursor: pointer;
}

.form_model h5 {
  font-size: 0.26rem;
  text-align: center;
  font-weight: 500;
  color: #000000;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}

.form_model_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_model_body .form_item {
  width: calc(50% - 0.2rem);
  margin-top: 0.3rem;
  position: relative;
}

.form_model_body .form_item_info::before {
  content: '';
  position: absolute;
  top: 0.24rem;
  right: 0.3rem;
  width: 0.08rem;
  height: 0.08rem;
  border-top: 0.02rem solid #787878;
  border-right: 0.02rem solid #787878;
  transform: rotate(135deg);
}

.form_model_body select,
.form_model_body input {
  height: 0.6rem;
  border: 1px solid #D4D5D6;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 0.16rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  width: 100%;
}

.form_model_body textarea {
  border: 1px solid #D4D5D6;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0.16rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #333333;
  width: 100%;
}

.form_model_body select:focus,
.form_model_body textarea:focus,
.form_model_body input:focus {
  outline: none;
}

.form_model .form_btn {
  height: 0.6rem;
  background: #2E415D;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 0.6rem auto 0 auto;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 0.18rem;
  cursor: pointer;
}

.join_view .tit {
  text-align: center;
}

.join_view .tit h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.join_view .tit h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 15px;
}

.join_view .adv {
  padding: 130px 0 125px;
  background: url(../img/adv-bg001.jpg) no-repeat center;
  background-size: cover;
}

.join_view .adv .adv-swiper {
  margin-top: 70px;
  padding-bottom: 70px;
}

.join_view .adv .adv-swiper .swiper-pagination {
  bottom: 0;
}

.join_view .adv .adv-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.join_view .adv .adv-swiper .swiper-slide {
  width: 350px;
  padding: 40px 25px 30px 30px;
  background: url(../img/adv-bg002.png) no-repeat right bottom;
  background-color: #fff;
  min-height: 305px;

}

.join_view .adv .adv-swiper .swiper-slide:hover {}

.join_view .adv .adv-swiper .swiper-slide h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.join_view .adv .adv-swiper .swiper-slide h4 {
  font-size: 32px;
  line-height: 1.2;
  color: #333333;
  margin-top: 5px;
}

.join_view .adv .adv-swiper .swiper-slide h4::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: relative;
  top: -10px;
  margin-left: 12px;
}

.join_view .adv .adv-swiper .swiper-slide p {
  font-size: 18px;
  line-height: 30px;
  white-space: pre-wrap;
  color: #333333;
  margin-top: 20px;
  height: 60px;
}

.join_view .adv .adv-swiper .swiper-slide .ico {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.join_view .adv .adv-swiper .swiper-slide .ico img {
  width: 30px;
  height: 30px;
  object-fit: scale-down;
}

.join_view .adv .adv-swiper .swiper-slide .ico span {
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.join_view .support {
  padding-top: 110px;
  overflow: hidden;
}

.join_view .support .con {
  margin-top: 60px;
  padding-left: 110px;
  margin-left: -110px;
  padding-right: 110px;
  margin-right: -110px;
  position: relative;
}

.join_view .support .con .button-prev {
  width: 75px;
  height: 75px;
  background: url(../img/history-left001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 47%;
  left: 0;
  cursor: pointer;
}

.join_view .support .con .button-prev:hover {
  background-image: url(../img/history-left002.png);

}

.join_view .support .con .button-next {
  width: 75px;
  height: 75px;
  background: url(../img/history-left001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 47%;
  right: 0;
  cursor: pointer;
  transform: rotate(180deg);
}

.join_view .support .con .button-next:hover {
  background-image: url(../img/history-left002.png);

}

.join_view .support .con .support-swiper .swiper-pagination {
  bottom: 0;
  display: none;
}

.join_view .support .con .support-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.join_view .support .con .support-swiper .swiper-slide {
  width: 460px;
  cursor: pointer;
}

.join_view .support .con .support-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 126%;
  overflow: hidden;
}

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

.join_view .support .con .support-swiper .swiper-slide .pic .t2 {
  position: absolute;
  bottom: 60px;
  left: 30px;
}

.join_view .support .con .support-swiper .swiper-slide .pic .t2 h4 {
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
}

.join_view .support .con .support-swiper .swiper-slide .pic .t2 h5 {
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 20px;
  display: inline-block;
  padding-right: 36px;
  background: url(../img/support-ico001.png) no-repeat right center;

}

.join_view .support .con .support-swiper .swiper-slide .txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
}

.join_view .support .con .support-swiper .swiper-slide .txt i {
  width: 1px;
  height: 60px;
  background-color: #fff;
}

.join_view .support .con .support-swiper .swiper-slide .txt h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  margin-top: 15px;
}

.join_view .support .con .support-swiper .swiper-slide .txt h4 {
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 48px;
  margin-top: 15px;
}

.join_view .support .con .support-swiper .swiper-slide .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 0 14%;
  text-align: center;
  margin-bottom: 50px;
}

.join_view .support .con .support-swiper .swiper-slide:hover .txt {
  opacity: 1;
  visibility: visible;

  background-color: rgba(202, 13, 13, 0.9);
}

.join_view .support .con .support-swiper .swiper-slide:hover .pic .t2 {
  opacity: 0;
}

.join_view .joining {
  padding: 145px 0 115px;
}

.join_view .joining .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  align-items: stretch;
}

.join_view .joining .con .pic {
  width: 50%;
  height: 460px;
  position: relative;
  overflow: hidden;
}

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

.join_view .joining .con .txt {
  width: 50%;
  background-color: #f7f7f7;
  padding: 0 4%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
}

.join_view .joining .con .txt p {
  font-size: 18px;
  line-height: 50px;
  color: #333333;
  padding-left: 35px;
  background: url(../img/joining-ico002.png) no-repeat left top 18px;
}

.join_view .process {
  padding: 130px 0 100px;
  background: url(../img/process-bg001.jpg);
  background-size: cover;
  overflow: hidden;
}

.join_view .process .con {
  margin-top: 60px;
  padding-bottom: 40px;
  user-select: none;

}

.join_view .process .con img {
  user-select: none;
  max-width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}

.join_view .shop {
  padding: 110px 0 70px;
  background-color: #f7f7f7;
}

/* .join_view .shop .ban {
  margin-top: 50px;
} */


.join_view .shop .shop-swiper {
  margin-top: 50px;



}
.join_view .shop .shop-swiper .pic{
  padding-bottom: 44%;
  position: relative;
  overflow: hidden;
}
.join_view .shop .shop-swiper .pic img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}
.join_view .shop .shop-swiper .pic img:hover{
  transform: scale(1.05);
}

.join_view .shop .shop-swiper  .swiper-pagination {
  bottom: 20px;
}

.join_view .shop .shop-swiper  .swiper-pagination .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

.join_view .shop .shop-swiper  .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}



.join_view .shop .list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.join_view .shop .list li h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.join_view .shop .list li h3::before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: relative;
  top: -6px;
  margin-right: 12px;
}

.join_view .shop .list li h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin-top: 17px;
  padding-left: 72px;
}

.join_view .online2 {
  padding: 100px 0 80px;
}

.join_view .online2 form {
  display: block;
  margin-top: 70px;
}

.join_view .online2 form ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -40px;
}

.join_view .online2 form ul li {
  margin-bottom: 40px;
  width: 46%;
}

.join_view .online2 form ul li h4 {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}

.join_view .online2 form ul li h4 i {
  color: #ca0d0d;
}

.join_view .online2 form ul li .ind {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #666;
  height: 45px;
  border-bottom: 1px solid #999999;
  background-color: transparent;
  border-radius: 0;
}

.join_view .online2 form ul li textarea.ind {
  line-height: 45px;
  overflow: hidden;
}

.join_view .online2 form ul li:nth-child(n + 3) {
  width: 100%;
}

.join_view .online2 form ul li:nth-child(3) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.join_view .online2 form ul li:nth-child(3) h4 {
  width: 100%;
}

.join_view .online2 form ul li:nth-child(3) select {
  width: 31%;
  font-size: 14px;
  line-height: 1;
  color: #666;
  height: 45px;
  border-bottom: 1px solid #999999;
  background-color: transparent;
  background: url(../img/y-jt3.png) no-repeat right 15px center;
}

.join_view .online2 form ul li:nth-child(5) {
  text-align: center;
}

.join_view .online2 form ul li:nth-child(5) .sub {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  width: 350px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition-duration: .3s;
  cursor: pointer;
  background-color: #202020;
}

.join_view .online2 form ul li:nth-child(5) .sub:hover {
  transform: translateY(-3px);
}

.join-adv_view {
  overflow: hidden;
}

.join-adv_view .item4 {
  padding: 110px 0 100px;
  background: url(../img/join-adv005.jpg) no-repeat center;
  background-size: cover;
}

.join-adv_view .item4 .tit {
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}

.join-adv_view .item4 .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.join-adv_view .item4 .tabs a {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 50px;
  border: 1px solid #fff;
  margin: 0 22px;
  transition-duration: .3s;
}

.join-adv_view .item4 .tabs a:hover, .join-adv_view .item4 .tabs a.on {
  background-color: #ca0d0d;
  border-color: #ca0d0d;
}

.join-adv_view .item4 .item4-swiper {
  margin-top: 50px;
}

.join-adv_view .item1 {
  padding: 105px 0 115px;
  background: url(../img/join-item1-bg.jpg) no-repeat center;
  background-size: cover;
}

.join-adv_view .item1 .tit {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}

.join-adv_view .item1 .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

.join-adv_view .item1 .con .left {
  width: 44%;
  padding-top: 48px;
}

.join-adv_view .item1 .con .left h3 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  padding: 12px 55px;
  background-color: #ca0d0d;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-weight: bold;
}

.join-adv_view .item1 .con .left h5 {
  max-width: 400px;
  margin-top: 30px;
  border-top: 1px solid #ca0d0d;
  border-bottom: 1px solid #ca0d0d;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #333333;
  padding: 10px 0;
  letter-spacing: 9px;
}

.join-adv_view .item1 .con .left h5 i {
  color: #ca0d0d;
}

.join-adv_view .item1 .con .left p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.join-adv_view .item1 .con .left h6 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
  padding: 10px 45px;
  background-color: #ca0d0d;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: bold;
  margin-top: 100px;
}

.join-adv_view .item1 .con .left ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 590px;
}

.join-adv_view .item1 .con .left ul li {
  width: 31%;
  margin-right: 1%;
}

.join-adv_view .item1 .con .left ul li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 67.5%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ca0d0d;
}

.join-adv_view .item1 .con .left ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.join-adv_view .item1 .con .left ul li .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/join-item-ico1.png) no-repeat center;
  background-color: rgba(202, 13, 13, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: .3s;
}

.join-adv_view .item1 .con .left ul li .pic:hover::after {
  opacity: 1;
}

.join-adv_view .item1 .con .left h4 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  margin-left: 50%;
  letter-spacing: 4px;
}

.join-adv_view .item1 .con .right {
  width: 51%;
}

.join-adv_view .item1 .con .right h4 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  margin-left: 34%;
  letter-spacing: 4px;
}

.join-adv_view .item2 {
  padding: 135px 0 70px;
  background: url(../img/join-item2-bg.jpg) no-repeat center;
  background-size: cover;
}

.join-adv_view .item2 .tit {
  font-size: 52px;
  line-height: 70px;
  color: #ffffff;
  text-align: center;
}

.join-adv_view .item2 .pic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.join-adv_view .item2 .pic .img1 {
  width: 49%;
  height: 480px;
  object-fit: cover;
}

.join-adv_view .item2 .pic .img2 {
  width: 50%;
  height: 480px;
}

.join-adv_view .item2 h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 40px;
  letter-spacing: 2px;
  text-align: center;
}

.join-adv_view .item2 .bot {
  margin-top: 55px;
  background-color: #323232;
  padding: 18px 55px 45px 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.join-adv_view .item2 .bot .box {
  width: 30%;
}

.join-adv_view .item2 .bot .list {
  width: 64%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.join-adv_view .item2 .bot .list img {
  width: 15%;
}

.join-adv_view .item3 {
  padding: 130px 0 95px;
  background: url(../img/join-item3-bg.jpg) no-repeat center;
  background-size: cover;
}

.join-adv_view .item3 .tit h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}

.join-adv_view .item3 .tit p {
  font-size: 18px;
  line-height: 35px;
  color: #333333;
  text-align: center;
  margin-top: 35px;
  white-space: pre-wrap;
}

.join-adv_view .item3 .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.join-adv_view .item3 .con .left {
  width: 50%;
  position: relative;
}

.join-adv_view .item3 .con .left .img1 {
  width: 92%;
  border-radius: 50%;
  margin-left: auto;
  display: block;
}

.join-adv_view .item3 .con .left .img2 {
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 5px;
}

.join-adv_view .item3 .con .right {
  width: 50%;
  padding: 0 5%;
}

.join-adv_view .item3 .con .right h4 {
  font-size: 24px;
  line-height: 35px;
  color: #333333;
  font-style: italic;
}

.join-adv_view .item3 .con .right p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 30px;
}

.join-adv_view .item3 .con .right .list {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.join-adv_view .item3 .con .right .list img {
  width: 31%;
  border-radius: 50%;
}

.about_view .tit1 {
  text-align: center;
}

.about_view .tit1 h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.about_view .tit1 h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 18px;
}

.about_view .story {
  padding: 125px 0 100px;
}

.about_view .story .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.about_view .story .tit1 {
  text-align: left;
}

.about_view .story .tit1 h5:after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: relative;
  top: -10px;
  margin-left: 12px;
}

.about_view .story .txt {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  width: 54%;
}

.about_view .story .ban {
  margin-top: 80px;
  width: 100%;
}

.about_view .story .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 65px;
}

.about_view .story .list li h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.about_view .story .list li h4 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  margin-top: 10px;
}

.about_view .story .list li h4 i {
  font-size: 36px;
  font-weight: lighter;
}

.about_view .story .list li h5 {
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
}

.about_view .history {
  padding: 120px 0 110px;
  background: url(../img/history-bg001.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.about_view .history .con {
  margin-top: 60px;
  padding-left: 140px;
  margin-left: -90px;
  padding-right: 140px;
  margin-right: -90px;
  position: relative;
}

.about_view .history .con::after {
  content: '';
  display: block;
  left: 90px;
  right: 90px;
  top: 167px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  z-index: 9;
}

.about_view .history .con .history-swiper {
  margin: 0;
}

.about_view .history .con .history-swiper .swiper-pagination {
  bottom: 0;
  display: none;
}

.about_view .history .con .history-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.about_view .history .con .history-swiper .swiper-slide {
  width: 420px;
  padding: 70px 2% 60px;
  background-color: #fff;
}

.about_view .history .con .history-swiper .swiper-slide .tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.about_view .history .con .history-swiper .swiper-slide .tit h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  white-space: pre-wrap;
}

.about_view .history .con .history-swiper .swiper-slide .tit h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  font-weight: lighter;
}

.about_view .history .con .history-swiper .swiper-slide p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 35px;
}

.about_view .history .con .history-swiper .swiper-slide i {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/history-ico001.png) no-repeat center;
  margin-top: 15px;
}

.about_view .history .con .history-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 59.2%;
  overflow: hidden;
  margin-top: 25px;
}

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

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

.about_view .history .con .button-prev {
  width: 75px;
  height: 75px;
  background: url(../img/history-left001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 47%;
  left: 0;
  cursor: pointer;
}

.about_view .history .con .button-prev:hover {
  background-image: url(../img/history-left002.png);

}

.about_view .history .con .button-next {
  width: 75px;
  height: 75px;
  background: url(../img/history-left001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 47%;
  right: 0;
  cursor: pointer;
  transform: rotate(180deg);
}

.about_view .history .con .button-next:hover {
  background-image: url(../img/history-left002.png);

}

.about_view .honor {
  padding-top: 130px;
  overflow: hidden;
}

.about_view .honor .tit1 {
  text-align: left;
}

.about_view .honor .honor-swiper {
  margin-top: 50px;
  padding-bottom: 60px;
  overflow: visible;
}

.about_view .honor .honor-swiper .swiper-scrollbar {
  display: block !important;
  height: 3px;
  bottom: 0;
  background-color: #f7f7f7;
}

.about_view .honor .honor-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #ca0d0d;
}

.about_view .honor .honor-swiper .swiper-pagination {
  bottom: 0;
}

.about_view .honor .honor-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.about_view .honor .honor-swiper .swiper-slide {
  width: 310px;
}

.about_view .honor .honor-swiper .swiper-slide a {
  display: block;
  padding: 75px 5%;
  background-color: #f7f7f7;
}

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

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

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

.about_view .honor .honor-swiper .swiper-slide h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  margin-top: 8px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about_view .image1 {
  padding-top: 125px;
  padding-bottom: 70px;
}

.about_view .image1 .image1-swiper {
  margin-top: 40px;
  padding-bottom: 70px;
}

.about_view .image1 .image1-swiper .swiper-pagination {
  bottom: 0;
}

.about_view .image1 .image1-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.about_view .image1 .image1-swiper .button-prev {
  width: 75px;
  height: 75px;
  background: url(../img/history-left001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38%;
  left: 15%;
  cursor: pointer;
  z-index: 1;
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}

.about_view .image1 .image1-swiper .button-prev:hover {
  background-image: url(../img/history-left002.png);
  filter: grayscale(0) brightness(0);

}

.about_view .image1 .image1-swiper .button-next:hover {
  background-image: url(../img/history-left002.png);
  filter: grayscale(0) brightness(0);

}

.about_view .image1 .image1-swiper .button-next {
  width: 75px;
  height: 75px;
  background: url(../img/history-left001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38%;
  right: 15%;
  cursor: pointer;
  transform: rotate(180deg);
  z-index: 1;
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}

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

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

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

.about_view .video1 {
  padding: 100px 0 80px;
  background: url(../img/video1-bg001.jpg) no-repeat center;
  background-size: cover;
}

.about_view .video1 .tit1 p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  white-space: pre-wrap;
  margin-top: 35px;
}

.about_view .video1 .wrap {
  max-width: 1160px;
}

.about_view .video1 .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 55.6%;
  overflow: hidden;
  margin-top: 35px;
}

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

.about_view .video1 .pic::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/video-btn001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 47%;
}

.about_view .video1 .pic h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 35px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 57%;
}

.spot {
  padding-top: 1px;
  padding-bottom: 120px;
}

.spot .spot-swiper {
  margin-top: 65px;
}

.spot .spot-swiper .swiper-slide {
  width: 470px;
}

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

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

.spot .spot-swiper .swiper-slide .txt1 {

  position: absolute;
  left: 40px;
  bottom: 50px;


}

.spot .spot-swiper .swiper-slide .txt1 h6 {
  font-size: 100px;
  color: #ffffff;
  line-height: 1.2;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  font-weight: lighter;

}

.spot .spot-swiper .swiper-slide .txt1 h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 25px;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;

}

.spot .spot-swiper .swiper-slide .txt1 h5 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 12px;
  font-weight: lighter;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;

}

.spot .spot-swiper .swiper-slide .txt {
  padding: 70px 15% 0;
  transition-duration: .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(202, 13, 13, 0.9);
  text-align: center;
  opacity: 0;
  visibility: hidden;

}

.spot .spot-swiper .swiper-slide .txt img {
  width: 70px;
  height: 70px;
  object-fit: scale-down;

}

.spot .spot-swiper .swiper-slide .txt h4 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  /* white-space: pre-wrap; */
  margin-top: 30px;

}

.spot .spot-swiper .swiper-slide .txt h5 {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 5px;
  font-weight: lighter;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.spot .spot-swiper .swiper-slide .txt p {
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  margin-top: 50px;
  font-weight: lighter;
  text-align: left;

}

/* .spot .spot-swiper .swiper-slide .txt h5::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #999999;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 12px;
} */
.spot .spot-swiper .swiper-slide:hover .txt {
  /* background-color: #ca0d0d; */
  /* top: -75px; */
  opacity: 1;
  visibility: visible;
}

.spot .spot-swiper .swiper-slide:hover .txt h4 {
  color: #fff;
}

.spot .spot-swiper .swiper-slide:hover .txt h5 {
  color: #fff;
}

.spot .spot-swiper .swiper-slide:hover .txt h5::after {
  background-color: #fff;
}

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

.spot .spot-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.com-tit1 {
  text-align: center;
}

.com-tit1 h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.com-tit1 h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 18px;
}

.com-tit1 p {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  margin-top: 15px;
  font-family: 思源黑体 CN;
  font-weight: lighter;
  white-space: pre-wrap;
}

.product {
  /* padding: 50px 0 100px; */
}

.product .product-swiper {
  /* margin-top: 60px; */
  height: 100vh;
}

.product .product-swiper .swiper-slide {
  width: 15.6%;
  position: relative;
  transition-duration: .3s;
  transition-property: initial;
  height: 100%;
}

.product .product-swiper .swiper-slide .pic {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition-duration: .3s;
}

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

.product .product-swiper .swiper-slide .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: .3s;
}

.product .product-swiper .swiper-slide .txt {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}

.product .product-swiper .swiper-slide .txt .ico {
  width: 50px;
  height: 50px;
  object-fit: scale-down;
  margin-top: 60px;
}

.product .product-swiper .swiper-slide .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: lighter;
  margin-top: 35px;
}

.product .product-swiper .swiper-slide .txt h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: lighter;
  margin-top: 6px;
}

.product .product-swiper .swiper-slide .txt span {
  display: inline-block;
  width: 40px;
  height: 40px;
  /* background: url(../img/product-ico02.png) no-repeat center; */
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  transition-duration: .3s;
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
  margin-top: 35px;
}

.product .product-swiper .swiper-slide-active {
  width: 50%;
}

.product .product-swiper .swiper-slide-active .txt {
  width: 254px;
  height: 340px;
  background-color: rgba(255, 170, 0, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.product .product-swiper .swiper-slide-active .txt span {
  -webkit-filter: initial;
  filter: initial;
  background-color: #fff;
  border-color: #fff;
}

.product .product-swiper .swiper-slide-active .pic::after {
  opacity: 0;
  visibility: hidden;
}

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

.product .product-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
}

.product .product-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.about {
  padding: 120px 0 90px;
  background-color: #f7f7f7;
}

.about .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.about .tit {
  text-align: left;
}

.about .tit span {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url(../img/about-ico01.png) no-repeat center;
  border-radius: 50%;
  border: 1px solid #ca0d0d;
  transition-duration: .3s;
  margin-top: 35px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.about .tit span:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background-image: url(../img/about-ico01-1.png);
}



.about .txt {
  max-width: 830px;
}

.about .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.about .txt .list {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.about .txt .list a .ico {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition-duration: .3s;
}

.about .txt .list a h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin-top: 13px;
  transition-duration: .3s;
}

.about .txt .list a h4::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #9f9f9f;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 12px;
  transition-duration: .3s;
}

.about .txt .list a h5 {
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  margin-top: 15px;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  transition-duration: .3s;
  font-weight: lighter;
}

.about .txt .list a:hover .ico {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.about .txt .list a:hover h4 {
  color: #ca0d0d;
}

.about .txt .list a:hover h4::after {
  background-color: #ca0d0d;
}

.about .txt .list a:hover h5 {
  color: #ca0d0d;
}

.about .pic {
  margin-top: 80px;
  height: 420px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

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

.about .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/about-btn01.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.about .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 180px;
}

.about .list li {
  width: 33.33%;
  text-align: center;
}

.about .list li h3 {
  font-size: 51px;
  line-height: 1.2;
  color: #666666;
  font-weight: bold;
}

.about .list li h3 span {
  font-size: 68px;
}

.about .list li h5 {
  font-size: 21px;
  line-height: 1.2;
  color: #666666;
  margin-top: 10px;
}

.join {
  padding: 115px 0 168px;
  background: url(../img/join-bg01.jpg) no-repeat center;
  background-size: cover;
}

.join .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 65px;
  align-items: flex-start;
}

.join .list li {
  width: 14.5%;
  height: 215px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition-duration: .3s;
  background-color: #fff;

}

.join .list li a {
  text-align: center;
}

.join .list li:nth-child(2n) {
  margin-top: 8%;
}

.join .list li img {
  width: 60px;
  height: 60px;
  object-fit: scale-down;
  transition-duration: .3s;
}

.join .list li h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin-top: 24px;
  transition-duration: .3s;
}

.join .list li:hover {
  background-color: #c83539;
}

.join .list li:hover img {
  filter: grayscale(100%) brightness(500%);
  animation: tada 1s;
}

.join .list li:hover h3 {
  color: #fff;
}

.system_view .performance {
  padding: 110px 0 120px;
}

.system_view .performance .item1 {
  position: relative;
}

.system_view .performance .item1 .tit {
  position: absolute;
  top: 0;
  left: 0;
}

.system_view .performance .item1 .tit h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  white-space: pre-wrap;
}

.system_view .performance .item1 .tit h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  margin-top: 13px;
}

.system_view .performance .item1 .tit h5::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #9f9f9f;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 12px;
  transition-duration: .3s;
}

.system_view .performance .item1 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}

.system_view .performance .item1 .list li {
  width: 28.6%;
  position: relative;
}

.system_view .performance .item1 .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 76.8%;
  overflow: hidden;
}

.system_view .performance .item1 .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.system_view .performance .item1 .list li .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  transition-duration: .3s;
}

.system_view .performance .item1 .list li .txt .ico {
  width: 100px;
  height: 100px;
  object-fit: scale-down;
}

.system_view .performance .item1 .list li .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #333;
  margin-top: 15px;
}

.system_view .performance .item1 .list li .txt h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin-top: 10px;
}

.system_view .performance .item1 .list li:nth-child(2) {
  width: 39.2%;
}

.system_view .performance .item1 .list li:nth-child(2) .pic {
  padding-bottom: 86.2%;
}

.system_view .performance .item1 .list li:nth-child(3) {
  width: 29.8%;
}

.system_view .performance .item1 .list li:nth-child(3) .pic {
  padding-bottom: 63.3%;
}

.system_view .performance .item1 .list li:hover .txt {
  background-color: transparent;
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}

.system_view .performance .item2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.system_view .performance .item2 .tit {
  width: 28.6%;
}

.system_view .performance .item2 .tit h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
}

.system_view .performance .item2 .tit h5 {
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  margin-top: 8px;
}

.system_view .performance .item2 .tit p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-top: 35px;
  white-space: pre-wrap;
}

.system_view .performance .item2 .list {
  width: 70.27%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}

.system_view .performance .item2 .list li {
  width: 26.92%;
  position: relative;
}

.system_view .performance .item2 .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.system_view .performance .item2 .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.system_view .performance .item2 .list li .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  transition-duration: .3s;
}

.system_view .performance .item2 .list li .txt .ico {
  width: 100px;
  height: 100px;
  object-fit: scale-down;
}

.system_view .performance .item2 .list li .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #333;
  margin-top: 15px;
}

.system_view .performance .item2 .list li .txt h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin-top: 10px;
}

.system_view .performance .item2 .list li:nth-child(1) {
  width: 43.26%;
}

.system_view .performance .item2 .list li:hover .txt {
  background-color: transparent;
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
}

.system_view .ban {
  margin-bottom: 110px;
  height: 600px;
  overflow: hidden;
  position: relative;
}

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

.system_view .ban .tit {
  text-align: center;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
}

.system_view .ban .tit h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
}

.system_view .ban .tit h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #666666;
  font-weight: lighter;
  margin-top: 25px;
}

.system_view .design {
  padding: 100px 0 65px;
  background-color: #f7f7f7;
}

.system_view .design .tit {
  text-align: center;
}

.system_view .design .tit h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.system_view .design .tit h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 18px;
}

.system_view .design .tit p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-top: 30px;
  white-space: pre-wrap;
}

.system_view .design .design-swiper {
  margin-top: 20px;
}

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

.system_view .design .design-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.system_view .design .design-swiper .swiper-slide {
  width: 470px;
}

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

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

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

.system_view .design .design-swiper .swiper-slide .txt {
  padding: 40px;
  padding-bottom: 80px;
}

.system_view .design .design-swiper .swiper-slide .txt h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
}

.system_view .design .design-swiper .swiper-slide .txt h4::before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #959595;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-right: 12px;
  transition-duration: .3s;
}

.system_view .design .design-swiper .swiper-slide .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 15px;
  font-weight: lighter;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.system_view .design .design-swiper .swiper-slide:nth-child(2n) .pic {
  margin-top: 40px;
}

.system_view .design .design-swiper .swiper-slide:nth-child(2n) .txt {
  padding-bottom: 40px;
}

.system_view .narrow {
  padding-top: 115px;
}

.system_view .narrow .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.system_view .narrow .wrap .tit {
  text-align: left;
}

.system_view .narrow .wrap .tit h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.system_view .narrow .wrap .tit h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 18px;
}

.system_view .narrow .wrap .txt {
  text-align: right;
  font-size: 18px;
  line-height: 30px;
  white-space: pre-wrap;
  color: #666;
  font-weight: lighter;
}

.system_view .narrow .wrap .txt i {
  color: #333;
}

.system_view .narrow .con {
  margin-top: 70px;
}

.system_view .german {
  padding: 125px 0 110px;
}

.system_view .german .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.system_view .german .left {
  width: 45.27%;
}

.system_view .german .txt {
  width: 40%;
  text-align: center;
}

.system_view .german .txt h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  white-space: pre-wrap;
}

.system_view .german .txt h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 30px;
}

.system_view .german .txt p {
  font-size: 18px;
  line-height: 34px;
  color: #666;
  font-weight: lighter;
  margin-top: 40px;
}

.system_view .german .txt p span {
  display: block;
  font-weight: normal;
  font-size: 22px;
  color: #333;
}

.system_view .german .txt .pic {
  margin-top: 40px;
}

.job_view {
  overflow: hidden;
  padding-top: 100px;
}

.job_view .tit {
  text-align: center;
}

.job_view .tit h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.job_view .tit h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 15px;
}

.job_view .list {
  margin-top: 105px;
  margin-bottom: -105px;
}

.job_view .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 105px;
}

.job_view .list li:nth-child(2n) .pic {
  order: 1;
}

.job_view .list li:nth-child(2n) .txt {
  text-align: right;
  padding: 0 3% 0 5%;
}

.job_view .list li .pic {
  width: 47.3%;
  height: 430px;
  position: relative;
  overflow: hidden;
}

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

.job_view .list li .txt {
  width: 50%;
  padding: 0 5% 0 3%;
}

.job_view .list li .txt i {
  width: 60px;
  height: 1px;
  display: inline-block;
  background-color: #333;
}

.job_view .list li .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 25px;
}

.job_view .list li .txt p {
  margin-top: 28px;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}

.job_view .item {
  padding-top: 95px;
}

.job_view .item .txt {
  text-align: center;
}

.job_view .item .txt i {
  width: 1px;
  height: 60px;
  display: inline-block;
  background-color: #333;
}

.job_view .item .txt h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 30px;
}

.job_view .item .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  margin-top: 45px;
  white-space: pre-wrap;
}

.job_view .item .pic {
  margin-top: 65px;
  height: 550px;
  position: relative;
  margin-left: -15%;
  margin-right: -15%;
}

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

.custom-con {
  padding: 70px 0;
  background-color: #f5f5f5;
}

.custom-appo {
  overflow: hidden;
}

.custom-appo .tit1 {
  margin-bottom: 50px;
}

.marqueetop {
  height: 350px;
  overflow-y: hidden;
}

.marqueetop::-webkit-scrollbar {
  display: none;
}

.custom-appo .left {
  float: left;
  width: 66.66%;
  border: 1px solid #dedede;
  background-color: #fff;
}

.custom-appo .left .serve-tit {
  margin-bottom: 35px;
}

.custom-appo .left .serve-tit h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
}

.custom-appo .left .serve-tit h5 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
  margin-top: 5px;
}

.custom-appo .left .top p {
  font-size: 30px;
  color: #333;
  line-height: 40px;
}

.custom-appo .left .top em {
  font-size: 30px;
  color: #eb7d2b;
  font-weight: 700;
  line-height: 34px;
}

.custom-appo .left .bot {
  padding: 50px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-appo .left .bot img {
  margin-right: 42px;
  flex-shrink: 0;
  height: 420px;
  object-fit: cover;
  width: 40.8%;
}

.custom-appo .left .bot .form {
  flex-grow: 1;
}

.custom-appo .left .bot .form .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.custom-appo .left .bot .form .item .inp {
  width: 49%;
  padding: 0 10px;
  line-height: 36px;
  border: 1px solid #dedede;
  font-size: 16px;
  color: #333;
}

.custom-appo .left .bot .form .item .inp.inp2 {
  width: 100%;
}

.custom-appo .left .bot .form .item .inp::placeholder {
  color: #999;
}

.custom-appo .left .bot .form .item select {
  width: 49%;
  padding: 0 10px;
  line-height: 36px;
  border: 1px solid #dedede;
  background: url(../img/y-jt3.png) center right 10px no-repeat;
  font-size: 16px;
  color: #666;
}

.custom-appo .left .bot .form .submit {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #202020;
  color: #fff;
  font-size: 16px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  line-height: 38px;
  border: none;
}

.custom-appo .left .bot .form .submit:hover {
  background-color: #ca0d0d;
}

.custom-appo .right {
  float: right;
  width: 30.66%;
  border: 1px solid #dedede;
  background-color: #fff;
  padding-bottom: 43px;
}

.custom-appo .right h3 {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  text-align: center;
  padding: 60px 0 30px;
  font-weight: 400;
}

.custom-appo .right h3 em {
  color: #e50012;
  font-weight: 400;
  margin: 0 10px;
  font-size: 30px;
}

.custom-appo .right .marqueetop ul {
  padding: 0 34px;
}

.custom-appo .right .marqueetop ul li {
  border-bottom: 1px dashed #e5e5e5;
}

.custom-appo .right .marqueetop ul li span {
  float: left;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  margin-right: 50px;
}

.custom-appo .right .marqueetop ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}

.custom_view .pc {
  display: block;
}

.custom_view .mobile {
  display: none;
}

.custom_view .tit1 {
  text-align: center;
}

.custom_view .tit1 h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
}

.custom_view .tit1 h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 15px;
}

.custom_view .serve-part3 {
  background: url(../img/serve-001.jpg) no-repeat center;
  padding: 160px 0 130px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.custom_view .serve-part3 .con {
  max-width: 900px;
  margin: 0 auto;
  padding: 110px 80px 80px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.custom_view .serve-part3 .con .tit {
  margin-bottom: 65px;
  text-align: center;
}

.custom_view .serve-part3 .con .tit img {
  display: block;
  margin: 0 auto 25px;
}

.custom_view .serve-part3 .con .tit p {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 40px;
}

.custom_view .serve-part3 .con .form {
  margin-bottom: 51px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom_view .serve-part3 .con .form .inp {
  flex-grow: 1;
  line-height: 64px;
  height: 64px;
  background-color: #f5f5f5;
  padding: 0 40px;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  border: none;
}

.custom_view .serve-part3 .con .form .sub {
  flex-shrink: 0;
  width: 220px;
  line-height: 64px;
  height: 64px;
  cursor: pointer;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 20px;
  border: none;
  transition-duration: .3s;
}

.custom_view .serve-part3 .con .form .sub:hover {
  background-color: #ca0d0d;
}

.custom_view .serve-part3 .con .des {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.custom_view .store {
  background-color: #f7f7f7;
  padding: 100px 0;
}

.custom_view .store .con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 65px;
  align-items: stretch;
}

.custom_view .store .con .left {
  width: 50%;
  padding: 50px 4%;
  background-color: #fff;
}

.custom_view .store .con .left .choice h4 {
  font-size: 36px;
  line-height: 1.2;
  color: #333333;
}

.custom_view .store .con .left .choice h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  margin-top: 5px;
}

.custom_view .store .con .left .choice .top {
  margin-top: 20px;
}

.custom_view .store .con .left .choice .top .store_location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.custom_view .store .con .left .choice .top select {
  width: 48%;
  height: 40px;
  border: 1px solid #999999;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  background: url(../img/store-ico001.png) no-repeat right 18px center;
}

.custom_view .store .con .left .switch_address {
  height: 480px;
  padding-right: 60px;
  margin-top: 50px;
  overflow-y: auto;
}

.custom_view .store .con .left .switch_address li {
  height: 160px;
  padding-left: 68px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  border-bottom: 1px solid #dedede;
}

.custom_view .store .con .left .switch_address li h4 {
  font-size: 22px;
  line-height: 1.2;
  color: #333333;
  position: relative;
}

.custom_view .store .con .left .switch_address li h4::after {
  display: block;
  content: '';
  width: 30px;
  height: 20px;
  background: url(../img/logo-02.png) no-repeat center;
  position: absolute;
  left: -57px;
  top: 4px;
}

.custom_view .store .con .left .switch_address li:hover h4 {
  color: #ca0d0d;
}

.custom_view .store .con .left .switch_address li h5 {
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding-left: 25px;
  background: url(../img/store-ico002.png) no-repeat left top;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.custom_view .store .con .left .switch_address li a {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding-left: 25px;
  margin-top: 15px;
  background: url(../img/store-ico003.png) no-repeat left top;
}

.custom_view .store .con .right {
  width: 50%;
}

.custom_view .store .con .right #joan_map {
  width: 100%;
  height: 100%;
}

.custom_view .after {
  padding: 135px 0;
}

.custom_view .after .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.custom_view .after .pic {
  width: 49%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.custom_view .after .txt {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 5%;
  text-align: center;
}

.custom_view .after .txt h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  white-space: pre-wrap;
}

.custom_view .after .txt h5 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 25px;
}

.custom_view .after .txt i {
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #333333;
  margin-top: 10px;
}

.custom_view .after .txt p {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  white-space: pre-wrap;
  font-weight: lighter;
  margin-top: 20px;
}

.custom_view .after .txt p strong {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
}

.custom_view .ban {
  margin-top: 0;
}


.product-info_view .tit1 {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  color: #333333;
}

.product-info_view .part1 {
  padding: 140px 0 115px;
}

.product-info_view .part1 .list {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.product-info_view .part1 .list li {
  width: 15.4%;
  border: 1px solid #999999;
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 1.51%;
}

.product-info_view .part1 .list li:nth-child(6) {
  margin-right: 0;
}

.product-info_view .part1 .list li .ico {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.product-info_view .part1 .list li h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-top: 20px;
}

.product-info_view .part1 .list li h5 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  margin-top: 8px;
}

.product-info_view .part1 .ban {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 50.8%;
  overflow: hidden;
  margin-top: 90px;
}

.product-info_view .part1 .ban img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.product-info_view .part1 .ban::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/part1-ico001.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.product-info_view .design {
  padding: 105px 0 65px;
  background-color: #f7f7f7;
}

.product-info_view .design .design-swiper {
  margin-top: 70px;
}

.product-info_view .design .design-swiper .swiper-pagination {
  bottom: 0;
  display: none;
}

.product-info_view .design .design-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.product-info_view .design .design-swiper .swiper-slide {
  width: 470px;
}

.product-info_view .design .design-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 138.2%;
  overflow: hidden;
}

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

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

.product-info_view .design .design-swiper .swiper-slide .txt {
  padding: 40px;
}

.product-info_view .design .design-swiper .swiper-slide .txt h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
}

.product-info_view .design .design-swiper .swiper-slide .txt h4::before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #959595;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-right: 12px;
  transition-duration: .3s;
}

.product-info_view .design .design-swiper .swiper-slide .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 15px;
  font-weight: lighter;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-info_view .info {
  padding: 110px 0 90px;
}

.product-info_view .info .list {
  margin-top: 60px;
}

.product-info_view .info .list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}

.product-info_view .info .list li:nth-child(2n) .pic {
  order: 1;
}

.product-info_view .info .list li .pic {
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.product-info_view .info .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.product-info_view .info .list li .pic:hover img {
  transform: scale(1.1);
}

.product-info_view .info .list li .txt {
  width: 50%;
  background-color: #f7f7f7;
  padding: 0 9%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
}

.product-info_view .info .list li .txt h3 {
  font-size: 48px;
  line-height: 1.2;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  white-space: pre-wrap;
}

.product-info_view .info .list li .txt h5 {
  font-size: 36px;
  line-height: 1.4;
  color: #333333;
  margin-top: 15px;
}

.product-info_view .info .list li .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 40px;
  font-weight: lighter;
  white-space: pre-wrap;
}

.product-info_view .part7 {
  padding: 0 0 6.25%;
}

.product-info_view .part7 .left {
  width: 30%;
  float: left;
  font-size: 30px;
  color: #333;
}

.product-info_view .part7 .right {
  width: 70%;
  float: right;
}

.product-info_view .part7 .data {
  padding: 5.71% 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.product-info_view .part7 .data:last-child {
  border-bottom: none;
}

.product-info_view .part7 .ul1 li {
  width: 20%;
  float: left;
  margin-bottom: 1%;
  margin-right: 2%;
}

.product-info_view .part7 .ul1 .tit {
  color: #666666;
  font-size: 14px;
  margin-top: 25px;
}

.product-info_view .part7 .ul1 .pic {
  padding-top: 63.5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.product-info_view .part7 .ul2 li {
  float: left;
  margin-right: 7%;
}

.product-info_view .part7 .ul2 li:last-child {
  margin-right: 0;
}

.product-info_view .part7 .ul2 .tit {
  font-size: 16px;
  margin-bottom: 30px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}

.product-info_view .part7 .ul3 .tit {
  font-size: 24px;
  color: #333333;
}

.product-info_view .part7 .ul3 .txt {
  color: #666;
  font-size: 16px;
  padding-top: 5px;
  line-height: 30px;
  white-space: pre-wrap;
}

.product-info_view .part7 .ul3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;

}

.product-info_view .part7 .ul3 li {
  float: left;
  margin-right: 8%;
  margin-bottom: 2%;
}

.product-info_view .part7 .ul3 li:last-child {
  margin-right: 0;
}

.product-info_view .part7 .ul4 li {
  float: left;
  margin-right: 11%;
  margin-bottom: 2%;
}

.product-info_view .part7 .ul4 li:last-child {
  margin-right: 0;
}

.product-info_view .part7 .ul4 .pic {
  text-align: center;
}

.product-info_view .part7 .ul4 .pic img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.product-info_view .part7 .ul4 .tit {
  color: #ee7835;
  font-size: 18px;
  padding-top: 10px;
  text-align: center;
}

.product-info_view .part7 .more {
  color: #ee7835;
  font-size: 24px;
  display: inline-block;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  padding: 0 70px;
  line-height: 24px;
  position: relative;
}

.product-info_view .part7 .ul2 li img {
  width: 100px;
}

.product-info_view .part7 .more::before {
  content: '';
  background: url(../img/detail-left-icon.png) no-repeat center;
  position: absolute;
  width: 26px;
  height: 24px;
  left: 0;
  top: 0;
}

.product-info_view .part7 .more::after {
  content: '';
  background: url(../img/detail-right-icon.png) no-repeat center;
  position: absolute;
  width: 26px;
  height: 24px;
  right: 0;
  top: 0;
}

.product-info_view .part7 .data07 {
  text-align: center;
  padding-top: 5%;
}

@media (max-width: 768px) {
  .join_view .shop .shop-swiper .swiper-pagination {
    bottom: 8px;
  }

  .case_view .pro-naver .box .list1 {
    width: 100%;
    padding: 5px 0;
  }

  .case_view .pro-naver .box .list1 a {
    margin: 10px 10px 10px 10px;
    padding: 9px 10px;
    font-size: 14px;
  }

  .case-info_view .video {
    padding: 60px 0;
  }

  .case-info_view .video .wrap {
    padding: 0 15px;
  }



  .custom_view .pc {
    display: none;
  }

  .custom_view .mobile {
    display: block;
  }

  .product-info_view .above .img-swiper .pic.video::after {
    background-size: 40px;
  }

  .product-info_view .part7 .left {
    width: 100%;
    float: none;
    padding-bottom: 6%;
  }

  .product-info_view .part7 .right {
    width: 100%;
    float: none;
  }

  .product-info_view .part7 .ul3 {

    padding: 0 15px;
  }

  .product-info_view .part7 .ul1 {

    padding: 0 15px;
  }

  .product-info_view .part7 .left {
    font-size: 22px;
  }

  .product-info_view .info .list {
    margin-bottom: -20px;
  }

  .product-info_view .info .list li {
    margin-bottom: 20px;
  }

  .product-info_view .part7 .ul2 .tit {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .product-info_view .part7 .ul3 .tit {
    font-size: 16px;
  }

  .product-info_view .part7 .ul3 .txt {
    font-size: 14px;
    line-height: 22px;
  }

}

@media (max-width: 640px) {
  .product-info_view .part7 .ul1 li {
    width: 33.333%;
    text-align: center;
    margin-bottom: 5%;
  }

  .product-info_view .part7 .ul1 .tit {
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .product-info_view .part7 .ul2 li {
    width: 25%;
    margin-right: 0;
  }

  .product-info_view .part7 .ul2 li .pic {
    text-align: center;
  }

  .product-info_view .part7 .ul2 li img {
    width: 50px;
  }

  .product-info_view .part7 .ul3 li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .product-info_view .part7 .ul4 {
    margin: 0 -20px;
  }

  .product-info_view .part7 .ul4 li {
    width: 33.333%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 20px;
  }

  .product-info_view .part7 .more {
    font-size: 16px;
    padding: 0 50px;
  }

  .product-info_view .part7 .ul4 .pic img {
    width: 50px;
    height: 50px;
  }
}

.clearfix::after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}




.product-info_view .above {
  padding: 85px 0;
  background: url(../img/product-bg001.jpg) no-repeat center;
  background-size: cover;
}

.product-info_view .above .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 60px;
  background-color: #fff;
}

.product-info_view .above .img-swiper .swiper-pagination {
  bottom: 0;
  display: none;
}

.product-info_view .above .img-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.product-info_view .above .img-swiper .button-prev {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/product-left001.png) no-repeat center;
  position: absolute;
  left: 20px;
  top: 48%;
  z-index: 1;
}

.product-info_view .above .img-swiper .button-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/product-left001.png) no-repeat center;
  position: absolute;
  right: 20px;
  top: 48%;
  transform: rotate(180deg);
  z-index: 1;
}

.product-info_view .above .img-swiper {
  width: 50%;
  margin: 0;
}

.product-info_view .above .img-swiper .pic {
  height: 470px;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
}

.product-info_view .above .img-swiper .pic:hover img {
  transform: scale(1.1);
}

.product-info_view .above .img-swiper .pic.video::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/part1-ico001.png) no-repeat center;
  background-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-info_view .above .img-swiper .pic img {
  width: 100%;
  height: 100%;
  transition-duration: .3s;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}

.product-info_view .above .txt {
  width: 45.1%;
}

.product-info_view .above .txt h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #333333;
}

.product-info_view .above .txt h1 {
  font-size: 40px;
  line-height: 1.4;
  color: #333333;
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
}

.product-info_view .above .txt h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  margin-top: 15px;
  font-weight: bold;
}

.product-info_view .above .txt h5 {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-top: 15px;
}

.product-info_view .above .txt p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-weight: lighter;
  min-height: 120px;
  white-space: pre-wrap;
}

.product-info_view .above .txt .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;

}

.product-info_view .above .txt .links a img {
  margin-left: 32px;
  width: 28px;
  height: 26px;
}

.product-info_view .above .txt .links a {
  margin-top: 20px;
  border-radius: 3px;
  width: 48%;
  height: 60px;
  border: 1px solid #333333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
  transition-duration: .3s;
}

.product-info_view .above .txt .links a span {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin-left: 17px;
}

.product-info_view .above .txt .links a:hover {
  background-color: #ca0d0d;
  border-color: #ca0d0d;
}

.product-info_view .above .txt .links a:hover span {
  color: #fff;
}

.product-info_view .above .txt .links a:hover img {
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);

}

.product-info_view .above .txt .links a .bai {
  display: none;
}

.product-info_view .above .txt .links a:hover .bai {

  display: block;
}

.product-info_view .above .txt .links a:hover .hei {

  display: none;
}

.product-info_view .above .txt .caseUrl{
  position: relative;
 margin-top: 10px;
}
.product-info_view .above .txt .caseUrl a{
  font-size: 18px;
  color: #ca0d0d;
  padding-bottom: 10px;
  border-bottom: 1px solid #ca0d0d;
}
/* .product-info_view .above .txt .caseUrl::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #ca0d0d;
  opacity: 1;
  transition-duration: .3s;
  position: absolute;
} */

.product-info_view .scene {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
  margin-top: 75px;
}

.product-info_view .scene .tit h3 {
  font-size: 36px;
  line-height: 1;
  color: #333333;
  text-align: center;
}

.product-info_view .scene .tit h3 span {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
}

.product-info_view .scene .scene-swiper {
  margin-top: 55px;
}

.product-info_view .scene .scene-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 48%;
}

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

.product-info_view .scene .scene-swiper .swiper-slide .vr .pic::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/video-btn.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-info_view .scene .scene-swiper .swiper-pagination {
  bottom: 0;
}

.product-info_view .scene .scene-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 2px;
  display: inline-block;
  border-radius: 0;
  background: #999999;
  opacity: 1;
  margin: 0 15px;
}

.product-info_view .scene .scene-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0d0d;
}

.product-info_view .scene .scene-swiper .button-prev {
  width: 35px;
  height: 25px;
  cursor: pointer;
  background: url(../img/product-left002.png) no-repeat center;
  position: absolute;
  left: 65px;
  top: 49%;
  z-index: 1;
}

.product-info_view .scene .scene-swiper .button-prev:hover {
  background-image: url(../img/product-left001.png);
}

.product-info_view .scene .scene-swiper .button-next {
  width: 35px;
  height: 25px;
  cursor: pointer;
  background: url(../img/product-left002.png) no-repeat center;
  position: absolute;
  right: 65px;
  top: 49%;
  transform: rotate(180deg);
  z-index: 1;
}

.product-info_view .scene .scene-swiper .button-next:hover {
  background-image: url(../img/product-left001.png);
}

.product-info_view .tabs {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
}

.product-info_view .tabs a {
  width: 25%;
  font-size: 24px;
  line-height: 1;
  color: #333333;
  padding: 30px 0;
  position: relative;
  border-bottom: 2px solid transparent;
  transition-duration: .3s;
  text-align: center;
}

.product-info_view .tabs a:hover, .product-info_view .tabs a.on {
  border-color: #333;
}

.product-info_view .details {
  padding-bottom: 120px;
}

.product-info_view .details .tit2 {
  text-align: center;
  padding: 65px 0;
  background: url(../img/product-bg001.jpg) no-repeat center;
  background-size: cover;
}

.product-info_view .details .tit2 h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
}

.product-info_view .details .tit2 h5 {
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}


.w1520 {
  width: 100%;
}

.case-info_view .back_dic {
  padding: 40px 100px 40px 160px;
  justify-content: space-between;
  display: flex;

}

.case-info_view .video {
  padding: 100px 0 40px;
  background: url(/public/static/officialweb/img/case_go01.jpg) no-repeat center top;
  /* background-size: cover; */
}

.case-info_view .text_pic {
  padding: 60px 0 80px;
}

.case-info_view .tit {
  text-align: center;
}

.case-info_view .tit h3 {
  font-size: 36px;
  line-height: 50px;
  color: #333333;
}

.case-info_view .video .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 55.6%;
  overflow: hidden;
  margin-top: 35px;
}

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

.case-info_view .video .pic::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url(/public/static/officialweb/img/video-btn001.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 47%;
}

.case-info_view .text_pic .list {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  /* margin-bottom: -75px; */
}

.case-info_view .text_pic .list li {
  width: 49%;
  margin-bottom: 20px;
}

.case-info_view .text_pic .list .pic_right {
  margin-left: 1%;

}

.case-info_view .text_pic .list .pic_left {
  margin-right: 1%;

}

.case-info_view .text_pic .list li .pic {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;
}

.case-info_view .text_pic .list li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition-duration: .3s;
}

.case-info_view .text_pic .list li h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 13px 45px;
}

.case-info_view .text_pic .list .pic_right h3 {
  background-color: #ca0d0d;
}

.case-info_view .text_pic .list .pic_left h3 {
  background: rgba(0, 0, 0, 0.5)
}

.case-info_view .text_pic .text {
  word-break: break-all;
  font-size: 16px;
  line-height: 35px;
  margin-top: 50px;
}

.case-info_view .video .wrap {
  width: 1100px;

}

.case-info_view .cur {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  background: url(/public/static/officialweb/img/icon_home-001hese.png) no-repeat left center;
  font-size: 14px;
  line-height: 22px;
}

.case-info_view .back2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  padding: 15px 55px;
  border-radius: 45px;
  transition-duration: .3s;
  background: url(/public/static/officialweb/img/back-ico001.png) no-repeat left 25px center;
  background-color: #ca0d0d;
}

.case-info_view .back2:hover a {
  color: #ffffff;
}

.case-info_view .cur li:nth-of-type(n+3) {
  padding-left: 22px;
  position: relative;
  margin-left: 0;
}

.case-info_view .cur 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(/public/static/officialweb/img/jt-002hese.png) no-repeat;
  background-size: contain;
}



@media screen and (max-width: 1640px) {
  .case-info_view .video .wrap {
    width: 1000px;
  }

  body:after {
    background: yellow;
  }

  .about_view .history .con {
    margin-top: 60px;
    padding-left: 140px;
    margin-left: 0;
    padding-right: 140px;
    margin-right: 0;
    position: relative;
  }

  .wrap {
    width: 1400px;
  }

  .com-banner1 h3 {
    margin-left: -700px;
  }

  .navbar2 {
    max-width: 1400px;
  }

  .hd-nav li>a {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1440px) {
  .case-info_view .video .wrap {
    width: 900px;
  }

  body:after {
    background: blue;
  }

  .about_view .history .con .history-swiper .swiper-slide .tit h3 {
    font-size: 40px;


  }

  .about_view .history .con .history-swiper .swiper-slide .tit h5 {
    font-size: 20px;

  }

  .about_view .history .con {

    padding-left: 100px;

    padding-right: 100px;

  }

  .about_view .history .con::after {

    top: 143px;

  }

  .spot .spot-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 32px;
  }


  .com-banner1 h3 {
    margin-left: -600px;
  }

  .case-info_view .con .txt .link {
    margin-top: 40px;
  }

  .case-info_view .con .txt .link a {
    width: 110px;
    height: 40px;
  }

  .case-info_view .con .txt .link a:first-child {
    margin-right: 15px;
  }

  .new .new-swiper .swiper-slide a {
    padding: 25px 40px 25px 20px;
    flex-wrap: nowrap;
  }

  .page-tabs .tabs a {
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 33px;
    margin-right: 10px;
  }

  .page-tabs .tabs {
    padding: 15px 0;
  }

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

  .hd-nav li>a {
    margin: 0 10px;
  }

  .product2_view .item .swiper-box .button-prev {
    left: 0;
  }

  .product2_view .item .swiper-box .button-next {
    right: 0;
  }

  .wrap {
    width: 1200px;
  }

  .navbar2 {
    max-width: 1200px;
  }

  .navbar1 .box {
    width: 1200px;
  }
}

@media screen and (max-width: 1280px) {
  .case-info_view .video .wrap {
    width: 100%;
    padding: 0 20px;
  }


  body:after {
    background: lightblue;
  }

  .custom-appo .left, .custom-appo .right {
    float: none;
    width: auto;
  }

  .custom-appo .left {
    margin-bottom: 30px;
  }

  .com-banner1 h3 {
    margin-left: 0;
    left: 20px;
  }

  .hd-nav li>a {
    margin: 0 5px;
  }

  .color_view .pro .tabs a {
    padding: 15px 20px;
  }

  .color_view .int .con .txt h3 {
    font-size: 80px;
    padding-right: 180px;
  }

  .science_view .target .list {
    margin-left: 0;
    margin-right: 0;
  }

  .science_view .target .list li h3 {
    font-size: 60px;
  }

  .science_view .target .list li p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .science_view .process .con {
    text-align: center;
    padding: 60px 20px 100px;
  }

  .honor_i .list {
    margin-top: 100px;
    width: 100%;
    margin-bottom: -35px;
  }

  .honor_i .list li {
    width: 30%;
    margin-bottom: 35px;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  .navbar2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .crumbs1 .nav {
    display: none;
  }

  .crumbs1 .wrap {
    padding-top: 15px;
  }

  .navbar1 .box {
    width: 100%;
  }

  .navbar1 {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {

  /* 移动ipad */
  /* ..... */
  body:after {
    background: pink;
  }

  .news .tit .tabs {
    position: initial;
  }

  .footer .nav {
    display: none;
  }

  .footer .logo_box {
    text-align: center;
    justify-content: center;
  }

  .footer .item .codes {
    margin-top: 50px;
    justify-content: center;
  }

  .footer .item {
    width: 100%;
  }

  .footer .item .txt h3 {
    margin-top: 20px;
    text-align: center;
  }

  .footer .item .txt span {
    text-align: center;
  }

  .about .txt {
    margin-top: 40px;
  }

  .gonyi .txt a {
    position: initial;
    margin-top: 30px;
  }

  .gonyi .txt p {
    white-space: initial;
  }

  .gonyi .txt img {
    display: block;
  }

  .navbar1 {
    display: block;
  }

  .videoWindow video {
    width: 96%;
  }

  .pages-tabs {
    display: none;
  }

  .login_view {
    padding: 80px 0;
  }

  .login_view form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .login_view form input {
    width: 60%;
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .login_view form button {
    width: 20%;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
  }

  .naver3 .wrap .cur {
    display: none;
  }

  .naver3 .wrap .tabs {
    width: 100%;
  }

  .naver3 .wrap .tabs a {
    font-size: 12px;
    padding: 14px 10px;
    margin-right: 15px;
  }

  .navbar3 {
    display: block;
  }

  .navbar2 {
    display: none;
  }

  .Mnav {
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .MgoTop {
    display: block;
  }

  .header .pc {
    display: none;
  }

  .header .m {
    display: block;
  }

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

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

  .hd-nav {
    display: none;
  }

  .hd-btn a {
    display: none;
  }

  .header-box {
    height: 75px;
  }

  .hd-logo {
    padding: 0;
  }

  .nav2 {
    display: none;
  }

  .pages .header-box {
    height: 61px;
  }

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

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

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

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

  .menu-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: 61px;
    right: -100vw;
    transition: .4s all;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: block;
  }

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

  .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;
  }

  .slide-nav {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
  }

  .slide-nav .item {
    margin: 0;
    border: none;
    opacity: 1 !important;
    border-top: 1px solid #999;
    border-radius: 0;
    border-left: 1px solid #999;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    height: 60px;
  }

  .slide-nav .item:first-child {
    border: none;
    border-top: 1px solid #999;
  }

  .slide-nav .goTop {
    display: inline-block !important;
  }

  .slide-nav .icon {
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }

  .slide-nav .mask {
    left: 50%;
    right: auto;
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%) scale(1, 0);
    -ms-transform: translateX(-50%) scale(1, 0);
    -o-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0);
  }

  .slide-nav .tel {
    padding: 0 15px;
    border: 2px solid #000;
    height: 46px;
    line-height: 42px;
  }

  .slide-nav .qr {
    width: 120px;
    height: 120px;
  }

  .slide-nav .item:hover .icon {
    /* background-position:center -30px */
  }

  .slide-nav .item:hover .mask {
    -webkit-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    -o-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
  }

  .slide-nav .item {
    width: 25%;
  }

  .slide-nav .appoint {
    display: none;
  }

  /* .slide-nav .nav-qq{display:none} */
  .slide-nav .icon {
    margin: 15px auto 3px;
  }

  .slide-nav .icon {
    /* background-position: center; */
  }

  .slide-nav .goTop {
    opacity: 1;
    visibility: visible;
  }

  .hd-search {
    display: none;
  }

  .header .wrap {
    justify-content: space-between;
  }

  .pro-tab dt {
    float: none;
    display: block;
    font-size: 16px;
    line-height: 36px;
  }

  .pro-tab dd {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .pro-tab dd a {
    margin-left: 0;
    display: inline-block;
    float: none;
    font-size: 14px;
  }

  .pro-tab dd a:first-child {
    margin-left: 0;
  }

  .pro-tab dd a {
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 30px;
    margin-left: 5px;
  }

  .pro-tab {
    margin-bottom: 10px;
  }

  .navbar1 {
    padding: 30px 15px;
  }

  .navbar1 .tit span {
    display: none;
  }

  .navbar1 .tit .js-more {
    float: initial;
    display: block;
    text-align: center;
  }

  .navbar1 .nav ul {
    display: block;
    /* border-bottom: 1px solid #e2e2e2; */
    /* padding: 5px 20px; */
    background: #fff;
  }

  .navbar1 ul li {
    border-bottom: 1px solid #e2e2e2;
  }

  .navbar1 ul li:last-child {
    border-bottom: none;
  }

  .navbar1 ul li:last-child h4 {
    /* border-bottom:none */
  }

  .navbar1 ul li a {
    display: none;
  }

  .navbar1 .tit {
    padding: 0 20px;
    line-height: 44px;
    font-size: 14px;
  }

  .navbar1 .tit .js-more {
    padding-right: 0;
    font-size: 16px;
  }

  .navbar1 ul li h4 {
    position: initial;
    text-align: center;
    width: 100%;
    padding-right: 0;
    line-height: 45px;
    font-weight: normal;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    /* margin: 0 20px; */
  }

  .navbar1 ul li {
    position: relative;
    padding-left: 0;
  }

  .navbar1 ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    display: block;
    margin: 0;
    text-align: center;
  }

  .navbar1 .nav {
    background: initial;
  }

  .navbar1 .nav {
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
  }

  .navbar1 ul li h4::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../img/qwy-i3.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    transition: all .3s;
  }

  .navbar1 ul li a.on {
    color: #174198;
  }

  .navbar1 ul li {
    height: auto;
    overflow: hidden;
    max-height: 46px;
  }

  .navbar1 ul li.active {
    max-height: initial;
  }

  .navbar1 ul li a:hover::after, .navbar1 ul li a.on::after {
    background-color: transparent;
  }

  .navbar1 .nav {
    border-bottom: none;
  }

  .navbar1 ul li.active h4::before {
    transform: rotate(180deg);
  }

}

@media screen and (max-width: 768px) {
  .case-info_view .video .pic::after{
    width: 50px;
    height: 50px;
  }
  .case-info_view .video {
    padding: 20px 0 40px;
  }

  .case-info_view .tit h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .case-info_view .video .pic {
    margin-top: 15px;
  }

  .case-info_view .text_pic {
    padding: 24px 0 11px;
  }

  .case-info_view .text_pic .list {
    padding-top: 30px;

  }

  .case-info_view .text_pic .list .pic_left {
    margin-right: 0;
  }

  .case-info_view .text_pic .list .pic_right {
    margin-left: 0;
  }

  .case-info_view .text_pic .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .case-info_view .text_pic .list li h3 {
    padding: 10px 25px;
    font-size: 16px;
  }

  .case-info_view .text_pic .text {
    margin-top: 15px;
  }

  .product-info_view .above .txt h4 {
    font-size: 14px;

  }

  /* 响应手机..... */
  body:after {
    background: red;
  }

  .navbar {
    display: block;
  }

  .naver3 {
    display: none;
  }



  .about_view .history .con .button-prev {
    display: none;
  }

  .about_view .history .con .button-next {
    display: none;
  }

  .wrap {
    padding: 0 15px;
  }

  .join_view .process .con img {

    max-width: initial;

  }

  .bran_view .brand1 {
    padding: 40px 0;
  }

  .bran_view .tit1 i {
    width: 25px;
    height: 25px;
    background-size: contain;
  }

  .bran_view .tit1 h3 {
    font-size: 22px;
    margin-top: 15px;
  }

  .bran_view .tit1 h5 {
    font-size: 24px;
    margin-top: 15px;
  }

  .bran_view .brand1 .list {
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .bran_view .brand1 .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .bran_view .brand1 .list li .pic {
    height: 210px;
  }

  .bran_view .brand1 .list li .txt {
    padding: 30px 15px 0;
  }

  .bran_view .brand1 .list li .txt h3 {
    font-size: 22px;
  }

  .bran_view .brand1 .list li .txt h4 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }

  .bran_view .brand1 .list li .txt p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
  }

  .bran_view .brand2 {
    padding: 40px 15px 0;
  }

  .bran_view .brand2 .list li {
    width: 100%;
  }

  .bran_view .brand2 .list li:nth-child(1) {
    order: 2;
  }

  .bran_view .brand2 .list li:nth-child(2) {
    order: 1;
  }

  .bran_view .brand2 .list li:nth-child(3) {
    order: 3;
  }

  .bran_view .brand2 .list li:nth-child(4) {
    order: 4;
  }

  .bran_view .brand3 {
    padding-top: 60px;
  }

  .bran_view .brand3 .list {
    margin-bottom: -15px;
    margin-top: 25px;
  }

  .bran_view .brand3 .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .bran_view .brand3 .list li .pic .txt h3 {
    font-size: 20px;
  }

  .bran_view .brand3 .list li .pic .txt h5 {
    font-size: 12px;
    margin-top: 14px;
  }

  .bran_view .brand4 {
    padding-top: 60px;
  }

  .bran_view .brand4 .txt {
    width: 100%;
    padding-left: 15px;
    order: 1;
  }

  .bran_view .brand4 .txt h4 {
    padding-top: 30px;
  }

  .bran_view .brand4 .txt h4 span {
    font-size: 22px;
    margin-top: 15px;
  }

  .bran_view .brand4 .txt h5 {
    margin-top: 40px;
  }

  .bran_view .brand4 .tit {
    width: 100%;
  }

  .header-box {
    height: 50px;
  }

  .banner {
    padding-bottom: 177%;
  }

  .banner .pc {
    display: none;
  }

  .banner .mobile {
    display: block;
  }

  .page-banner .mobile {
    display: block;
  }

  .page-banner .pc {
    display: none;
  }

  .banner .swiper-pagination {
    bottom: 15px;
    display: block;
  }

  .banner::after {
    display: none;
  }

  .guard-info_view {
    padding: 40px 0;
  }

  .guard-info_view .tit {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .guard_view .info .tit {
    width: 100%;
    padding-left: 50px;
    background: url(../img/guard-ico01.png) no-repeat left top;
    background-size: 30px;
  }

  .guard_view .info .tit h3 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
  }

  .guard_view .info .tit h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .guard_view .info {
    padding: 40px 0;
  }

  .guard_view .info .con {
    width: 100%;
    padding-top: 40px;
    white-space: pre-wrap;
  }

  .guard_view .list li .pic {
    padding-bottom: 72%;
    height: 0;
  }

  .guard_view .list {
    padding-top: 40px;
  }

  .guard_view .list li {
    margin-bottom: 40px;
  }

  .guard_view .list li .txt {
    padding: 30px 20px;
  }

  .guard_view .list li .txt .ico1 {
    width: 40px;
    height: 40px;
  }

  .guard_view .list li .txt h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .guard_view .list li .txt h5 {
    font-size: 16px;
    margin-top: 15px;
  }

  .guard_view .list li .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .store .store-swiper {
    margin-top: 30px;
  }

  .store .store-swiper .swiper-slide .pic {
    padding-bottom: 45%;
  }

  .contact .form li:not(:nth-child(n+4)) input {
    width: 74%;
    height: 40px;
    padding: 0 8px;
    font-size: 14px;
  }

  .contact .form li label {
    font-size: 14px;
    white-space: initial;
  }

  .contact .form {
    margin-top: 20px;
  }

  .contact .form li {
    margin-bottom: 20px;
  }

  .contact .form li .sub {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }

  .contact .form li #radio1 {
    margin-right: 20px;
  }

  .contact .form li:last-child {
    margin-bottom: 40px;
  }

  .case_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .case_view .list {
    margin-bottom: -15px;
  }

  .case_view .list .txt h3 {
    font-size: 14px;
  }

  .case_view {
    padding-top: 4px;
  }

  .guard .top .tit {
    width: 100%;
    padding-left: 50px;
    background: url(../img/guard-ico01.png) no-repeat left top;
    background-size: 30px;
  }

  .guard {
    padding: 40px 0;
  }

  .guard .top .tit h3 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
  }

  .guard .top .tit h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .guard .top p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
  }

  .guard .guard-swiper {
    padding-top: 50px;
  }

  .guard .guard-swiper .box-button {
    width: 115px;
    height: 40px;
    left: initial;
    right: 1px;
  }

  .guard .guard-swiper .swiper-slide .pic .txt h2 {
    font-size: 72px;
  }

  .guard .guard-swiper .swiper-slide .pic .txt h3 {
    font-size: 14px;
    margin-top: 30px;
  }

  .guard .guard-swiper .swiper-slide .pic .txt span {
    display: inline-block;
  }

  .guard .guard-swiper .swiper-slide .pic .txt {
    padding: 30px;
  }

  .guard .guard-swiper .swiper-slide {
    height: 440px;
  }

  .brand .list {
    margin-bottom: -10px;
  }

  .brand .list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

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

  .brand .list li:last-child {
    width: 100%;
  }

  .brand .list li:last-child .pic {
    padding-bottom: 50%;
  }

  .brand .list li .pic .txt h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .brand {
    padding: 40px 0;
  }

  .brand .tit h3 {
    font-size: 16px;
  }

  .brand .tit h5 {
    font-size: 22px;
    margin-top: 15px;
  }

  .brand .list {
    margin-top: 30px;
  }

  .serve_view .tit {
    font-size: 22px;
  }

  .serve_view .item {
    padding-top: 40px;
  }

  .serve_view .item .list {
    margin-top: 30px;
    margin-bottom: -20px;
  }

  .serve_view .item .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .serve_view .item .list li .pic {
    padding-bottom: 80%;
  }

  .serve_view .item .list li .pic .txt h3 {
    font-size: 20px;
  }

  .serve_view .item .list li .pic .txt i {
    margin-top: 30px;
    margin-bottom: 15px;
    height: 1px;
    opacity: 1;
    visibility: visible;
  }

  .serve_view .item .list li .pic .txt p {
    line-height: 22px;
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  .serve_view .item .list li .pic .txt {
    padding: 0 20px;
  }

  .serve_view .after {
    padding-top: 40px;
  }

  .serve_view .after .list {
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .serve_view .after .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .serve_view .after .list li .txt {
    width: 50%;
    padding: 0 10px;
  }

  .serve_view .after .list li .pic {
    height: 150px;
  }

  .serve_view .after .list li .txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .serve_view .after .list li .txt p {
    font-size: 12px;
    line-height: 20px;
  }

  .serve_view .year {
    padding-top: 40px;
  }

  .serve_view .year .year-swiper {
    margin-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .serve_view .year .year-swiper .swiper-pagination {
    bottom: 10px;
  }

  .serve_view .year .year-swiper .swiper-slide .pic .time {
    width: 80px;
    height: 80px;
    padding: 0 15px;
  }

  .serve_view .year .year-swiper .swiper-slide .pic .time h3 {
    font-size: 14px;
    padding-top: 10px;
  }

  .serve_view .year .year-swiper .swiper-slide .pic .time span {
    font-size: 18px;
  }

  .serve_view .praise {
    padding-top: 40px;
  }

  .serve_view .praise .praise-swiper {
    margin-top: 30px;
  }

  .serve_view .praise .praise-swiper .swiper-slide .pic {
    width: 100%;
    height: 200px;
  }

  .serve_view .praise .praise-swiper .swiper-slide .txt {
    width: 100%;
    padding: 0 20px;
  }

  .serve_view .praise .praise-swiper .swiper-slide::after {
    display: none;
  }

  .serve_view .praise .praise-swiper .swiper-slide .txt h3 {
    font-size: 16px;
    margin-top: 30px;
  }

  .serve_view .praise .praise-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    height: 120px;
    margin-bottom: 50px;
    -webkit-line-clamp: 6;
  }

  .serve_view .praise .praise-swiper .box-button {
    width: 110px;
    height: 35px;
    top: initial;
    bottom: 20px;
    margin-left: 0;
    left: initial;
    right: 20px;
  }

  .serve_view .always {
    padding-top: 40px;
  }

  .serve_view .always .list {
    padding-top: 30px;
    margin-bottom: -15px;
  }

  .serve_view .always .list li {
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
  }

  .serve_view .always .list li .txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .serve_view .always .list li .txt p {
    font-size: 12px;
  }

  .serve_view .always .list li .txt img {
    width: 35px;
    height: 35px;
  }

  .serve_view .always .con {
    margin-top: 20px;
    margin-bottom: 40px;
    height: 400px;
  }

  .serve_view .always .con .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
  }

  .serve_view .always .con .txt .ico {
    width: 70px;
  }

  .serve_view .always .con .txt h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
  }

  .serve_view .always .con .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }

  .video_window .main {
    width: 96%;
  }

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

  .video_window .main {
    height: 320px;
  }

  .video_view .row-new1>ul li a .txt h3 {
    font-size: 12px;
  }

  .banner {
    margin: 0;
  }

  .banner .swiper-button-prev {
    display: none;
  }

  .banner .swiper-button-next {
    display: none;
  }

  .com-more3 {
    padding: 13px 25px 15px 40px;
    background-position: left 15px center;
  }

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

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

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

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

  .header .m {
    padding: 10px;
  }

  .hot {
    padding: 60px 0;
  }

  .hot .tit h3 {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }

  .hot .tit .tabs {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .hot .tit .tabs a {
    font-size: 14px;
    margin-right: 0;
    padding: 0 2px 5px;
    border-bottom: 1px solid transparent;
    margin: 5px;
  }

  .hot .hot-swiper {
    margin-top: 20px;
    padding-bottom: 25px;
  }

  .hot .hot-swiper .swiper-slide h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .hot .hot-swiper .swiper-scrollbar {
    bottom: 15px;
    height: 2px;
  }

  .hot .hot-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    height: 5px;
    border-radius: 5px;
    top: -2px;
  }

  .hot .hot-swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
    width: 30px;
    height: 30px;
  }

  .hot .more {
    margin-top: 20px;
  }

  .entrance .left {
    width: 100%;
    height: 400px;
    padding: 30px;
  }

  .entrance .left h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .entrance .left h5 {
    font-size: 14px;
    padding: 20px 0 15px;
    width: 100%;
  }

  .entrance .left .com-more3 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .entrance .left .more a {
    font-size: 14px;
    padding: 10px 0;
  }

  .entrance .right {
    width: 100%;
    padding: 30px;
    height: 300px;
  }

  .entrance .right h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .entrance .right p span {
    width: 60px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .entrance .right p {
    width: 120px;
  }

  .entrance {
    top: -30px;
  }

  .PopupColumn {
    top: 50px;
  }

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

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

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

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

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

  .product-column_view {
    bottom: 60px;
    top: 51px;
  }

  .product-column_view .swiper-container .swiper-slide .txt1 {
    width: 250px;
    height: 300px;
    border: 6px solid rgba(229, 0, 18, 0.4);
  }

  .product-column_view .swiper-container .swiper-slide .txt1 h3 {
    font-size: 22px;
  }

  .product-column_view .swiper-container .swiper-slide .txt1 a {
    font-size: 14px;
    padding: 12px 25px;
    margin-top: 30px;
  }

  .crumbs1 .add {
    font-size: 14px;
    padding-left: 20px;
  }

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

  .download_view .tit h3 {
    font-size: 22px;
  }

  .download_view .tit h5 {
    font-size: 18px;
    margin-top: 10px;
  }

  .download_view .tit i {
    height: 2px;
    margin-top: 20px;
  }

  .com-banner1 {
    padding-bottom: 62%;
  }

  .com-banner1 h3 span {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .com-banner1 h3 {
    top: 48%;
  }

  .com-banner1 h3 {
    font-size: 20px;
  }

  .com-banner1 h3 i {
    width: 30px;
    margin-top: 15px;
  }

  .crumbs nav ul {
    padding: 20px 0;
  }

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

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

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

  .case {
    padding: 40px 0 0;
  }

  .case .tit {
    width: 100%;
    text-align: center;
  }

  .case .tit h5 {
    font-size: 20px;
  }

  .case .button-box {
    margin-top: 25px;
    display: none;
  }

  .case .tit h5 span {
    border-bottom-width: 1px;
  }

  .case .tit h5 span::after {
    width: 8px;
    height: 6px;
    top: 5px;
    right: -10px;
    background-size: 8px;
  }

  .case .case-swiper {
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .case .case-swiper .swiper-slide h3 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .case .case-swiper .swiper-scrollbar {
    bottom: 35px;
    height: 3px;
    border-radius: 2px;
  }

  .case .case-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    height: 4px;
    top: -1px;
    border-radius: 4px;
  }

  .art {
    padding: 80px 0 120px;
  }

  .art .txt h3 {
    font-size: 19px;
    line-height: 30px;
  }

  .art .txt h5 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
  }

  .art .txt a {
    font-size: 14px;
    padding: 15px 25px;
    background-position: right 10px center;
    margin-top: 60px;
  }

  .art .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }

  .advantage {
    padding: 40px 0;
  }

  .advantage .tit h3 {
    font-size: 22px;
  }

  .advantage .tit h5 {
    font-size: 20px;
    margin-top: 10px;
  }

  .advantage .list {
    padding: 20px 0;
  }

  .advantage .list li {
    width: 50%;
    padding: 20px 10px;
  }

  .advantage .list li .ico {
    width: 45px;
    height: 45px;
  }

  .advantage .list li h3 {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }

  .advantage .list li h5 {
    font-size: 12px;
    text-align: center;
  }

  .advantage .list li::after {
    width: 1px;
    height: 90px;
    top: 20px;
  }

  .advantage .list {
    margin-top: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .crumbs nav ul li {
    font-size: 14px;
  }

  .crumbs nav ul li a {
    font-size: 14px;
    line-height: 1.5;
  }

  .honor_i {
    padding: 50px 0 40px;
  }

  .honor_i .tit h3 {
    font-size: 50px;
  }

  .honor_i .tit h5 {
    font-size: 22px;
  }

  .honor_i .list {
    display: none;
  }

  .honor_i .honor-swiper {
    display: block;
    width: 85%;
    margin-top: 30px;
    height: 490px;
    padding-bottom: 15px;
  }

  .honor_i .honor-swiper .swiper-slide {
    height: auto;
  }

  .honor_i .honor-swiper .swiper-slide .pic {
    height: 220px;
    overflow: hidden;
    position: relative;
  }

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

  .honor_i .honor-swiper .swiper-pagination {
    bottom: 0;
  }

  .honor_i .honor-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #999;
    opacity: 1;
  }

  .honor_i .honor-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ca0d0d;
  }

  .product-series_view {
    padding: 40px 0;
    margin-bottom: -25px;
  }

  .product-series_view .item {
    margin-bottom: 25px;
  }

  .product-series_view .item .pic {
    padding-bottom: 70%;
  }

  .product-series_view .item .pic .txt {
    width: 70%;
    padding: 15px;
    bottom: 15px;
  }

  .product-series_view .item .pic .txt h3 {
    font-size: 14px;
  }

  .product-series_view .item .pic .txt span {
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

  .factory_index {
    padding: 40px 0;
  }

  .factory_index .pic {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    margin-bottom: 15px;
  }

  .factory_index .item {
    width: 100%;
    margin-bottom: -15px;
  }

  .factory_index .item li {
    width: 48%;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 15px;
  }

  .factory_index .item li:nth-child(4) h3 {
    font-size: 14px;
    margin-top: 50px;
  }

  .factory_index .item li:nth-child(4) {
    padding-left: 20px;
  }

  .factory_index .item li:nth-child(4) h5 {
    font-size: 22px;
    margin-top: 5px;
  }

  .science_view .slogen {
    align-items: stretch;
  }

  .science_view .slogen li {
    width: 50%;
    min-height: 460px;
    height: auto;
    padding: 0 5%;
    justify-content: flex-start !important;
  }

  .science_view .slogen li.on {
    width: 50%;
    padding: 0 5%;
  }

  .science_view .slogen li h3 {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    margin-top: 40px !important;
    text-align: center;
    font-size: 20px;
  }

  .science_view .slogen li p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
    display: block;
  }

  .science_view .target {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .science_view .target .tit h3 {
    font-size: 22px;
  }

  .science_view .target .tit h5 {
    font-size: 14px;
    margin-top: 0px;
  }

  .science_view .target .list {
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .science_view .target .list li {
    width: 48%;
    padding: 0 3%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 15px;
    min-height: 270px;
  }

  .science_view .target .list li:nth-child(2n) {
    top: 0;
  }

  .science_view .target .list li h3 {
    font-size: 30px;
    margin-top: 30px;
  }

  .science_view .target .list li p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .science_view .target .list li:nth-child(5) {
    width: 100%;
    min-height: 200px;
  }

  .science_view .process .tit h3 {
    font-size: 22px;
  }

  .science_view .process .tit h5 {
    font-size: 18px;
    margin-top: 8px;
  }

  .science_view .process {
    padding-top: 40px;
  }

  .science_view .process .con {
    padding: 40px 15px 60px;
  }

  .slogen .pic {
    padding: 0 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slogen .wrap {
    padding: 0;
  }

  .pro-tab-box {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .com-banner1 h3 {
    left: 15px;
  }

  .login_view form input {
    width: 100%;
  }

  .login_view form button {
    width: 35%;
  }

  .download_view .download {
    margin-top: 0px;
  }

  .download_view .download li a {
    padding: 15px;
  }

  .download_view .download li a .download_word h5 {
    font-size: 14px;
    line-height: 20px;
  }

  .download_view .download li a .download_word time {
    font-size: 12px;
    line-height: 20px;
    margin: 3px 0;
  }

  .download_view .download li a .download_word span {
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .download_view .download li a .download_img {
    width: 38%;
    padding: 15% 0;
  }

  .download_view .download li a .download_word {
    width: 58%;
  }

  .download_view .download li {
    margin-top: 15px;
  }

  .keji .keji-swiper {
    margin-top: 20px;
    padding-bottom: 50px;
  }

  .keji .keji-swiper .swiper-slide h3 {
    font-size: 28px;
  }

  .keji .keji-swiper .swiper-slide h5 {
    font-size: 16px;
    margin-top: 10px;
  }

  .keji .keji-swiper .swiper-slide i {
    width: 30px;
    height: 1px;
    margin-top: 15px;
  }

  .keji .keji-swiper .swiper-slide .pic {
    margin-top: 15px;
  }

  .keji .keji-swiper .swiper-slide {
    padding-left: 15px;
  }

  .keji .keji-swiper .swiper-slide h3::after {
    left: -14px;
  }

  .keji .keji-swiper .swiper-slide p {
    font-size: 12px;
    line-height: 25px;
    height: 50px;
    margin-top: 15px;
  }

  .keji .keji-swiper .swiper-pagination {
    display: block;
    bottom: 10px;
  }

  .keji .keji-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ca0d0d;
  }

  .com-more2 {
    width: 120px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    padding: 0 15px;
    background-position: right 20px center;
    background-size: 10px;
  }

  .slogan {
    padding: 40px 0;
  }

  .slogan .left {
    width: 100%;
  }

  .slogan .right {
    width: 100%;
    margin-top: 15px;
  }

  .slogan .left .pic {
    height: 150px;
    border-radius: 10px;
  }

  .slogan .right .pic {
    height: 240px;
    border-radius: 10px;
  }

  .slogan .left .pic .txt h3 {
    font-size: 20px;
  }

  .slogan .left .pic .txt h5 {
    font-size: 14px;
    margin-top: 5px;
  }

  .slogan .left .pic .txt {
    position: absolute;
    top: 20px;
    left: 15px;
  }

  .slogan .left .pic .txt span {
    margin-top: 15px;
    width: 120px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 14px;
  }

  .slogan .left {
    margin-bottom: -15px;
  }

  .slogan .left a {
    margin-bottom: 15px;
  }

  .slogan .right .pic .txt {
    top: 26%;
    left: 15px;
  }

  .slogan .right .pic .txt h3 {
    font-size: 20px;
  }

  .slogan .right .pic .txt h5 {
    font-size: 14px;
    margin-top: 5px;
  }

  .slogan .right .pic .txt span {
    margin-top: 15px;
    width: 120px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 14px;
  }

  .lead_view {
    padding: 40px 0;
  }

  .lead_view .list {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .lead_view .list li {
    margin-bottom: 20px;
  }

  .lead_view .list li .txt {
    width: 100%;
    padding: 30px 15px !important;
    order: 1;
  }

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

  .lead_view .list li .txt h3 {
    font-size: 22px;
  }

  .lead_view .list li .txt h5 {
    font-size: 18px;
    margin-top: 5px;
  }

  .lead_view .list li .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .gonyi {
    padding: 40px 0;
  }

  .gonyi .gonyi-swiper {
    margin-top: 30px;
  }

  .gonyi .gonyi-swiper .swiper-slide {
    padding: 0 5px 5px 0;
  }

  .gonyi .gonyi-swiper .swiper-slide::after {
    top: 5px;
    left: 5px;
  }

  .gonyi .txt {
    margin-top: 30px;
    position: relative;
  }

  .gonyi .txt a {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 35px;
  }

  .m-pages {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-t1 {
    padding-right: 0;
  }

  .m-pages li {
    display: none;
  }

  .m-pages li.fengye {
    display: block;
  }

  .m-pages ul li a {
    width: 35px;
    height: 30px;
  }

  .m-pages select {
    width: 45px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
  }

  .color_view .int {
    padding-top: 40px;
  }

  .color_view .int .con .txt {
    width: 100%;
  }

  .color_view .int .con .pic {
    width: 100%;
  }

  .color_view .int .con ul {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .color_view .int .con ul li {
    width: 49%;
    margin-top: 15px;
    height: 150px;
  }

  .color_view .int .con .txt h3 {
    font-size: 40px;
    padding-right: 100px;
    margin-top: 0px;
    background-size: 80px;
  }

  .color_view .int .con .txt h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    white-space: pre-wrap;
    margin-top: 15px;
  }

  .color_view .int .con .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 24px;
  }

  .color_view .int .con .pic {
    width: 100%;
    margin-top: 20px;
  }

  .color_view .int .ban {
    margin-top: 30px;
  }

  .color_view .int .ban .pic {
    background-attachment: initial;
    background-position: center;
    background-size: cover;
  }

  .color_view .pro {
    background-color: #f5f5f5;
    padding-top: 40px;
  }

  .color_view .pro .tit {
    font-size: 22px;
  }

  .color_view .pro .tabs {
    margin-top: 30px;
    margin-bottom: -10px;
  }

  .color_view .pro .tabs a {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 35px;
    margin: 0 10px;
    margin-bottom: 10px;
  }

  .color_view .pro .pro-swiper .con .txt {
    width: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    height: 300px;
  }

  .color_view .pro .pro-swiper .con .pic {
    width: 100%;
    height: 200px;
  }

  .color_view .pro .pro-swiper .con .txt h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .color_view .pro .pro-swiper .con .txt h5 {
    margin-top: 20px;
    font-size: 22px;
  }

  .color_view .pro .pro-swiper .con .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 25px;
  }

  .color_view .pro .pro-swiper .item-swiper {
    margin-top: 30px;
    padding-bottom: 80px;
  }

  .color_view .pro .pro-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 12px;
    left: 15px;
    top: 250px;
  }

  .color_view .pro .pro-swiper .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: 12px;
    left: 70px;
    top: 250px;
  }

  .color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 {
    padding: 30px 15px;
  }

  .color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .color_view .pro .pro-swiper .item-swiper .swiper-slide .txt2 span {
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 32px;
    right: 15px;
    top: 50px;
  }

  .color_view .pro .pro-swiper .item-swiper .box_btn {
    bottom: 30px;
  }

  .color_view .pro .pro-swiper .item-swiper .box_btn .button-prev {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    background-size: 18px;
  }

  .color_view .pro .pro-swiper .item-swiper .box_btn .button-next {
    width: 30px;
    height: 20px;
    margin-left: 10px;
    background-size: 18px;
  }

  .color_view .line {
    padding: 40px 0;
  }

  .color_view .line .left {
    width: 100%;
  }

  .color_view .line .right {
    width: 100%;
    margin-top: 20px;
  }

  .color_view .line .left .tit h3 {
    font-size: 22px;
    margin-top: 0;
  }

  .color_view .line .left .tit h5 {
    font-size: 14px;
    margin-top: 8px;
  }

  .color_view .line .left .tabs {
    margin-top: 20px;
    margin-bottom: -5px;
  }

  .color_view .line .left .tabs a .img_box {
    width: 35px;
    height: 35px;
  }

  .color_view .line .left .tabs a h4 {
    font-size: 12px;
  }

  .color_view .line .left .tabs a {
    height: 80px;
  }

  .color_view .line .right .line-swiper .pic {
    height: 0;
    padding-bottom: 78.9%;
  }

  .color_view .inf {
    padding: 60px 0;
    background: #f5f5f5;
  }

  .color_view .inf .txt h3 {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    white-space: pre-wrap;
  }

  .color_view .inf .txt p {
    font-size: 16px;
    line-height: 25px;
  }

  .color_view .inf .txt h3 span {
    font-size: 26px;
    line-height: 35px;
  }

  .gongyi_view .process {
    padding: 40px 0 40px;
  }

  .gongyi_view .tit1 h3 {
    font-size: 22px;
  }

  .gongyi_view .tit1 h5 {
    font-size: 18px;
    margin-top: 10px;
  }

  .gongyi_view .process .process-swiper {
    padding-bottom: 50px;
    margin-top: 30px;
  }

  .gongyi_view .process .process-swiper .button-prev {
    width: 30px;
    height: 30px;
  }

  .gongyi_view .process .process-swiper .button-next {
    width: 30px;
    height: 30px;
    left: 40px;
  }

  .gongyi_view .production {
    padding: 40px 0;
  }

  .gongyi_view .production .production-swiper .swiper-slide .pic {
    width: 100%;
    height: 0;
    padding-bottom: 59.5%;
  }

  .gongyi_view .production .production-swiper .swiper-slide .txt {
    width: 100%;
    height: 220px;
    padding: 20px 15px;
  }

  .gongyi_view .production .production-swiper .swiper-slide .txt h3 {
    font-size: 18px;
  }

  .gongyi_view .production .production-swiper .swiper-slide .txt p {
    font-size: 12px;
    line-height: 25px;
    margin-top: 25px;
  }

  .gongyi_view .production .box-swiper {
    padding: 0 45px;
    margin-top: 20px;
  }

  .gongyi_view .production .box-swiper .button-prev {
    width: 35px;
    height: 100%;
    background-size: 10px;
  }

  .gongyi_view .production .box-swiper .button-next {
    width: 35px;
    height: 100%;
    background-size: 10px;
  }

  .gongyi_view .production .production-swiper {
    margin-top: 30px;
  }

  .gongyi_view .material {
    padding: 40px 0;
  }

  .gongyi_view .material .txt p {
    font-size: 12px;
    line-height: 22px;
    white-space: initial;
  }

  .gongyi_view .material .txt {
    margin-top: 25px;
  }

  .gongyi_view .material .con {
    margin-top: 30px;
  }

  .gongyi_view .quality {
    padding: 40px 0;
  }

  .gongyi_view .quality .txt {
    padding: 30px 0;
    padding-left: 20px;
  }

  .gongyi_view .quality .quality-swiper .swiper-slide h5 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }

  .gongyi_view .quality .quality-swiper {
    padding-bottom: 40px;
  }

  .gongyi_view .quality .quality-swiper .box_btn .button-prev {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    background-size: 18px;
  }

  .gongyi_view .quality .quality-swiper .box_btn .button-next {
    width: 30px;
    height: 20px;
    margin-left: 10px;
    background-size: 18px;
  }

  .gongyi_view .quality .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }

  .c-box-wrap .c-left .c-time-box .c-time {
    padding-right: 0;
  }

  .bran_view .brand5 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .bran_view .brand5 .list {
    width: 100%;
    margin-bottom: -20px;
    margin-top: 30px;
  }

  .bran_view .brand5 .tit1 {
    text-align: center;
    width: 100%;
  }

  .bran_view .brand5 .list li img {
    width: 100%;
  }

  .bran_view .brand5 .list li .txt {
    width: 100%;
  }

  .bran_view .brand5 .list li .txt h3 {
    font-size: 22px;
    margin-top: 30px;
  }

  .bran_view .brand5 .list li .txt p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
  }

  .bran_view .brand5 .list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .bran_view .brand6 {
    padding: 40px 0;
  }

  .bran_view .brand6 a {
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 35px;
    border: 5px solid #f6ddca;
  }

  .com-more1 {
    width: 105px;
    height: 35px;
    font-size: 12px;
  }

  .com-more1 img {
    width: 15px;
  }

  .advantages_view {
    padding: 60px 0;
  }

  .advantages_view .tit h3 {
    font-size: 22px;
  }

  .advantages_view .tit p {
    font-size: 14px;
    line-height: 25px;
    white-space: initial;
    margin-top: 25px;
  }

  .advantages_view .tabs-swiper {
    margin-top: 30px;
  }

  .advantages_view .tabs-swiper .swiper-slide .pic {
    width: 35px;
    height: 35px;
  }

  .advantages_view .tabs-swiper .swiper-slide h3 {
    font-size: 14px;
    margin-top: 10px;
  }

  .advantages_view .tabs-swiper .swiper-slide {
    height: 90px;
  }

  .advantages_view .adv-swiper .swiper-slide .txt {
    width: 100%;
    padding: 60px 15px 30px;
  }

  .advantages_view .adv-swiper .swiper-slide .pic {
    width: 100%;
    height: 0px;
    padding-bottom: 80%;
  }

  .advantages_view .adv-swiper {
    margin-top: 30px;
  }

  .advantages_view .adv-swiper .swiper-slide .txt h3 {
    font-size: 12px;
    padding: 8px 15px;
    border-top-right-radius: 15px;
    top: 20px;
  }

  .advantages_view .adv-swiper .swiper-slide .txt h4 {
    font-size: 16px;
  }

  .advantages_view .adv-swiper .swiper-slide .txt h5 {
    font-size: 22px;
    line-height: 1.5;
  }

  .advantages_view .adv-swiper .swiper-slide .txt i {
    width: 60px;
    height: 1px;
    margin-top: 25px;
  }

  .advantages_view .adv-swiper .swiper-slide .txt p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    margin-right: 40px;
    height: 150px;
  }

  .advantages_view .adv-swiper .swiper-slide .txt span {
    font-size: 38px;
    right: 15px;
    bottom: 20px;
  }

  .page-tabs .tabs {
    padding: 10px 0;
  }

  .page-tabs .tabs a {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 30px;
    margin-right: 8px;
  }

  .page-tabs .tabs {
    padding: 10px 0;
  }

  .new {
    padding: 60px 0 60px;
  }

  .new .new-swiper {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .new .new-swiper .swiper-slide a {
    padding: 15px 25px 15px 15px;
    flex-wrap: nowrap;
    background-position: left 20px bottom 10px;
    background-size: 150px;
  }

  .new .new-swiper .swiper-slide .txt h3 {
    margin-top: 20px;
  }

  .new .new-swiper .swiper-slide .txt h4 {
    font-size: 16px;
    margin-top: 12px;
  }

  .new .new-swiper .swiper-slide .txt h5 {
    font-size: 12px;
  }

  .new .new-swiper .swiper-slide .pic {
    width: 110px;
    height: 220px;
  }

  .new .new-swiper .swiper-slide .txt i {
    display: block;
    width: 30px;
    height: 30px;
    border-width: 1px;
    bottom: 0;
  }

  .new .new-swiper .box-scroll h3 {
    display: none;
  }

  .new .new-swiper .box-scroll img {
    display: none;
  }

  .fast_box .item {
    width: 32%;
    position: relative;
  }

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

  .fast_box .item .txt h5 {
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .fast_box .item .txt h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .fast_box .item .txt img {
    margin-bottom: 20px;
    width: 35px;
  }

  .com-tit2 h3 {
    font-size: 22px;
  }

  .com-tit2 h5 {
    font-size: 16px;
    margin-top: 13px;
  }

  .brand_view {
    padding: 60px 0;
  }

  .brand_view .com-tit2 p {
    margin-top: 30px;
    font-size: 12px;
    line-height: 25px;
  }

  .brand_view .con .txt {
    width: 100%;
    padding: 50px 15px;
  }

  .brand_view .con {
    margin-top: 30px;
  }

  .brand_view .con .txt h3 {
    font-size: 20px;
    padding-right: 90px;
    background-size: 80px;
  }

  .brand_view .con .txt h3::after {
    width: 20px;
    height: 16px;
    top: -27px;
  }

  .brand_view .con .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }

  .brand_view .con .txt p::after {
    width: 9px;
    height: 7px;
    bottom: -10px;
    left: 50%;
  }

  .brand_view .con .pic {
    width: 100%;
  }

  .honor_view {
    padding: 60px 0;
  }

  .honor_view .list {
    margin-top: 30px;
    margin-bottom: -20px;
    justify-content: space-between;
  }

  .honor_view .list li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .honor_view .list li a {
    padding: 20px 15px 15px;
  }

  .honor_view .list li h4 {
    font-size: 12px;
    padding: 6px 10px;
    border-width: 1px;
  }

  .honor_view .list li h3 {
    margin-top: 20px;
    font-size: 18px;
  }

  .honor_view .list li .pic {
    margin-top: 20px;
  }

  .honor_view .more a {
    font-size: 14px;
    padding: 12px 38px 12px 25px;
    background-position: right 15px center;
    background-size: 15px;
    margin-top: 30px;
  }

  .factory_view {
    padding: 60px 0;
  }

  .factory_view .list {
    margin-top: 30px;
    margin-bottom: -20px;
    justify-content: space-between;
  }

  .factory_view .list li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .factory_view .list li h3 {
    font-size: 14px;
    margin: 10px;
  }

  .factory_view .more a {
    font-size: 14px;
    padding: 12px 38px 12px 25px;
    background-position: right 15px center;
    background-size: 15px;
    margin-top: 30px;
  }

  .col-l {
    width: 100%;
  }

  .col-r {
    width: 100%;
  }

  .sidebar_pro .com-tit2 h3 {
    font-size: 20px;
  }

  .sidebar_pro .com-tit2 h5 {
    font-size: 12.5px;
  }

  .sidebar_pro {
    padding: 40px 4%;
    margin-bottom: 30px;
  }

  .sidebar_pro .com-tit2 {
    margin-bottom: 20px;
  }

  .sidebar_pro dl {
    margin-bottom: 15px;
  }

  .sidebar_pro dl dt {
    font-size: 14px;
    padding-left: 10%;
    height: 38px;
    line-height: 37px;
    border-radius: 3px;
  }

  .sidebar_pro dl dt::after {
    left: 5%;
  }

  .sidebar_pro dl.on dd {
    margin-top: 8px;
  }

  .sidebar_pro dl dd {
    padding-left: 10%;
  }

  .sidebar_pro dl dd a {
    font-size: 12px;
  }

  .sidebar_pro dl dd::after {
    width: 10px;
    height: 10px;
    left: 5%;
  }

  .sidebar_pro form {
    margin-top: 30px;
  }

  .sidebar_pro form input {
    height: 35px;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 12px;
  }

  .sidebar_pro form button {
    width: 40px;
    height: 35px;
    background-size: 15px;
  }

  .case2_view {
    padding-top: 60px;
  }

  .case2_view .list {
    margin-bottom: -20px;
  }

  .case2_view .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .case2_view .list li .txt .time span {
    font-size: 26px;
  }

  .case2_view .list li .txt .time {
    width: 85px;
    height: 60px;
    font-size: 14px;
    top: 15px;
  }

  .case2_view .list li .txt {
    padding: 15px 0;
    height: 90px;
    padding-left: 95px;
    padding-right: 15px;
  }

  .case2_view .list li .txt .box {
    padding-top: 10px;
  }

  .case2_view .list li .txt .box h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .case2_view .list li .txt .box i {
    width: 18px;
    height: 18px;
  }

  .case2-info_view {
    padding: 60px 0;
  }

  .case2-info_view .tit {
    font-size: 20px;
  }

  .case2-info_view .edit {
    padding: 25px 0;
  }

  .case2-info_view .back a {
    font-size: 14px;
    padding: 12px 20px 12px 40px;
    border-radius: 44px;
    background-position: left 15px center;
  }

  .sidebar_news2 {
    padding: 25px 15px;
    background-color: #fff;
    margin-bottom: 25px;
  }

  .sidebar_item {
    padding: 25px 15px;
  }

  .banner .button-prev {
    display: none;
  }

  .banner .button-next {
    display: none;
  }

  .solution {
    padding: 50px 0 40px;
  }

  .solution .item {
    width: 100%;
    padding-left: 0;
    order: 2;
  }

  .solution .solution-swiper {
    margin: 0;
    width: 100%;
    order: 3;
  }

  .solution .tit {
    margin-bottom: 30px;
    order: 1;
  }

  .solution .item h3 {
    font-size: 18px;
    margin-top: 0;
  }

  .solution .item p {
    font-size: 12px;
    line-height: 19px;
    margin-top: 8px;
  }

  .solution .item h3::after {
    width: 16px;
    height: 1px;
    margin-left: 15px;
    margin-bottom: 6px;
  }

  .solution .item .tabs a.on {
    transform: initial;
    padding: 0 20px;
    margin-left: 0;
  }

  .solution .item .tabs {
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .solution .item .tabs a {
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 15px;
    height: 55px;
  }

  .solution .item .sub {
    margin-top: 0;
    padding-top: 20px;
  }

  .solution .item .sub li {
    margin-left: 10px;
  }

  .solution .item .sub li img {
    width: 50px;
  }

  .solution .item .sub li h4 {
    font-size: 14px;
    margin-top: 10px;
  }

  .solution .solution-swiper .pic {
    height: 0;
    padding-bottom: 70%;
    margin-top: 25px;
  }

  .solution .solution-swiper .pic::after {
    width: 30px;
    height: 30px;
    left: 15px;
    bottom: 15px;
  }

  .solution .item .tabs a img {
    width: 20px;
    height: 20px;
  }

  .project .con {
    margin-top: 30px;
  }

  .solution_view .tit {
    padding: 60px 0 40px;
  }

  .solution_view .tit p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
    white-space: initial;
  }

  .solution_view .tit .ico1 {
    margin-top: 30px;
  }

  .solution_view .con {
    padding: 60px 0;
  }

  .solution_view .con .list li .pic {
    width: 100%;
    height: 220px;
  }

  .solution_view .con .list li .txt {
    width: 100%;
    padding: 40px 15px 30px;
  }

  .solution_view .con .list li:nth-child(2n) a .pic {
    order: initial;
  }

  .solution_view .con .list li .txt h3 {
    font-size: 18px;
  }

  .solution_view .con .list li .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
  }

  .solution_view .con .list li .txt .more img {
    margin-left: 6px;
    width: 18px;
  }

  .solution_view .con .list li .txt .more {
    font-size: 14px;
    width: 110px;
    height: 36px;
    border: 2px solid #2aa9a7;
    top: 0;
    margin-top: 30px;
  }

  .solution_view .con .list li .txt .bg {
    width: 27%;
  }

  .solution_view .con .list li {
    margin-bottom: 30px;
  }

  .solution_view .con .list {
    margin-bottom: -30px;
  }

  .solution_view .case_t {
    padding-top: 60px;
    padding-bottom: 40px;
    background-size: auto 100px;
  }

  .solution_view .case_t .tit2 h3 {
    font-size: 30px;
  }

  .solution_view .case_t .tit2 h5 {
    font-size: 18px;
    margin-top: 3px;
  }

  .solution_view .case_t .tit2 h5::after {
    width: 22px;
    height: 2px;
    margin-left: 9px;
    margin-bottom: 6px;
  }

  .solution_view .case_t .tit2 a img {
    margin-left: 6px;
    width: 18px;
  }

  .solution_view .case_t .tit2 a {
    font-size: 14px;
    width: 110px;
    height: 36px;
    border: 2px solid #2aa9a7;
    top: 0;
    margin-top: 15px;
  }

  .solution_view .case_t .case-swiper .swiper-slide .txt {
    height: 55px;
  }

  .solution_view .case_t .case-swiper .swiper-slide .txt h3 {
    font-size: 14px;
  }

  .solution_view .case_t .case-swiper {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .solution_view .case_t .case-swiper .swiper-pagination {
    display: block;
  }

  .solution_view .case_t .case-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #666;
  }

  .solution-info_view .txt1 {
    padding: 50px 0;
  }

  .solution-info_view .txt1 h1 {
    font-size: 20px;
  }

  .solution-info_view .txt1 p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
  }

  .solution-info_view .txt1 img {
    margin-top: 30px;
  }

  .solution-info_view .txt2 {
    padding: 40px 0;
  }

  .solution-info_view .txt2 .left {
    width: 100%;
  }

  .solution-info_view .txt2 .pic {
    width: 100%;
    margin-top: 25px;
  }

  .solution-info_view .txt2 .left h3 {
    font-size: 20px;
  }

  .solution-info_view .txt2 .left p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }

  .solution-info_view .txt3 {
    height: auto;
    padding: 50px 0;
    background-attachment: initial;
    background-size: cover;
    background-position: center;
  }

  .solution-info_view .txt3 .box {
    width: 70%;
    background-color: rgba(42, 169, 167, 0.7);
    padding: 30px 20px;
    margin-top: 0;
  }

  .solution-info_view .txt3 .box h3 {
    font-size: 18px;
  }

  .solution-info_view .txt3 .box p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
  }

  .solution-info_view .txt4 {
    padding: 60px 0;
  }

  .solution-info_view .txt4 h3 {
    font-size: 20px;
  }

  .solution-info_view .txt4 p {
    font-size: 14px;
    line-height: 25px;
    white-space: initial;
    margin-top: 15px;
  }

  .case-info_view .con {
    margin-top: 40px;
    padding: 20px 15px;
  }

  .case-info_view .con .case-swiper {
    width: 100%;
  }

  .case-info_view .con .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .case-info_view .con .txt h3 {
    font-size: 20px;
  }

  .case-info_view .con .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }

  .case-info_view .con .txt .link {
    margin-top: 30px;
  }

  .case-info_view .con .txt .link a:first-child {
    margin-right: 10px;
  }

  .case-info_view .tabs_box {
    padding: 20px 40px;
  }

  .case-info_view .tabs_box .button-prev {
    cursor: pointer;
    width: 25px;
    height: 35px;
    background: url(../img/case-left001.png) no-repeat center;
    position: absolute;
    left: 45px;
    top: 41%;
    transition-duration: 0.3s;
  }

  .case-info_view .tabs_box .button-prev {
    width: 20px;
    height: 30px;
    background-size: 12px;
    left: 10px;
    top: 34%;
  }

  .case-info_view .tabs_box .button-next {
    width: 20px;
    height: 30px;
    background-size: 12px;
    right: 10px;
    top: 34%;
  }

  .case-info_view .tabs_box .tabs-swiper .swiper-slide .pic {
    height: 65px;
  }

  .case-info_view .con .case-swiper .pic {
    height: 240px;
  }

  .case-info_view {
    padding-bottom: 50px;
  }

  .back a {
    padding: 13px 25px;
    border-radius: 39px;
    padding-left: 40px;
    background-position: left 15px center;
  }

  .pro_sort_view .list li {
    margin-bottom: 40px;
  }

  .pro_sort_view .list li .pic {
    height: auto;
  }

  .pro_sort_view .list li .pic .bg {
    height: 240px;
    position: initial;
  }

  .pro_sort_view .list li .pic .txt {
    width: 100%;
    padding: 30px 15px;
    position: initial;
  }

  .pro_sort_view .list li .pic .txt h3 {
    font-size: 30px;
  }

  .pro_sort_view .list li .pic .txt .ico {
    margin-top: 20px;
    max-height: 30px;
  }

  .pro_sort_view .list li .pic .txt h4 {
    font-size: 18px;
    margin-top: 14px;
  }

  .pro_sort_view .list li .pic .txt h5 {
    font-size: 12px;
  }

  .pro_sort_view .list li .pic .txt p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
  }

  .pro_sort_view .list li .pic .txt i {
    width: 30px;
    height: 30px;
    margin-top: 15px;
  }

  .pro_sort_view .list li .pic:hover .bg {
    transform: scale(1);
  }

  .sort_tabs {
    margin: 25px 0;
  }

  .sort_tabs a {
    padding: 12px 20px;
    font-size: 14px;
    margin-right: 5px;
  }

  .sort_tabs a .ico {
    max-width: 20px;
    max-height: 20px;
    margin-right: 4px;
  }

  .join-adv_view .item4 .tabs a {
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 5px;
  }

  .join-adv_view .item4 .tit {
    font-size: 20px;
  }

  .join-adv_view .item4 .tabs {
    margin-top: 25px;
  }

  .join-adv_view .item4 {
    padding: 60px 0;
  }

  .join-adv_view .item1 {
    padding: 60px 0;
  }

  .join-adv_view .item1 .tit {
    font-size: 22px;
  }

  .join-adv_view .item1 .con {
    margin-top: 40px;
  }

  .join-adv_view .item1 .con .left {
    width: 100%;
    padding-top: 0;
  }

  .join-adv_view .item1 .con .left h3 {
    font-size: 16px;
    padding: 9px 20px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .join-adv_view .item1 .con .left h5 {
    margin-top: 15px;
    font-size: 14px;
    padding: 8px 0;
    letter-spacing: 1px;
    max-width: 200px;
  }

  .join-adv_view .item1 .con .left p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .join-adv_view .item1 .con .left h6 {
    font-size: 14px;
    padding: 8px 15px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 25px;
  }

  .join-adv_view .item1 .con .left ul {
    margin-top: 24px;
  }

  .join-adv_view .item1 .con .left h4 {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 38%;
    letter-spacing: 2px;
  }

  .join-adv_view .item1 .con .right {
    width: 100%;
    margin-top: 30px;
  }

  .join-adv_view .item1 .con .right h4 {
    margin-top: 10px;
    margin-left: 0;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: right;
  }

  .join-adv_view .item2 {
    padding: 60px 0 40px;
  }

  .join-adv_view .item2 .tit {
    font-size: 22px;
    line-height: 30px;
  }

  .join-adv_view .item2 .pic {
    margin-top: 25px;
  }

  .join-adv_view .item2 .pic .img1 {
    width: 100%;
    height: auto;
  }

  .join-adv_view .item2 .pic .img2 {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .join-adv_view .item2 h4 {
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 0px;
  }

  .join-adv_view .item2 .bot {
    margin-top: 25px;
    padding: 15px;
  }

  .join-adv_view .item2 .bot .list {
    width: 100%;
    margin-top: 25px;
    margin-bottom: -10px;
  }

  .join-adv_view .item2 .bot .box {
    width: 100%;
  }

  .join-adv_view .item2 .bot .list img {
    width: 31%;
    margin-bottom: 10px;
  }

  .join-adv_view .item3 {
    padding: 60px 0 40px;
  }

  .join-adv_view .item3 .tit h3 {
    font-size: 22px;
  }

  .join-adv_view .item3 .tit p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    white-space: initial;
  }

  .join-adv_view .item3 .con {
    margin-top: 25px;
  }

  .join-adv_view .item3 .con .left {
    width: 100%;
  }

  .join-adv_view .item3 .con .right {
    width: 100%;
    padding: 0 5%;
    margin-top: 25px;
  }

  .join-adv_view .item3 .con .left .img1 {
    width: 90%;
  }

  .join-adv_view .item3 .con .left .img2 {
    top: 20px;
    left: 0px;
    width: 90px;
  }

  .join-adv_view .item3 .con .right h4 {
    font-size: 16px;
    line-height: 25px;
  }

  .join-adv_view .item3 .con .right p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
  }

  .join-adv_view .item3 .con .right .list {
    margin-top: 25px;
  }

  .spot {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .com-tit1 h3 {
    font-size: 26px;
    font-weight: normal;
  }

  .com-tit1 h5 {
    font-size: 22px;
    margin-top: 10px;
  }

  .footer .copy p {
    text-align: center;


  }

  .footer .copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer .copy .links {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }

  .footer .copy .links a:first-child {
    margin-left: 0;
  }

  .footer .copy p {
    font-size: 14px;
    line-height: 25px;
    white-space: initial;

  }

  .footer .item .txt span {
    font-size: 20px;
    margin-top: 8px;
  }

  .footer .logo_box img {
    width: 150px;
  }

  .footer .item .codes li img {
    width: 90px;
  }

  .footer .item .codes li h3 {
    margin-top: 10px;
  }

  .com-tit1 p {
    font-size: 14px;
    margin-top: 10px;
    white-space: initial;
    font-weight: normal;
  }

  .spot .spot-swiper {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .spot .spot-swiper .swiper-slide .txt1 {

    left: 20px;
    bottom: 25px;
  }

  .spot .spot-swiper .swiper-slide .txt1 h6 {
    font-size: 55px;
    font-weight: lighter;


  }

  .spot .spot-swiper .swiper-slide .txt1 h3 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
  }

  .spot .spot-swiper .swiper-slide .txt1 h5 {
    font-size: 20px;

    margin-top: 10px;
    font-weight: normal;

  }

  .spot .spot-swiper .swiper-slide .txt {
    padding: 60px 35px 30px;
  }

  .spot .spot-swiper .swiper-slide .txt h4 {
    font-size: 22px;
    margin-top: 12px;
    font-weight: normal;
  }

  .spot .spot-swiper .swiper-slide .txt h5 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
  }

  .spot .spot-swiper .swiper-slide .txt h5::after {
    width: 25px;
    margin-left: 8px;
  }

  .spot .spot-swiper .swiper-pagination {
    display: block;
  }

  .spot .spot-swiper .swiper-slide:hover .txt {}

  .spot .spot-swiper .swiper-slide .txt img {
    width: 45px;
    height: 45px;

  }

  .spot .spot-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 40px;
    font-weight: normal;

  }

  .product {
    padding: 50px 0 20px;
  }

  .product .product-swiper {
    /* margin-top: 30px; */
    padding-bottom: 40px;
  }

  .product .product-swiper .swiper-slide {
    /* height: 450px; */
  }

  .product .product-swiper .swiper-slide .txt .ico {
    width: 35px;
    height: 35px;
    margin-top: 35px;
  }

  .product .product-swiper .swiper-slide .txt h3 {
    font-size: 22px;
    margin-top: 25px;
    font-weight: normal;
  }

  .product .product-swiper .swiper-slide .txt h5 {
    font-size: 14px;
    margin-top: 6px;
    font-weight: normal;
  }

  .product .product-swiper .swiper-slide .txt span {
    width: 30px;
    height: 30px;
    margin-top: 22px;
  }

  .product .product-swiper .swiper-slide-active .txt {
    width: 180px;
    height: 225px;
  }

  .product .product-swiper .swiper-pagination {
    display: block;
  }

  .about {
    padding: 60px 0;
  }

  .about .tit span {
    width: 40px;
    height: 40px;
    margin-top: 15px;
    display: none;
    background-size: 6px;

  }

  .about .txt p {
    font-size: 14px;
    line-height: 24px;
  }

  .about .txt .list {
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .about .txt .list a .ico {
    width: 30px;
    height: 30px;
  }

  .about .txt .list a {
    width: 50%;
    margin-bottom: 15px;
  }

  .about .txt .list a h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .about .txt .list a h4::after {
    width: 30px;
    margin-left: 8px;
  }

  .about .txt .list a .ico {
    width: 25px;
    height: 25px;
  }

  .about .pic {
    margin-top: 40px;
    height: 220px;
  }

  .about .txt {
    margin-top: 40px;
  }

  .about .pic::after {
    background-size: 50px;
  }

  .join {
    padding: 60px 0;
  }

  .join .list {
    margin-bottom: -20px;
  }

  .join .list li {
    width: 30.5%;
    height: 120px;
    margin-bottom: 20px;
  }

  .join .list li img {
    width: 30px;
    height: 30px;
  }

  .join .list li:nth-child(2n) {
    margin-top: 0;
  }

  .join .list li:nth-child(2) {
    margin-top: 0;
  }

  .join .list li:nth-child(5) {
    margin-top: 0;
  }

  .join .list li h3 {
    font-size: 14px;
    margin-top: 10px;
  }

  .join .list {
    margin-top: 30px;
  }

  .about .txt .list a h5 {
    margin-top: 5px;
    font-weight: normal;
  }

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

  .news .tit .tabs {
    margin-top: 30px;
    justify-content: flex-start;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .news .tit .tabs a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 35px;
    margin-left: 10px;

  }

  .news .tit .tabs a:first-child {
    margin-left: 0;
  }

  .news .con {
    margin-top: 30px;
    display: none;
  }

  .news .news-swiper {
    display: block;
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .news .news-swiper .swiper-pagination {
    display: block;
  }

  .news .news-swiper .swiper-slide h5 {
    font-size: 24px;
    font-weight: normal;
  }

  .news .news-swiper .swiper-slide h5 span {
    font-size: 14px;
    margin-left: 10px;
  }

  .news .news-swiper .swiper-slide .pic {
    margin-top: 10px;
  }

  .news .news-swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
    height: 50px;
  }

  .news .news-swiper .swiper-slide p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    height: 44px;
  }

  .news .news-swiper .swiper-slide i {
    font-size: 12px;
    padding-right: 55px;
    padding-bottom: 15px;
    background-position: right top 3px;
    background-size: 12px;
    border-bottom: 2px solid #999;
    margin-top: 25px;
  }

  .news .news-swiper .swiper-slide i::after {
    width: 35px;
    height: 2px;
    bottom: -2px;
  }

  .footer {
    padding-top: 50px;
    margin-bottom: 50px;
  }

  .footer .item .codes {
    margin-top: 30px;
  }

  .news_view .list {
    padding-top: 30px;
    margin-bottom: -27px;
  }

  .news_view .list li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 27px;
  }

  .news_view .list li .txt {
    padding-top: 15px;
  }

  .news_view .list li .txt h6 {
    font-size: 14px;
  }

  .news_view .list li .txt h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .news_view .list li .txt span {
    margin-top: 15px;
    font-size: 12px;
    padding-bottom: 10px;
  }

  .news_view .item .pic {
    width: 100%;
    height: 200px;
  }

  .news_view .item .txt {
    width: 100%;
    height: auto;
    padding: 20px 15px;
  }

  .news_view .item .txt h5 {
    font-size: 16px;
  }

  .news_view .item .txt h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .news_view .item .txt p {
    font-size: 12px;
    line-height: 25px;
    margin-top: 20px;
    height: 50px;
  }

  .news_view .item .txt span {
    margin-top: 25px;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
  }

  .news_view {
    padding-top: 30px;
  }

  .news-info_view {
    padding: 50px 0;
  }

  .news-info_view .social-share {
    display: none;
  }

  .news-info_view .c-left .c-font36 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
  }

  .c-box-wrap .c-left .c-time-box {
    margin: 0;
  }

  .news-info_view .c-left .c-time {
    margin-top: 0;
  }

  .c-box-wrap .c-left .c-text-box {
    margin-bottom: 20px;
    padding: 20px 0;
    margin-top: 20px;
  }

  .c-box-wrap .c-left .c-link-box {
    flex-wrap: wrap;
  }

  .c-box-wrap .c-left .c-link-box .c-lt {
    width: 100%;
    flex-grow: initial;
  }

  .c-box-wrap .c-left .c-link-box .c-gt {
    width: 100%;
    text-align: right;
    margin-top: 20px;
  }

  .c-box-wrap .c-left .c-link-box .c-lt a {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
  }

  .c-box-wrap .c-left .c-link-box .c-lt a span {
    width: 80px;
    height: 30px;
    margin-right: 10px;
  }

  .c-box-wrap .c-left .c-link-box .c-gt a {
    padding: 10px 20px 10px 35px;
    background-position: left 10px center;
  }

  .c-box-wrap .c-right {
    padding-top: 20px;
  }

  .c-box-wrap .c-right .c-title {
    margin-bottom: 25px;
  }

  .c-box-wrap .c-right .c-title {
    font-size: 20px;
  }

  .c-box-wrap .c-right .c-list li .c-wrap .c-text-box .c-title2 {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }

  .c-box-wrap .c-right .c-list li {
    padding-bottom: 20px;
  }

  .system_view .performance {
    padding: 60px 0;
  }

  .system_view .performance .item1 .tit {
    position: initial;
  }

  .system_view .performance .item1 .list {
    margin-top: 25px;
  }

  .system_view .performance .item1 .list li .txt .ico {
    width: 30px;
    height: 30px;
  }

  .system_view .performance .item1 .list li .txt h3 {
    font-size: 16px;
    margin-top: 7px;
  }

  .system_view .performance .item1 .list li .txt h5 {
    font-size: 12px;
    margin-top: 4px;
  }

  .system_view .performance .item1 .tit h3 {
    font-size: 26px;
  }

  .system_view .performance .item1 .tit h5 {
    font-size: 18px;
    margin-top: 8px;
    font-weight: normal;
  }

  .system_view .performance .item2 .tit {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }

  .system_view .performance .item2 .list {
    width: 100%;
  }

  .system_view .performance .item2 .list li .txt .ico {
    width: 30px;
    height: 30px;
  }

  .system_view .performance .item1 .list li .pic {
    padding-bottom: 100% !important;
  }

  .system_view .performance .item1 .list li {
    width: 32% !important;
  }

  .system_view .performance .item2 .tit h3 {
    font-size: 18px;
  }

  .system_view .performance .item2 .tit h5 {
    font-size: 20px;
    margin-top: 6px;
  }

  .system_view .performance .item2 .tit p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
  }

  .system_view .performance .item2 {
    margin-top: 0;
  }

  .system_view .performance .item2 .list {
    margin-top: 25px;
  }

  .system_view .performance .item2 .list li {
    width: 32% !important;
  }

  .system_view .performance .item2 .list li .txt h3 {
    font-size: 16px;
    margin-top: 7px;
  }

  .system_view .performance .item2 .list li .txt h5 {
    font-size: 12px;
    margin-top: 4px;
  }

  .system_view .ban .tit h3 {
    font-size: 22px;
  }

  .system_view .ban .tit h5 {
    font-size: 15px;
    margin-top: 15px;
    font-weight: normal;
  }

  .system_view .ban {
    margin-bottom: 50px;
    height: 240px;
  }

  .system_view .ban .tit {
    top: 20px;
  }

  .system_view .design {
    padding: 60px 0 30px;
  }

  .system_view .design .tit h3 {
    font-size: 26px;
  }

  .system_view .design .tit h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .system_view .design .tit p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }

  .system_view .design .design-swiper .swiper-slide .txt {
    padding: 15px;
    padding-bottom: 15px;
  }

  .system_view .design .design-swiper .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }

  .system_view .design .design-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    height: 44px;
    font-weight: normal;
  }

  .system_view .design .design-swiper .swiper-slide:nth-child(2n) .txt {
    padding-bottom: 15px;
  }

  .system_view .design .design-swiper .swiper-pagination {
    display: block;
  }

  .system_view .design .design-swiper .swiper-slide .txt h4::before {
    width: 35px;
    height: 1px;
    margin-right: 6px;
  }

  .system_view .design .design-swiper .swiper-slide .txt h4 {
    font-size: 16px;
  }

  .system_view .design .design-swiper .swiper-slide:nth-child(2n) .pic {
    margin-top: 0;
  }

  .system_view .narrow {
    padding-top: 60px;
  }

  .system_view .narrow .wrap .tit h3 {
    font-size: 26px;
  }

  .system_view .narrow .wrap .tit h5 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
  }

  .system_view .narrow .wrap .txt {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    font-weight: normal;
  }

  .system_view .narrow .con {
    margin-top: 30px;
  }

  .system_view .german {
    padding: 60px 0;
  }

  .system_view .german .left {
    width: 100%;
  }

  .system_view .german .txt {
    width: 100%;
    margin-top: 30px;
  }

  .system_view .german .txt h3 {
    font-size: 26px;
  }

  .system_view .german .txt h5 {
    font-size: 20px;
    margin-top: 15px;
  }

  .system_view .german .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
    font-weight: normal;
  }

  .system_view .german .txt .pic {
    margin-top: 25px;
  }

  .system_view .design .design-swiper {
    padding-bottom: 30px;
  }

  .product_view {
    padding-top: 0;
  }

  .product_view .item h3 {
    font-size: 22px;
  }

  .product_view .item form {
    display: none;
  }

  .product_view .item form input {
    width: 180px;
    height: 35px;
    padding: 0 40px 0 15px;
    font-size: 12px;
  }

  .product_view .item form button {
    width: 40px;
    height: 35px;
    background-size: 12px;
  }

  .product_view .item h3::after {
    width: 30px;
    height: 1px;
    top: -7px;
    margin-left: 8px;
  }

  .product_view .pro-naver {
    margin-top: 10px;
  }

  .product_view .pro-naver .box h3 {
    font-size: 14px;
    width: 80px;
    min-height: 40px;
  }

  .product_view .pro-naver .box .list1 {
    width: 100%;
    padding: 5px 0;
  }

  .product_view .pro-naver .box .list1 a {
    margin: 10px 20px 10px 0;
    padding: 9px 10px;
    font-size: 14px;
  }

  .product_view .pro-naver .box .list1 a::before {
    width: 1px;
    height: 15px;
    top: -2px;
    right: -12px;
  }

  .product_view .pro-naver .box .list1 a::after {
    bottom: -5px;
  }

  .product_view .list {
    margin-top: 40px;
    margin-bottom: -20px;
  }

  .product_view .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .product_view .list li .txt {
    padding-top: 15px;
  }

  .product_view .list li .txt h3 {
    font-size: 18px;
  }

  .product_view .list li .txt h5 {
    font-size: 14px;
    margin-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
  }

  .naver2 {
    margin-top: 40px;
    display: none;
  }

  .naver2 .wrap .cur {
    display: none;
  }

  .naver2 .wrap .tabs {
    width: 100%;
  }

  .naver2 .wrap .tabs a {
    font-size: 16px;
    padding: 16px 15px;
    margin-right: 0;
  }

  .product-info_view .above {
    padding: 50px 0;
  }

  .product-info_view .above .img-swiper {
    width: 100%;
  }

  .product-info_view .above .img-swiper .pic {
    height: 0;
    padding-bottom: 63.5%;
  }

  .product-info_view .above .txt {
    width: 100%;
    padding: 0 7px;
    padding-top: 30px;
  }

  .product-info_view .above .img-swiper .button-prev {
    width: 25px;
    height: 25px;
    background-size: 12px;
    left: 15px;
    top: 46%;
  }

  .product-info_view .above .img-swiper .button-next {
    width: 25px;
    height: 25px;
    background-size: 12px;
    right: 15px;
    top: 46%;
  }

  .product-info_view .above .txt h1 {
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .product-info_view .above .txt .caseUrl a{
    font-size: 16px;

  }
  .product-info_view .above .txt p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    min-height: auto;
  }

  .product-info_view .above .txt .links a span {
    font-size: 14px;
    margin-left: 10px;
  }

  .product-info_view .above .txt .links a {
    height: 40px;
  }

  .product-info_view .above .txt .links a img {
    margin-left: 10px;
    width: 20px;
    height: 22px;
  }

  .product-info_view .tabs {
    padding-top: 30px;
  }

  .product-info_view .tabs a {
    font-size: 16px;
    padding: 14px 0;
    border-bottom-width: 1px;
  }

  .product-info_view .info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-info_view .info .tit {
    font-size: 18px;
  }

  .product-info_view .info .tit span {
    font-size: 14px;
  }

  .product-info_view .info .edit {
    margin-top: 20px;
  }

  .product-info_view .info.info1 .edit {
    padding: 15px;
  }

  .product-info_view .info.info1 .edit p {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
  }

  .product-info_view .info .list {
    margin-top: 20px;
  }

  .product-info_view .info .list li .pic {
    width: 100%;
    height: 220px;
  }

  .product-info_view .info .list li .txt {
    width: 100%;
    padding: 0 15px;
    height: 220px;
  }

  .product-info_view .info .list li:nth-child(2n) .pic {
    order: initial;
  }

  .product-info_view .info .list li .txt h3 {
    font-size: 22px;
  }

  .product-info_view .info .list li .txt h5 {
    font-size: 18px;
    margin-top: 10px;
  }

  .product-info_view .info .list li .txt p {
    font-size: 14px;
    margin-top: 20px;
  }

  .contact_view .map {
    height: 280px;
  }

  .contact_view .way {
    padding: 50px 0;
  }

  .contact_view .way .tit h3 {
    font-size: 30px;
  }

  .contact_view .way .tit h5 {
    font-size: 18px;
    margin-top: 10px;
  }

  .contact_view .way .tit h5::after {
    width: 40px;
    margin-left: 10px;
  }

  .contact_view .way .con {
    margin-top: 30px;
  }

  .contact_view .way .con .code li {
    margin-right: 15px;
  }

  .contact_view .way .con .code li img {
    width: 110px;
  }

  .contact_view .way .con .code li h3 {
    font-size: 14px;
    margin-top: 12px;
  }

  .contact_view .way .con .list {
    width: 100%;
    margin-top: 30px;
  }

  .contact_view .way .con .list li {
    width: 100%;
    padding-bottom: 8px;
  }

  .contact_view .way .con .list li h5 {
    font-size: 14px;
    margin-top: 6px;
  }

  .contact_view .way .con .list li h6 {
    font-size: 18px;
    margin-top: 10px;
  }

  .contact_view .way .con .list li {
    margin-top: 20px !important;
  }

  .job_view {
    padding-top: 60px;
  }

  .job_view .tit h3 {
    font-size: 26px;
  }

  .job_view .tit h5 {
    font-size: 20px;
    margin-top: 10px;
  }

  .job_view .list {
    margin-top: 60px;
    margin-bottom: -30px;
  }

  .job_view .list li {
    margin-bottom: 30px;
  }

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

  .job_view .list li .txt {
    width: 100%;
    padding: 20px 15px;
  }

  .job_view .list li .txt i {
    width: 40px;
    height: 1px;
  }

  .job_view .list li .txt h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .job_view .list li .txt p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .job_view .list li:nth-child(2n) .pic {
    order: initial;
  }

  .job_view .list li:nth-child(2n) .txt {
    text-align: left;
    padding: 20px 15px;
  }

  .job_view .item {
    padding-top: 40px;
  }

  .job_view .item .txt i {
    height: 40px;
  }

  .job_view .item .txt h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .job_view .item .txt p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    white-space: initial;
  }

  .job_view .item .pic {
    margin-top: 25px;
    height: 180px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .about_view .story {
    padding: 60px 0;
  }

  .about_view .story .txt {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin-top: 25px;
  }

  .about_view .tit1 h3 {
    font-size: 24px;
    font-weight: normal;
  }

  .about_view .tit1 h5 {
    font-size: 20px;
    margin-top: 10px;
  }

  .about_view .story .tit1 h5::after {
    width: 40px;
    top: -7px;
    margin-left: 8px;
  }

  .about_view .story .ban {
    margin-top: 30px;
  }

  .about_view .story .list {
    margin-top: 25px;
    justify-content: space-between;
    margin-bottom: -20px;
  }

  .about_view .story .list li {
    width: 50%;
    margin-bottom: 20px;
  }

  .about_view .story .list li h3 {
    font-size: 14px;
    font-weight: normal;

  }

  .about_view .story .list li h4 {
    font-size: 26px;
    margin-top: 4px;
    font-weight: normal;
  }

  .about_view .story .list li h5 {
    margin-top: 5px;
    font-size: 14px;
  }

  .about_view .story .list li h4 i {
    font-size: 16px;
    font-weight: normal;
  }

  .about_view .history {
    padding: 60px 0 30px;
  }

  .about_view .history .con {
    margin-top: 30px;
    padding-left: 0px;
    padding-right: 0;
  }

  .about_view .history .con .history-swiper .swiper-slide {
    padding: 30px 15px;
  }

  .about_view .history .con::after {
    top: 97px;
    height: 1px;
    left: 0;
    right: 0;
  }

  .about_view .history .con .history-swiper .swiper-slide .tit h5 {
    font-size: 20px;

  }

  .about_view .history .con .history-swiper .swiper-slide .tit h3 {
    font-size: 34px;
  }

  .about_view .history .con .history-swiper .swiper-slide i {
    width: 8px;
    height: 8px;
    background-size: contain;
    margin-top: 12px;
  }

  .about_view .history .con .history-swiper .swiper-slide p {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    margin-top: 20px;
  }

  .about_view .history .con .history-swiper .swiper-slide .pic {
    margin-top: 20px;
  }

  .about_view .history .con .history-swiper {
    padding-bottom: 40px;
  }

  .about_view .history .con .history-swiper .swiper-pagination {
    display: block;
  }

  .about_view .honor {
    padding-top: 60px;
  }

  .about_view .honor .honor-swiper {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .about_view .honor .honor-swiper .swiper-slide a {
    padding: 25px 15px;
  }

  .about_view .honor .honor-swiper .swiper-slide h3 {
    font-size: 14px;
  }

  .about_view .image1 {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .about_view .image1 .image1-swiper {
    margin-top: 25px;
    padding-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about_view .image1 .image1-swiper .button-prev {
    display: none;
  }

  .about_view .image1 .image1-swiper .button-next {
    display: none;
  }

  .about_view .video1 {
    padding: 60px 0;
  }

  .about_view .video1 .tit1 p {
    font-size: 14px;
    line-height: 25px;
    white-space: initial;
    margin-top: 20px;
  }

  .about_view .video1 .pic {
    margin-top: 20px;
  }

  .about_view .video1 .pic h3 {
    font-size: 16px;
    top: 54%;
  }

  .about_view .video1 .pic::after {
    width: 40px;
    height: 40px;
  }

  .custom-appo .left .top {
    padding: 30px 0 20px;
  }

  .custom-appo .left .top p {
    font-size: 20px;
    line-height: 30px;
  }

  .custom-appo .left .top em {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-appo .left {
    padding: 0 20px 30px;
  }

  .custom-appo .left .bot {
    flex-wrap: wrap;
  }

  .custom-appo .left .bot img {
    width: 100%;
    margin-bottom: 20px;
  }

  .custom-appo .left .bot .form .item .inp, .custom-appo .left .bot .form .item select {
    font-size: 14px;
  }

  .custom-appo .right h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .custom-appo .right h3 em {
    font-size: 22px;
  }

  .custom-appo .right .marqueetop ul li span {
    font-size: 14px;
    line-height: 40px;
    margin-right: 20px;
  }

  .custom-appo .right .marqueetop ul li p {
    font-size: 14px;
    line-height: 40px;
  }

  .custom-appo .right .marqueetop ul {
    padding: 0 15px;
  }

  .custom-appo .right {
    padding-bottom: 30px;
  }

  .marqueetop {
    height: 240px;
  }

  .custom-con {
    padding: 50px 0;
    background-color: #f5f5f5;
  }

  .custom_view .tit1 h3 {
    font-size: 26px;
    font-family: HarmonyOS Sans SC, Arial, Helvetica, sans-serif;
  }

  .custom_view .tit1 h5 {
    font-size: 20px;
    margin-top: 10px;
  }

  .custom-appo .tit1 {
    margin-bottom: 25px;
  }

  .custom-appo .left .bot {
    padding: 25px 15px;
  }

  .custom-appo .left .bot img {
    margin-right: 0;
    height: auto;
  }

  .custom-appo .left {
    padding: 0;
  }

  .custom-appo .left .serve-tit h3 {
    font-size: 16px;
  }

  .custom-appo .left .serve-tit h5 {
    font-size: 20px;
    margin-top: 4px;
  }

  .custom-appo .left .serve-tit {
    margin-bottom: 20px;
  }

  .custom-appo .right h3 {
    padding: 45px 0 25px;
  }

  .custom_view .serve-part3 {
    padding: 50px 0;
  }

  .custom_view .serve-part3 .con {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 15px;
    width: 90%;
  }

  .custom_view .serve-part3 .con .form .inp {
    line-height: 40px;
    height: 40px;
    padding: 0 11px;
    border-radius: 3px;
    font-size: 14px;
  }

  .custom_view .serve-part3 .con .form .sub {
    width: 100px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 15px;
  }

  .custom_view .serve-part3 .con .form {
    margin-bottom: 35px;
    margin-top: 35px;
  }

  .custom_view .serve-part3 .con .des {
    width: auto;
  }

  .custom_view .store {
    padding: 50px 0;
  }

  .custom_view .store .con {
    margin-top: 30px;
  }

  .custom_view .store .con .left {
    width: 100%;
    padding: 20px 15px;
  }

  .custom_view .store .con .right {
    width: 100%;
    height: 220px;
  }

  .custom_view .store .con .left .choice h4 {
    font-size: 18px;
  }

  .custom_view .store .con .left .choice h5 {
    font-size: 14px;
  }

  .custom_view .store .con .left .choice .top {
    margin-top: 15px;
  }

  .custom_view .store .con .left .switch_address {
    height: 330px;
    padding-right: 20px;
    margin-top: 30px;
    overflow-y: auto;
  }

  .custom_view .store .con .left .switch_address li h4 {
    font-size: 16px;
  }

  .custom_view .store .con .left .switch_address li {
    height: 110px;
    padding-left: 30px;
  }

  .custom_view .store .con .left .switch_address li h5 {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding-left: 20px;
    max-height: 40px;
    background-size: 15px;
    margin-top: 10px;
  }

  .custom_view .store .con .left .switch_address li a {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    margin-top: 4px;
    background-size: 15px;
  }

  .custom_view .store .con .left .switch_address li h4::after {
    width: 20px;
    height: 16px;
    left: -28px;
    top: 3px;
  }

  .custom_view .after {
    padding: 60px 0;
  }

  .custom_view .after .pic {
    width: 100%;
    height: 220px;
  }

  .custom_view .after .txt {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }

  .custom_view .after .txt h3 {
    font-size: 26px;
  }

  .custom_view .after .txt h5 {
    font-size: 20px;
    margin-top: 15px;
  }

  .custom_view .after .txt i {
    width: 1px;
    height: 30px;
    margin-top: 10px;
  }

  .custom_view .after .txt p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
  }

  .custom_view .after .txt p {
    font-size: 14px;
    line-height: 24px;
    white-space: initial;
    font-weight: normal;
    margin-top: 15px;
  }

  .custom_view .after .txt p strong {
    display: block;
    margin-bottom: 6px;
  }

  .custom_view .ban {
    margin-top: 0;
  }

  .custom_view .ban img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .join_view .adv {
    padding: 60px 0 30px;
  }

  .join_view .adv .adv-swiper {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .join_view .adv .adv-swiper .swiper-slide {
    padding: 15px 10px;
    background-size: 80px;
    min-height: 206px;
  }

  .join_view .adv .adv-swiper .swiper-slide h4 {
    font-size: 22px;
    margin-top: 5px;
  }

  .join_view .tit h3 {
    font-size: 24px;
    font-weight: normal;
  }

  .join_view .tit h5 {
    font-size: 20px;
    margin-top: 10px;
  }

  .join_view .adv .adv-swiper .swiper-slide h4 {
    font-size: 18px;
    margin-top: 5px;
  }

  .join_view .adv .adv-swiper .swiper-slide h4::after {
    width: 35px;
    height: 1px;
    top: -6px;
    margin-left: 8px;
  }

  .join_view .adv .adv-swiper .swiper-slide p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    height: 40px;
  }

  .join_view .adv .adv-swiper .swiper-slide .ico {
    margin-top: 30px;
  }

  .join_view .adv .adv-swiper .swiper-slide .ico img {
    width: 21px;
    height: 21px;
  }

  .join_view .adv .adv-swiper .swiper-slide .ico span {
    font-size: 16px;
  }

  .join_view .support {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .join_view .support .con {
    margin-top: 30px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .join_view .support .con .support-swiper {
    padding-bottom: 40px;
  }

  .join_view .support .con .button-prev {
    display: none;
  }

  .join_view .support .con .button-next {
    display: none;
  }

  .join_view .support .con .support-swiper .swiper-pagination {
    display: block;
  }

  .join_view .support .con .support-swiper .swiper-slide .pic .t2 h4 {
    font-size: 20px;
  }

  .join_view .support .con .support-swiper .swiper-slide .pic .t2 h5 {
    margin-top: 12px;
    padding-right: 30px;
    background-size: 20px;
  }

  .join_view .support .con .support-swiper .swiper-slide .pic .t2 {
    bottom: 20px;
    left: 20px;
  }

  .join_view .support .con .support-swiper .swiper-slide .txt i {
    height: 35px;
  }

  .join_view .support .con .support-swiper .swiper-slide .txt h3 {
    font-size: 16px;
    margin-top: 15px;
  }

  .join_view .support .con .support-swiper .swiper-slide .txt h4 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 12px;
  }

  .join_view .support .con .support-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 20px;
    margin-bottom: 35px;
  }

  .join_view .joining {
    padding: 40px 0 60px;
  }

  .join_view .joining .con {
    margin-top: 30px;
  }

  .join_view .joining .con .pic {
    width: 100%;
    height: 220px;
  }

  .join_view .joining .con .txt {
    width: 100%;
    padding: 30px 15px;
  }

  .join_view .joining .con .txt p {
    font-size: 14px;
    line-height: 25px;
    padding-left: 25px;
    background-position: left top 6px;
    background-size: 15px;
  }

  .join_view .process {
    padding: 60px 0;
    overflow: hidden;
  }

  .join_view .process .con {
    margin-top: 30px;
    overflow-x: auto;
    padding-bottom: 30px;
  }

  .join_view .process .con img {
    height: 200px;
    max-width: initial;
  }

  .join_view .shop {
    padding: 60px 0 40px;
  }

  .join_view .shop .ban {
    margin-top: 30px;
  }

  .join_view .shop .list {
    margin-top: 20px;
    margin-bottom: -20px;
    justify-content: flex-start;
    padding-left: 15px;
  }

  .join_view .shop .list li {
    margin-bottom: 20px;
  }

  .join_view .shop .list li h3::before {
    width: 35px;
    top: -6px;
    margin-right: 8px;
  }

  .join_view .shop .list li h3 {
    font-size: 16px;
  }

  .join_view .shop .list li h5 {
    font-size: 16px;
    margin-top: 7px;
    padding-left: 41px;
  }

  .join_view .online2 {
    padding: 60px 0 40px;
  }

  .join_view .online2 form {
    margin-top: 35px;
  }

  .join_view .online2 form ul li h4 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .join_view .online2 form ul li .ind {
    height: 40px;
  }

  .join_view .online2 form ul li {
    margin-bottom: 20px;
  }

  .join_view .online2 form ul li:nth-child(3) select {
    height: 40px;
    background-position: right 6px center;
  }

  .join_view .online2 form ul li textarea.ind {
    line-height: 40px;
  }

  .join_view .online2 form ul li:nth-child(5) .sub {
    width: 120px;
    height: 40px;
  }

  .contact .form form {
    flex-wrap: wrap;
  }

  .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;
  }

  .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-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;
  }

  .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;
  }

  .page-t1 a em {
    margin-right: 5px;
  }

  .page-t1 a.next {
    padding-right: 20px;
  }

  .page-t1 a.next em {
    margin-right: 0;
  }

  .m-contxt1 .tit {
    margin-bottom: 10px;
  }

  .m-contxt1 .share-ico {
    display: none;
  }

  .project_view .list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .project_view .list {
    margin-bottom: -20px;
  }

  .project_view .list .pic img {
    padding: 10px 30px 0;
  }

  .project_view .list .tit h3 {
    padding: 15px 0;
  }

  .care_view .list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .care_view .list {
    margin-bottom: -15px;
  }

  .care_view .list .tit h3 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .duty_view .content .pic {
    width: 100%;
    height: 220px;
  }

  .duty_view .content .txt {
    width: 100%;
    margin-top: 20px;
  }

  .duty_view .content .txt h3 {
    font-size: 18px;
  }

  .duty_view .content .txt h5 {
    font-size: 16px;
    margin-top: 5px;
  }

  .duty_view .content .txt p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .duty_view .content {
    margin-bottom: 20px;
  }

  .product-info_view .above .box {
    padding: 25px 15px 30px;
  }

  .product-info_view .part1 {
    padding: 60px 0;
  }

  .product-info_view .tit1 {
    font-size: 22px;
  }

  .product-info_view .part1 .list {
    margin-top: 25px;
    margin-bottom: -20px;
  }

  .product-info_view .part1 .list li {
    width: 32%;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 2%;
  }

  .product-info_view .part1 .list li:last-child {
    margin-right: 2%;
  }

  .product-info_view .part1 .list li:nth-child(3n) {
    margin-right: 0;
  }

  .product-info_view .part1 .list li .ico {
    width: 40px;
    height: 40px;
  }

  .product-info_view .part1 .list li h3 {
    font-size: 22px;
    margin-top: 6px;
  }

  .product-info_view .part1 .list li h5 {
    font-size: 14px;
    margin-top: 6px;
  }

  .product-info_view .part1 .ban {
    margin-top: 30px;
  }

  .product-info_view .part1 .ban::after {
    background-size: 40px;
  }

  .product-info_view .design {
    padding: 60px 0 30px;
  }

  .product-info_view .design .tit h3 {
    font-size: 26px;
  }

  .product-info_view .design .tit h5 {
    font-size: 18px;
    margin-top: 15px;
  }

  .product-info_view .design .tit p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }

  .product-info_view .design .design-swiper .swiper-slide .txt {
    padding: 15px;
    padding-bottom: 15px;
  }

  .product-info_view .design .design-swiper .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }

  .product-info_view .design .design-swiper .swiper-slide .txt p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    height: 66px;
    -webkit-line-clamp: 3;
  }

  .product-info_view .design .design-swiper .swiper-slide:nth-child(2n) .txt {
    padding-bottom: 15px;
  }

  .product-info_view .design .design-swiper .swiper-pagination {
    display: block;
  }

  .product-info_view .design .design-swiper .swiper-slide .txt h4::before {
    width: 35px;
    height: 1px;
    margin-right: 6px;
  }

  .product-info_view .design .design-swiper .swiper-slide .txt h4 {
    font-size: 16px;
  }

  .product-info_view .design .design-swiper .swiper-slide:nth-child(2n) .pic {
    margin-top: 0;
  }

  .product-info_view .design .design-swiper {
    margin-top: 30px;
    padding-bottom: 30px;
    width: 85%;
  }

  .product-info_view .info .list {
    margin-top: 30px;
  }


}

/* 搜索返回按钮 */
.back_box {
  margin-top: 50px;
}

.back_box a {
  font-size: 20px;
  color: #1b1b1b;
  transition: 0.4s all;
  border-bottom: 1px solid transparent;
}

.back_box a:hover {
  border-bottom-color: #1b1b1b;
}

.back_box h1 {
  font-size: 26px;
  margin-top: 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .back_box {
    margin-top: 25px;
  }

  .back_box h1 {
    font-size: 18px;
  }

  .back_box a {
    font-size: 16px;
  }
}

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