@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
body{font:12px/1.5 Microsoft YaHei,SimSun, Arial, Helvetica, sans-serif; color:#333; background:#FFF;}
img{border:0px;}
ul,ol{list-style-type:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
table {border-collapse: collapse;border-spacing: 0;}
input,select,textarea{vertical-align:middle; outline:none; resize:none; font-family:Microsoft YaHei;}
a{color:#333; text-decoration:none;}
.clearfix{zoom:1; overflow:hidden;}
.clear{ clear:both; font-size:0; height:0; line-height:0;}
.fl{float:left;}
.fr{float:right;}
.wrap{ width:1280px; margin:0 auto;}
.bgGray{ background:#f1f7fd;}
.bgWhite{ background:#FFFFFF;}
.hidden{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/****************************/

/*.mainBox{ width:1280px; margin:0 auto;}*/

/*hover图片变大缩小*/

.l_navilist span,.l_navilist a.l_navia,.l_mbmilist,.l_mbmilist2,.l_mbipic img,.l_pba img,.l_navitem2 li.l_navilist2 a{
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s linear;
	-ms-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s ease-in-out;
}
.l_navilist:hover a.l_navia,.l_Mbilist:hover .l_mbipic img,.l_pba:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.l_navitem .l_navcur:hover a.l_navia{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* 经过时显示背景色 */
.l_fbpop,.l_mbmilist:hover,.l_mbmorea:hover,.l_mbmilist2:hover,.l_pbilist:hover{ 
    background:#FFF;
	-webkit-box-shadow:rgba(162,162,162,.6) 0 8px 15px 0;
	-moz-box-shadow:rgba(162,162,162,.6) 0 8px 15px 0;
	-ms-box-shadow:rgba(162,162,162,.6) 0 8px 15px 0;
	-o-box-shadow:rgba(162,162,162,.6) 0 8px 15px 0;
	box-shadow:rgba(162,162,162,.6) 0 8px 15px 0;
}
