*{
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei";
}
html,
body{
	min-width: 1200px;
}
body{
	margin: 0px;
	padding: 0px;
}
.container{
	width: 1170px !important;
}
.mt40{
	margin-top: 20px;
}
.wrap-title .wrap-top{
	height: 105px;
	background: url(../image/home/wrap-bg.png) no-repeat;
	background-size: 100%;
	background-position: 0px -35px;
}
.wrap-title .menu-language{
	margin: 0px;
	float: right;
	height: 35px;
}
.wrap-title .menu-language li{
	list-style: none;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #961c19;
	font-size: 14px;
	margin-left:20px; 
}
.wrap-title .menu-language li a{
	color: #797979;
	font-size: 14px;
	text-decoration: none;
}
.wrap-title .menu-language .language-active a{
	color: #961c19;
}
.wrap-title .search{
	margin-top: 10px;
}
.wrap-title .search .site-search{
	position: absolute;
	right: 70px;
	top: 5px;
	z-index: 99;
}
.wrap-title .logo{
	margin-top: -25px;
}
.wrap-title .logo img{
	height: 70px;
	width: auto;
}
.wrap-title .search .site-search .keyword{
	border:1px solid #961c19;
	padding: 3px 12px;
	border-radius: 5px;
	outline: none;
}
.wrap-title .search .site-search .search-btn{
	width: 36px;
    height: 26px;
    overflow: hidden;
    border: none;
    background: url(../image/home/search.png) center no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
.wrap-title .date-time{
	height: 35px;
	margin-top: -20px;
}
.wrap-title .date{
	position: absolute;
	right: 15px;
	line-height: 35px;
}
.wrap-title .date .time{
	background: url(../image/home/date.png) no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
	position: absolute;
	top: 0px;
	right: 15px;
	color: #961c19;
	text-align: center;
	font-weight: bold;
}
/*学生园地首页*/
.student{
	/*height: 140px;*/
}
.wrap-title .wrap-student{
	position: relative;
	height: 140px;
	background:url(../image/student/top-bg.png) left top no-repeat;
	background-size: 100% 100%;
}
.wrap-title .wrap-student .logo{
	height: 140px;
}
.wrap-title .wrap-student .logo img{
	height: 80px;
	float: left;
	margin-top: 30px;
}
.wrap-title .wrap-student .logo span{
	font-size: 36px;
	line-height: 140px;
	color: #ffffff;
}
.wrap-title .wrap-student .search .site-search{
	top: 30px;
}
.wrap-title .wrap-student .search .site-search .keyword{
	border:1px solid #ffffff;
	background:transparent;
	outline: none;
	color: #fff;
}
.wrap-title .wrap-student .search .site-search .keyword::-webkit-input-placeholder{
    color: #ffffff;
}
.wrap-title .wrap-student .search .site-search .search-btn{
	background: url(../image/student/search.png) center no-repeat;
}
.wrap-title .wrap-student .date-time{
	margin-top: -35px;
}
.wrap-title .wrap-student .date-time .date{
	color: #ffffff;
}
.wrap-title .wrap-student .date .time{
	background: url(../image/student/date.png) no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
	position: absolute;
	top: 0px;
	right: 15px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
/*默认二级下拉导航菜单*/
.menu{ 
	width:100%; 
	height:40px;
	position:relative;
	z-index:99999; 
	margin:0 auto; 
	background:#901717;
}
#nav {
	width:100%; 
	height:40px; 
	line-height:40px; 
	margin:0 auto; 
	white-space:nowrap;
}
#nav .on{
	width: 10%;
}
#nav li {
	float:left;
	display:inline; 
	height:40px; 
	text-decoration:none;
	font-size:14px; 
	color:#fff;
	text-align:center;
	position:relative;
	z-index:990; 
	font-weight:bold;
}
#nav li a{ 
	text-align:center; 
	display:block;
	color:#fff; 
	text-decoration:none; 
	float:left;
	position:relative; 
	z-index:999; 
	width: 100%;
	/*padding:0 40px;*/
}
#nav li a:hover{ 
	color:#fff; 
	background:#700d0d;
}

#nav>li.active>a{ 
	color:#fff; 
	background:#700d0d;
}

