.indlist1200{ width:1200px;}
.indlist900{ width:900px;}
.indlist{
	margin: 0 auto 12px;
}
.indlist ul{
	width: 100%;
	overflow: hidden;list-style:none; padding:0px; margin:0px;
}
.indlist ul li{
	float: left;
	width: 32.3%;
	margin:0 1% 8px 0;
	background-color: #f2f1f1;
    transition: all .4s;
    -webkit-transition: all .4s; list-style:none
}
.indlist ul li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.indlist ul li:hover{
    background-color: #f1dea0;
}
.indlist ul li .pic{
	width: 100%;
	overflow: hidden;
	background-color: #000;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.indlist ul li .pic img{
	display: inline-block;
	width: 100%;
    transition: all ease-in .4s;
    -webkit-transition: all ease-in .4s;
	transform: scale(1.1);
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.indlist ul li:hover .pic img{
	transform: scale(1.02);
	opacity:1;
	filter: alpha(opacity=100);
}
.indlist ul li .box{
	padding:10px 5%;
	background: url(../img/img2.png) 90% center no-repeat;
}
.indlist ul li .box h2{
	font-size: 16px;
	line-height: 28px;
	color: #444444; text-align:center
}
.indlist ul li .box .mintit{
	font-size: 13px;
	font-family: 'arial';
	line-height: 20px;
	color: #b9b9b9;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.indlist ul li:hover .box .mintit{
	color: #444444;
}



.about{
	width: 100%;
	height: auto;
	background: #fff;
}
.abpic{
	width: 360px;
	height: auto;
}
.abpic img{
	width: 360px;
	height: auto;
}
.abcon{
	width: 620px;
	height: auto;
	padding: 0px 0px;
}
.abcon h2{
	font-size: 24px;
	color: #007cc3;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.abcon h3{
	font-size: 14px;
	color: #666;
	width: 100%;
	height: 250px;
	line-height: 25px;
	margin-bottom: 25px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.abcon a{
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #FFC001;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	border-radius: 6px;
}
.abcon a:hover{
	background: #0d9bec;
}