body {
	background: #f2f2f2;
}

.banner-wrap #banner {
	height: 275px;
}
.banner-wrap #banner img {
	height: 275px;
}

.pro-content-wrap {
	width: 100%;
	height: auto;
	
}
.pro-content {
	width: 1200px;
	min-height:500px;
	background-color: #f2f2f2;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
}
/*清除浮动*/
.pro-content:after {
	content: ""; 
    display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;  
}
.pro-content{zoom:1}
/*侧边导航*/
.aside-nav {
	width: 240px;
	height: 100%;
	background-color: #fff;
	float: left;
	position: absolute;
	left: 0;
	top: -40px;
	z-index: 9;
	box-shadow:0px 0px 24px 0px rgba(0,0,0,0.18);
}
.aside-nav .aside-title {
	width: 100%;
	height: 110px;
	background: #165DA5;
	color: #fff;
	padding: 37px 0 0 40px;
	font-weight: 400;
}
.aside-nav .aside-title>p {
	font-size: 20px;
	line-height: 20px;
}
.aside-nav .aside-title>p>img {
	vertical-align: top;
	margin-right: 10px;
}
.aside-nav .aside-title>span {
	font-size: 12px;
	padding-left: 30px;
}
.aside-first {
	width: 100%;
	height: auto;
}
.aside-first .first-item {
	width: 100%;
	min-height: 45px;
	background: #fff;
	font-size: 14px;
	line-height: 45px;
	border-bottom:1px solid #F0F0F0;
	cursor: pointer;
}
/*.aside-first .first-item:nth-of-type(1) {
	background: #F0F0F0;
}*/
.aside-first .first-item p:hover {
	background: #F0F0F0!important;
}

.aside-first .first-item>p {
	padding-left: 38px;
}
.aside-first .first-item img{
	/*margin-right: 4px;*/
	margin-bottom: 2px;
}
.aside-first .first-item .up-icon {
	/*padding-right: 4px;*/
	font-family: 'new-icon';
	font-size: 16px;
}
.aside-first .first-item .down-icon {
	font-family: 'new-icon';
	font-size: 16px;
	display: none;
}



.aside-second {
	background: #fff;
	height: 0;
	overflow: hidden;
}
.aside-second > li {
	padding-left: 60px;
	color: #666;
}
.aside-second > li:hover {
	color: #165DA5!important;
}


/*内容展示区*/
.pro-content-right {
	width: 920px;
	min-height: 800px;
	float: right;
}
/*清除浮动*/
.pro-content-right:after {
	content: ""; 
    display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;  
}
.pro-content-right{zoom:1}


/*路径*/
.handle {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.handle-item {
	padding:0  5px 10px;
	font-size: 14px;
}
.handle-item a {
	color: #333;
}
.handle-item:hover a {
	color: #165DA5;
}
/*中心内容*/
.pro-content-right .content-center {
	width: 920px;
	min-height: 673px;
	background-color: #fff;
	float: left;
	padding: 33px 20px 20px 20px;
	overflow: hidden;
}
.content-center .center-section {
	width: 100%;
	height: 60px;
	font-size:16px;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 33px;
}

.product-show {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	/*background: pink;*/
}
.product-show  .show-item {
	width: 430px;
	height: 362px;
	/*background: antiquewhite;*/
	margin-bottom: 29px;
	margin-right: 20px;
	float: left;
}
.product-show  .show-item:nth-child(even) {
	margin-right: 0;
}


.show-item .show-item-img {
	height: 323px;
	border: 1px solid #F0F0F0;
	padding: 6px;
	overflow: hidden;
	cursor: pointer;
}
.show-item .show-item-img img {
	width: 100%;
	height: 100%;
    transition: all 0.5s ease;
}
.show-item .show-item-img:hover img {
	transform: scale(1.1);
}

.show-item-name {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}



/*新列表样式*/

.new-list-item {
	height: 44px;
	line-height: 44px;
	margin: 0 20px;
	border-bottom: 1px dashed #DDDDDD;
	font-size: 16px;
}
.new-list-item-title {
	width: 85%;
	float: left;
	color: #333;
	text-indent: 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new-list-item-title:hover {
	text-decoration:underline;
	color: #165DA5;
}
.new-list-item-title:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0;
	top: 23px;
}


.new-list-item-time {
	float: right;
	color: #999;
	font-family: arial;
}



/*推荐*/
.recommend-area {
	width: 300px;
	min-height: 800px;
	background-color: #f2f2f2;
	float: right;
}

.recom-item {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom:5px ;
	background: #fff;
	margin-bottom: 40px;	
}
.recom-item .recom-title {
	font-size: 18px;
	font-weight:400;
	text-indent: 15px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	position: relative;
}
.recom-item .recom-title:after {
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #165DA5;
	position: absolute;
	left: 0;
	top: 0;
}

.recom-list {
	width: 100%;
	min-height: 100px;
	/*background: azure;*/
	/*padding: 0 15px;*/
	/*background: deepskyblue;*/
}
.recom-list .list-item {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	margin-bottom: 15px;
}
.recom-list .list-item:hover {
	background: #e5e5e5;
}
.recom-list .list-item a {
	display: block;
	width: 100%;
	height: 100%;

}
.recom-item-img {
	width: 90px;
	height: 60px;
	float: left;
}
.recom-item-img  img {
	width: 100%;
	height: 100%;
}
.recom-item-info {
	width: 170px;
	height: 45px;
	float: right;
}
.recom-item-info>p {
	height: 44px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	color: #333;
}
.recom-item-info>span {
	display: block;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
	text-align: right;
}
