﻿.rcc{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.rbc{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.rbs{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.rbe{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.rsc{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.rss{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.rec{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.ccc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cbc{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cbs{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.csc{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.css{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.lang-box{
  padding: 0 20px;
}
.lang-line{
  color: #fff;
  padding: 0 6px;
}
.lang-link{
  padding: 4px 8px;
  color: #fff;
}
.lang-link:hover{
  /*color: var(--ztc-text-text-3);*/
  /*font-weight: bold;*/
}
.header5-section-area .text-anim,.header5-section-area .header-btn5,.header5-section-area .text{
  color: #fff !important;
}
.sticky.index .lang-line,.sticky.index .lang-link{
  color: var(--ztc-text-text-3);
}
.fa-bars-staggered::before{
  content: "\e9bd";
}
.progress-wrap::before{
  content: "\ea3a";
}
.product-cover{
  width: 275px;
  height: 230px;
}
.product-lists{
  width: 275px;
  cursor: pointer;
}
.product-lists .content{
  text-align: center;
}
.products-box{
  width: 1200px;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -600px; /* 宽度的一半 */
  background: #fff;
}
.products-img{
  width: 550px;
  height: 460px;
}
.products-info{
  width: 600px;
}
.products-title{
  font-size: 36px;
  line-height: 35px;
  font-weight: bold;
  margin: 32px 0;
}
.products-desc{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 32px;
}
.products-left{
  display: block;
  background: #333f47;
  color: #FFF;
  width: 210px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  border: none;
  padding: 0;
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
}
.products-right{
  margin-left: 60px;
}
.products-hot{
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-right: 0px;
  background: none;
  text-align: left;
}
.products-tel{
  font-size: 26px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-right: 0px;
  color: #208740;
  background: none;
  text-align: left;
}
.news-box .image-anime{
  width: 634px;
  height: 424px;
}
.property-inner-area .projects-lists .img1{
  width: 416px;
  height: 360px;
}
.index_product .img1{
  width: 796px;
  height: 455px;
}