/* 单独样式  --背景图固定区域使用 */
/* .cta-jy {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("image-jy/index/about_kv_bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  margin-top: 80px;
} */

/* 禁止选中图片 */
img {
  -webkit-user-drag: none;
}

#jy-footer {
  z-index: 100;
}

.page-loading {
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.page-loading .pic {
  transition: all 0.5s linear;
  width: 0;
  height: 100%;
  background-color: #0072ff;
}

.cta-jy {
  overflow: hidden;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../image-jy/index/about_bg_new.jpg")  no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}
.cta-jy .cta-btn:hover {
  background: #0072ff;
  border: 2px solid #0072ff;
}

.cta-jy .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta-jy .row-jy {
  display: flex;
  align-items: center;
}

/* footer */
.foot_b {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 40px 3%;
  border-top: 1px solid #e1dcdc;
  background-color: #2a2e33;
}

.foot_b img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-top: -4px;
}
/* 高端定制 */
.customized {
  width: 100%;
  background-color: #f8f9fa;
  box-sizing: border-box;
  padding-top: 60px;
}
.customizedcon {
  width: 100%;
  box-sizing: border-box;
}

.customizedcon ul li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  position: relative;
  overflow: hidden;
}

.customizedcon ul li:last-child {
  margin-right: 0;
}

.customizedcon ul li a {
  display: block;
}

.customizedcon ul li a img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.custext {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 25px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
}

.custext h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.cusbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cusbox::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.35s linear;
  background: var(--cnvs-themecolor);
}

.cusboxcon {
  width: 100%;
  position: relative;
  height: 100%;
}

.cusboxcon h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding: 60px 35px 30px 35px;
  box-sizing: border-box;
  transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transform: translateY(20px);
  opacity: 0;
}

.cusboxcon p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 0 35px 60px 35px;
  box-sizing: border-box;
  line-height: 30px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateY(40px);
  opacity: 0;
}

.cusboxcon .jy-button {
  position: absolute;
  bottom: 6%;
  left: 35px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.55s;
  -moz-transition: 0.55s;
  -webkit-transition: 0.55s;
  -o-transition: 0.55s;
}
/* .cusboxcon span {
  font-size: 18px;
  color: #008eff;
  font-weight: 400;
  padding: 0px;
  box-sizing: border-box;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6%;
  left: 35px;
  width: 140px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 26px;
  transition: 0.55s;
  -moz-transition: 0.55s;
  -webkit-transition: 0.55s;
  -o-transition: 0.55s;
  transform: translateY(50px);
  opacity: 0;
} */

.cusboxcon span i {
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: -6px;
  margin-left: 10px;
}

.customizedcon ul li:hover .custext {
  opacity: 0;
}

.customizedcon ul li:hover .cusbox::before {
  width: 100%;
}

.customizedcon ul li:hover .cusboxcon h5 {
  transform: translateY(0);
  opacity: 1;
}

.customizedcon ul li:hover .cusboxcon p {
  transform: translateY(0);
  opacity: 1;
}

.customizedcon ul li:hover .cusboxcon .jy-button {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 850px) {
  .customizedcon {
    padding-top: 40px;
  }

  .customizedcon ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 12px;
  }

  .customizedcon ul li:nth-child(2n) {
    margin-right: 0;
  }

  .customizedcon ul li:hover .custext {
    opacity: 1;
  }
}

/* 鼠标移入展示微信二维码 */
.show-wxcode {
  position: relative;
}
.show-wxcode:hover img.wxcodeImg {
  opacity: 1;
}
.show-wxcode img.wxcodeImg {
  position: absolute;
  top: 3rem;
  left: 50%;
  margin-left: -4rem;

  width: 8rem;
  height: 8rem;
  border: 1px solid;
  z-index: 100;
  opacity: 0;
  transition: all 0.2s;
}
/* 动画 */
.my-class {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}

/* 1.13 */
.my-class-delay {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

/* 精选案例 */

.electedCases {
  width: 100%;
  /* padding: 0 0 67px; */
}

.electedCases .electedCases_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* gap: 1.6%; */
}

.electedCases .electedCases_content li {
  width: 31%;
  margin-top: 5%;
  margin-right: 20px;
  text-align: center;
  /* width: 40%; */
}

.electedCases .electedCases_content li img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  border-radius: 25px;
  position: relative;
  /* box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1); */
}

