@charset "UTF-8";
#header {
  position: relative;
}

.child-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
  right: 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}

.child-bg.opened {
  opacity: 1;
  visibility: visible;
}

.child-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  background: #fff;
  width: 100%;
}

.child-box .child-wrap {
  padding: 2.4vw 0 1px;
  overflow: hidden;
  display: none;
}

.child-menu-list dl {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: center;
}

.child-menu-list dl .c-item {
  display: block;
  color: #000;
  text-align: center;
  transition: all 0.5s linear;
}

.child-menu-list dl .c-item:hover {
  color: #D61E18;
}

.child-menu-list dl .c-item:hover img {
  transform: scale(1.07);
}

.child-menu-list dl .c-item:hover .imgshow .icon {
  opacity: 1;
}

.child-menu-list dl .c-item img {
  transition: all 0.5s linear;
}

.child-menu-list dl .c-item p {
  padding: 20px 0 0;
}

.child-menu-list dl dd {
  margin-bottom: 2.5vw;
  width: 20%;
  box-sizing: border-box;
  padding: 0 15px;
}

.child-menu-list .imgshow {
  position: relative;
}

.child-menu-list .imgshow .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("/Public/home/cn/static/images/arrow-w.png") no-repeat center;
  z-index: 2;
  background-color: #D61E18;
  border-radius: 50%;
  background-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

/*header start*/
.logo img {
  width: auto;
  height: 32px;
}

.logo .red {
  display: none;
}

.inner-header#header {
  border-bottom: 1px solid #DBDBE0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.inner-header .header {
  position: relative;
  color: #1E1E1E;
  background-color: #FFF;
}

.inner-header .logo .red {
  display: inline-block;
}

.inner-header .logo .white {
  display: none;
}

.inner-header #menuPc > ul > li:hover > a,
.inner-header #menuPc > ul > li.act > a {
  color: #D61E18;
}

.inner-header #menuPc > ul > li:hover::after,
.inner-header #menuPc > ul > li.act::after {
  background-color: #D61E18;
}

.inner-header .header a {
  color: #000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 0;
  transition: all 0.6s;
  color: #fff;
  padding: 0 5vw;
}

.header a {
  color: #fff;
}

.header.cur {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.header.cur #menuPc > ul > li > a {
  padding: 12px 0;
  font-size: 14px;
}

.h-tool {
  display: flex;
  align-items: center;
  line-height: 1;
}

.h-tool i {
  padding: 0 12px;
}

.h-tool a {
  color: #AFAFAF;
}

.h-tool a.cur {
  color: #fff;
}

#menuWap {
  display: none;
}

#menuPc > ul > li {
  float: left;
  display: inline-block;
  padding: 0 2vw;
  position: relative;
}

#menuPc > ul > li::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #fff;
  transition: all 0.9s;
}

#menuPc > ul > li:hover::after,
#menuPc > ul > li.act::after {
  width: 36px;
}

#menuPc > ul > li > a {
  font-weight: 400;
  padding: 20px 0;
  display: block;
  transition: all 0.4s linear;
}

#menuPc > ul > li:hover > a,
#menuPc > ul > li.act > a {
  color: #D61E18;
}

#menuPc > ul > li:hover::after,
#menuPc > ul > li.act::after {
  background-color: #D61E18;
}

/*header end*/
.footer-box {
  padding: 3.5vw 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer-box:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: rgba(51, 51, 51, 0.1);
}

.f-sahre a {
  display: inline-block;
  margin-right: 2vw;
}

.f-copy {
  color: #666;
  margin: 3.5vw 0;
}

.footer-nav ul {
  display: flex;
}

.footer-nav li {
  margin-left: 3vw;
}

.footer-nav dd a {
  color: #666;
  display: block;
  line-height: 2;
  transition: all 0.3s;
}

.footer-nav dd a:hover {
  color: #D61E18;
}

.footer-nav h3 {
  color: #131415;
  margin-bottom: 14px;
}

/*footer start*/
/*footer end*/
.crumbs-box {
  padding: 20px 0;
}

.crumbs-box a {
  color: #1E1E1E;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #D61E18;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #1E1E1E;
}

.crumbs-box span {
  color: #1E1E1E;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1320px;
  margin: 0 auto;
}

