﻿@charset "utf-8";


/* 必要布局样式css */

.cation-content {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.cation-middle {
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #c5c5c5;
	border-radius: 2px;
	border-bottom: none;
	margin: 10px;
}

.cation-middle .crumbs {
	padding-left: 35px;
	color: #444;
	font-size: 16px;
	line-height: 48px;
	border-bottom: 1px solid #c5c5c5;
}

.cation-list {
	border-bottom: 1px solid #c5c5c5;
	background: #f4f4f4;
}

.cation-list td.title {
	/*float: left;*/
	width: 190px;
	font-weight: 700;
	/*line-height: 48px;*/
	/*position: relative;*/
	color: #4c4c4c;
	text-align: center;
	font-size: 16px;
	background: #f4f4f4;
	border-bottom: 1px solid #c5c5c5;
	/*border-right: 1px solid #c5c5c5;*/
}

/*.cation-list:last-child dt {*/
/*	border-bottom: none;*/
/*}*/

/*.cation-list:last-child dd {*/
/*	border-bottom: none;*/
/*}*/

.cation-list td.list {
	/*margin-left: 190px;*/
	/*overflow: hidden;*/
	border-bottom: 1px solid #c5c5c5;
	background: #FFF;
	border-left: 1px solid #c5c5c5;
}

.cation-list td.list a {
	color: #444;
	font-size: 14px;
	/*width: 80px;*/
	text-align: left;
	height: 48px;
	/*line-height: 48px;*/
	/*display: inline-block;*/
	/*float: left;*/
	margin-left: 20px;
}

.cation-list td.list a.all {
	text-align: center;
}

.cation-list td.list a.on,
.cation-list a:hover {
	color: #1379CE;
	font-weight: 600;
}

.case_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}

.case_list ul li {
	width: 23%;
	float: left;
	margin: 0 auto;
	margin: 10px 10px;
	overflow: hidden;
	border: 2px solid #F8F8F8;
	text-align: center;
}


.case_list ul li img {
	
	width: 100%;
	height: 180px;
	overflow: hidden;

}
.case_list ul li .jg{
	color: #f40;
	
}

.case_list ul li img:hover {
	transform: scale(1.05);
	cursor: pointer;
	transition: all linear .5s;
}
/*
.case_list ul li p {
	float: left;
	color: #444;
	width: 100%;
	border: 1px solid #c5c5c5;
	border-top: none;
	height: 68px;
	line-height: 68px;
	padding: 0 20px;
	font-size: 18px;
}*/

.case_list ul li p span {
	font-size: 14px;
	color: #6a6a6a;
	padding-left: 15px;
}


.cation-content .crumbs{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	margin: 0 10px;
}
.ls{
	color: #1379CE;
}
.cs{
	color: #FD8402;
}
.nav-con{
	display: none;
}
.content .category-con{height: auto;}

/*分页*/
.pages{text-align: center;padding: 2% 0 3.5%;}
.pages a{display: inline-block;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 30px;border: 1px solid #DDDDDD;color: #999999; line-height: 30px;padding: 0 10px;min-width: 30px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin: 3px 2px}
.pages a i{font-style: normal;}
.pages .on *{color: #b23838;border: none;}
.pages a.disabled{cursor: not-allowed;color: #ccc;}
/*分页*/ 