.home_sec2 .col-sm-6, .home_sec2 .col-sm-4 {
    padding: 0px 5px;
}

.home_sec2 .col-sm-6, .home_sec2 .col-sm-3 {
    padding: 0px 5px;
}

.home_sec2 .row {
    margin: 0px -5px;
}

.products-all-list {
   
}

.list-wrap {
    margin-bottom: 20px;
}

.list-wrap .pic {
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.list-wrap .pic img {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.list-wrap1 {
    margin-bottom: 20px;
}

.list-wrap1 .pic {
    background: #f5f5f5;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.list-wrap1 .pic img {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}


.intruduction {
    padding: 10px;
    background: #ffffff;
    color: #666;
    position: relative;
    height: 65px;
}

.intruduction1 {
    padding: 15px;
    background: #f5f5f5;
    color: #585858;
    position: relative;
}

.product-list-wrap:hover .hover-bg, .list-wrap:hover .hover-bg {
    height: 100%;
}
.product-list-wrap1:hover .hover-bg, .list-wrap1:hover .hover-bg {
    height: 100%;
}

.intruduction span, .intruduction .hover-bg, .intruduction.article {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.intruduction .hover-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0060b2;
    width: 100%;
    height: 0%;
}

.intruduction1 span, .intruduction1 .hover-bg, .intruduction1.article {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.intruduction1 .hover-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
    width: 100%;
    height: 0%;
}

.product-list-wrap:hover .article, .list-wrap:hover .article {
    color: #fff !important;
}

.product-list-wrap1:hover .article, .list-wrap1:hover .article {
    color: #0060b2 !important;
}

.intruduction .article {
    position: relative;
    z-index: 2;
    text-align: center;
}

.intruduction h3 {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.intruduction p {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
	text-overflow:ellipsis;white-space:nowrap;
}

.intruduction1 .article {
    position: relative;
    z-index: 2;
    text-align: center;
}

.intruduction1 h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    height: 21px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 2px;
	text-overflow:ellipsis;white-space:nowrap;
}

.intruduction1 p {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
}

.row1{margin-right: -10px; margin-left: -10px;}
.pro_1{float:left; width:23%; position: relative;padding-right: 1%;padding-left: 1%;}
@media only screen and (max-width:768px){
.row1{margin-right: -5px; margin-left: -5px;}
.pro_1{width:48%;}
.list-wrap {
    margin-bottom: 10px;
}

.list-wrap1 {
    margin-bottom: 10px;
}


}


table.list-jobs {
	width: 100%;
	border-collapse:collapse;
	font-size: 12px;
	line-height: 25px;
}
table.list-jobs th {
	background: #F5F5F5;
}
table.list-jobs th,
table.list-jobs td {
	border: 1px solid #E9E9E9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
table.list-jobs a {
	font-weight:bold;
	margin-left:10px;
	display:inline-block;
}
table.form-jobs th {
	color:#555;
	text-align:right;
}
table.form-jobs td {
	padding:7px;
}
table.form-jobs .text {
	width:130px;
	height:22px;
	line-height:22px;
	border:1px solid #CACACA;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 14px;
}
table.form-jobs input.txt {
	color:#999;
	cursor:default;
	background:#fafafa;
}
table.form-jobs input.lang,
table.form-jobs textarea.text {
	width:560px;
	resize:none;
	max-width:560px;
}
table.form-jobs textarea.text {
	height:100px;
	max-height:70px;
}
table.form-jobs input.btns {
	width:70px;
	height:28px;
	color:#fff;
	cursor:pointer;
	line-height:24px;
	font-weight:bold;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
}
