@charset "utf-8";
/* CSS Document */
body {
	background-color: #fcfcfc;
}
.menu{
	margin: 0;
	padding: 0;
	/* background-color:#3388CB; */
	background-color:#2c8dd3;
}
.navbar {
	margin-bottom: 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,.3);
	border: none;
	/* border-bottom:3px solid #CEC891; */
	border-bottom:3px solid #e3f9ff;
	z-index: 9999;
	background-image: url("../images/menuBG.png");
	background-position-x: center;
	background-position-y: bottom;
}
.navbar-brand {
    float: left;
    height: 100px;
	padding: 0px 15px;
	position: relative;
	transition: all 0.2s;
}
.navbar-brand>img{
	/* height:inherit; */
	width:100%;
	transition: all 0.3s;
}
.tiny{
	min-height: 60px!important;
}
.tiny .navbar-brand::after{
	display:none;
}
.tiny .navbar-brand>img{
	height:100%!important;
	width:auto;
}
.tiny .navbar-brand{
	height:60px!important;
}
.tiny .navbar-right{
	margin-top:5px!important;
}
.tiny .dropdown-menu{
	top:55px!important;
}
.tiny .navbar-right>li{
    height:55px!important;
}
/*.navbar-brand::after{
	content: "(广东省科技干部学院)";
    font-size: 20px;
    display: block;
    position: absolute;
    left: 490px;
    width: 200px;
    top: 45px;
    color: white;
}*/
.logobox {
	margin-top:70px;
	margin-bottom: 70px;
}

.mask1{
	background-image:url("../images/bg.jpg");
	/* background-repeat: no-repeat; */
	background-attachment: fixed;
	background-position: center bottom;
	padding:0;
}

.footer {
	min-height: 200px;
	background-color: rgba(0,0,0,.5);
	position: relative;
	overflow: hidden;
	color: white;
	line-height: 25px;
	padding:50px 0px 30px 0px;
}
.footer:before {
	content: "";
	display: block;
	position: absolute;
	top: -50px;
	width: 100%;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 20px 20px rgba(0,0,0,.5);
}

@media (min-width:768px) {
.navbar {
	min-height: 100px;
}
.navbar-nav>li{
	height:70px;
}
.navbar-nav>li.dropdown:hover>ul.dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav {
	margin-top: 30px;
	position: relative;
	transition: all 0.2s;
}
.navbar-default .navbar-nav>.underline {
	width:70px;
	height:0px;
	border-bottom: 1px solid transparent;
	position: absolute;
	top:40px;
	transition: all 0.2s;
}
.navbar-default .navbar-nav:hover>.underline {
	border-bottom-color:white;
}
.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
	color:white;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	color:white;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: white;
}
.dropdown-menu {
	background-color: rgba(44, 141, 211, 0.9);
	min-width: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 0px 0px 10px 10px;
	border-top:3px solid #2c8dd3;
	top: 70px;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}
.navbar-right>.dropdown:last-child>.dropdown-menu{
    right: 0;
    left: auto;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: -20px;
}
.dropdown-menu>li {
	padding: 0px 20px;
}
.dropdown-menu>li>a {
	font-size: 16px;
	padding: 8px 0px;
	text-align: center;
	color:white;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
}
.dropdown-menu>li>a:hover {
	color:white;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}
}

@media (min-width:768px) and (max-width:1366px) {
body {
	min-width: 1346px!important;
}
.container {
	width: 1170px!important;
}
.container-fluid {
	min-width: 1346px!important;
}
}
@media (max-width:1660px) and (min-width:1500px){
	.navbar-brand::after{
		display: none;
	}
}
@media(max-width:1599px){
	.navbar-header{
		width:350px;
	}
	.navbar-brand{
		padding-top: 5px;
	}
	.navbar-brand::after{
		font-size: 14px;
		left: 350px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding: 8px;
		border-radius: 10px 10px 0px 0px;
	}
	.tiny .navbar-brand{
		padding-top:0px;
	}
	.tiny .navbar-right{
		margin-top:10px!important;
	}
	.tiny .dropdown-menu{
		top:50px!important;
	}
	.tiny .navbar-right>li{
		height:50px!important;
	}
}

@media screen and (max-width:767px) {
.menu{
	position: relative;
	z-index: 9999;
}
.navbar{
	background-image: none;
	background-color:#2a8cd3;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: unset;
}
.navbar-header{
	width:auto;
}
.navbar-header .navbar-brand{
	height:auto;
	width:265px;
	float:left;
	padding-top: 0px;
}
.navbar-brand::after{
    display: none;
}
.navbar-brand>img {
	width: 100%;
	position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-brand>img{
	height:inherit;
	/* transition: all 0.3s; */
}
.navbar-nav>li{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #3786c8;
}
.navbar-nav>li>a{
	color:white!important;
}
.navbar-nav>li.open>a.dropdown-toggle{
background-color: #2a8cd3!important;
color:white!important;
}
.dropdown-menu{
	background-color:#f2f2f2!important;
}
.dropdown-menu>li{
   text-align: center;
   display: inline-block;
   width:49%;
}
.logobox {
	margin-top:50px;
	margin-bottom: 50px;
}
.footer p {
	padding: 30px 10px 0px 10px;
	font-size: 12px;
}
.footer .col-xs-6 {
	padding-top: 30px;
}
.tiny{
	min-height: unset!important;
}
.tiny .navbar-brand>img{
    height:unset!important;
}
.tiny .navbar-brand{
	height:unset!important;
}
.tiny .navbar-right{
	margin-top:unset!important;
}
.tiny .dropdown-menu{
	top:unset!important;
}
.tiny .navbar-right>li{
    height:unset!important;
}

}
.dropdown-menu .dropdown-menu{    left: 145px;
    z-index: 99;}