/*初始化样式*/
body,ul,ol,li,h1,h2,h3,h4,h5,dl,dt,dd,p,span,tbody,thead,th,tr,td{
	margin:0;
	padding:0;
	border:none;
}
ul,ol{
	list-style:none;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#388cf7;
	text-decoration:none;
}
body {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:#fff;
	position:relative;
}
img{
	max-width:100%;
}
:-moz-placeholder { 
    font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
    font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}
input:-ms-input-placeholder{ 
     font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}

input::-webkit-input-placeholder{
     font:1em "microsoft yahei", Arial, Helvetica, sans-serif;
}
.lf{
	float:left;
}
.rt{
	float:right;
}
.cl{
	clear:both;
}
.cl30{
	clear:both;
	height:30px;
}
/* 页码 */
.pages1 {
    width: 100%;
    text-align: center;
	margin-bottom:30px;
}

.pages1 a {
    min-width: 14px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    background:#999;
    border-radius: 4px;
    display: inline-block;
	border: none;
    margin: 0 3px;
	padding:2px 6px;
}

.pages1 a.p_active {
    background-color:#388cf7;
	border: none;
    color: #fff;
}

.pages1 a:hover {
    background-color:#388cf7;
    color: #fff;
	text-decoration:none;
}
.pages3 {
    text-align: center;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.pages1 a {
    min-width: 14px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
	border: none;
    margin: 0 2px;
	padding:2px;
}
.cl30 {
    clear: both;
    height:10px;
}
.c_case_li {
    float: left;
    width:100%;
    background: #2c2d31;
    box-sizing: border-box;
    padding: 12px;
}
.c_case_img {
    width:100%;
    height: auto;
    overflow: hidden;
}
.c_case_img a {
    width:100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}
}