﻿@charset "utf-8";
/* CSS Document */

/*制造*/


.make-img{height:370px;background:url(../images/make-img.jpg)no-repeat center;background-size: cover;}

.make-sb{    margin: 14px 0 17px;}
.make-sidebar{margin-top: 23px;}
.make-text-img{
	position: relative;
    overflow: hidden;
}

.make-text-img img{
width:100%;
    transition: all 0.3s ease-out;
}

.make-text{
 height: 40px;
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    padding: 11px 20px;
    transition: all 0.2s;
    width: 100%;
    bottom:0;
    color: white
}

.make-text-img:hover .make-text{}
.make-text-img:hover  img{transform: scale(1.1);}
.make-text h6{    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;}
.make-text p{margin-top: 10px;}


.make-column{

	border-bottom:1px solid #ebebeb; 
}
.make-sub{
	width:90px;
height:35px;
line-height:35px;
text-align: center;
font-size: 14px;
cursor: pointer;
border-radius: 5px;
}
.make-main{padding-top:50px;}
.make-sub:hover{background:#a7272c;color: white}

.make-both li{

	margin:25px 10px;

	box-shadow: 0 0 5px #b3b1b1;
	cursor: pointer;
}
.btnQut {
 margin-bottom:25px;
}
.btnQutmore {
 margin-top:25px;
}



.make-both{margin:0 -25px;}
.make-both:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
.make-both li:hover .make-text  .rightarrow:after{color: #bc151c;}

.make-both li:hover .make-text p:nth-child(1){color:#bc151c;}
.make-both li:hover .make-text p:nth-child(3){color:#bc151c;}

.make-main-yu{

padding-bottom: 00px;

}

.make-main-yu .row{
padding-top:50px;

}

.make-sidebar span{

    font-size: 12px
}
.lastmake-main-yu {
    margin-bottom:50px;
}

.make-sidebar span:before{
    display: inline-block;
    font-family: iconfont;
    font-style: normal;
    content: "\e604";
    font-size: 20px;
    line-height: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
	color:#999999;
	position: relative;
	top: 2px;
	margin-right: 15px;
}

.make-img img{display: none;}

.make-sb:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}


@media (max-width: 1200px){

}
@media (max-width: 1024px){
.make-img{height:auto;background:none;}
.make-img img{width:100%;display: block;}
}


@media (max-width: 992px){

    .make-both>div {
    padding-right:0px;
    padding-left: 0px;
}
    .make-both {
    margin: 0 -5px;
}

    .make-both li{

	margin:10px 10px;

	box-shadow: 0 0 5px #b3b1b1;
	cursor: pointer;
}
.btnQut {
 margin-bottom:10px;
}
.btnQutmore {
 margin-top:10px;
}
.make-main{padding-top:20px;}
.make-main-yu .row{
padding-top:20px;

}
.lastmake-main-yu {
    margin-bottom:20px;
}
}



@media (max-width: 767px) {
.make-sidebar {
   margin-left: 10px;
    margin-top: 23px;
    float: none;
}
.make-both {
    margin: 0 -5px;
}
.make-sb{margin:14px 10px 17px;}

 .make-both>div {
    padding-right:0px;
    padding-left: 0px;
}
    .make-both {
    margin: 0 -5px;
}
}





@media (max-width: 360px) {


}


@media (min-width: 992px){


}





