@charset "utf-8";
/* CSS Document */


#topBar{
position: fixed;
width: 100%;
top: 0;
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;
}

#topb {
	background-color:#184e78;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:16px;
}

#topb strong {
	font-size:22px;
}

.top {
	top:0px !important;
}


#topb2 {
	width:1280px;
	margin-left:auto;
	margin-right:auto;
}

#topb2  p{
	margin-bottom:10px;
}

#topb2  a{
	text-decoration:underline;
}

#c {
	margin-top:0px;
	position:relative;
	
}


#agree_error {
	display:none;
}


#topBar {
	top:0px;
}

#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) {

#topb {
	background-color:#184e78;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:14px;
}

#topb strong {
	font-size:18px;
}


#topBar {
	top:0px;
}

#topb2 {
	width:80%;
}

.menuExpand {
	top:20px !important;
}

.btnMenu2 {
	top:20px !important;
}

.setop {
	top:20px !important;

}


#topBar{
font-size: 18px;
min-width: 300;
min-height: 50px;
}

#topBar .logo {
max-width: 60px;
left: 0;
top: 10px;
z-index:-1;
}

#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;
}


}



@media (min-width: 414px) and (max-width: 414px) {


#topBar {
	top:293px;
}

#topb2 {
	width:90%;
}

.menuExpand {
	top:0px !important;
}


.btnMenu2 {
	top:310px !important;
}

.setop {
	top:10px !important;

}

}

@media (min-width: 375px) and (max-width: 375px) {


#topBar {
	top:313px;
}

#topb2 {
	width:90%;
}

.menuExpand {
	top:0px !important;
}


.btnMenu2 {
	top:330px !important;
}

.setop {
	top:10px !important;

}

}

@media (min-width: 360px) and (max-width: 360px) {


#topBar {
	top:350px;
}

#topb2 {
	width:90%;
}

.menuExpand {
	top:0px !important;
}


.btnMenu2 {
	top:360px !important;
}

.setop {
	top:10px !important;

}

}


@media (min-width: 320px) and (max-width: 320px) {


#topBar {
	top:350px;
}

#topb2 {
	width:90%;
}

.menuExpand {
	top:0px !important;
}


.btnMenu2 {
	top:360px !important;
}

.setop {
	top:10px !important;

}

}