.products_out {
position:relative;
width:1200px;   
overflow: hidden;
}


.products_1 {
       margin: 0 auto !important;
    padding-top: 20px !important;
    width: 1160px;
}
.pro_bg {
    position: absolute;
}
.pro_list {
    height: 390px;
    position: relative;
    cursor: pointer;
}
.pro_tit {
    float: left;
    padding-top: 35px;
    width: 330px;
}
.pro_list1 {
    float: left;
    height: 620px;
    overflow: hidden;
    width: 366px;
}
.pro_list2 {
    float: right;
}
.pro_list2_1 {
    height: 366px;
    overflow: hidden;
    width: 620px;
}
.pro_list3_1 {
    height: 330px;
    overflow: hidden;
    width: 305px;
    float: left;
    margin-top: 10px;
    margin-right: 9px;
}
.pro_list4_1 {
    height: 330px;
    overflow: hidden;
    width: 305px;
    float: left;
    margin-top: 10px;
}
.pro_list5_1{}
.pro_list5_1 .pro_more{margin-top: 300px;}
.pro_more {margin-top: 100px;}
.pro_more a {
    cursor: pointer;
    display: block;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    width: 32px;
}
.pro_more a:hover {
}
.clear {
	zoom: 1;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "1";
	clear: both;
	height: 0;
}

.demo{
    padding: 1em 0;
}
.box2 .box-content{}
.box2:hover .box-content{ transform: rotateY(0deg);}
.box2 .title {
    margin-top: 16px;
}
.box2 .description {

    margin-bottom: 16px;
}

.case_list3_2 .box3 .box-content {
    padding: 24%;
}
.box{
    position: relative;
    perspective: 1000px;
    width:100%;
}
.box .box-img{
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-img{
   /* transform: rotateY(-90deg);*/
}
.box .box-img img{
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    text-align: center;
    background: rgba(0,0,0,0.7);
    transform:translateY(-100px);
    transition: all 0.6s ease-in-out 0s;
    opacity:0;
}
.box:hover .box-content{
    transform:translateY(0px);
    opacity:1;
}
.box .title{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.title a{
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
}
.box .description a{ color: #fff !important;}
.box h4{font-weight: normal;}
.box .description{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.box .title:after,
.box .description:after{
    content: "";

    display: block;

}
.box .social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box .social-links li{
    display: inline-block;
    margin: 0 10px;
}
.box .social-links li a{
    font-size: 20px;
    color: #a6a6a6;
}
.box .social-links li a:hover{
    text-decoration: none;
    color: #fff;
}

