/* this is used to style the turotial page. */
*{margin: 0px; padding: 0px; text-decoration : none; list-style : none;}
#wrap{width:100%; margin:0 auto;min-width:1200px}
#header_wrap{width:100%;}



#header_top ul{width:1200px; text-align:right; list-style-type:none; margin:0; padding:0;}
#header_top ul li {display:inline; font-size:11px; color:#ffffff; font-weight: 900;}
.header_top_text a{font-size:11px; color:#333; font-weight: 900;}

#header_logo{width:1200px;margin-bottom:20px;}
#header_logo ul {list-style-type:none; margin:0; padding:0;}
#header_logo li {margin:0px auto;width:262px;}

@charset "UTF-8";

#nav ul,
#nav li,
#nav span,
#nav a {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
#nav_wrap{clear: both;  width:100%; border-bottom:1px solid #e7e7e7; border-top:1px solid #e7e7e7; margin: 0px; padding: 0px;}
#nav {
  width:1100px; 
  margin:0 auto;
  font-weight: 600;
  height: 50px;
}
#nav:after,
#nav ul:after {
  content: '';
  display: block;
  clear: both;
}


#nav a {
  color:#FFFFFF;
  display: inline-block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 17px;
  line-height: 50px;
  width:157px;
  text-decoration: none;
}
#nav ul {
  list-style: none;

}
#nav > ul {
  float: left;
}
#nav > ul > li {
  float: left;
}
#nav > ul > li:first-child a {}
#nav > ul > li.active a,
#nav > ul > li:hover > a {
  color:#353535;
}
#nav .has-sub {
  z-index: 1;
}
#nav .has-sub:hover > ul {
  display: block;
}
#nav .has-sub ul {
  display: none;
  position: absolute;
  width: 137px;
  top: 100%;
  left: 0;
}
#nav .has-sub ul li a {
  background:#FFFFFF;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color:#333333;
  display: block;
  line-height: 160%;
  padding: 15px 0px;
  font-size: 12px;
  text-align:center;
}
#nav .has-sub:hover{
  background-color:#edfff0 !important;

}


#nav .has-sub ul li:hover a {
  background:#69c3a0;
  color:#FFFFFF;
}
#nav .has-sub .has-sub:hover > ul {
  display: block;
}
#nav .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#nav .has-sub .has-sub ul li a {
  background:#606f7f;
}
#nav .has-sub .has-sub ul li a:hover {
  background:#4a5662;
}


