﻿.page_width {
	width: 990px;
	margin: auto;
}

/*热点  头部 导航*/
.main .nav2 {
	height: 120px;
	margin-bottom: 40px;
}
.main .nav2 ul {
	width: 100%;
	height: 100%;
}
.main .nav2 ul li {
	width: 330px;
	height: 100%;
	float: left;
	background: #e5e5e5;
}
.main .nav2 ul li a {
	font-size: 36px;
	padding: 20px;
	padding-right: 50px;
	line-height: 80px;
	background: url(../images/icons/jt_3.png) 260px center no-repeat;
	background-size: 28px 16px;
	display: block;
}
.main .nav2 ul li:nth-child(2) {
	background: #f5f5f5;
}
.main .nav2 ul li.on {
	background: #eb1c24;
}
.main .nav2 ul li.on a {
	color: #fff;
	background: url(../images/icons/jt_4.png) 260px center no-repeat;
	background-size: 28px 16px;
}

.main .block .lists1 li {
	height: 450px;
	background: #fff;
}
.main .block .lists1 li img {
	height: auto;
}
.main .block .lists1 li .dl2 {
	width: 100%;
	padding: 10px;
	padding-bottom: 18px;
	background: #fff;
}
.main .block .lists1 li .dl2 dt {
	font-size: 24px;
	color: #716F6F;
	line-height: 40px;
}
.main .block .lists1 li .dl2 dd {
	font-size: 18px;
	color: #908E8D;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.main .block .lists1 li:hover .dl2 {
	background: #eb1c24;
	color: #fff;
}
.main .block .lists1 li:hover .dl2 dt,
.main .block .lists1 li:hover .dl2 dd {
	color: #fff;
}

/*设计开发热点*/
.news_details {
	width: 990px;
	margin: 40px auto;
}
.news_details .top {
	width: 100%;
	height: 330px;
}
.news_details .top dl {
	float: left;
	width: 660px;
	height: 100%;
	background: #eb1c24;
	color: #fff;
	padding: 70px;
}
.news_details .top dl .dt1 {
	font-size: 24px;
	line-height: 36px;
	margin-top: 20px;
	max-height: 72px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_details .top dl .dt2 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.news_details .top dl dd {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news_details .top .news_pic {
	width: 330px;
	float: right;
}
.news_details .top .news_pic img {
	display: block;
	width: 330px;
	max-height: 330px;
}

.news_details .content {
	padding: 40px 130px;
	background: #f2f2f2;
}
.news_details .content p {
	font-size: 16px;
	line-height: 30px;
	margin: 20px auto;
}
.news_details .content p img {
	margin: auto;
	max-width: 100%;
	display: block;
	width: auto !important;
	height: auto !important;
}
.news_details .btns {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	margin-top: 40px;
}
.news_details .btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 40px auto;
}
.news_details .btn a {
	display: block;
	font-size: 24px;
	background: #f2f2f2;
}

/*图片轮播*/
.pic_slider {
	width: 100%;
	height: 410px;
	overflow: hidden;
	margin: auto;
}
.pic_slider ul li {
	display: block;
	width: 100%;
	height: 410px;
}
