section.corp{
	padding-top:72px;
	background: #f7f7f7;
}
section div.topTitle{
	height:48px;
	line-height:48px;
	border-bottom: 1px solid #d0d0d0;
}
section div.topTitle h2{
	font-size:26px;
	font-weight:normal;
	border-bottom:1px solid #ff9012;
}
section div.topTitle h2 a:hover{
	color:#df2725;
}
section div.topTitle a.d{
	font-size:14px;
	color:#df2725;
	font-weight:bold;
	float: right;
	height:48px;
	line-height:65px;
}

section.corp ul{
	margin-top:45px;
	width:1160px;
}
section.corp ul li{
	width:328px;
	margin:0 57px 45px 0;
	float: left;
	overflow:hidden;
	background:#fff;
}
section.corp ul li a.thumb{
	display:block;
	width:328px;
	height:203px;
	overflow:hidden;
}
section.corp ul li a.thumb img{
	display:block;
	width:100%;
	min-height:203px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
section.corp ul li div.date{
	height:115px;
	width:76px;
	border-right:1px solid #d9d9d9;
	overflow:hidden;
	text-align:center;
	color:#555;
	line-height:28px;
}
section.corp ul li div.date small{
	font-size:16px;
	display:block;
	margin-top:32px;
}
section.corp ul li div.date span{
	display:block;
	font-size:20px;
}
section.corp ul li div.fr{
	width:226px;
	height:115px;
	overflow:hidden;
	margin-right:10px;
}
section.corp ul li div.fr a{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:18px;
	color:#555;
	line-height:36px;
	margin-top:15px;
}
section.corp ul li div.fr p{
	font-size:14px;
	color:#555;
	line-height:20px;
}

section.corp ul li:hover a.thumb img{
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section.corp ul li:hover div.date{
	color:#df2624;
}
section.corp ul li:hover div.date span{
	text-decoration:underline;
}
section.corp ul li:hover div.fr a{
	color:#df2624;
	text-decoration:underline;
}

section.indu{
	padding:40px 0;
}
section.indu ul{
	margin-top:15px;
}
section.indu ul li{
	height:50px;
	line-height:50px;
	border-left:1px solid #e6e6e6;
	position:relative;
}
section.indu ul li div{
	float: right;
	width:1066px;
	border-bottom:1px dashed #cfcfcf;
	overflow:hidden;
	font-size:16px;
	color:#555;
}
section.indu ul li div a{
	display:block;
	float: left;
	max-width:860px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#555;
}
section.indu ul li div span{
	float: right;
	display:block;
	margin-right:10px;
}
section.indu ul li i{
	display:block;
	width:10px;
	height:10px;
	overflow:hidden;
	border-radius: 50%;
	background:#e6e6e6;
	position:relative;
	left:-6px;
	top:23px;
	float: left;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
section.indu ul li i.c{
	background: #ff4e00;
}
section.indu ul li:hover{
	color:#df2725;
}
section.indu ul li:hover div,section.indu ul li:hover a{
	color:#df2725;
}
section.indu ul li:hover i{
	background: #ff4e00;
}

section.faq{
	padding:40px 0;
	border-top:7px solid #e5e5e5;
}
section.faq div.p60{
	padding:60px 0 0;
}
section.faq div.fir{
	width:405px;
}
section.faq div.fir a.thumb{
	display:block;
	width:405px;
	height:225px;
	overflow:hidden;
}
section.faq div.fir a.thumb img{
	display:block;
	width:100%;
	min-height:225px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
section.faq div.fir:hover a.thumb img{
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
section.faq div.fir a.title{
	display:block;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:20px;
	margin:10px auto;
}
section.faq div.fir p{
	font-size:14px;
	color:#787878;
	line-height:36px;
}
section.faq div.fir p a{
	color:#d60000;
}
section.faq div.fr{
	width:620px;
	margin-top:-10px;
}
section.faq div.fr li{
	border-bottom:1px dashed #d9d9d9;
}
section.faq div.fr li a.title{
	display:block;
	height:46px;
	line-height:46px;
	font-size:18px;
	width:480px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float: left;
}
section.faq div.fr li a.title:hover{
	color:#e40b0b;
}
section.faq div.fr li a.title i{
	color:#e40b0b;
	margin-right:25px;
	font-style:normal;
}
section.faq div.fr li a.d{
	float: right;
	font-size:14px;
	color:#737272;
	line-height:46px;
}
section.faq div.fr li p{
	font-size:14px;
	color:#737272;
	line-height:24px;
	display:none;
	clear:both;
	margin-bottom:10px;
	height:48px;
	overflow:hidden;
}
section.faq div.fr li:first-child p{
	display:block;
}
section.faq div.fr li:first-child a.d{
	display:none;
}

section.main div.newsList li{
	padding:24px 0;
	border-bottom:1px dashed #ccc;
}
section.main div.newsList li a.thumb{
	float: left;
	width:195px;
	height:120px;
	border:1px solid #e2e2e2;
	overflow:hidden;
	display:block;
}
section.main div.newsList li a.thumb img{
	display:block;
	width:100%;
	min-height:120px;
}
section.main div.newsList li div.fr{
	width:610px;
	height:122px;
	overflow:hidden;
}
section.main div.newsList li div.fr a.title{
	font-size:18px;
	line-height:32px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
section.main div.newsList li div.fr a.title:hover{
	color:#e20704;
}
section.main div.newsList li div.fr p{
	line-height:28px;
	height:56px;
	overflow:hidden;
	color:#666;
	font-size:14px;
}
section.main div.newsList li div.fr a.d{
	margin-top:10px;
	font-size:14px;
	color:#e20704;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
section.main div.pages{
	margin: 40px auto 0;
}

section.main div.newsCon{
	padding:50px 0;
}
section.main div.newsCon > div.top h1{
	font-size:22px;
	font-weight:normal;
	text-align:center;
}
section.main div.newsCon > div.top p{
	font-size:12px;
	font-family:'simsun','宋体';
	text-align:center;
	color:#666;
	margin-top:10px;
}
section.main div.newsCon > div.body{
	margin: 50px auto;
	overflow:hidden;
	position:relative;
}
section.main div.newsCon > div.body *{
	max-width:827px !important;
}
section.main div.newsCon > div.relat a{
	font-family:'simsun','宋体';
	color:#666;
	line-height:28px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
section.main div.newsCon > div.relat a:hover{
	color:#e20704;
}

section.main div.newsList dl{
	padding:24px 0;
	border-bottom:1px dashed #ccc;
}
section.main div.newsList dl dt{
	font-size: 18px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
section.main div.newsList dl i{
	display:block;
	width:22px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	text-align:center;
	font-style:normal;
	background:#0665bf;
	margin:5px 6px 0 0;
	color:#fff;
	float: left;
	font-size:14px;
}
section.main div.newsList dl dd i{
	background:#999;
}
section.main div.newsList dl dd{
	font-size:14px;
	color:#666;
	overflow:hidden;
	margin-top:5px;
}
section.main div.newsList dl dd p{
	width:795px;
	overflow:hidden;
	line-height:22px;
}