@charset "utf-8";
.inner{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
/*焦点轮播图*/
.main{
    height: auto;
	width: 100%;
	margin: 0 auto;
}
.main .tu{
	width: 100%;
	height: 500px;
	background:url(../images/dianduxian2.jpg) no-repeat top center;
	margin: 0 auto;
}
/*公司新闻*/

}
.news .lcon1 {
	padding-top: 60px;
	padding-bottom: 50px;
}
.newscon {
}
.news .lcon1 .newscon li {
	overflow: hidden;
	width: 100%;
	height: 198px;
	background: #f5f5f5;
}
.news .lcon1 .newscon li:nth-of-type(2n) {
	background: #fff;
}
.news .lcon1 .newscon li div {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.news .lcon1 .newscon li .container {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
	font-family: "Microsoft YaHei";
}
.news .lcon1 .newscon li div.l {
	width: 120px;
	padding-top: 59px;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	color: #888;
}
.news .lcon1 .newscon li div.l h3 {
	font-weight: normal;
	font-size: 48px;
	margin-bottom: 3px;
}
.news .lcon1 .newscon li div.l h3,.news .lcon1 .newscon li div.l h6{
	text-align: center;
}
.news .lcon1 .newscon li div.m {
	overflow: hidden;
	width: 271px;
	padding-top: 26px;
}
.news .lcon1 .newscon li div.m img {
	width: 271px;
	height: 142px;
}
.news .lcon1 .newscon li div.r {
	width: 700px;
	padding-top: 40px;
	padding-left: 40px;
}
.news .lcon1 .newscon li div.l,.news .lcon1 .newscon li div.m,.news .lcon1 .newscon li div.r{
	float: left;
}
.news .lcon1 .newscon li div.r h4 {
	width: 700px;
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
	letter-spacing: 1.2px;
	color: #333;
}
.news .lcon1 .newscon li div.r p {
	line-height: 25px;
	overflow: hidden;
	width: 700px;
	max-height: 51.8;
	letter-spacing: .8px;
	color: #999;
}
.news .lcon1 .newscon li .h_you {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
}
.news .lcon1 .newscon li .h_you .img2 {
	display: none;
}
.news .lcon1 .newscon li:hover .h_you .img1 {
	display: none;
}
.news .lcon1 .newscon li:hover .h_you .img2 {
	display: block;
}
.news .lcon1 .newscon li:hover div.r h4, .news .lcon1 .newscon li:hover div.l {
	color: #158cd0;
}
/**/
/* 通用分页样式 */
.pages {
	height: 26px;
	padding: 5px 0 20px;
	margin: 5px 0;
	clear: both;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.pages li {
	margin-right: 5px;
	display: inline-block;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #3a97ef;
	background: #3a97ef;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #3a97ef;
	background: #3a97ef;
	color: #fff;
}
