@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a{
  text-decoration:none;
  color: #676767;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-size: 12px;
  line-height: 20px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom:1;
}
.banner{
  height:734px;
  width:100%;
  background:url(../images/banner.jpg) center center no-repeat;
}
.container{
  width:980px;
  margin-left:auto;
  margin-right: auto;
}
.banner-box{
  height:734px;
  position:relative;
}
.sub-nav{
  padding-top:35px;
  float:left;
}
.sub-nav li{
  float:left;
  color:#757575;
}
.sub-nav li a{
  color:#C69C6D;
  padding:0 24px 7px;
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
}
.sub-nav .active a{
  border-bottom:2px solid #16FFFF;
}
.sub-nav-fr{
  float: right;
  padding-top: 44px;
}
.sub-nav-fr a{
  display: inline-block;
  height: 50px;
  width: 135px;
  margin-left: 48px;
}
