html,body{
	height: 100%;
}
.content{
	width: 1200px;
	min-height:-webkit-calc(100% - 330px); 
  	min-height:-moz-calc(100% - 330px); 
  	min-height:calc(100% - 330px);
	margin: 0 auto;
}
.content .con_top{
	width: 100%;
	height: 150px;
	float: left;
	border-bottom: 2px solid #AAAAAA;
}
.content .con_top .t_title{
	width: 100%;
	height: 90px;
	float: left;
}
.content .con_top .t_title .titles{
	height: 30px;
	/*width: 194px;
	margin: 40px auto 0 auto;*/
	display: -webkit-flex;  
	-webkit-justify-content: center;  
	-webkit-align-items: center;
	width: 100%;
	margin-top: 40px;
}
.content .con_top .t_title .titles .t1{
	color: #333333;
	font-size: 28px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
}
.content .con_top .t_title .titles .t2{
	height: 24px;
	margin-top: 4px;
	width: 2px;
	background-color: #999999;
	display: inline-block;
	float: left;
	margin-left: 15px;
	transform:rotate(20deg);
	-ms-transform:translateX(20deg); 	/* IE 9 */
	-moz-transform:translateX(20deg); 	/* Firefox */
	-webkit-transform:translateX(20deg); /* Safari 和 Chrome */
	-o-transform:translateX(20deg); 	/* Opera */
}
.content .con_top .t_title .titles .t3{
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.content .con_top .t_title .about_navs{
	height: 18px;
	/*width: 326px;*/
	display: -webkit-flex;  
	-webkit-justify-content: center;  
	-webkit-align-items: center;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
	/*margin: 25px auto 10px auto;*/
}
.content .con_top .t_title .about_navs .n_name{
	height: 18px;
	line-height: 18px;
	display: inline-block;
	color: #666666;
	font-size: 18px;
	float: left;
}
.content .con_top .t_title .about_navs .current{
	color: #1D2088;
}
.content .con_top .t_title .about_navs .n_line{
	height: 18px;
	display: inline-block;
	width: 2px;
	background-color: #999999;
	transform:rotate(20deg);
	-ms-transform:translateX(20deg); 	/* IE 9 */
	-moz-transform:translateX(20deg); 	/* Firefox */
	-webkit-transform:translateX(20deg); /* Safari 和 Chrome */
	-o-transform:translateX(20deg); 	/* Opera */
	float: left;
	margin: 0 15px;
}
.content .coninfo{
	width: 100%;
	float: left;
	margin-top: 30px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	/*text-indent: 2em;*/
}
.content .coninfo img{
	margin-top: 15px;
	max-width: 1200px;
}