
/* reset */
*{margin:0;padding:0;list-style-type:none;}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
:focus{outline:0;}
label{cursor:pointer;}
img{vertical-align:middle;}
table{empty-cells:show;border-collapse:collapse;border-spacing:0;}
h1{font-size:16px;}h2,h3,h4{font-size:14px;}h5,h6{font-size:12px;}
abbr,acronym{border:0;font-variant:normal}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{*font-size:100%}
a,img{border:0;}
a,a:visited{color:#5e5e5e; text-decoration:none;}
a:hover{color:#4183C4;text-decoration:underline;}
.clear{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-table;}/* Hides from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}/* End hide from IE-mac */
*+html .clearfix{min-height:1%;}
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#666;
	font-family:"微软雅黑";
	letter-spacing:1px;
	overflow-x:hidden;
	}
/* shortcut */

*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}








/* marqueeleft */
.marqueeleft{width:100%;overflow:hidden;margin:0 auto; }
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;display:inline;width:150px;}




.clear{
	clear:both;
	}

.text-box{    
transition:All 0.4s ease-in-out;  
-webkit-transition:All 0.4s ease-in-out;  
-moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;
}

.text-box:hover  {   
transform:scale(1.2);  
margin-left:4px;
-webkit-transform:scale(1.2);   
-moz-transform:scale(1.2);    
-o-transform:scale(1.2);   
 -ms-transform:scale(1.2);
}

.con1_cp_img{
	margin-top:38px;
	width:127px;
	
	
	
	}
.con1_cp_name{
	font-size:12px;
	height:25px;
	line-height:20px;
	text-align:center;
	
	
	}
.con1_cp_name a{
	color:#666;
	display:none;
	}
.con1_cp_name:hover a{text-decoration:none;}

.text-box:hover a{display:block;}

