.container .main_img{
	width: 100%;
	height: auto;
}

.container .item{
	border: 1px solid #044b82;
	padding: 15px 20px;
	margin-bottom: 30px;
}

.container .item .param{
	margin-bottom: 15px;
}

.container .item .param .key{
	color: #044b82;
	font-weight: bold;
}

.container .preview_text{
	height: 220px;
	overflow: hidden;
}

.container .text {
	border: 1px solid #044b82;
	margin: 40px 0;
}

.container .text table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.container .text table td{
	text-align: center;
	padding: 10px 10px;
	border: 1px solid #eeeeee;
}

.show_more_description_text_button{
	text-align: center;
	color: #044b82
}

.show_more_description_text_button span{
	border-bottom: 1px dashed #3770ac;
	cursor: pointer;
}