/*header*/
.main{ width:100%;margin:0 auto; clear:both;position:relative;}





/*产品展示*/
.case{width:100%;padding-top:0px; height:400px;min-width:100%; }
.ititle{
	width:100%;
	text-align:center;
	height:40px;
	background-image: url(ititle.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.ititle a{font-size:30px; color:#333;line-height:40px;}
.caseul{margin:50px 0; width:100%;text-align:center;overflow:hidden;height:24px;line-height:24px;}
.caseul li{display:inline-block;!important;*display:inline;margin:0 5px;}
.caseul li a{padding:5px 10px;color:#333; font-size:14px;background:#f0f0f0;border-radius:5px;}
.caseul li a:hover,.caseul li .colo{color:#fff;background:#065fb9;}

.partFourM{width:100%; position:relative;}
.partFourM .partFourCon{
	height:360px;
	width:90%;
	float:left;
	overflow:hidden;
	position:relative;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
.partFourM .pro{ float:left;}
.partFourM .pro li{ float:left; margin:0 5px; width:250px; display:inline;}
.partFourM .pro li a{ border:3px solid #ccc; width:244px; height:194px; overflow:hidden;}
.partFourM .pro li a:hover{ border:3px solid #065fb9;}
.partFourM .proimg{ float:left;}
.partFourM .proimg img{ display:block;}
.partFourM .pro li a:hover img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1);    	
	-moz-transform: scale(1.1);   transform: scale(1.1);  
	 -webkit-transition: all ease-in-out .3s;  transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;  transition: all ease-in-out .3s; }
.partFourM .protxt{ float:left; width:100%;margin-top:15px; color:#FFFFFF; font-size:14px;text-align:center; line-height:40px; background-color:#1A65B8}

.partFourM .left,.partFourM .right{
	cursor:pointer;
	width:34px;
	float:left;
	margin-top:110px;
	height:34px;
	line-height:34px;
	text-align:center;
	display:inline;
	font-size:16px;
	font-family:'宋体';
	color:#fff;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.partFourM .left:hover,.partFourM .right:hover{background:url(/Stencil/images/arrow.png) bottom left no-repeat;}

.ck_more{margin:30px auto;display:block;border:2px solid #065fb9; width:90px;_width:80px;;position:relative; height:30px;padding-top:6px; }
.ck_more a{position:absolute; right:10px; line-height:36px; color:#065fb9; height:25px; line-height:25px;background:#fff;border:none;font-size:14px;}
