.company-name {
		  font-size: 16px;
		  margin-left: 15px;
		  display: flex;
		  flex-direction: column;
		  color: green;
		  margin-top: 15px;
		}

.sub-title:hover{
			color:#c91a1d;
		}

body
{
	font-family:"微软雅黑";
	font-size:14px;
	margin:0;
	background-image:url(about:blank);/*防止悬浮元素振动*/
	background-attachment:fixed;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration:none;
}
img
{
	border:0;
}
.box1 , .box2 , .box3
{
	background:#f5f5f5;
	width:333px;
	float: left;
}
.chthing1 , .chthing2 , .chthing3 , .chthing4 , .chthing5 , .chthing6
{
	color:#172e74;
	display: block;
	float: left;
	width:80px;
	height: 25px;
	text-align: center;
}
.chthing1:hover , .chthing2:hover ,.chthing3:hover ,.chthing4:hover ,.chthing5:hover , .chthing6:hover
{
	color: #b9161c;
}
.box1 ul , .box2 ul , .box3 ul
{
	list-style: none;
	margin:10px 0 30px 32px;
	padding: 0;
}
.box1 ul li , .box2 ul li , .box3 ul li
{
	height:25px;
}
.box1 ul li a , .box2 ul li a , .box3 ul li a
{
	color:#434343;
	line-height: 25px;
	font-size: 12px;
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}
.box1 ul li a:hover , .box2 ul li a:hover , .box3 ul li a:hover
{
	color:#b9161c;
}

/* 上下页导航 -- 开始 */
.nav
{
	color:#6d6d6d;
	font-size:12px;
	text-align:center;
	margin: 0;
}
.nav a
{
	color:#6d6d6d;
	font-size:12px;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	border:1px #6d6d6d solid;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:0px;
	margin-top:0px;
	display:inline-block;
	line-height:100%;
}
.nav input
{
	padding:4px;
	text-align:center;
	width:25px;
}
/* 上下页导航 -- 结束 */
/*二级页面*/
.erji_left
{
	width:245px;
	background: #F4F4F4;   /*不能渐变的浏览器*/  
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#F4F4F4,endcolorstr=#FEFEFE,gradientType=0); /*IE*/
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#F4F4F4,endcolorstr=#FEFEFE,gradientType=0 ); /*IE8*/
    background: -webkit-linear-gradient(#F4F4F4 0%, #FEFEFE 95%);
    background: -o-linear-gradient(#F4F4F4 0%, #FEFEFE 95%);
    background: linear-gradient(#F4F4F4 0%, #FEFEFE 95%);  /*opera*/   /*firefox*/ /*chrome, safari*/
    padding-top: 10px;
}
.erji_l_nav ul
{
	list-style: none;
	margin:0 auto;
	padding:0;
	width:196px;
}
.erji_l_nav ul li
{
	height: 40px;
	border-bottom:1px solid #d2d2d2;
	color:#98D6FE;
	font-size: 18px;
	display: block;
	overflow: hidden;
	/*padding-right: 30px;*/
}
.erji_l_nav ul li a 
{
	line-height:40px;
	font-size: 16px;
	color:#172e74;
}
.erji_dh
{
	text-overflow:ellipsis;
	white-space:nowrap;
	width:600px;
	height:20px;
}
.erji_dh a
{
	color:#172e74;
}
.title a
{
	color:#172e74;
	font-size:14px;
	margin:0;
	padding: 0;
}
.content a
{
	color:#767676;
	font-size: 12px;
	/*display: inline-block;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*width: 670px;*/
}
.title a:hover
{
	color:#b9161c;
}
.tupian img
{
	max-width:650px;
}
.dianjixiazai a
{
	color:#172e74;
	font-size:12px;
}
.dianjixiazai a:hover
{
	color:#b9161c;
}
/*尾部*/
.footer
{
	background:#e9e9e9;
	width:100%;
	border-top:1px solid #dfdfdf;
}
.footer div
{
	color:#838383;
	text-align: center;
	font-size: 12px;
	line-height: 37px;
}