.article,
.product{
	height: 100%;
	width: 100%;
}
.article .content{
	height: 100%;
	width: 1180px;
	margin: 0 auto;
}
.article .content .title{
	margin: 50px 0 10px 0;
	font-size: 25px;
	color: #000;
	text-align: center;
}
.article .content .time{
	text-align: center;
	color: #BFBFBF;
	font-size: 13px;
}
.article .content hr{
	border: 1px dotted #D9D9D9;
	margin: 25px 0 25px 0;
}
.article .content .detail{
	margin-bottom: 130px;
	word-wrap:break-word;
	word-break:break-all;
	color: #717171;
	font-size: 15px;
	line-height: 35px;
}
.article .content .detail .joinUs {
	text-align: center;
    background-color: #e89316;
    width: 120px;
    color: white;
    margin: 0 auto;
    border-radius: 36px;
	cursor: pointer;
}

.product .content{
	height: 460px;
	width: 1180px;
	padding: 80px 0;
	position: relative;
}
.product .content .time,.product .content .detail{
	height: 460px;
	position: absolute;
	top: 80px;
	left: 50%;
}
.product .content .time{
	margin-left: -635px;
}
.product .content .detail{
	margin-left: 35px;
}
.product .content .time img{
	text-align: center;
	width: 600px;
	height: 460px;
	border: solid 1px #ddd;
}
.product .content .title{
	font-size: 25px;
	color: #000;
	line-height: 50px;
}
.product .content .desc{
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	width: 390px;
	line-height: 26px;
}
.product .content .price{
	font-size: 24px;
	color: #f40;
	padding: 10px 15px;
	position: absolute;
	top: 230px;
	left: 0;
}
.product .content .buy{
	width: 150px;
	height: 38px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 16px;
	cursor: pointer;
	background: url("../img/cooperation_btn.png") no-repeat;
	letter-spacing: 1px;
	position: absolute;
	top: 233px;
	left: 240px;
}
