@charset "utf-8";
/* CSS Document */

#topb {
position: fixed;
width: 100%;
top: 0px;
left:0px;
padding:10px;
background-color:#007DC5;
color:#fff;
text-align:left;
z-index:999999;
font-size:14px;
}

#topBar{
position: fixed;
width: 100%;
top: 100px;
z-index: 19;
font-size: 18px;
background: url(../images/navShadow.png) left top repeat-x;
background-size: auto 100%;
min-width: 768px;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#topBar .logo{
max-width: 130px;
display: block;
position: absolute;
left: 0;
top: 25px;

-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#topBar .navbarWrap{
float: right;
padding: 25px 0;
}




#topBar .navbarWrap a{
display: inline-block;
padding: 0 10px;
line-height: 46px;
color: #fff;
}

#topBar .navbarWrap a .icon{
line-height: inherit;
font-size: 20px;
}

#topBar .navbarWrap a:hover{
color: #007DC5;
}

#topBar .navbarWrap .current a{
font-weight: 600;
color: #007DC5!important;
}

#topBar .navbarWrap .btnSmall{
padding: 0 10px!important;
height: 36px;
line-height: 36px;
color: #fff!important;
margin: 5px 0 5px 10px;
}

#topBar .navbar ul{
margin: 0;
padding: 0;
list-style: none;
}

#topBar .navbar ul:before,
#topBar .navbar ul:after {
content: " ";
display: table;
clear:both;
}
#topBar .navbar > ul > li{
float: left;
position: relative;
}

#topBar .navbar ul ul{
position: absolute;
background: #fff;
width: 160px;
padding: 10px 0px;
right: -10px;
display: none;
border-radius: 8px;
/* z-index: 2; */

box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#topBar .navbar ul ul:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 3px;
    transition: all .3s;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
	box-shadow: 0 0px 2px rgba(0,0,0,0.3);
}
#topBar .navbar ul ul:after {
    position: absolute;
	width: 80%;
	height: 12px;
	top: 0px;
	right: 10%;
	background: #fff;
}

#topBar .navbar > ul > li:hover ul{
display: block;
}
#topBar .navbar ul ul a{
padding: 0 20px;
display: block;
line-height: 32px;
color: #3c3c3c;
font-size: 14px;
border-bottom: 1px #ccc solid;
}
#topBar .navbar ul ul a:last-child{
border: none;
}



#topBar.fixed{
background: #fff;
box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

#topBar.fixed .logo{
top: 0px;
overflow: hidden;
height: 95px;
}

#topBar.fixed .navbarWrap a{
color: #3c3c3c;
}


#topBar .icon-menu{
display: block;
color: #fff;
}

#topBar.fixed .icon-menu{
color: #3c3c3c;
}

#topBar.fixed .navbarWrap a:hover{
color: #007DC5;
}

#topBar .icon-close{
display: none;
}

#topBar .menuExpand .icon-menu{
display: none;
}

#topBar .menuExpand .icon-close{
display: block;
}
#topBar .btnMenu{
position: fixed;
font-size: 32px;
top: 10px;
right: 10px;
text-align: center;
line-height: 40px;

}



@media (max-width: 1440px) {
	#topBar{
	font-size: 16px;
	}

}

@media (max-width: 1024px) {

#topBar .navbarWrap {
    padding: 12px 0;
}

#topBar .navbarWrap a {
    line-height: 36px;
}


#topBar.fixed .logo {
    height: 90px;
}

}

@media (max-width: 768px) {
	#topBar{
	font-size: 16px;
	}

}


@media (max-width: 640px) {


#topBar{
font-size: 18px;
min-width: 300;
min-height: 50px;
}

#topBar .logo {
max-width: 60px;
left: 0;
top: 10px;
}

#topBar .navbar{
display: none;
background: rgba(255,255,255,0.96);
float: none;

position: fixed;
top: 0px;
left: 0;
width: 100%;
height: 100%;
margin: 0!important;

padding-top: 60px;
}
#topBar .navbar > ul > li{
	float: none;
}
#topBar .navbar a {
display: block;
margin-top: 0px;
line-height: 30px;
height: 30px;
font-size: 16px;
padding: 10px 20px!important;
color: inherit!important;
}

#topBar .navbarWrap .btnSmall{
margin: 5px 20px;
}



#topBar .navbar ul ul{
position: static;
background: transparent;
width: auto;
padding: 0px;
right: -10px;
display: block;
border-radius: 0px;
box-shadow: none;
}



#topBar .navbar ul ul:before,
#topBar .navbar ul ul:after {
display: none;
}


}