/*==全局样式==*/
*{padding:0;margin:0;}
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;}
img,input{border:none;vertical-align:middle;}
body{font-family:Tahoma,Arial,Helvetica,"微软雅黑";font-size:12px;text-align:left;background:#FFF;color:#333;}
html{overflow-y:scroll;}
ul,ol{list-style-type:none;}
th,td,input{font-size:12px;}
h3{font-size:14px;}
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;}
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;}
.clear:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
.clear{zoom:1;}
a{text-decoration: none !important;}
a:link,a:visited{text-decoration:none;color:#333;}
a:hover,a:active{text-decoration:underline;color:#f60;}
.warp{width: 100%;}
.contont{
	width: 1400px;
	margin: 0 auto;
}
.fl{
	float: left !important;
}
.fr{
	float: right !important;
}

.title_1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.li_box{
	  webkit-transition: -webkit-transform ease .7s ;
		transition: -webkit-transform ease .7s;
		-o-transition: -o-transform ease .7s;
		-moz-transition: transform ease .7s, -moz-transform ease .7s;
		transition: transform ease .7s;
		transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
}
.li_boxs{
	  webkit-transition: -webkit-transform ease .7s ;
		transition: -webkit-transform ease .7s;
		-o-transition: -o-transform ease .7s;
		-moz-transition: transform ease .7s, -moz-transform ease .7s;
		transition: transform ease .7s;
		transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
}

.li_box:hover{
	transform: translateY(-8px) !important;
	
}
.li_boxs:hover{
	transform: translateY(-8px) !important;
	box-shadow: 0 20px 40px #e5e5e5 !important;
	
}

.imgfd{
	    -webkit-transition: -webkit-transform ease .7s;
	    transition: -webkit-transform ease .7s;
	    -o-transition: -o-transform ease .7s;
	    -moz-transition: transform ease .7s, -moz-transform ease .7s;
	    transition: transform ease .7s;
	    transition: transform ease .7s, -webkit-transform ease .7s, -moz-transform ease .7s, -o-transform ease .7s;
}
.imgfd:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}