@charset "UTF-8";
/* Css Public */
*, *:after, *:before{ box-sizing:border-box; -webkit-box-sizing:border-box;}
html{ font-family:"Microsoft YaHei"; font-size:14px; color:#555; line-height:24px;}
html{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
body{ width:expression(document.body.clientWidth <= 320? "320px": "auto"); min-width:320px; background-color:#fff;}
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,icon{ margin:0px; padding:0px;}
html,body{ height:100%;}
img{ vertical-align:bottom; border:none;}
ul,li{ list-style-type:none;}
a{ color:#555; text-decoration:none; transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out;}
a:hover{ color:#009944; 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:"KABELD";
  src:url("../Fonts/KABELD.woff2") format("woff2"),
      url("../Fonts/KABELD.woff") format("woff"),
      url("../Fonts/KABELD.ttf") format("truetype"),
      url("../Fonts/KABELD.eot") format("embedded-opentype"),
      url("../Fonts/KABELD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@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");
  font-weight: normal;
  font-style: normal;
}

/* Css Top */
.top-backg{ display:none; position:fixed; top:0; left:0; z-index:1000; width:100%; height:50px; line-height:50px; background-color:#009944; text-align:center; font-size:20px; font-weight:bold; color:#fff; letter-spacing:1px;}
.top-nav{ display:block; position:absolute; left:3.5%; top:0; width:22px; height:50px;}
.top-nav span{ display:block; position:absolute; left:0; top:50%; width:22px; height:2px; margin-top:-1px; background-color:#fff;}
.top-nav span::before,.top-nav span::after{ content:''; position:absolute; width:100%; height:100%; left:0; background-color:inherit;}
.top-nav span::before{ bottom:6px;}
.top-nav span::after{ top:6px;}
.top-eng{ display:block; position:absolute; right:3.5%; top:15px; width:24px; height:20px; background:url(../Images/en.png) no-repeat center; background-size:24px 20px;}
@media screen and (max-width:800px){ 
.top-backg{ display:block;}
}

/* Css Left */
.left-backg{ position:fixed; top:0; left:0; width:200px; height:100%; background:#fff; overflow:hidden; z-index:100; box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.08); -webkit-box-shadow:0 0 5px 5px rgba(0, 0, 0, 0.08);}
.left-logo{ width:76px; height:120px; background:url(../Images/logo.png) no-repeat center; margin:25px auto 0;}
.left-logo a{ display:block; width:100%; height:100%;}
.left-menu{ width:100%; margin-top:35px;}
.left-menu a{ display:block; width:112px; height:36px; line-height:36px; text-align:center; font-size:16px; color:#333; margin:0 auto 10px; border-radius:18px; -webkit-border-radius:18px;}
.left-menu a:hover{ background-color:#009944; color:#fff;}
.left-icon{ position:absolute; left:0; bottom:25px; width:100%; text-align:center;}
.left-icon span{ display:block;}
.left-icon span a{ font-family:Arial; color:#888;}
.left-icon span a:hover{ color:#009944;}
.left-icon dl{ margin-top:13px; margin-left:53px;}
.left-icon dl a{ display:block; float:left; width:28px; height:28px; background-color:#bdd42c; background-repeat:no-repeat; background-position:center; background-size:18px 14px; margin-right:5px; border-radius:50%; -webkit-border-radius:50%;}
.left-icon dl a:hover{ background-color:#009944;}
@media screen and (max-width:1440px){ 
.left-menu{ margin-top:25px;}
.left-menu a{ height:32px; line-height:32px; font-size:15px; border-radius:16px; -webkit-border-radius:16px;}
}
@media screen and (max-width:1024px){ 
.left-backg{ width:120px;}
.left-logo{ display:none;}
.left-menu a{ width:100%; height:40px; line-height:40px; margin:0 auto; border-radius:0; -webkit-border-radius:0;}
.left-icon dl{ margin-left:13px;}
}
@media screen and (max-width:800px){ 
.left-backg{ display:none;}
}

/* Css Contents */
.main-content{ padding-left:200px;}
@media screen and (max-width:1024px){ 
.main-content{ padding-left:120px;}
}
@media screen and (max-width:800px){ 
.main-content{ padding-top:50px; padding-left:0;}
}

/* Css Bottom */
.bottom-backg{ width:100%; height:48px; line-height:48px; background-color:#009944; padding:0 20px; font-size:12px; color:#fff; clear:both;}
.bottom-backg font{ font-family:Arial;}
.bottom-backg span{ float:right; font-family:Arial;}
.bottom-backg u{ text-decoration:none;}
.bottom-backg dl{ display:none; float:right; width:102px;}
.bottom-backg dl a{ display:block; float:left; width:28px; height:28px; border:1px solid #fff; background-repeat:no-repeat; background-position:center; background-size:18px 14px; margin:10px 3px 0; border-radius:50%; -webkit-border-radius:50%;}
.bottom-backg dl a:hover{ border:1px solid #bdd42c; background-color:#bdd42c;}
@media screen and (max-width:1024px){ 
.bottom-backg{ text-align:center; padding:0;}
.bottom-backg span{ display:none;}
}
@media screen and (max-width:800px){ 
.bottom-backg{ height:auto; line-height:24px; padding:15px 0;}
.bottom-backg dl{ display:block; float:inherit; margin:auto;}
}
@media screen and (max-width:640px){ 
.bottom-backg u{ display:none;}
}