﻿/*------样式目录
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:99px;	
	background: url(../img/top-hd-bg.png) no-repeat left top;
}
.header .contain{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.header .contain .logo{
	float: left;
	width: 408px;
	height: auto;
	margin-top: 10px;
}
.logo img{
	display: block;
	width: 100%;
}
.header .contain .link_right{
position:relative;
	float: right;
	width: 320px;
	margin-top: 34px;
}
/*搜索框*/
.link_right .search{
	position: relative;
	float: right;
        width:33px;
        height:32px;
	/*width: 240px;
	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(../img/search.png);
	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: #8f241e;
	margin: 0;
	z-index: 999;
}
.nav .contain{
	width: 1200px;
	margin: 0 auto;
}
.nav .contain .first_menu{
	width: 100%;
	height: auto;
}
.first_menu>li{
	width: 15%;
	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 41px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.active_nav{
	background-color: #63090c !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: #f1cdcf;
	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: rgba(93,26,26,.8);
	background-color: #5d1a1a \9;
	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:#d8b5b7;
	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: #5d1a1a \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: #8f241e;
}
.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(../img/add-blue.png) 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(../img/add-bg.png) no-repeat left top;	
}
.curcolor{
	color: #d82121 !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(../img/home.png) center center no-repeat;
	background-size: 32px 32px;
}
.side2{
	background: url(../img/login.png) center center no-repeat;
	background-size: 32px 32px;
}
.side3{
	background: url(../img/back.png) 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: #502325;
	color: #fff;
	padding: 4px;
}