/*------样式目录
1.header样式
2.搜索框
3.nav-导航菜单
4.content-内容
-------*/
@media only screen and (min-width: 100px) and (max-width: 1200px){
	body{
		width: 1200px;}
}
/*header-样式*/
.header{
	width: 100%;
	height:110px;	
	background: url(../images/top-hd-bg.jpg) repeat left top;}
.header .contain{
	width: 1200px;
	height: auto;
	margin: 0 auto;}
.header .contain .logo{
	float: left;
	width: 560px;
	height: 99px;
	margin-top: 0px;}
.logo img{
	display: block;
	width: 100%;}
.header .contain .link_right{
position:relative;
	float: right;
	width: 320px;
	margin-top: 34px;}
/*poster*/
.poster{	
	width:100%;
	height:100%;
                 background: url(../images/top-hd-bg.jpg) repeat left top;}
/*搜索框*/
.link_right .search{
	position: relative;
	float: right;
        width:33px;
        height:32px;}
.link_right .search input{
	display: block;
	position: absolute;	
	top: 0;
	left: 0;
	width: 212px;
	height: 32px;
	font-size: 12px;
	color: #666666;
	padding: 0;
	border-radius: 0;
	padding-left: 5px;
	background-color: #e6e8f1;
	border-right: none;}
.link_right .search button[type="submit"]{
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background-image: url(../images/search.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	outline: none;}
/*搜索框*/
.link_right .saoma{
    position: absolute;
    left: -8px;
    top: 0;
    float: right;
    width: 32px;
    height: 32px;
    z-index: 9999;}
.link_right .saoma .code{
	width: 32px;
	height: 32px;}
.link_right .saoma .qr-code{
	display: none;
	position: absolute;
	right: 35px;
	top: -35px;
	width: 100px;
	height: 100px;
	z-index: 999;
	-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;}
.link_right .saoma .qr-code img{
	display: block;
	width: 100%;
        margin-left: 2px;
        margin-top: -2px;}
.link_right .saoma:hover .qr-code{
	display: block;}
/*nav-导航菜单*/
.nav{
	position: relative;
	width: 100%;
	background-color: #1b88eb;
	margin: 0;
	z-index: 999;}
.nav .contain{
	width: 1200px;
	margin: 0 auto;}
.nav .contain .first_menu{
	width: 100%;
	height: auto;}
.first_menu>li{
	position: relative;
	float: left;
	height:  auto;
	position: relative;
	-ms-transition: all 0.6s; /* ie 9 */
	-webkit-transition: all 0.6s;/* safari */
	transition: all 0.6s;}
.first_menu>li:first-child:before{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 1px;
	height: 18px;
	background-color: #fff;}
.first_menu>li:after{
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 1px;
	height: 18px;
	background-color: #fff;}
.first_menu>li>.menu{
	display: block;
	width: auto;
	height: auto;
	padding:11.5px 39px;
	font-size: 18px;
	color: #fff;
	text-align: center;}
.active_nav{
	background-color: #1b88eb !important;}
.first_menu>a:hover{
	text-decoration: none;}
.sebmenu{
	display:none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	z-index: 1000;
	-ms-transition: all 0.6s; /* ie 9 */
	-webkit-transition: all 0.6s;/* safari */
	transition: all 0.6s;}
.sebmenu>li{
	width: 100%;
	height: auto;
	position: relative;}
.sebmenu>li>a{
	display: block;
	width:100%;
	height: auto;
	padding:8px 0;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-color: #d4e3ef;
	filter:alpha(opacity= 80) \9;
	border-bottom: solid 1px rgba(255,255,255,.8);
	border-bottom: solid 1px rgb(255,255,255) \9;}
.sebmenu>li>a:hover{
	
	background-color: #1472bb;
	color: #fff;}
.sebmenu>li:hover .thirdmenu{
	display: block;}
.thirdmenu{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: auto;}
.thirdmenu li{
	width: 100%;}
.thirdmenu li a{
	display: block;
	width:100%;
	height: auto;
	padding:8px 0;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-color:#88bfe2;
	filter:alpha(opacity= 90) \9;
	border-bottom: solid 1px rgba(255,255,255,.9);
	border-bottom: solid 1px rgb(255,255,255) \9;}
.thirdmenu li a:hover{
	background-color:#ab7c7f;
	color: #fff;}
.active-menu-2{
	background-color: rgba(93,26,26,.9) !important;
	background-color: #1472bb \9 !important;
	color: #fff !important;}



.active-sec{
	background-color:#01164B;
	color: #fff !important;}
/*nav-导航菜单*/
/*content-内容*/
.contentbox{
	width: 100%;
	height: auto;
	min-height: 650px;		
	z-index: 99;
	padding: 40px 0;}
.contentbox-2{
	background-color: #f5f5f5;}
.content{
	width: 1200px;
	margin: 0 auto;}
/*content-内容*/
.clearfix{
	clear: both;}
/*footer-页脚*/
.footer{
	width: 100%;
	height: auto;
	padding: 30px;
	background-color: #1b88eb;}
.footer .content{
	width: 1200px;
	margin: 0 auto;}
.footer .m-friendship-link{
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;}
.footer .m-friendship-link a,.m-friendship-link span{
	color: #fff;}
.footer .m-friendship-link span{
	margin: 0 15px;}
.footer .school-info{
	width: 100%;
	font-size: 15px;
		line-height: 24px;
	text-align: center;
	color: #fff;
	margin-top: 10px;}
.footer .school-info span{
	margin: 0 3px;
	color: #fff;}
.footer .school-info a{
	margin: 0 3px;
	color: #fff;}
/*状态*/
.active-menu{
	color: #135b94 !important;
	border-bottom: solid 1px #fff !important;
	background: url(../images/add-blue.jpg) 6px 12px no-repeat;}
.cur-height{
	position: relative !important;
	height: 336px !important;
	overflow: hidden !important;}
.add-bg{
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 300px;
	height: 41px;
	cursor: pointer;
	background: url(../images/add-bg.jpg) no-repeat left top;}
.curcolor{
	color: #1b88eb !important;}
/*侧边栏*/
.sidebar{
	width: 50px;
    height: 153px;
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 999;}
.sidebar .side{
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	background-color: #626262;
	cursor: pointer;}
.side1{
	background: url(../images/home.jpg) center center no-repeat;
	background-size: 32px 32px;}
.side2{
	background: url(../images/login.jpg) center center no-repeat;
	background-size: 32px 32px;}
.side3{
	background: url(../images/back.jpg) center center no-repeat;
	background-size: 32px 32px;}
.side a{
	display: none;
	width: 50px;
	height: 50px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background-color: #1b88eb;
	color: #fff;
	padding: 4px;}
.side a:hover{
	display: none;
	width: 50px;
	height: 50px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background-color: #1b88eb;
	color: #fff;
	padding: 4px;}