* {
	font-family: '宋体' !important;
}
#stuck_container {
	position: relative;
	top: 0px;
}

#top-title {
	width: 100%;
	height: 30px;
	background-color: black;
	font-family: "宋体";
}

#top-title ul {
	width: 60%;
	margin: 0 auto;
	list-style: none;
	color: white;
	font-size: 13px;
	line-height: 30px;
}

#firstmenu {
	float: left;
	height: 100%
}

#firstmenu span {
	display: inline-block;
	float: right;
	height: 24px;
	overflow: hidden;
	margin-left: 10px;
}

#firstmenu img {
	height: 96%;
	width: 100%;
}

.userlogin {
	float: right;
	height: 100%
}

.userlogin span {
	display: inline-block;
	float: left;
	height: 24px;
	overflow: hidden;
	width: 14px;
	margin-right: 10px;
}

.userlogin img {
	height: 96%;
	width: 100%;
}

.userlogin a {
	color: white
}

#secondmenu {
	width: 100%;
	height: 120px;
	background-color: rgb(0, 29, 69);
	font-family: '宋体';
	display: none;
}

#secondmenu>ul {
	width: 60%;
	margin: 0 auto;
	list-style: none;
	color: white;
	font-size: 13px;
	padding-right: 10px;
	height: 120px;
}

#secondmenu>ul>li {
	height: 100%;
	width: 33%;
	float: left;
}

#secondmenu>ul>li>ul {
	width: 100%;
	margin-top: 30px;
	height: 50%;
	list-style: none;
	padding: 0;
}

#secondmenu>ul>li>ul>li {
	float: left;
	width: 100%;
	line-height: 30px;
}

.pseudoStickyBlock {
	display: none !important;
}


/*轮播样式*/

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	float: left;
}

.slideBox .bd img {
	width: 100%;
	height: 100% display:block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	color: RGB(136, 136, 136);
	filter: alpha(opacity=50);
	opacity: 0.6;
	width: 30px;
	height: 30px;
	background: white;
	line-height: 30px;
	text-align: center;
}

.slideBox .next {
	left: auto;
	right: 2%;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


/*轮播样式结束*/
/*new-head*/
.header{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background: rgba(9, 11,26, 0.9);
  z-index: 99;
}
.top_bar{
  height: 49px;
  border-bottom: 1px solid rgba(97, 97, 97, 0.3);
}
.top_bar .logo{
  padding: 10px 15px 0 30px;
  display: block;
  float: left;
}
.top_bar .logo img{
  max-height: 31px;
}
.top_bar .menu{
  float: left;
  margin-top: 10px;
  border-left: 1px solid #777777;
  height: 29px;
}
.top_bar .menu li{
  float: left;
  padding: 0 20px;

}
.top_bar .menu li a{
  font-size: 14px;
  color: #777777;
  line-height: 29px;
  cursor: pointer;
}
.top_bar .menu li.index a,.top_bar .menu li a:hover{
  color: #aace37;
}
.top_bar button{
  float: left;
  height: 49px;
  line-height: 49px;
  padding: 0 15px;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.top_bar button.register{
  background:#0081cc;
}
.main_div{
  width: 1200px;
  margin: auto;
}
.top_menu{
  height: 50px;
  padding-left: 20px;
}
.top_menu li{
  margin-right: 20px;
  height: 47px;
  float: left;
  padding: 0 0px;
}
.top_menu li a{
  font-size: 14px;
  color: #ffffff;
  line-height: 47px;
  cursor: pointer;
}
.top_menu li.index{
  border-bottom: 3px solid #0081cc;
}
.user_box{
  width: 165px;
  padding: 0 10px;
  height: 49px;
  float: right;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.user_box .user_msg{
  padding:9px 0 0;
  height: 30px;
  background: url(../images/icon_arrow.png) right center no-repeat;
}
.user_box:hover{
  background: rgba(0, 0, 0, 0.8);
}
.user_box:hover .hover_menu{ display: block;}
.user_box .user_msg img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.user_box .user_msg span{
  line-height: 30px;
  float: left;
  color: #ffffff;
  font-size: 14px;
}
.user_box .hover_menu{
  position: absolute;
  z-index: 100;
  top: 49px;
  left: 0;
  width: 185px;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.user_box .hover_menu a{
  display: block;
  padding-left: 20px;
}
.user_box .hover_menu a:hover{
  background-color: #0081cc;
}
.user_box .hover_menu span{
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #ffffff;
  padding-left: 30px;
}
.home{
  background: url(../images/icon_home.png) left center no-repeat;
}
.psw{
  background: url(../images/icon_psw.png) left center no-repeat;
}
.quit{
  background: url(../images/icon_quit.png) left center no-repeat;
}
.fr{ float:right;}
.top_menu .sf-menu ul{ top:50px; background:rgba(9, 11,26, 0.9); left:50%; margin-left:-85px;}
.top_menu .sf-menu > li:hover ul  a:hover { color:#0081cc;}
.top_menu .sf-menu a:hover{ color:#ffffff;}
.top_menu li em{width:0%; height:2px; background:#0081cc; display:block;transition: .9s;}
.top_menu li:hover em{ width:100%;}
.top_menu li.active em{ width:100%;}
@media screen and (min-width:980px) {
	#secondmenu a {
		color: white;
	}
	#secondmenu a:hover {
		text-decoration: underline;
		color: white;
	}
	#sec-title {
		display: none;
	}
	.slideBox {
		margin-top: -3px;
	}
}

@media screen and (max-width:979px) {
	#top-title {
		display: none;
	}
	#sec-title {
		display: block;
		width: 100%;
		height: 153px;
	}
	#sec-title .sec-menu {
		width: 100%;
		float: left;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
		font-family: '黑体';
		border-bottom: 1px solid rgb(211, 211, 211);
	}
	#sec-title a:hover {
		color: black;
	}
	#sec-title .sec-menu span {
		display: block;
		float: right;
		width: 40px;
		height: 40px;
		margin-right: 10%;
	}
}

@media screen and (max-width:979px) and (min-width: 768px) {
	#secondmenu {
		display: none;
	}
	.slideBox {
		margin-top: 39px;
	}
	header {
		background: black;
	}
}

@media screen and (max-width:767px) and (min-width: 748px) {
	#secondmenu {
		display: none;
	}
	.slideBox {
		margin-top: 143px;
	}
	header {
		background: black;
	}
}

@media screen and (max-width:747px) {
	#secondmenu {
		display: none;
	}
	.slideBox {
		margin-top: 164px;
	}
	header {
		background: black;
	}
}