.m-width-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.m-width-1460 {
  max-width: 1460px;
  margin: 0 auto;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span {
  border: 1px solid #DDDDDD;
  display: inline-flex;
  font-size: 14px;
  color: #888888;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
}

.page-box .wp-pagenavi a.nextpostslink,
.page-box .wp-pagenavi a.previouspostslink {
  background: #333;
  color: #fff;
}

.page-box .wp-pagenavi .current {
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
}

/*分页 end*/
.index-gongsiwenhua-grid ul {
  display: flex;
}

.index-gongsiwenhua-grid li {
  width: 25%;
  transform: translateY(100%);
  transition: all 1s;
}

.index-gongsiwenhua-grid li.active {
  opacity: 1;
  transform: translateY(0);
}

.index-gongsiwenhua-grid li:nth-child(1) .text:after {
  background: linear-gradient(to bottom, #2253c5 0%, rgba(34, 83, 197, 0.96) 60%, rgba(50, 96, 201, 0.4) 100%);
}

.index-gongsiwenhua-grid li:nth-child(2) .text:after {
  background: linear-gradient(to bottom, #c58c22 0%, rgba(201, 148, 50, 0.96) 60%, rgba(201, 148, 50, 0.4) 100%);
}

.index-gongsiwenhua-grid li:nth-child(3) .text:after {
  background: linear-gradient(to bottom, #22c5c5 0%, rgba(50, 199, 201, 0.96) 60%, rgba(50, 199, 201, 0.4) 100%);
}

.index-gongsiwenhua-grid li:nth-child(4) .text:after {
  background: linear-gradient(to bottom, #166142 0%, rgba(21, 104, 69, 0.96) 60%, rgba(21, 104, 69, 0.4) 100%);
}

.index-gongsiwenhua-grid .w-item {
  position: relative;
  cursor: pointer;
}

.index-gongsiwenhua-grid .w-item:hover .img-icon {
  transform: translateY(-20px);
}

.index-gongsiwenhua-grid .w-item:hover .text:after {
  opacity: 0.95;
}

.index-gongsiwenhua-grid .img-icon {
  width: 8vw;
  transition: all 0.5s;
  position: relative;
  z-index: 3;
}

.index-gongsiwenhua-grid .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  padding: 30px 2vw;
  transition: all 0.5s;
}

.index-gongsiwenhua-grid .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
}

.index-gongsiwenhua-grid .text-p {
  position: relative;
  z-index: 3;
}

.index-gongsiwenhua-grid .t-tt {
  margin: 2.5vw 0;
}

.index-gongsiwenhua-grid .t-tt h4 {
  padding: 16px 58px;
  border: 1px solid #FFF;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  min-width: 60%;
}

.index-gongsiwenhua-grid .imgshow img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.index-gongsiwenhua-grid .t-p {
  height:128px;
  line-height: 32px;
  font-size:16px;
  text-align: left;
}

.index-about-grid {
  display: flex;
  flex-direction: row-reverse;
  background-color: #242C3E;
  color: #FFF;
}

.index-about-grid .imgshow {
  flex: 1;
}

.index-about-grid .imgshow img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.index-about-grid.active .text {
  width: 50%;
}

.index-about-grid .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4vw 0 5vw;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.8s;
}

.index-about-grid .line {
  height: 6px;
  width: 100px;
  background-color: #E70015;
  margin: 12px 0 40px;
}

.index-about-grid .text-p {
  line-height: 2;
}

.index-about-grid .t-btns {
  margin: 4vw 0 0;
}

.index-about-grid .t-btns a {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 6px 19px;
  line-height: 2;
  border-radius: 24px;
  color: #FFF;
  opacity: 0.9;
  transition: all 0.4s;
}

.index-about-grid .t-btns a:hover {
  background-color: #D61E18;
  color: #FFF;
  border-color: #D61E18;
}

.index-product-grid ul {
  display: flex;
  flex-wrap: wrap;
}

.index-product-grid li {
  width: 25%;
  height: 50vh;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s;
}

.index-product-grid.active li {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.6s;
}

.index-product-grid .p-item {
  position: relative;
  height: 100%;
  display: block;
}

.index-product-grid .p-item:hover .imgshow img {
  transform: scale(1.08);
}

.index-product-grid .p-item:hover .text {
  background: rgba(214, 30, 24, 0.8);
}

.index-product-grid .p-item:hover .text .t-btns {
  transform: translateY(20px);
  opacity: 1;
  visibility: visible;
}

.index-product-grid .p-item:hover .text h3 {
  transform: translateY(-50%);
}

.index-product-grid .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  flex-direction: column;
}

.index-product-grid .text h3 {
  transition: all 0.6s;
  position: relative;
}

.index-product-grid .t-btns {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  transition: all 0.6s;
  text-align: center;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}

.index-product-grid .t-btns em {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 6px 19px;
  line-height: 2;
  border-radius: 24px;
  color: #FFF;
  opacity: 0.9;
  transition: all 0.4s;
}

.index-product-grid .t-btns em:hover {
  background-color: #D61E18;
  color: #FFF;
  border-color: #D61E18;
}

.index-product-grid .imgshow {
  height: 100%;
}

.index-product-grid .imgshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.index-title {
  color: #1E1E1E;
}

.index-title .line {
  height: 6px;
  width: 100px;
  background-color: #E70015;
  margin: 14px 0 clamp(22px, 3vw, 60px);
}

.index-dyj-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 0 5vw;
  background-image: url("../images/index-dyj-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.index-dyj-grid .index-title,
.index-dyj-grid .dyj-swiper {
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s;
  transition-delay: 0.3s;
}

.index-dyj-grid .dyj-swiper {
  transition-delay: 0.8s;
}

.index-dyj-grid.active .index-title,
.index-dyj-grid.active .dyj-swiper {
  opacity: 1;
  transform: translateY(0);
}

.dyj-swiper {
  position: relative;
}

.dyj-swiper .d-item {
  background-color: #FFF;
  color: #131415;
  display: flex;
  flex-direction: column;
  padding: 4vw 0 0;
  transition: all 0.6s;
}

.dyj-swiper .d-item:hover .imgshow {
  transform: translateY(-20px);
}

.dyj-swiper .imgshow {
  transition: all 0.5s;
}

.dyj-swiper .d-t {
  padding: 0 30px 20px;
  text-align: center;
  flex: 1;
}

.dyj-swiper .d-t h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dyj-swiper .d-t p {
  margin: 16px 0 0;
  height:42px;
  line-height:21px;
  font-size:12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dyj-swiper .swiper-button-next,
.dyj-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
}

.dyj-swiper .swiper-button-next:hover,
.dyj-swiper .swiper-button-prev:hover {
  background-color: #D61E18;
}

.dyj-swiper .swiper-button-next:after,
.dyj-swiper .swiper-button-prev:after {
  color: #FFF;
  font-size: 32px;
}

.dyj-swiper .swiper-button-next {
  right: 0;
}

.dyj-swiper .swiper-button-prev {
  left: 0;
}

.index-brand-grid {
  background-color: #242C3E;
  height: 100%;
  box-sizing: border-box;
  padding: 0 5vw;
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  flex-direction: column;
  color: #FFF;
}

.index-brand-grid ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.index-brand-grid .imgshow img {
  width: 100%;
}

.index-brand-grid li {
  width: 16.66%;
  padding: 0 10px;
  box-sizing: border-box;
}

.index-brand-grid .brand-list {
  width: 100%;
}

.index-brand-grid .brand-list li {
  margin-bottom: 20px;
  opacity: 0;
  display: flex;
}

.index-brand-grid .brand-list .cen {
  width: 33.33%;
  text-align: center;
}

.index-brand-grid .brand-list .cen .b-item {
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-brand-grid .img-box {
  padding-bottom: 87.30769%;
}

.index-brand-grid .b-item {
  background-color: #2C3243;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
}

.index-brand-grid .b-item .imgshow {
  position: relative;
  z-index: 2;
}

.index-brand-grid .b-item .cove {
  position: absolute;
  z-index: 1;
  background: #D61E18;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
}

.inner-banner {
  position: relative;
}

.inner-banner .img-box {
  padding-bottom: 29.16667%;
}

.inner-banner .b-btns {
  margin-top: 20px;
}

.inner-banner .b-btns a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 19px;
  line-height: 2;
  border-radius: 24px;
  box-sizing: border-box;
  min-width: 100px;
  color: #fff;
  opacity: 0.9;
  transition: all 0.4s;
  text-align: center;
}

.inner-banner .b-btns a:hover {
  background-color: #D61E18;
  border-color: #D61E18;
}

.inner-banner .b-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  color: #FFF;
}

.solu-topinfo {
  background-color: #F5F5F7;
  padding: 3.5vw 0 10px;
}

.solu-topinfo .info-tt {
  display: flex;
  align-items: flex-start;
  margin: 0 0 3.5vw;
}

.solu-topinfo .info-tt .btns {
  flex-shrink: 0;
  margin-left: 4vw;
  height: 100%;
}

.solu-topinfo .info-tt .btns a {
  min-width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 30px;
  padding: 6px 20px;
  box-sizing: border-box;
  transition: all 0.4s;
}

.solu-topinfo .info-tt .btns a:hover {
  color: #FFF;
  background-color: #D61E18;
  border-color: #D61E18;
}

.solu-topinfo .info-tt .btns .iconfont {
  font-size: 23px;
  margin-right: 12px;
}

.solu-topinfo .info-list dl {
  display: flex;
  flex-wrap: wrap;
}

.solu-topinfo .info-list dl dd {
  margin-bottom: 3vw;
  width: 50%;
}

.solu-topinfo .info-list dl .imgshow {
  width: 45px;
  margin-right: 24px;
}

.solu-topinfo .info-list dl .f-item {
  display: flex;
  align-items: center;
}

.solu-title {
  margin: 3.5vw 0 2.5vw;
}

.swiper-wrapper {
  height: auto;
}

.solu-case {
  position: relative;
}

.solu-case .swiper-button-next,
.solu-case .swiper-button-prev,

.solu-shebei .swiper-button-next,
.solu-shebei .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  transform: translateY(0);
  top: 38%;
}

.solu-case .swiper-button-next:hover,
.solu-case .swiper-button-prev:hover,

.solu-shebei .swiper-button-next:hover,
.solu-shebei .swiper-button-prev:hover {
  background-color: #D61E18;
}

.solu-case .swiper-button-next:after,
.solu-case .swiper-button-prev:after,

.solu-shebei .swiper-button-next:after,
.solu-shebei .swiper-button-prev:after {
  color: #FFF;
  font-size: 28px;
}

.solu-case .swiper-button-next,
.solu-shebei .swiper-button-next {
  right: clamp(24px, 8vw, 160px);
}

.solu-case .swiper-button-prev,
.solu-shebei .swiper-button-prev {
  left: clamp(24px, 8vw, 160px);
}

.solu-case .case-swiper .c-item .imgshow {
  background-color: #F5F5F7;
}

