.content {
	background: #1d1e20;
	padding-top: 100px;
	padding-bottom: 50px;
}

.tab-li {
	text-align: center;
}

.tab-li ul {
	display: inline-block;
}

.tab-li ul li {
	display: block;
	float: left;
	height: 34px;
	line-height: 32px;
	padding: 0px 15px;
	font-size: 14px;
	color: #a1a0a0;
	border: 1px solid #2a2b2d;
	cursor: pointer;
	margin: 0px 5px;
}

.tab-li ul li:hover,
.tab-li ul li.on {
	background: #f62ba3;
	border: 1px solid #f62ba3;
	color: #fff;
}

.tab-m ul {
	display: none;
	width: 1290px;
	margin: 0px -45px;
}

.tab-m li {
	display: block;
	width: 370px;
	height: 495px;
	position: relative;
	float: left;
	margin-left: 45px;
	margin-top: 45px;
}

.tab-m li dd {
	position: absolute;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.5);
	left: 5%;
	bottom: 0px;
	font-size: 18px;
	color: #fff;
	padding: 0px 10px;
	transition: .5s;
}

.tab-m li:hover dd {
	background: #f62ba3;
	transition: .5s;
}

.tab-m li dd i {
	line-height: 50px;
}

.pro-intro {
	width: 780px;
}

.pro-details {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #09001d;
	position: relative;
}

.pro-details .title {
	height: 80px;
	line-height: 80px;
	background: url(../images/pros.jpg) center center;
	text-align: center;
	margin: 0px;
}
.pro-details ul{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0px 40px 0px;
}
.pro-details li{
	display: block;
	border-bottom: 1px solid #c52b73;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	text-align: right;
}
.pro-details li span{
	display: block;
	float: right;
	width: 250px;
}
.pro-details li b{
	display: block;
	font-weight: normal;
	width: 100px;
	text-align: right;
}
.pro-details-img{
	width: 250px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 50px;
	display: table;
	text-align: center;
}
.pro-details-img span{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.pro-details-img img{
	height: 90%;
}
.other-pro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px;
}
.other-pro li{
	display: block;
	width: 390px;
	height: 60px;
	line-height: 60px;
	padding: 0px 20px;
	float: left;
}
.other-pro li a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
} 
.other-pro li i{
	line-height: 60px;
}
.other-pro li.s1{
	background: #080808;
}
.other-pro li.s2{
	background: #f62ba3;
	
}
.other-pro li.s2 a{
	color: #fff;
}
.hot-pro{
	width: 370px;
	height: auto;
	overflow: hidden;
	background: #151617;
	padding: 50px 0px;
	float: right;
	font-size: 18px;
	color: #fff;
}
.hot-tit{
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 40px;
}
.hot-tit:before{
	content: '';
	display: block;
	width: 6px;
	height: 40px;
	background: #f62ba3;
	position: absolute;
	left: 0px;
	top: 0px;
}
.hot-tit:after{
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #303031;
	position: absolute;
	left: 6px;
	top: 20px;
}
.hot-intro{
	padding-left: 36px;
}
.deco-pro{
	padding: 20px;
	height: auto;
	overflow: hidden;
	border-top: 1px dashed #2d2d2d;
	margin-top: 30px;
}
.deco-tit{
	width: 40px;
	line-height: 40px;
	width: 100px;
	text-align: center;
	background: #2d2d2d;
}
.deco-pro .tab-m ul{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px;
}
.deco-pro .tab-m li{
	margin: 0px;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.deco-pro .tab-m li img{
	display: block;
	width: 100%;
}
