.yunyan {
  background: var(--yunyan-overall-bg);
}
.yunyan .header {
  width: 100%;
  height: 64px;
  position: fixed;
  background-color: var(--yunyan-overall-bg);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}
.yunyan .header .headerBox {
  height: 100%;
}
.yunyan .header .headerBox .introduce {
  height: 90%;
}
.yunyan .header .headerBox .introduce .item {
  height: 100%;
  width: 100%;
  color: var(--yunyan-words-color);
  cursor: pointer;
  position: relative;
}
.yunyan .header .headerBox .introduce .item:hover {
  color: var(--yunyan-subscript-color);
}
.yunyan .header .headerBox .introduce .item:hover a {
  color: var(--yunyan-subscript-color) !important;
}
.yunyan .header .headerBox .introduce .item:hover::after {
  content: '';
  display: block;
  width: 20%;
  height: 2px;
  background-color: var(--yunyan-subscript-color);
  position: absolute;
  bottom: 13px;
}
.yunyan .header .headerBox .introduce .item1 {
  margin-left: 48px;
}
.yunyan .banner {
  margin-top: 64px;
  width: 100%;
  height: 518px;
  cursor: pointer;
}
.yunyan .banner img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 4s;
}
.yunyan .serviceBox {
  width: 100%;
  background-color: var(--yunyan-overall-bg);
  padding: 80px 0;
}
.yunyan .serviceBox .service {
  box-sizing: border-box;
}
.yunyan .serviceBox .service .tableBox {
  width: 100%;
  margin-top: 40px;
}
.yunyan .serviceBox .service .tableBox .item {
  padding: 40px 25px;
}
.yunyan .serviceBox .service .tableBox .item img {
  width: 108px;
}
.yunyan .serviceBox .service .tableBox .item h4 {
  font-size: 24px;
  color: #000000;
  margin: 24px 0;
}
.yunyan .serviceBox .service .tableBox .item h4 span {
  font-size: 32px;
  color: #FF0C19;
}
.yunyan .serviceBox .service .tableBox .item p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  text-align: center;
}
.yunyan .analysisBox {
  width: 100%;
  padding: 80px 0;
  background: var(--yunyan-modular-bg1);
}
.yunyan .analysisBox .analysis .tableBox {
  margin-top: 40px;
}
.yunyan .analysisBox .analysis .tableBox .item {
  padding: 40px 32px;
}
.yunyan .analysisBox .analysis .tableBox .item img {
  width: 120px;
}
.yunyan .analysisBox .analysis .tableBox .item h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin: 24px 0;
}
.yunyan .analysisBox .analysis .tableBox .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.yunyan .swiperBox {
  padding: 80px 0 ;
  background: var(--yunyan-overall-bg);
}
.yunyan .swiperBox .swiper {
  margin-top: 40px;
}
.yunyan .swiperBox .swiper .swiper-slide {
  text-align: center;
}
.yunyan .swiperBox .swiper .swiper-slide img {
  object-fit: cover;
}
.yunyan .serviceContentBox {
  width: 100%;
  padding: 80px 0;
  background: var(--yunyan-modular-bg1);
  /* 服务内容模块标题 */
}
.yunyan .serviceContentBox .modularTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.yunyan .serviceContentBox .modularTitle .p1 {
  display: block;
  width: 4px;
  height: 25px;
  margin-right: 8px;
  background: var(--yunyan-service-title);
}
.yunyan .serviceContentBox .modularTitle .p2 {
  font-size: 24px;
  color: #000000;
}
.yunyan .serviceContentBox .tableBox {
  display: flex;
  flex-wrap: wrap;
}
.yunyan .serviceContentBox .tableBox .item {
  width: 220px;
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  margin-bottom: 40px;
}
.yunyan .serviceContentBox .tableBox .item .explain {
  margin: 24px 0 8px 0;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.yunyan .serviceContentBox .tableBox .item .numnber {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
}
.yunyan .serviceContentBox .tableBox .item .numnber .num2 {
  color: var(--yunyan-service-title);
}
.yunyan .operateBox {
  width: 100%;
  padding: 80px 0;
  background: var(--yunyan-modular-bg2);
}
.yunyan .operateBox .operateBg {
  width: 100%;
}
.yunyan .operateBox .operateBg img {
  width: 100%;
  object-fit: cover;
}
.yunyan .teamBox {
  width: 100%;
  padding: 80px 0;
  background: var(--yunyan-modular-bg2);
}
.yunyan .teamBox .tableBox .item {
  width: 18%;
}
.yunyan .teamBox .tableBox .item img {
  width: 100%;
}
.yunyan .teamBox .tableBox .item h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.yunyan .teamBox .tableBox .item p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.yunyan .cooperBox {
  width: 100%;
  padding: 80px 0;
  background: var(--yunyan-modular-bg2);
}
.yunyan .cooperBox .tableBox {
  margin-top: 80px;
}
.yunyan .cooperBox .tableBox .item {
  width: 19%;
  height: 314px;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px 0px rgba(102, 102, 102, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yunyan .cooperBox .tableBox .item .written {
  width: 100%;
  padding: 0 15px;
}
.yunyan .cooperBox .tableBox .item img {
  width: 100%;
}
.yunyan .cooperBox .tableBox .item h4 {
  font-size: 18px;
  color: #000000;
  margin: 16px 0;
}
.yunyan .cooperBox .tableBox .item p {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.yunyan .footerBox {
  width: 100%;
  background: var(--yunyan-footer-bg);
  color: #fff;
  padding: 40px 0px;
}
.yunyan .footerBox .footer-wrapper .footerTitle {
  display: flex;
  align-items: center;
}
.yunyan .footerBox .footer-wrapper .footerTitle img {
  margin-right: 16px;
}
.yunyan .footerBox .footer-wrapper .footerTitle h3 {
  font-size: 24px;
}
.yunyan .footerBox .footer-wrapper .content {
  font-size: 12px;
  margin-top: 17px;
}
.yunyan .footerBox .footer-wrapper .content .right {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.yunyan .footerBox .footer-wrapper .record {
  color: #fff !important;
}
.yunyan .footerBox .footer-wrapper .record:hover {
  color: gray !important;
}
#contactWechat {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  display: none;
}
#contactWechat .wech-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#contactWechat .wechatBox {
  width: 345px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#contactWechat .wechatBox h3 {
  font-size: 22px;
}
#contactWechat .wechatBox .closeBut {
  width: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
#contactWechat .wechatBox .wech {
  width: 170px;
}
.companyBox {
  margin-top: 64px;
  padding: 40px 0;
}
.companyBox .compan-wrap {
  display: flex;
  margin-top: 20px;
}
.companyBox .compan-wrap .left {
  width: 50%;
  margin-right: 20px;
}
.companyBox .compan-wrap .left p {
  font-size: 16px;
}
.companyBox .compan-wrap .right {
  flex: 1;
}
@media (max-width: 1144px) {
  .yunyan .banner {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .yunyan .banner {
    height: 400px;
  }
  .yunyan .teamBox .tableBox {
    flex-wrap: wrap;
  }
  .yunyan .teamBox .tableBox .item {
    width: 48%;
  }
  .yunyan .cooperBox .tableBox {
    flex-wrap: wrap;
  }
  .yunyan .cooperBox .tableBox .item {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .yunyan .banner {
    height: 350px;
  }
  .yunyan .header .headerBox {
    padding: 0 30px;
  }
}
@media (max-width: 414px) {
  .yunyan .banner {
    height: 230px;
  }
}