.solu-case .case-swiper .c-item .imgshow img {
  transition: all 0.5s;
}

.solu-case .case-swiper .c-item .img-box {
  padding-bottom: 62.63158%;
}

.solu-case .case-swiper .c-item h3 {
  margin: 20px 0 12px;
}

.solu-case .case-swiper .c-item p {
  line-height: 1.875;
}

.solu-case .case-swiper .c-item:hover .imgshow img {
  transform: scale(1.07);
}

.solu-design {
  margin: 3.5vw 0;
  padding: 1px 0 3.5vw;
  position: relative;
}

.solu-design .swiper-button-next,
.solu-design .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  transform: translateY(0);
  top: 55%;
}

.solu-design .swiper-button-next:hover,
.solu-design .swiper-button-prev:hover {
  background-color: #D61E18;
}

.solu-design .swiper-button-next:after,
.solu-design .swiper-button-prev:after {
  color: #FFF;
  font-size: 28px;
}

.solu-design .swiper-button-next {
  right: 5vw;
}

.solu-design .swiper-button-prev {
  left: 5vw;
}

.design-swiper .imgshow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.design-swiper .imgshow .img-pic {
  width: 60%;
}

.design-swiper .imgshow .iconfont {
  font-size: 30px;
  color: #DEDEDE;
}

.design-swiper h3 {
  margin: 20px 0 12px;
}

.design-swiper .d-item {
  padding: 0 1.7vw;
}

.cailiao-list {
  padding-bottom: 20px;
}

.cailiao-list ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.cailiao-list .imgshow img {
  width: 100%;
}

.cailiao-list li {
  width: 14.28%;
  padding: 0 10px;
  box-sizing: border-box;
}

.cailiao-list .c-item {
  border-bottom: 1px solid #ECECEC;
  text-align: center;
  line-height: 1.4;
  transition: all 0.4s;
  display: block;
  color: #000;
}

.cailiao-list .c-item span {
  display: flex;
  min-height: 60px;
  justify-content: center;
}

.cailiao-list .c-item:hover {
  color: #D61E18;
  border-color: #D61E18;
}

.cailiao-list li {
  margin-bottom: 2.5vw;
}

.solu-shebei {
  padding: 1px 0 3.5vw;
  position:relative;
}

.solu-shebei .swiper-wrapper {
  padding: 10px 0;
}

.solu-shebei .shebei-swiper .img-box {
  padding-bottom: 66.57895%;
}

.solu-shebei .shebei-swiper .c-item {
  background-color: #FFF;
  transition: all 0.4s;
  cursor: pointer;
}

.solu-shebei .shebei-swiper .c-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.solu-shebei .shebei-swiper .c-item:hover .t-btns a {
  background-color: #D61E18;
  color: #FFF;
  border-color: #D61E18;
}

.solu-shebei .text {
  padding: 2vw;
  text-align: center;
}

.solu-shebei .text h3 {
  /*margin: 40px 0 24px;*/
  margin: 0;
}

.solu-shebei .text p {
  line-height: 1.875;
}

.solu-shebei .t-btns {
  margin: 20px 0 0;
}

.solu-shebei .t-btns a {
  display: inline-block;
  border: 1px solid #000;
  padding: 6px 19px;
  line-height: 2;
  border-radius: 24px;
  color: #000;
  opacity: 0.9;
  transition: all 0.4s;
}

.solu-shebei .t-btns a:hover {
  background-color: #D61E18;
  color: #FFF;
  border-color: #D61E18;
}

.solu-contact {
  padding-bottom: 3.5vw;
}

.inner-bg {
  height: 1px;
}

.solu-form .red {
  position: absolute;
  top: 22px;
  color: #D61E18;
  left: 16px;
}

.solu-form .layui-input,
.solu-form .layui-textarea {
  padding-left: 22px;
}

.solu-form .layui-input,
.solu-form .layui-select,
.solu-form .layui-textarea {
  height: 48px;
}

.solu-form .layui-textarea {
  padding-top: 12px;
}

.solu-form .layui-form-select .layui-edge {
  width: 28px;
  height: 28px;
  border: none;
  background: url("../images/layui-arrow.png") no-repeat;
  background-size: cover;
  margin-top: -14px;
}

.solu-form .layui-input-button {
  text-align: center;
  padding-top: 40px;
}

.solu-form .layui-input-button .layui-btn {
  background-color: #D61E18;
  width: 240px;
  box-sizing: border-box;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
}

.content-news {
  padding: 1px 0;
}

.new-tabitem {
  border-bottom: 1px solid #CECECE;
  margin: 3.5vw 0;
  text-align: center;
}

.new-tabitem a {
  color: #1E1E1E;
  display: inline-block;
  padding: 0 0 30px;
  position: relative;
  margin: 0 1.7vw;
}

.new-tabitem a:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #D91E18;
  bottom: 0;
  margin-bottom: -1px;
  transition: all 0.4s;
}

.new-tabitem a.cur, .new-tabitem a:hover {
  color: #D91E18;
}

.new-tabitem a.cur:after, .new-tabitem a:hover:after {
  width: 36px;
}

.inner-news-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.inner-news-list .imgshow img {
  width: 100%;
}

.inner-news-list li {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.inner-news-list .img-box {
  padding-bottom: 56.06838%;
}

.inner-news-list li {
  margin-bottom: 30px;
}

.inner-news-list .n-item {
  background-color: #FFF;
  display: block;
}

.inner-news-list .n-item .imgshow img {
  transition: all 0.4s;
}

.inner-news-list .n-item:hover {
  color: #D61E18;
}

.inner-news-list .n-item:hover .imgshow img {
  transform: scale(1.06);
}

.inner-news-list .text {
  padding: 20px 30px;
}

.inner-news-list .text h3 {
  margin-bottom: 8px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inner-news-list .text .t-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-news-list .text .t-bot .iconfont {
  font-size: 14px;
  margin-left: 8px;
}

.inner-news-list .down-btn {
  border: 1px solid #666;
  border-radius: 30px;
  padding: 6px 14px;
  display: inline-block;
  transition: all 0.4s;
}

.inner-news-list .down-btn .iconfont {
  margin: 0 10px 0 0;
}

.inner-news-list .down-btn:hover {
  background-color: #D61E18;
  border-color: #D61E18;
  color: #FFF;
}

.page-grid {
  text-align: center;
  padding: 2vw 0 3.5vw;
}

.page-grid .layui-laypage a,
.page-grid .layui-laypage span {
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  padding: 0 11px;
  margin: 0 4px;
  font-size: 14px;
  min-width: 32px;
}

.page-grid .layui-laypage a:hover,
.page-grid .layui-laypage span:hover {
  color: #D61E18;
}

.page-grid .layui-laypage a {
  border-radius: 3px;
  border: 1px solid #DCDCDC;
}

.page-grid .layui-laypage-spr {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}

.page-grid .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #D61E18;
  left: 0;
  top: 0;
  padding: 0;
}

.page-grid .layui-laypage-skip {
  background-color: transparent;
  color: #000 !important;
}

.page-grid .layui-laypage-limits {
  background-color: transparent;
}

.page-grid .layui-laypage select {
  height: 32px;
  box-sizing: border-box;
}

.page-grid .layui-laypage-count {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
}

.page-grid .layui-laypage button {
  box-sizing: border-box;
  height: 32px;
}

.about-tt {
  margin: 3.5vw 0;
}

.about-info {
  padding: 0 0 3.5vw;
}

.about-info .about-tt {
  margin-bottom: 12px;
}

.about-info .text {
  line-height: 1.875;
}

.about-info .text img {
  max-width: 100%;
  height: auto;
  display: block;
}

.about-plan {
  background-image: url("../images/about-plan-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1px 0 3.5vw;
  color: #FFF;
  position: relative;
}

.about-plan:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 4, 4, 0.62);
  z-index: 1;
}

