html{ font-family:Microsoft YaHei; font-size:.875rem; color:#333; line-height:1.5rem; background-color:#222;}
body,div,ul,li,dl,dt,dd,ol,form,a,span,p,h1,h2,h3,h4,h5,h6,label,table,tbody,tr,th,td,object,iframe{ margin:0px; padding:0px;}
img{ vertical-align:bottom; border:none;}
ul,li{ list-style-type:none;}
a{ color:#333; text-decoration:none;}
a:hover{ color:#d20313; text-decoration:none;}
a{ outline: none;}
a:active{ star:expression(this.onFocus=this.blur());}
:focus{ outline:0;}
.clear{ width:0px; height:0px; padding:0px; margin:0px; clear:both;}
@font-face {
 font-family: "vi-logo-font-Gotham-Book";
 src: url("../Fonts/vi-logo-font-Gotham-Book.otf");
 src: url("../Fonts/Gotham-Book.eot") format("embedded-opentype"),
 url("../Fonts/Gotham-Book.woff") format("woff"),
 url("../Fonts/Gotham-Book.ttf") format("truetype"),
 url("../Fonts/Gotham-Book.svg") format("svg");
}
.eng{ font-family:"vi-logo-font-Gotham-Book";}

.nav{ width:100%; height:100px; line-height:100px; font-size:2rem; color:#fff; background-color:#000; padding:0 35px; box-sizing:border-box; -webkit-box-sizing:border-box;}
.nav a{ float:right; color:#fff;}

.gallery{ margin:45px 5% 0;}
.gallery li{ display:block; float:left; width:17%; margin:0 1.5% 25px;}
.gallery li a{ display:block; width:100%; overflow:hidden; position:relative;}
.gallery li a img{ display:block; width:100%; overflow:hidden; transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;}
.gallery li a:hover img{ -transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
.gallery li a .ab-aj{ position:absolute; left:0; top:0; z-index:2; width:100%; height:100%; background-color:#000; opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;}
.gallery li a:hover .ab-aj{ opacity:0.45;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.45);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0.45)";}
.gallery li a .ab-as{ position:absolute; left:50%; top:50%; z-index:3; width:60px; height:28px; margin-left:-30px; margin-top:-15px; border-top:1px solid #fff; border-bottom:1px solid #fff; opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;}
.gallery li a:hover .ab-as{ opacity:1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=1)"; -transform:scale(.1,1); -webkit-transform:scale(.1,1);}
.gallery li a .ab-um{ position:absolute; left:50%; top:50%; z-index:3; width:60px; height:28px; line-height:28px; font-family:"vi-logo-font-Gotham-Book"; color:#fff; margin-left:-30px; margin-top:-15px; text-align:center; opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out;}
.gallery li a:hover .ab-um{ opacity:1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=1)";}

.bottom{ width:100%; height:100px; line-height:100px; color:#666; background-color:#000; padding:0 35px; margin-top:20px; box-sizing:border-box; -webkit-box-sizing:border-box;}
.bottom dl{ float:right;}

@media screen and (max-width:1440px) { 
.gallery li{ width:22%;}
}
@media screen and (max-width:1024px) { 
.gallery li{ width:30.333333%;}
}
@media screen and (max-width:800px) { 
.nav{ height:60px; line-height:60px; font-size:1.25rem; padding:0 15px;}
.gallery li{ width:47%;}
.bottom{ height:60px; line-height:60px;}
}