@charset "utf-8";
/* CSS Document */
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt,img,form{padding:0px;margin:0px;border:0;font-size:12px;}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:100;}
select{padding:0px;margin:0px;overflow:scroll;}
td,tr,td{font-size:12px;}
ul,ol li{list-style:none;}
input{padding:0px;margin:0px;}
.clear{clear:both;font-size:0px;height:0px;overflow:hidden;}
a:link, a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:focus{outline:none;}
a{text-decoration:none;blr:expression(this.onFocus=this.blur());}
a{outline:none;}
body{font-family:Microsoft YaHei,"宋体";background-color:#f1f1f1;}

.cpjg{ float:left; width:50px; height:50px;}

/* shortcut */
.shortcut{width:1000px;height:300px;position:relative;z-index:101;overflow:hidden;}
.shortcut a{display:block;width:300px;height:300px;position:relative;overflow:hidden;float:left;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;top:0px;}
.shortcut a img{position:absolute;left:0px;top:0px;}
.shortcut a span{position:absolute;line-height:20px;font-family:arial;color:#999;left:15px; top:145px;transition:all 1s;-webkit-transition:all 1s;}
.shortcut a .imgH{left:-300px;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;}
.shortcut a:hover{text-decoration:none;}
.shortcut a:hover .imgH{display:block;left:0px;}
.shortcut a:hover span{ color:#FFF;}
.shortcut a span h1{ color:#333333; text-align:left; height:15px;}
.shortcut a:hover span h1{ color:#FFF;}
@keyframes img4{0%{bottom:32px;} 100%{bottom:25px;}}
@-webkit-keyframes img4{0%{bottom:32px;} 100%{bottom:25px;}}
/*
本代码由js代码网收集并编辑整理;
尊重他人劳动成果;
转载请保留js代码网链接 - http://www.jsdaima.com
*/