.about-plan .m-width-1200 {
  position: relative;
  z-index: 2;
}

.about-plan .text {
  line-height: 1.875;
  margin: 30px 0 0;
}

.plan-numlist {
  background: rgba(255, 255, 255, 0.32);
  text-align: center;
  padding: 40px 0;
}

.plan-numlist ul {
  display: flex;
}

.plan-numlist ul li {
  width: 20%;
}

.plan-numlist ul li:nth-last-child(1) .p-item {
  border-right: none;
}

.plan-numlist .p-num {
  margin-bottom: 15px;
}

.plan-numlist .p-item {
  border-right: 1px dashed #B8B8B8;
}

.about-dev {
  background-image: url("../images/his-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1px 0 3.5vw;
}

.dev-swiper {
  position: relative;
  padding: 0 60px;
  margin: 0 0 3.5vw;
}

.dev-swiper .swiper-button-next,
.dev-swiper .swiper-button-prev {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all 0.4s;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0.26);
  top: auto;
  bottom: 0;
  background: #F5F5F7;
  opacity: 1 !important;
  margin-top: 0;
  transform: translateY(0);
  margin-bottom: -3px;
}

.dev-swiper .swiper-button-next:hover,
.dev-swiper .swiper-button-prev:hover {
  background-color: #D61E18;
  border-color: #D61E18;
}

.dev-swiper .swiper-button-next:hover:after,
.dev-swiper .swiper-button-prev:hover:after {
  color: #FFF;
}

.dev-swiper .swiper-button-next:after,
.dev-swiper .swiper-button-prev:after {
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  font-weight: bold;
}

.dev-swiper .swiper-button-next {
  right: 0;
}

.dev-swiper .swiper-button-prev {
  left: 0;
}

.dev-swiper:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #D7D7D7;
  bottom: 12px;
  left: 0;
  right: 0;
}

.dev-swiper .d-item {
  text-align: center;
}

.dev-swiper .dot {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dev-swiper .dot span {
  display: inline-block;
}

.dev-swiper .dot .d-d {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFF;
  box-sizing: border-box;
  border: 3px solid #D61E18;
}

.dev-swiper .dot .h-d {
  width: 26px;
  height: 26px;
  background: url("../images/his-dot.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.dev-swiper .swiper-slide-thumb-active .dot .d-d {
  opacity: 0;
  visibility: visible;
}

.dev-swiper .swiper-slide-thumb-active .dot .h-d {
  opacity: 1;
}

.about-word {
  padding: 0 0 3.5vw;
}

.about-word .imgshow img {
  display: block;
  max-width: 100%;
  height: auto;
}

.about-honor {
  padding: 1px 0 3.5vw;
}

.honor-swiper {
  color: #131415;
  position: relative;
  padding: 0 8.5vw;
}

.honor-swiper .swiper-slide {
  width: 270px;
  height: 420px;
}

.honor-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor-swiper .h-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  text-align: center;
}

.honor-swiper .imgshow {
  height: calc(100% - 40px);
}

.honor-swiper h3 {
  flex-shrink: 0;
  line-height: 1;
  padding: 16px 0 0;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}

.honor-swiper .swiper-slide-active h3 {
  opacity: 1;
}

.honor-swiper .swiper-button-next,
.honor-swiper .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all 0.4s;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}

.honor-swiper .swiper-button-next:hover,
.honor-swiper .swiper-button-prev:hover {
  background-color: #D61E18;
  border-color: #D61E18;
}

.honor-swiper .swiper-button-next:hover:after,
.honor-swiper .swiper-button-prev:hover:after {
  color: #FFF;
}

