﻿.product{
	padding: 30px 0;
}
.product-ul{
	display: inline-block;
	margin: 0 auto;
}
.product-ul>li{
	margin: 15px 10px;
	float: left;
}

.product-ul>li>a{
	display: block;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #f5f5f5;
	color: #333;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.product-ul>.active>a{
	color: #fff;
	background-color: #ea281d;
}

.product-main{
	margin-top: 20px;
	border: 1px solid #dcdcdc;
}
.product-img{
	width: 100%;
	height: 150px;
	position: relative;
}
.product-img>img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.product-text{
	padding: 15px;
}
.product-left{
	max-width: 80%;
}
.product-left>p{
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-btn{
	max-width: 20%;
	height: 50px;
}
.product-btn>a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.product-btn>a>span{
	display: inline-block;
	width: 24px;
	height: 8px;
	background: url(../images/right2.png) no-repeat;
}
.product-main:hover .product-btn>a>span{
	background: url(../images/right21.png) no-repeat;
}


.career-btn{
	width: 100%;
	padding: 50px 0;
}
.career-btn>a{
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #999;
	border: 1px solid #e5e5e5;
}
.career-btn>a:hover{
	color: #fff;
	border: 1px solid #ea281d;
	background-color: #ea281d;
}