/**
 * details css file
 *
 * @author: Wang Taohong <1936165216@qq.com>
 * @link:  
 * @copyright: 
 */

.list_banner {
	width: 100%;
	min-width: 1280px;
	height: 248px;
	background: #ededed;
}
.list_banner img {
	width: 1280px;
	margin: 0 auto;
	display:block;
}
.con_container {
	padding: 55px 0;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.details_text {
	width: 1150px;
	line-height: 30px;
	margin: 0 auto;
}
.details_text img{
       max-width:100%;
}
.details_text > span {
	font-size: 14px;
	color: #666;
}
.details_text h2 {
	margin: 38px 0 10px;
	text-align: center;
	font-size: 30px;
	color: #333;
}
.details_text h2.details1_h2 {
	margin: 0 0 10px;
	font-weight: bold;
}
.details_text h6 {
	margin-bottom: 45px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.article_text p {
	font-size: 16px;
	color: #333;
}
.article_text p span {
	margin-left: 10px;
	color: #437dff;
}
.article_text table th {
	font-weight: bold;
	font-size: 16px;
}
.article_text table td {
	color: #437dff;
	font-size: 16px;
}
.article_text p.textIndent {
	text-indent: 2em;
}
.kz_link {
	margin-top: 75px;
	color: #15499a;
	font-size: 16px;
	text-align: center;
}
.kz_link a {
	margin-left: 30px;
}

.details_text p.textIndent1 {
	margin-top: 25px;
	text-indent: 2em;
	color: #333;
}
/*
.details_text img {
	max-width: 100%;
	margin: 25px auto 0;
}
*/