.honor-swiper .swiper-button-next:after,
.honor-swiper .swiper-button-prev:after {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.honor-swiper .swiper-button-next {
  right: 0;
}

.honor-swiper .swiper-button-prev {
  left: 0;
}

.about-team .about-tt {
  margin-bottom: 5vw;
}

.team-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.team-list .imgshow img {
  width: 100%;
}

.team-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.team-list .img-box {
  padding-bottom: 152.14286%;
}

.team-list li {
  margin-bottom: 90px;
}

.team-list .t-item {
  display: flex;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.team-list .t-item .imgshow {
  width: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.team-list .t-item .text {
  box-sizing: border-box;
  padding: 16px;
  padding-left: 40%;
  border-radius: 40px 0px 40px 0px;
  height: 100%;
}

.team-list .t-item .text p {
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-list .t-tt {
  border-bottom: 1px solid #D2D5D7;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 8px;
}

.team-list .t-tt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D81E18;
  width: 40px;
  height: 2px;
  margin-bottom: -1px;
}

.team-list .t-tt span {
  padding-left: 16px;
}

.contact-topinfo {
  padding: 3.5vw 0;
}

.contact-topinfo .topinfo-cont {
  display: flex;
  background-color: #FFF;
  align-items: center;
}

.contact-topinfo .topinfo-cont .imgshow {
  width: 50%;
}

.contact-topinfo .topinfo-cont .imgshow .img-box {
  padding-bottom: 75.5%;
}

.contact-topinfo .topinfo-cont .text {
  padding: 2vw;
}

.contact-topinfo .topinfo-cont h3 {
  margin-bottom: 30px;
}

.contact-topinfo .topinfo-cont dd {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.contact-topinfo .topinfo-cont dd label {
  flex-shrink: 0;
  width: 24px;
  margin-right: 12px;
}

.contact-topinfo .share-con {
  padding: 10px 0 0;
}

.contact-topinfo .share-con a {
  display: inline-block;
  margin-right: 2vw;
  transition: all 0.6s;
  position: relative;
}

.contact-topinfo .share-con a:hover {
  transform: translateY(-10px);
}

.contact-topinfo .share-con a:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.contact-topinfo .share-con a .h-text {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05), 0px 8px 10px 1px rgba(0, 0, 0, 0.06), 0px 5px 5px -3px rgba(0, 0, 0, 0.1), 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 16px;
  padding: 10px;
}

.contact-topinfo .share-con a .h-text .img-code {
  width: 140px;
  height: 140px;
}

.contact-topinfo .share-con a .h-text .img-code img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-tt {
  margin: 3.5vw 0 2.5vw;
}

.reason-list {
  padding-bottom: 2.5vw;
  color: #FFF;
}

.reason-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.reason-list .imgshow img {
  width: 100%;
}

.reason-list li {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.reason-list .img-box {
  padding-bottom: 56.06838%;
}

.reason-list li {
  margin-bottom: 30px;
}

.reason-list .r-item {
  position: relative;
}

.reason-list .r-item:hover img {
  transform: scale(1.07);
}

.reason-list .r-item img {
  transition: all 0.5s linear;
}

.reason-list .r-item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.reason-list .r-item .text h3 {
  margin: 0 0 12px;
}

.contact-zhaopin {
  padding: 1px 0;
}

.zhaopin-list .z-item {
  background-color: #FFF;
}

.zhaopin-list li {
  margin-bottom: 24px;
}

.zhaopin-list .z-tt {
  padding: 30px 2.5vw;
  padding-right: 100px;
  cursor: pointer;
  position: relative;
}

.zhaopin-list .z-tt h3 {
  margin-bottom: 12px;
}

.zhaopin-list .z-tt .t-arrow {
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -12px;
  transition: all 0.4s;
}

.zhaopin-list .z-tt .t-arrow.open {
  transform: rotate(180deg);
}

.zhaopin-list .z-tt .t-arrow .iconfont {
  font-size: 24px;
}

.zhaopin-list .z-tags i {
  color: CECECE;
  padding: 0 10px;
}

.zhaopin-list .z-cont {
  padding: 30px 2.5vw;
  border-top: 1px solid #CECECE;
  display: none;
}

.zhaopin-list .z-cont h3 {
  margin: 0px 0 8px;
}

.zhaopin-list .text {
  color: #282828;
  line-height: 1.875;
}

.content-page {
  padding: 3.5vw 0;
  display: flex;
}

.content-page .content-left {
  width: 67%;
  border-top: 1px solid #F5F5F7;
  padding-top: 50px;
}

.content-page .content-right {
  width: 33%;
  box-sizing: border-box;
  padding-left: 3.5vw;
}

.content-page .content-right h2 {
  margin-bottom: 50px;
}

.content-news-detail .detail-tt {
  padding-top: 3.5vw;
}

.content-news-detail .detail-tt h2 {
  margin-bottom: 16px;
}

.content-news-detail .detail-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px 0;
}

.hotnews-list li {
  margin-bottom: 30px;
}

.hotnews-list .n-item {
  background-color: #F5F5F7;
  color: #000;
  display: block;
}

.hotnews-list .n-item .img-box {
  padding-bottom: 55.9375%;
}

.hotnews-list .n-item:hover {
  color: #D61E18;
}

.hotnews-list .n-item:hover img {
  transform: scale(1.07);
}

.hotnews-list .n-item img {
  transition: all 0.5s linear;
}

.hotnews-list .n-item .text {
  padding: 10px 16px;
}

.hotnews-list .n-item .text h3 {
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotnews-list .n-item .text .t-bot {
  color: #5D5F61;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotnews-list .n-item .text .t-bot .iconfont {
  font-size: 14px;
}

.content-product {
  padding: 1px 0;
}

.pro-title {
  margin: 3.5vw 0 2.5vw;
}

.pro-title h2 {
  margin-bottom: 12px;
}

.pro-title .sub-t {
  line-height: 1.875;
}

.pro-sm-title {
  margin-bottom: 2.5vw;
}

.proser-block {
  border-bottom: 1px solid #DBDBE0;
  padding-bottom: 2vw;
}

.product-innerlist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.product-innerlist .imgshow img {
  width: 100%;
}

.product-innerlist li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.product-innerlist .img-box {
  padding-bottom: 66.57895%;
}

.product-innerlist .p-item {
  background-color: #FFF;
  display: block;
  color: #000;
  transition: all 0.5s;
}

.product-innerlist .p-item .imgshow {
  overflow: hidden;
}

.product-innerlist .p-item:hover {
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05), 0px 8px 10px 1px rgba(0, 0, 0, 0.06), 0px 5px 5px -3px rgba(0, 0, 0, 0.1), 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
}

.product-innerlist .p-item:hover .t-btns em {
  background-color: #D61E18;
  color: #FFF;
  border-color: #D61E18;
}

.product-innerlist .p-item img {
  transition: all 0.5s linear;
}

.product-innerlist li {
  margin-bottom: 30px;
}

.product-innerlist .text {
  text-align: center;
  padding: 40px;
}

.product-innerlist .text h3 {
  /*margin-bottom: 20px;*/
}

.product-innerlist .subt {
  line-height: 1.875;
}

.product-innerlist .t-btns {
  margin: 20px 0 0;
}

.product-innerlist .t-btns em {
  display: inline-block;
  border: 1px solid #000;
  padding: 6px 19px;
  line-height: 2;
  border-radius: 24px;
  color: #000;
  opacity: 0.9;
  transition: all 0.4s;
}

.product-innerlist .t-btns em:hover {
  background-color: #D61E18;
  color: #FFF;
  border-color: #D61E18;
}

.prodis-swiper {
  display: flex;
  padding: 3.5vw 0 6.5vw;
}

.prodis-swiper .left-swiper {
  width: 50%;
  background-color: #FFF;
}

.prodis-swiper .right-cont {
  width: 50%;
  padding-left: 5vw;
  box-sizing: border-box;
}

.prodis-swiper .right-cont .line {
  background-color: #DBDBE0;
  height: 1px;
  margin: 20px 0;
}

.prodis-swiper .right-cont h6 {
  margin: 16px 0 0px;
}

.prodis-swiper .right-cont dd {
  margin-bottom: 20px;
}

.prodis-swiper .right-cont .t-btns {
  padding-top: 1.5vw;
}

.prodis-swiper .right-cont .t-btns a {
  display: inline-block;
  padding: 6px 19px;
  line-height: 2;
  border-radius: 24px;
  color: #FFF;
  transition: all 0.4s;
  background-color: #D61E18;
}

.prodis-swiper .right-cont .t-btns a:hover {
  opacity: 0.8;
}

.prodis-swiper .right-cont .t-btns span {
  padding-left: 8px;
}

.prodis-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #DA342E;
  transition: all 0.4s;
  opacity: 1;
}

.prodis-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
}

.prodis-swiper .swiper-pagination {
  bottom: 20px;
}

.prodis-title {
  position: relative;
  margin: 3.5vw 0;
}

.prodis-title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.prodis-title .slot-right a {
  display: inline-block;
  padding: 6px 19px;
  line-height: 2;
  border-radius: 24px;
  color: #000;
  transition: all 0.4s;
  border: 1px solid #000;
}

.prodis-title .slot-right a:hover {
  color: #FFF;
  border-color: #D61E18;
  background-color: #D61E18;
}

.prodis-case-swiper .swiper-slide img {
  transition: all 0.5s;
}

.prodis-case-swiper .swiper-slide .text {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(218, 52, 46, 0.8);
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.875;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.prodis-case-swiper .swiper-slide .text h3 {
  margin-bottom: 6px;
}

.prodis-case-swiper .swiper-slide:hover img {
  transform: scale(1.07);
}

.prodis-case-swiper .swiper-slide:hover .text {
  opacity: 1;
  visibility: visible;
}

.product-case-grid {
  position: relative;
}

.product-case-grid .prodis-case-swiper .swiper-slide {
  background-color: #F5F5F7;
}

.product-case-grid .swiper-button-next,
.product-case-grid .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  transform: translateY(0);
  top: 60%;
}

.product-case-grid .swiper-button-next:hover,
.product-case-grid .swiper-button-prev:hover {
  background-color: #D61E18;
}

.product-case-grid .swiper-button-next:after,
.product-case-grid .swiper-button-prev:after {
  color: #FFF;
  font-size: 28px;
}

.product-case-grid .swiper-button-next {
  right: 5vw;
}

.product-case-grid .swiper-button-prev {
  left: 5vw;
}

.prodis-detail-title {
  margin: 3.5vw 0 2.5vw;
}

.prodis-detail {
  margin: 3.5vw 0 0;
  padding: 1px 0 3.5vw;
}

.prodis-detail .text img {
  display: block;
  max-width: 100%;
  height: auto;
}

.service-list .img-box {
  padding-bottom: 33.33333%;
}

.service-list li {
  margin-bottom: 2.5vw;
}

.service-list .s-item {
  position: relative;
}

.service-list .s-item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  flex-direction: column;
  padding: 2.5vw;
  color: #FFF;
  justify-content: flex-end;
}

.service-anzhuang {
  padding: 1px 0 3.5vw;
}

.anzhuang-list {
  display: flex;
  align-items: center;
  background-color: #FFF;
  color: #282828;
}

.anzhuang-list .imgshow {
  width: 50%;
}

.anzhuang-list .imgshow .img-box {
  padding-bottom: 52.08333%;
}

