@CHARSET "UTF-8";

/* owner css begin */


/* Header
-------------------------------------------------- */
.my-header {
    background: #fff;
    border-top: 3px solid #6ABA2F;
    border-bottom: 0px solid #e0e0e0;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
/* Header logo */
.my-header h1.owner-logo {
    font-size: 1em;
    margin: .6em 0.375em;
    text-align: left;
}
/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 10px 0;
  margin-top: 30px;
  /*border: 0px solid #e5e5e5;*/
  font-weight: normal;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 4px;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0; 
  
}

/* 纠正section背景为白色
----------------------------------------- */
.my-section {
    background:#FFF;
}


/* 纠正nav与底部高度
----------------------------------------- */

@media (max-width: 979px) {
  .navbar {
    margin: 0px -20px 0px -20px;
  }
}

/* 纠正nav与底部高度
----------------------------------------- */
.my-content {
    background:#FFF;

}

.L_mu_nav h1 {
    line-height:25px;
}

.content li {
line-height: 27px;
}

.ft-links a:hover,
.ft-links a:focus,
.ft-top a:hover,
.ft-top a:focus {
    color: #FFF;
    text-decoration: none;    
}

.L_mu_nav a{
    display:block;
}

.L_mu_nav a:hover,
.L_mu_nav a:focus {
color: #444;
text-decoration: none;
display:block;
}

a

hr {
	clear: both;
}
/* owner css End */