#nav .menu-hover a{ 
	color:#fff; 
	background:#700d0d;
}
.arrow-top{
	display: none;
	position: absolute;
    top: 30px;
    left: calc( 50% - 6px );
    width: 0;
    height: 0;
    font-size: 0;
    border: solid 6px;
    border-color: #700d0d #700d0d #ffffff #700d0d;
    z-index: 1000;
}
#nav li:hover .arrow-top{
	display: block;
}
#nav li ul { 
	display:none;
	position:absolute;
	left:0px;
	top:40px; 
	border-bottom: 4px solid #bb7d7d;
	background: #ffffff url(../image/home/ul-bg.png) left bottom no-repeat;
	z-index:99999;	
}
#nav li ul li{
	width: 100%;
	float:left;
	display:inline; 
	height:35px;  
	background: rgba(255,255,255,0.5) !important; 
	padding:0px;
}
#nav li ul a{
	float:left;
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:normal; 
	padding:0px 0px;
	line-height:30px; 
	font-size:14px; 
	background:none !important; 
	color:#000000 !important;
}
#nav li ul li span{ 
	display:none;
}
#nav li ul a:hover  {
	color:#fff !important;  
	background:#700d0d !important;
	height:30px; 
}
#nav li:hover ul {
	display:block;
}
#nav li.sfhover ul {
	left:0px;
	display:block;
}
#nav li ul li ul{margin: 0px;}


/*footer*/
.foot-top{
	margin-top: 40px;
	height: 250px;
	width: 100%;
	background-color: #8c1515;
	background: #8c1515 url(../image/home/foot-bg.png)right no-repeat;
}
.footer{
	background: #1c6dc7 url(../image/student/db.png)right no-repeat;
}
.footer-green{
	background: #6a9d49 url(../image/subject/db.png)right no-repeat;
}
.foot-top .blogroll{
	width: 30%;
}
.foot-top .blogroll-title p{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}
.foot-top .blogroll-list ul li{
	list-style: none;
	height: 35px;
	/*line-height: 35px;*/
}
.foot-top .blogroll-list ul li a{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.foot-top .code{
	width: 125px;
	padding: 0 5px;
}
.foot-top .code .code-list{
	text-align: center;
	width: 100%;
	padding: 0;
}
.foot-top .code .code-list img{
	margin-top: 67px;
	height: 95px;
	width: 95px;
}
.foot-top .code .code-list p{
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
}
.foot-top .foot-logo{
	padding-left: 0px;
	margin-left: 15px;
	width: 300px;
}
.foot-top .foot-logo a{
	display: block;
	height: 90px;
	margin: 80px 0px;
	border-left: 2px solid #db2b27;
}
.footer .foot-logo a{
	border:0px;
}
.footer-green .foot-logo a{
	border-left: 2px solid #ffffff;
}
.foot-top .foot-logo a img{
	padding-top: 16px;
	margin-left: 0;
	float: left;
	padding-left: 15px;
}
.foot-bottom{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #222222;
	background-color: #ffffff;
}

.fenye{
	margin-top: 20px;
}
.fenye ul{
	text-align: center;
	margin: 5px 0px;
}
.fenye ul li{
	list-style: none;
	display: inline-block; 
	background: transparent!important;
	height: auto!important;
	border:0px!important;
	margin: 5px;
	font-size:14px;
	color: #6a6a6a;
	font-family: '黑体';
	cursor:pointer;
	 color:#6a6a6a;
	}
.fenye ul li a{
	color:#6a6a6a;
	text-decoration: none;
}
.fenye ul li.xifenye{ 
	width:38px; 
	text-align:center;
	position:relative;
	cursor: pointer;
}
.fenye ul li .xab{ 
	float:left; 
	position:absolute; 
	width:39px; 
	border:1px solid #ccc; 
	height:123px; 
	overflow-y: auto;
	overflow-x: hidden;
	top:-125px; 
	background-color: #fff; 
	display:inline;
	left:-1px; 
	width:50px;
}
.fenye ul li .xab ul{ 
	margin-left:0; 
	padding-bottom:0;
}
.fenye ul li .xab ul li{ 
	border:0; 
	padding:4px 0px; 
	color:#999; 
	width:34px; 
	margin-left:0px; 
	text-align:center;
}
.fenye ul li #mo{
	width: 3em;
	text-align: center;
	border:1px solid #dbdbdb;
	border-radius: 10px;
	height: 20px;
}
.fenye ul li .go{
	padding: 0px 10px;
	color: #ffffff;
	background-color: #b25252;
	border: 0px;
	border-radius: 5px;
}
.fenye-blue ul li .go{
	padding: 0px 5px;
	background-color: #4589d6;
}
.fenye-green ul li .go{
	background-color: #f9b62a;	
}

.content-info img{
	max-width: 100% !important;
}