.anzhuang-list .text {
  width: 50%;
  box-sizing: border-box;
  padding: 3vw;
}

.anzhuang-list .text h6 {
  margin: 12px 0 24px;
}

.anzhuang-list .text dd {
  margin-bottom: 20px;
}

.wuyou-info {
  padding: 3.5vw 0;
}

.wuyou-liucheng {
  position: relative;
  position: relative;
}

.wuyou-liucheng .img-box {
  padding-bottom: 26.04167%;
}

.wuyou-liucheng .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0.29) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  flex-direction: column;
  padding: 2.5vw;
  color: #FFF;
  justify-content: center;
}

.liucheng-list li:nth-child(2n) .c-item {
  flex-direction: row-reverse;
}

.liucheng-list li:nth-child(2n) .c-item .text {
  padding-right: 3.5vw;
  padding-left: calc((100% - 1200px)/2);
}

.liucheng-list .c-item {
  display: flex;
}

.liucheng-list .c-item h4 {
  margin-bottom: 2vw;
}

.liucheng-list .c-item .imgshow {
  width: 50%;
}

.liucheng-list .c-item .imgshow .img-box {
  padding-bottom: 52.08333%;
}

.liucheng-list .c-item .text {
  width: 50%;
  box-sizing: border-box;
  padding: 0 3.5vw;
  padding-right: calc((100% - 1200px)/2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.liucheng-list dd {
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.liucheng-list dd.active .d-item .d-t .icon {
  border-color: #E70015;
  color: #E70015;
}

.liucheng-list dl {
  position: relative;
}

.liucheng-list dl:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  border-right: 1px dashed #ECECEE;
  width: 1px;
  z-index: 1;
}

.liucheng-list .d-item .d-t {
  display: flex;
  align-items: center;
}

.liucheng-list .d-item .d-t .icon {
  margin-right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 30px;
  background-color: #FFF;
  transition: all 0.4s;
}

.liucheng-list .d-item .d-text {
  padding-left: 44px;
  display: none;
}

.liucheng-list .d-item .d-text .text-child {
  padding-top: 8px;
}

.train-service {
  padding: 1px 0;
}

.train-liucheng {
  position: relative;
  background-image: url("../images/train-liucheng-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7vw 0;
  position: relative;
  color: #FFF;
  position: relative;
}

.train-liucheng:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: radial-gradient(31% 105% at 87% 55%, transparent 0%, rgba(0, 0, 0, 0.51) 46%, rgba(0, 0, 0, 0.67) 100%);
}

.train-liucheng .m-width-1200 {
  position: relative;
  z-index: 2;
}

.train-liucheng .swiper-button-next,
.train-liucheng .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
}

.train-liucheng .swiper-button-next:hover,
.train-liucheng .swiper-button-prev:hover {
  background-color: #D61E18;
}

.train-liucheng .swiper-button-next:after,
.train-liucheng .swiper-button-prev:after {
  color: #FFF;
  font-size: 32px;
}

.train-liucheng .swiper-button-next {
  right: 5vw;
}

.train-liucheng .swiper-button-prev {
  left: 5vw;
}

.liucheng-swiper .img-pic {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D20318;
  background-color: #FFF;
  margin: 0 auto;
}

.liucheng-swiper .d-item {
  text-align: center;
  padding: 0 2vw;
}

.liucheng-swiper h3 {
  margin: 30px 0 10px;
}

#layerhide {
  display: none;
}

.conlayer .layui-layer-title {
  border: none;
}

.conlayer .solu-title {
  margin-top: 0;
}

.conlayer .inner-20 {
  padding: 0 20px;
}

#menuWap {
  display: none;
}

.tab-box .tab-item {
  display: none;
}

.tab-box .tab-item.act {
  display: block;
}

.product-topswiper {
  text-align: center;
  padding: 2vw 0;
  margin: 0 auto;
}

.product-topswiper h5 {
  font-weight: 400;
}

.product-topswiper .imgshow {
  margin: 0 auto 10px;
  max-width: 120px;
  background-color: #F5F5F7;
}

.product-topswiper .imgshow img {
  transition: all 0.4s;
}

.product-topswiper .p-item:hover img {
  transform: scale(1.1);
}

.download-tabitem {
  text-align: center;
  margin: -2vw 0 3.5vw;
}

.download-tabitem a {
  margin: 0 16px;
  color: #5D5F61;
}

.download-tabitem a.act {
  color: #D61E18;
}

.news-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5vw 0;
}

.news-page a {
  color: #BEBEBE;
  display: flex;
  transition: all 0.5s;
  align-items: center;
}

.news-page a:hover {
  color: #000000;
}

.news-page a span {
  padding: 0 5px;
}

.news-page .iconfont {
  display: inline-block;
}

.news-page .p-prev .iconfont {
  transform: rotate(-180deg);
}

.fuchuang-grid {
  position: fixed;
  width: clamp(120px, 12vw, 232px);
  height: clamp(128px, 13.9vw, 267px);
  right: 5px;
  bottom: 40px;
  z-index: 2025;
}

.fuchuang-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-nav {
  display: none;
}

.inner-header .h-tool a.cur {
  color: #D61E18;
}

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

.inner-banner .pc-img {
  display: block;
}

.inner-banner .wap-img {
  display: none;
}

/* cb-link */
.cb-link {
  z-index: 9999;
  width: 60px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: none;
}

