 
body {
 
}

 
 
 .none{display:none;}
 
 

.about_fog_info {
  line-height: 36px;
  color: #666;
  text-align: center;
}

.about_fog_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  column-gap: 45px;
  grid-row-gap: 45px;
}

.about_fog_content  .item {
  height: 213px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px 4px #f7f1ef;
  display: flex;
  justify-content: space-around;
  padding: 30px;
  flex-grow: 1;
  box-sizing: border-box;
  width: calc((100% - 180px/2)/3);
}

.about_fog_content  .item .pic {
  width: 124px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_fog_content  .item .pic img {
  transition: all 0.3s;
}

.about_fog_content  .item:hover .pic img{
  transform: rotate(20deg);
  cursor: pointer;
}
.about_fog_content  .item .info {
  flex: 2;
  margin: 20px 0 0 20px;
}

.about_fog_content  .item .info .t {
  font-size: 20px;
  color: #333333;
}

.about_fog_content  .item .info .c {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 20px;
}

.product_fog_content {
  display: flex;
  border-radius: 6px;
  box-shadow: 0 0 20px 4px #f7f1ef;
  text-align: center;
  flex: 0 0 calc(100%/ 4);
  margin-bottom: 80px;
}

.product_fog_content .item {
  padding: 60px 46px;
  box-sizing: border-box;
  flex: 1;
  background: #f9f9f9;
}

.product_fog_content .item .pic {
  width: 129px;
  height: 104px;
  border-radius: 10px;
  box-shadow: 0 0 20px 4px #f7f1ef;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.3s;
}

.product_fog_content .item:hover .pic{
  transform: rotateY(180deg);
}

.product_fog_content .item .info {
  height: 220px;
}

.product_fog_content .item .info .t {
  font-size: 20px;
  font-weight: bold;
  color: #d13825;
  margin: 30px  0 20px;
}

.product_fog_content .item:nth-child(even) {
  background: #fff;
}

.product_fog_content .item .info .c {
  line-height: 30px;
  color: #666;
}

.product_fog_content .item .info .x {
  width: 80%;
  margin: 10px auto 20px;
  height: 1px;
  background: #f8c2cc;
}

.product_fog_content .item   .linka a {
  width: 128px;
  height: 36px;
  border-radius: 8px;
  display: block;
  background: linear-gradient(91deg, #e66023, #d33c25);
  color: #fff;
  line-height: 36px;
  margin: 20px auto 0;
}

.news_fog_content .item {
  flex: 1;
}

.news_fog_content {
  display: flex;
  justify-content: space-between;
  column-gap: 45px;
}

.news_fog_content .item {
  width: calc((100% - 180px/2)/3);
}

.news_fog_content .item .info {
  padding: 30px;
}

.news_fog_content .item .bk {
  background: #fff;
  box-shadow: 0 0 20px 4px #f7f1ef;
}

.news_fog_content .item .info .t {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_fog_content .item .info .c {
  height: 90px;
  line-height: 30px;
  color: #999;
  overflow: hidden;
  display: block;
  margin-top: 15px;
}

.news_fog_content .item .info {
  height: 180px;
}

.news_fog_content .item .linka a:before {
  width: 8px;
  height: 8px;
  display: block;
  background: #d33c25;
  position: absolute;
  left: 0px;
  top: 6px;
  content: "";
}

.news_fog_content .item .linka {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}

.news_fog_content .item .linka a {
  color: #d33c25;
  position: relative;
  padding-left: 20px;
}

.news_fog_content .item .linka span {
  color: #d33c25;
}

.news_fog_content .item .pic {
  overflow: hidden;
}

.news_fog_content .item .pic img {
  height: 333px;
  width: 100%;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: all 0.3s;
}

.news_fog_content .item:hover .pic img {
  transform: scale(1.1);
  cursor: pointer;
}

.news_fog_content .item:nth-child(even) .pic img {
 
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.cooperate_fog_content {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 20px;
}

.cooperate_fog_content .item {
  box-shadow: 0 0 10px 4px #f7f1ef;
  overflow: hidden;
}

.cooperate_fog_content .item img {
  width: 202px;
  height: 84px;
  transition: all 0.3s;
  border-radius: 8px;
}

.cooperate_fog_content .item:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
 



@media (max-width: 767px) {
 .banner .index_banner .item{
  height: 300px;
}

.about_fog{
  padding:0px 15px;
}
.about_fog_info{
  line-height: 24px;
}
.about_fog_content 
{
  display: flex;
  flex-wrap:wrap;
  grid-row-gap: 15px;

}

.about_fog_content .item{
  width:
  auto;
  padding: 10px;
  height: auto;
}
  .about_fog_content .item .pic{
    width:100px;
  }
  .about_fog_content .item .pic img{
    max-width:60%;
    text-align:center;
  }
   .about_fog_content .item .info .c,.about_fog_content .item .info{
     margin-top:10px;
   }

 .product_fog_content{
    display: flex;
  flex-wrap:wrap;
  grid-row-gap: 0px;
 }

 .product_fog_content .item{
  padding:20px;
 }

 .product_fog_content .item .info .c{
  line-height: 24px;
 }
.product_fog_content .item:nth-child(1){
border-bottom:1px solid #ebe9e9;
border-right:1px solid #ebe9e9;
}

.product_fog_content .item:nth-child(2){

border-bottom:1px solid #ebe9e9;
}

.product_fog_content .item .pic{
  width:100px;height: 80px;
}

.product_fog_content .item:nth-child(3){
border-right:1px solid #ebe9e9;
 
}

.news_fog_content{
  display: flex;
  flex-wrap: wrap;
}

.news_fog_content .item{
  width:
  auto;
  display: flex;
  margin: 10px;
}
  .news_fog_content .item .info{
    height:auto;
   
  }
  .news_fog_content .item .linka{
    display:none;
  }
  .news_fog_content .item .pic img{
    height:200px;
  }

   .news_fog_content .item .pic{
     flex:1;
   }
  .news_fog_content .item .bk
  {
     flex:1;
  }

  .cooperate_fog_content{
    flex-wrap: wrap;
    margin: 0px 10px;
  }
  .cooperate_fog_content .item img{
    max-width:100%;
    height: 50px;
    width: 100%;
  }

}
