@charset "utf-8";

.Other_industries{ padding-top:90px; padding-bottom:90px;}
.Other_industries ul li{ margin-bottom:80px;}
.Other_industries ul li  .left_contents{  position:relative;display:inline;  width:50%;}
.Other_industries ul li   .left_contents .img_show{ position:relative; width:100%; height:480px; background-position:center center; background-repeat:no-repeat; background-size:cover; z-index:2;transition: 0.4s;}
.Other_industries ul li .left_contents::after {
  left:-50px;
  position: absolute;
  top:-50px;
  content: " ";
  width:100%; background-color:#212121;
  -webkit-transition: .3s;
  transition: .3s; height:100%; z-index:1;
}
.Other_industries ul li .right_contents{ display:inline;  position:relative;padding: 3% 5%; width:40%;}
.Other_industries ul li  .right_contents  .lines_show{ height:2px; width:60px; background-color:#fff; margin-bottom:30px;}
.Other_industries ul li  .right_contents  .descipe_fonts{ font-size: 15px;
color: #cccccc;
line-height: 35px;
margin-bottom: 30px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
word-break: break-all;
height: 140px;}
.Other_industries ul li  .right_contents  .more_btn{display: inline-block;
cursor: pointer;
font-size: 14px;
color: #ffffff;
background-color: #212121;
padding: 10px 30px;-webkit-transition: .3s;
  transition: .3s;}
.Other_industries ul li:hover  .right_contents  .more_btn{background-color: #d9b372;-webkit-transition: .3s;
  transition: .3s;}
.Other_industries ul li:nth-child(odd)  .left_contents{ float:left;} 
.Other_industries ul li:nth-child(odd)  .right_contents{ float:right;}
.Other_industries ul li:nth-child(even)  .left_contents{ float:right} 
.Other_industries ul li:nth-child(even)  .right_contents{ float:left;}
.Other_industries ul li:nth-child(even) .left_contents::after {
	left:inherit;
  right:-50px;
  position: absolute;
  top:-50px;
  content: " ";
  width:100%; background-color:#212121;
  -webkit-transition: .3s;
  transition: .3s; height:100%; z-index:1;
}
.Other_industries ul li:hover .left_contents .img_show {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}

.qita_more{padding-top:90px; padding-bottom:90px;}
.qita_more .more_descipe{ color:#cccccc; line-height:2.4; margin-bottom:40px; margin-top:20px;}
.qita_more .pics_show .item{ height:700px; background-size:cover; width:100%; background-position:center center; background-repeat:no-repeat;}

  
@media (max-width:768px) {
	.qita_more .pics_show .item{ height:280px;}
	.qita_more .more_descipe{margin-top: 40px;}
	.Other_industries ul li:nth-child(odd) .left_contents {
    float: none;
}
	.Other_industries ul li:nth-child(odd) .right_contents {
    float: none;
}
	.Other_industries ul li .left_contents .img_show {
    position: relative;
    width: 100%;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    transition: 0.4s;
}
	.Other_industries ul li:nth-child(even) .left_contents {
    float: none;
}
	.Other_industries ul li:nth-child(even) .right_contents {
    float: none;
}
	.Other_industries ul li .right_contents .lines_show{ margin-top: 50px;}
	.Other_industries{ padding-bottom: 0}
}





<!--ºÄÊ±1755807444.3382Ãë-->