.cb-link a {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  width: 60px;
  margin-bottom: 2px;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

.cb-link a:nth-of-type(2) {
  z-index: 0;
}

.cb-link a i {
  font-size: 24px;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #D61E18;
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
}

.cb-link a:last-child {
  margin-bottom: 0;
}

.cb-link a:hover > i {
  background-color: #D61E18;
}

.cb-link a p {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D61E18;
  height: 100%;
  width: auto;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 20px;
  opacity: 0;
  transition: all .3s;
  z-index: -1;
  white-space: nowrap;
}

.cb-link a p i {
  margin-left: 30px;
}

.cb-link a:hover p {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 1;
}

.cb-link a p.ewmjpg {
  top: 50%;
  margin-top: -70px;
  height: 140px;
  padding: 10px;
}

.cb-link a p.ewmjpg img {
  display: block;
  width: auto;
  height: 100%;
}

.hide-form {
  display: none;
  padding: 32px 32px 20px;
}

.comlayer .layui-layer-title {
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 1023px) {
  .index-header:hover .header {
    color: #1E1E1E;
    background-color: #FFF;
  }
  .index-header:hover .header a {
    color: #1E1E1E;
  }
  .index-header:hover .header .h-tool a {
    color: #AFAFAF;
  }
  .index-header:hover .header .h-tool a.cur {
    color: #000;
  }
  .index-header:hover .logo .red {
    display: inline-block;
  }
  .index-header:hover .logo .white {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .index-title .line {
    margin-bottom: 32px;
  }
  .dyj-swiper .d-item {
    padding-top: 24px;
  }
  .dyj-swiper .d-t {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 1240px) {
  .inner-20 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1023px) {
  .solu-form .layui-input-button {
    padding-top: 20px;
  }
  .cb-link {
    display: none !important;
  }
  .swiper-wrapper {
    height: auto !important;
  }
  html,
  body {
    overflow: initial;
  }
  /* 手机菜单 start */
  html.mm-blocking body {
    overflow: initial;
  }
  #menuWap {
    display: block;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .logo img {
    height: 22px;
  }
  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);
    }
    100% {
      transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }
    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }
  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }
    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }
  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }
    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }
  returnToNormal 0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  returnToNormal 100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  @keyframes returnToNormal {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  #fp-nav {
    display: none;
  }
  .mobile-header-icon {
    position: absolute;
    top: 0%;
    height: 100%;
    right: 0px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 48px;
    background-color: rgba(0, 0, 0, 0.7);
    float: right;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
  }
  .icon-bar {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: white;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    transform: translateY(-4px) rotate(0deg);
  }
  .icon-bar:nth-child(2) {
    transform: translateY(4px) rotate(0deg);
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }
  .mobile-header-icon-out .top {
    animation-name: clickfirst;
  }
  .mobile-header-icon-out .middle {
    animation-name: clicksecond;
  }
  .child-bg {
    display: none;
  }
  .mobile-nav {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: fixed;
    top: 48px;
    left: 0px;
    bottom: 0;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 40px;
    display: none;
    overflow-y: auto;
  }
  .mobile-nav li ul {
    display: none;
  }
  .mobile-nav li ul a {
    border-bottom: none;
    line-height: 36px;
  }
  .mobile-nav .opened .hastwo .iconfont {
    transform: rotate(-90deg);
  }
  .mobile-nav a {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }
  .mobile-nav a.hastwo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-nav a.hastwo .iconfont {
    display: inline-block;
    transition: all 0.6s;
  }
  .mobile-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .index-header .header {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .inner-header .header {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
  }
  .inner-header .logo .red {
    display: none;
  }
  .inner-header .logo .white {
    display: inline-block;
  }
  .h-tool a.cur {
    color: #FFF !important;
  }
  .h-tool {
    color: #000;
  }
  .header {
    height: 48px;
    overflow: hidden;
    padding-right: 80px;
  }
  /* 手机菜单 end */

	.dyj-swiper .d-item .imgshow{
		max-width:70%;
		width:100%;
		margin:0 auto;
	}


  .index-gongsiwenhua-grid ul {
    flex-wrap: wrap;
  }
  .index-gongsiwenhua-grid li {
    opacity: 1;
    width: 50%;
    height: 50vh;
  }
  .index-gongsiwenhua-grid .w-item {
    height: 100%;
  }
  .index-gongsiwenhua-grid .imgshow img {
    height: auto;
  }
  .index-gongsiwenhua-grid .t-tt h4 {
    padding: 8px;
    font-size: 12px;
  }
  .index-gongsiwenhua-grid .text {
    padding: 8px 14px;
  }
  .index-gongsiwenhua-grid .t-p {
    line-height: 1.875;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .index-about-grid .text-p {
    font-size: 12px;
    line-height: 1.6;
  }
  .index-about-grid .imgshow {
    height: 100vh;
  }
  .index-about-grid .line {
    margin: 12px 0;
    height: 2px;
  }
  .index-about-grid.active .text .t-t h3 {
    font-size: 16px;
  }
  .index-gongsiwenhua-grid .text-p {
    font-size: 12px;
  }
  .index-product-grid li {
    opacity: 1;
    width: 50%;
    height: 25vh;
  }
  .index-dyj-grid {
    padding: 100px 20px 60px;
    justify-content: flex-start;
  }
  .index-brand-grid .brand-list {
    box-sizing: border-box;
    padding-top: 50px;
  }
  .index-brand-grid .brand-list li {
    width: 33.33%;
  }
  .index-brand-grid .brand-list li:nth-of-type(1) {
    display: none;
  }
  .index-brand-grid .brand-list li:nth-last-of-type(1) {
    display: none;
  }
  .index-brand-grid .b-item {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .index-brand-grid .b-item .imgshow {
    width: 100%;
  }
  .h-tool a {
    color: #FFF;
  }
  .h-tool i {
    color: #FFF;
  }
  .index-brand-grid .brand-list .cen h4 {
    font-size: 12px;
  }
  .index-brand-grid .brand-list .cen .b-item {
    height: auto;
    padding: 8px 0;
  }
  .footer-box {
    display: flex;
    flex-direction: column-reverse;
    padding: 50px 0;
  }
  .footer-nav li {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer-nav li:hover h3:after {
    transform: rotate(90deg);
  }
  .footer-nav li h3 {
    position: relative;
  }
  .footer-nav li h3:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAA4ElEQVR4AeyWwQ2EIBBFYStjOxAaWisCOpDOWCZBw8ED8P9mY4LJRDHCe06Y0Zf687EEVgaelQHn3G6tzdu2GVbxDGXAe78XcNJaHyyJIYECVyGEdznTJIYFCryV+MgYiSkBAdZMqLInDhnPxrSAABkSkABDAhZAJSgCiARNoJEw0rBk3BNUgVoRqTasHr6iCVT42SO64PIQRWAWThFA4LAACocEGPBpARZ8SqDCzfkdkEWQGKqC2mBMzln+CRDuNXdIQBpMeXMdY0zXCuDFkADIup2+BFYGfp6B253X3PwCAAD//ySwyzsAAAAGSURBVAMA0TxYQXZCDzwAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 20px;
    transition: all 0.5s;
  }
  .footer-nav li dd {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAA4ElEQVR4AeyWwQ2EIBBFYStjOxAaWisCOpDOWCZBw8ED8P9mY4LJRDHCe06Y0Zf687EEVgaelQHn3G6tzdu2GVbxDGXAe78XcNJaHyyJIYECVyGEdznTJIYFCryV+MgYiSkBAdZMqLInDhnPxrSAABkSkABDAhZAJSgCiARNoJEw0rBk3BNUgVoRqTasHr6iCVT42SO64PIQRWAWThFA4LAACocEGPBpARZ8SqDCzfkdkEWQGKqC2mBMzln+CRDuNXdIQBpMeXMdY0zXCuDFkADIup2+BFYGfp6B253X3PwCAAD//ySwyzsAAAAGSURBVAMA0TxYQXZCDzwAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 16px;
    padding-left: 24px;
  }
  .footer-nav li:hover dl {
    display: block;
  }
  .footer-nav ul {
    display: block;
  }
  .footer-nav ul dl {
    display: none;
    padding: 12px 0 0;
  }
  .footer-nav {
    margin: 32px 0 0;
  }
  .footer-nav h3 {
    margin: 0;
  }
  .inner-banner .b-content .text {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
  .inner-banner .b-content .text h3 {
    font-size: 28px;
  }
  .product-innerlist li {
    width: 100%;
  }
  .product-innerlist .text {
    padding: 12px;
  }
  .product-innerlist .text h3 {
    margin-bottom: 12px;
  }
  .product-innerlist .t-btns {
    margin-top: 12px;
  }
  .product-innerlist li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .product-innerlist ul {
    margin: 0 -5px;
  }
  .footer-box:after {
    display: none;
  }
  .service-list .s-item .text p {
    font-size: 14px;
  }
  .service-list .s-item .img-box {
    padding-bottom: 56.06838%;
  }
  .anzhuang-list {
    display: block;
  }
  .anzhuang-list .imgshow,
  .anzhuang-list .text {
    width: 100%;
  }
  .wuyou-liucheng .text {
    position: relative;
    padding: 20px 0;
    color: #000;
    background: transparent;
  }
  .liucheng-list .c-item {
    display: block;
    padding: 20px 20px 0;
  }
  .liucheng-list .c-item .imgshow {
    width: 100%;
  }
  .liucheng-list .c-item .text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .train-liucheng .swiper-button-next,
  .train-liucheng .swiper-button-prev,
  .dyj-swiper .swiper-button-next,
  .dyj-swiper .swiper-button-prev,
  .product-case-grid .swiper-button-next,
  .product-case-grid .swiper-button-prev,
  .solu-case .swiper-button-next,
  .solu-case .swiper-button-prev,
  .solu-shebei .swiper-button-next,
  .solu-shebei .swiper-button-prev{
    width: 40px;
    height: 40px;
  }
  .train-liucheng .swiper-button-next:after,
  .train-liucheng .swiper-button-prev:after,
  .dyj-swiper .swiper-button-next:after,
  .dyj-swiper .swiper-button-prev:after,
  .product-case-grid .swiper-button-next:after,
  .product-case-grid .swiper-button-prev:after,
  .solu-case .swiper-button-next:after,
  .solu-case .swiper-button-prev:after,
  .solu-shebei .swiper-button-next:after,
  .solu-shebei .swiper-button-prev:after  {
    font-size: 20px;
  }
  .train-liucheng .swiper-button-next,
  .product-case-grid .swiper-button-next,
  .solu-case .swiper-button-next,
  .solu-shebei .swiper-button-next {
    right: 20px;
    display: none;
  }
  .dyj-swiper .swiper-button-next {
    right: 0;
    display: none;
  }
  .train-liucheng .swiper-button-prev,
  .product-case-grid .swiper-button-prev,
  .solu-case .swiper-button-prev,
  .solu-shebei .swiper-button-prev {
    left: 20px;
    display: none;
  }
  .dyj-swiper .swiper-button-prev {
    left: 0;
    display: none;
  }
  .dyj-swiper {
    padding: 0;
  }
  .dyj-swiper .swiper-pagination {
    display: block;
    bottom: 0;
    margin-bottom: -30px;
  }
  .dyj-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background-color: #fff;
    opacity: 0.5;
    transition: all 0.4s;
  }
  .dyj-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    opacity: 1;
  }
  .inner-news-list .text {
    padding: 12px;
  }
  .inner-news-list .text h3 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .inner-news-list .text .t-bot {
    font-size: 14px;
  }
  .inner-news-list li {
    width: 100%;
  }
  .inner-news-list .text .t-bot .iconfont {
    font-size: 12px;
  }
  .content-page {
    display: block;
  }
  .content-page .content-left,
  .content-page .content-right {
    width: 100%;
  }
  .content-page .content-right {
    padding-left: 0;
  }
  .contact-topinfo .topinfo-cont {
    display: block;
    background: transparent;
  }
  .contact-topinfo .topinfo-cont .text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 22px;
  }
  .contact-topinfo .share-con a img {
    width: 32px;
    height: 32px;
    object-fit: cover;
  }
  .contact-topinfo .topinfo-cont h3 {
    margin-bottom: 10px;
  }
  .contact-topinfo .topinfo-cont .imgshow {
    width: 100%;
  }
  .reason-list li {
    width: 100%;
  }
  .zhaopin-list .z-tt {
    padding: 12px;
  }
  .zhaopin-list .z-tt .t-arrow {
    right: 20px;
  }
  .layui-laypage .layui-laypage-curr {
    display: none;
  }
  .page-grid .layui-laypage a {
    display: none;
  }
  .page-grid .layui-laypage a.layui-laypage-prev, .page-grid .layui-laypage a.layui-laypage-next {
    display: inline-block;
  }
  .layui-laypage .layui-laypage-limits,
  .layui-laypage .layui-laypage-refresh {
    display: none;
  }
  .layui-laypage .layui-laypage-skip {
    display: none;
  }
  .layui-laypage .layui-laypage-spr {
    display: none;
  }
  .zhaopin-list .z-cont {
    padding: 12px 24px 20px;
  }
  .prodis-swiper {
    display: block;
  }
  .prodis-swiper .left-swiper {
    width: 100%;
  }
  .prodis-swiper .right-cont {
    width: 100%;
    padding: 20px 0;
  }
  .solu-topinfo .info-tt {
    display: block;
  }
  .solu-topinfo .info-tt .btns {
    height: auto;
    margin: 20px 0;
  }
  .solu-topinfo .info-list dl .f-item p {
    font-size: 12px;
  }
  .solu-topinfo .info-list dl dd {
    width: 100%;
  }
  .cailiao-list li {
    width: 33.33%;
    font-size: 14px;
  }
  .cailiao-list .c-item span {
    display: flex;
    align-items: center;
  }
  .dyj-swiper .d-t p {
    margin-top: 8px;
  }
  .dyj-swiper .d-t h3 {
    font-size: 20px;
  }
  .index-title h2 {
    font-size: 26px;
  }
  .index-title .line {
    margin: 12px 0;
    height: 2px;
  }
  .dyj-swiper .d-t {
    padding: 30px 30px 20px;
  }
  .inner-banner .img-box {
    padding-bottom: 100%;
  }
  .inner-banner .pc-img {
    display: none;
  }
  .inner-banner .wap-img {
    display: block;
  }
  .inner-header#header {
    border: none;
  }
  .inner-header .header a {
    color: #FFF;
  }
  .inner-header .header a.cur {
    color: #D61E18;
  }
  .new-tabitem a {
    padding: 5px 0 20px;
  }
  .inner-news-list .down-btn {
    margin-top: 8px;
  }
  .plan-numlist .p-item p {
    font-size: 12px;
    transform: scale(0.7);
  }
  .plan-numlist .p-num {
    margin-bottom: 0;
  }
  .plan-numlist {
    padding: 20px 0;
  }
  .team-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  .team-list li .text-p {
    display: none;
  }
  .team-list .t-tt {
    display: block;
  }
  .team-list .t-item .text {
    width: 100%;
  }
  .team-list .t-tt span {
    padding-left: 0;
  }
  .about-team .about-tt {
    margin-bottom: 50px;
  }
  .index-gongsiwenhua-grid .img-icon {
    width: 16vw;
  }
  .index-gongsiwenhua-grid .t-tt{
  	margin:2vw 0;
  }
  .product-topswiper {
    display: none;
  }
  .footer-box {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .solu-topinfo .info-list dl .imgshow {
    width: 40px;
    flex-shrink: 0;
    margin-right: 12px;
  }
  .dev-swiper .swiper-button-next,
  .dev-swiper .swiper-button-prev,
  .honor-swiper .swiper-button-next,
  .honor-swiper .swiper-button-prev {
    display: none;
  }
  .dev-swiper {
    padding: 0;
  }
  .honor-swiper {
    padding: 0;
  }
  .honor-swiper .swiper-slide {
    width: 162px;
    height: 252px;
  }
  .index-product-grid .p-item:hover .text {
    background-color: transparent;
  }
  .index-product-grid .p-item .text .t-btns {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .index-product-grid .p-item .text h3 {
    transform: translateY(0%) !important;
  }
  .contact-topinfo .share-con a .h-text {
    left: 0;
    transform: translateX(0);
  }
  .crumbs-box {
    display: none;
  }
  .content-news-detail {
    padding-top: 60px;
  }
  .content-page .content-left {
    padding-top: 24px;
  }
  .reason-list li {
    margin-bottom: 12px;
  }
  .nav-autoheight {
    height: 50px;
  }
  .inner-banner p {
    font-size: 14px;
  }
  .inner-banner h3 {
    font-size: 22px !important;
  }
  .solu-case .solu-title,
  .solu-design .solu-title,
  .solu-shebei .solu-title {
    padding-left: 20px;
  }
 /* .prodis-case .prodis-title {
    padding-left: 20px;
  }*/
  .content-page .content-right h2 {
    margin-bottom: 24px;
  }
  .design-swiper .imgshow .iconfont {
    font-size: 20px;
  }
  .design-swiper .imgshow .img-pic {
    width: calc(100% - 30px);
  }
}


@media screen and (max-width: 500px) {
  .dyj-swiper .d-item .imgshow{
    max-width:95%;
    margin:0 auto;
  }
}