@charset "utf-8";
/*顶部*/
.head{
    width: 100%;
    height: auto;
    z-index: 3;
}
.top{
	width: 100%;
	height: auto;
	position: relative;
	background: #36485C;
}
.top .top_container{
	width: 1200px;
	height: auto;
	display: table;
	content:"";
	min-height: 120px;
	line-height: 120px;
	margin: 0 auto;
}
.top .top_container .top_left{
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	line-height: 120px;
}
.top .top_container .top_left a{
  display: inline-block;
  margin-right: 22px;
  vertical-align: middle;
  max-height: 90px;
}
.top .top_container .top_left img{
	/*width: 90px;*/
	max-height: 90px;
}
.top .top_container .top_left p{
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
	max-width: 1060px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
.top .top_container .top_left span{
	display: inline;
	font-size: 30px;
	line-height: 40px;
}
.top .top_container .top_left span.school{
	font-weight: 700;
	color: #fff;
	font-family: "楷体";
}
.top .top_container .top_left span.title{
	border-left: 2px solid #fff;
	padding-left: 18px;
	margin-left: 18px;
	color: #fff;
	font-family: "楷体";
}
.top .top_container .top_right{
	float: right;
	height: 43px;
	line-height: 43px;
	margin: 37px 0;
	display: inline-block;
	vertical-align: middle;
}
.top .top_container .top_right.exwidth{
	margin-top:-20px;
	margin-bottom:25px;
}
.top .top_container .top_right .list{
  float: left;
  height: auto;
  line-height: 43px;
  padding: 0px 18px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.top .top_container .top_right .list ul{
  width: 103px;
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  top:43px;
  left: 0px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
}
.top .top_container .top_right .list ul li{
  text-align: center;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}
.top .top_container .top_right .list ul li:hover{
  background: #3498DB;
  color: #fff;
}
.top .top_container .top_right .list span{
  display: block;
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
}
.top .top_container .top_right .list span.arrow{
  display: block;
  width: 14px;
  height: 7px;
  background: url("../images/arrow.png") no-repeat 0px -8px;
  margin-top: 18px;
  margin-left: 5px;
}
.top .top_container .top_right .list:hover span.arrow{
  background: url("../images/arrow.png") no-repeat 0px 0px;
}
.top .top_container .top_right form{
  float: left;
  height: 43px;
  line-height: 43px;
}
.top .top_container .top_right form input.txt{
	float: left;
	width: 233px;
	border-left: 1px solid #E5E5E5;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	padding-left: 10px;
}
.top .top_container .top_right form input.sub{
	display: block;
	float: left;
	width: 48px;
	height: 43px;
	background: #3498DB url("../images/search.png") no-repeat center 7px;
	cursor:pointer;
}
.top .top_container .top_right form input.sub:hover{
	background: #1d86cc url("../images/search.png") no-repeat center 7px;
}
/*顶部结束*/

/*导航*/
.head .container {
    margin: 0 auto;
    width: 100%;
    background: #F8F8F8;
    height:auto;
    overflow: hidden;
    z-index: 3;
    border-bottom: 1px solid #ccc;
    background: #F8F8F8;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.head .container .container_box{
    margin: 0 auto;
    width: 100%;
    background: #F8F8F8;
    height:auto;
    overflow: hidden;
    z-index: 3;
    border-bottom: 1px solid #ccc;
    position: relative;
    background: #F8F8F8;
}
.menu{
    height:auto;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background: #F8F8F8;
}
.menu li {
    background:#F8F8F8;
    height:50px;
    line-height: 50px;  
    position: relative; 
    margin: 0 15px;
    display: block;
}
.menu span{
    height: 50px;
    line-height: 50px;
    display: block;
    float: left;
    width: 5px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    color: #e1e1e1; 
}
.menu > li {
    display: block;
    float: left;
    text-align: center;
}
.menu li a {
    color: #34495E;
    font-size: 18px;
    text-align: center;
    vertical-align: middle; 
}
.menu li:hover {
    background-color: #F8F8F8;
    height: 50px;
}
.menu li.current{
    background-color: #F8F8F8;
}
.menu li.current a{
    color: #E47F27;
}
.menu>li:hover > a {
    color: #E47F27;
}
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 450px;
    background: #F8F8F8;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 59px;
    z-index: 9;
    display: none;
}
.submenu li {
    opacity: 1;
    border: none;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0 5px;
}
.submenu li a{
	vertical-align: middle;
}
.menu .submenu li:hover{
    border:none;
    background: #EFF3F5;
    height: 50px;
}
.menu .submenu li:hover a {
    color: #69ACE0;
}
/*导航结束*/

/*版本提示*/
.version{
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #FEEC98;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.version p{
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #000;
}
.version p span{
  line-height: 30px;
  color: #000;
  float: left;
  margin-left: 30px;
}
.version p a{
  line-height: 30px;
  color: #000;
  float: left;
  margin-left: 15px;
}
.version p a:hover{
  color: #2117DB;
}
/*版本提示结束*/

/*公告栏*/
.news{
  width: 100%;
  height: 40px;
  margin: 0 auto;
  overflow: hidden; 
  position: fixed;
  top: -50px;
  left: 0;
  z-index: 200;
  background: #FFF9CD;
  border: 1px solid #FFF9CD;
  padding-left: 0;
}
.news .gg{
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.news ul{
  width: 100%;
  height: 100%;
}
.news ul li{
  float: left;
  width: 100%;
  height: 40px;
  list-style: none;
  line-height: 40px;
  text-align: center;
  color: #cc2929;
  font-size: 16px;
}
.icon-remove{
	display: inline-block;
	width: 12px;
	height: 12px;
    position:absolute;
    top:15px;
    right:10px;
    line-height: 40px;
    cursor:pointer; 
    background: url('../images/gg_close.png') no-repeat center center;
}
/*公告栏结束*/


/*学校注册按钮*/
.register-box{
	position: fixed;
	right: 10px;
	bottom: 100px;
	height: auto;
	line-height: 40px;
	border-radius: 4px;
	z-index: 999;
	background: #3598D9;
	font-size: 18px;
	cursor: pointer;
	overflow: hidden;
}
.register-box a{
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
}
.register-box a:hover,.register-box a:focus{
	color: #fff;
	text-decoration: none;
	background: #2C8BCA;
}
/*学校注册按钮结束*/