

.menu .active {
    background-color: #000;
}
#secNav h1 {
	display: none;
}
@media screen and (max-width: 800px) {
    .banner .menu ul li {
		
		float: none;
	}
.menu {
    position: static;
    height: auto;
    width: 100%;
    padding:0;
    line-height: auto;
}
.menu ul li {
    width: 100%;
    text-align: left;
}
.menu ul li:nth-child(1){
    background-color: transparent;
}
#secNav {
    margin: 20px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

#secNav h1 {
    display: block;
    height: 40px;

   
    background-size: 20px 20px ;
    background-position: 8px center;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #000;
    line-height: 40px;
    overflow: hidden;
    text-indent: 40px;
    cursor: pointer;
}
#secNav .close1 {
    background-image: url('../images/public/minus.png');
}
#secNav .close {
    background-image: url('../images/public/plus.png');
}


#secNav ul {
    background: #ebebeb;
    /*display: none;*/
}

#secNav ul li {
    height: 40px;
    border-top: 1px solid #fff;
    overflow: hidden;
}

#secNav ul li a {
    display: block;
    padding: 0 5%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

#secNav ul li a.hover,
#secNav ul li a:active {
    background-color: #ff6601;
    color: #fff;
}
#secNav ul .active {
    background-color: #ff6601;
  
}
#secNav ul .active a {
    color: #fff;
}
.main {
    padding-top: 0;
}
.main .title h4 {
    padding: 10px 0;
    text-align: left;
}
}