.electedCases .electedCases_content li .cover {
  position: absolute;
  /* width: 100%; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000000;
  opacity: 0;
  transition: all 0.4s;
}

.electedCases .electedCases_content li .cover .span {
  color: #ffffff;
  text-align: center;
  padding: 0 16px 4px 16px;
  font-size: 18px;
  border-bottom: 2px #0076fe solid;
}

.electedCases .electedCases_content li:hover .cover {
  opacity: 1;
  background-color: #00000099;
}

.electedCases .electedCases_content li .caseName {
  text-align: left;
  margin-top: 10%;
  font-size: 19px;
  color: #585858;
  max-width: 239px;
}
@media only screen and (max-width: 920px) {
  .jyzx .jyzx_list ul li img {
    height: auto;
    object-fit: contain;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .topText {
    font-size: 10px;
    left: 18%;
    top: 70%;
  }

  .electedCases .electedCases_content {
    width: 100%;
    justify-content: center;
    /* gap: 6% !important; */
  }

  .electedCases .electedCases_content li {
    width: 45% !important;
    margin-right: 10px;
  }

  .electedCases .electedCases_content li img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
  .electedCases .electedCases_content li a > div {
    width: 100% !important;
    height: auto !important;
  }

  .electedCases .electedCases_content li .caseName {
    font-size: 13px;
  }
}


/* 浮动 */
.fd_box {
	width: 51px;
	height: 174px;
  background-color: #fff;
  box-shadow: 0px 0px 59px 0px rgba(0,0,0,0.28);
  border-radius: 5px;
  position: fixed;
	right: 17px;
	top: 40%;
	z-index: 999;
  /* display: none; */
}

.fd_box ul {
  margin: 0;
  padding: 0;
}

.fd_box ul li {
	width: 100%;
	float: left;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.fd_box ul li .num {
	display: none;
	position: absolute;
	left: 0;
	top: 10px;
	width: 208px;
	height: 61px;
	margin-left: -205px;
	background: url('../image-jy/fd/fd_icon6.png') no-repeat;
	background-size: 100%;
	line-height: 55px;
	font-size: 20px;
	color: #2c2c2c;
	padding-left: 34px;
}
.fd_box ul li:hover {
  border-radius: 5px;
  background: var(--cnvs-themecolor);
}
.fd_box ul li:hover .num {
	display: block;
}

.kefu {
	width: 50px;
	height: 58px;
	display: block;
	background: url('../image-jy/fd/ui_kf_0.png') no-repeat;
	background-size: 100%;
}

.kefu:hover {
	background: url('../image-jy/fd/ui_kf.png') no-repeat;
	background-size: 100%;
}

.QQ {
	width: 50px;
	height: 58px;
	display: block;
	background: url('../image-jy/fd/ui_qq_0.png') no-repeat;
	background-size: 100%;
}

.QQ:hover {
	background: url('../image-jy/fd/ui_qq.png') no-repeat;
	background-size: 100%;
}

.shouji {
	width: 50px;
	height: 58px;
	display: block;
	background: url('../image-jy/fd/ui_phone_0.png') no-repeat;
	background-size: 100%;
}

.shouji:hover {
	background: url('../image-jy/fd/ui_phone.png') no-repeat;
	background-size: 100%;
}

.fd_box .return {
	width: 100%;
	float: left;
	margin-top: 50px;
	display: none;
}

.fd_box .return i {
	width: 69px;
	height: 59px;
	display: block;
	background: url('../image-jy/fd/fd_icon4.png') no-repeat;
	background-size: 100%;
}

.fd_box .return:hover i {
	background: url('../image-jy/fd/img/fd_icon4_2.png') no-repeat;
	background-size: 100%;
}
/* @media only screen and (max-width: 1200px) {

  .fd_box {
    right: 0;
    width: 50px;
    height: 142px;
  }
  
  .fd_box ul li img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  
  .fd_box ul li {
    height: 40px;
  }
  
  .fd_box .return {
    margin-top: 20px;
  }
  
  .fd_box .return img {
    width: 50px;
  }
  
  .fd_box ul li .num {
    width: 144px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 15px;
    margin-left: -144px;
    top: 10px;
  }
  .fd_box ul {
		margin-top: 4px;
	}

	.kefu {
		width: 25px;
		height: 25px;
	}

	.QQ {
		width: 25px;
		height: 30px;
	}

	.shouji {
		width: 20px;
		height: 30px;
	}

	.fd_box .return i {
		width: 50px;
		height: 43px;
	}

} */