/*------样式目录
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: 212px;
	background-color: #632b03;
	background: url(common_res/hd-bg.jpg) no-repeat left top;
}
.header .contain {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.header .contain .logo {
	float: left;
	width: 580px;
	margin-top: 48px;
}
.logo img {
	display: block;
	width: 100%;
}
.header .contain .link_right {
	float: right;
	width: 255px;
}
.header .contain .link_right .link-jump {
	width: 100%;
	text-align: right;
	margin-top: 60px;
}
.Edition {
	float: right;
	display: block;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #fff;
	height: 24px;
	line-height: 24px;
}
.Edition:hover {
	color: #e6b90c;
}
.link-jump span {
	float: right;
	display: block;
	width: 1px;
	height: 14px;
	margin: 5px 10px;
	background-color: #fff;
}
/*搜索框*/
.link_right .search {
	float: right;
	position: relative;
	width: 254px;
	height: 40px;
	margin-top: 20px;
	background-color: #632b03;
}
.link_right .search input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 254px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	padding: 0;
	border-radius: 5px;
	padding-left: 5px;
	border: solid 1px #fff;
	/*background-color: #013488;*/
	background-color: #091f51;
	outline: red;
}
.link_right .search button[type="submit"] {
	position: absolute;
	right: 0px;
	top: 1px;
	width: 48px;
	height: 38px;
	background-color: #fff;
	background-image: url(common_res/search.png);
	background-position: 14px 8px;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
/*搜索框*/
/*nav-导航菜单*/
.nav-box {
	width: 100%;
	height: auto;
	background-color: #fff;
	border-top: solid 4px #003f88;
}
.nav {
	width: 1200px;
	margin: 0 auto;
}
.first_menu {
	width: 100%;
	height: auto;
}
.first_menu>li {
	float: left;
	height: auto;
	position: relative;
	padding: 0 8px;
	margin: 0 4px;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.first_menu>li .lttop {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 8px;
	height: 9px;
	background: url(common_res/left-top.png);
	opacity: 0;
}
.first_menu>li .rttop {
	position: absolute;
	right: 0;
	top: 0px;
	width: 8px;
	height: 9px;
	background: url(common_res/right-top.jpg);
	opacity: 0;
}
.active-fir {
	background-color: #003f88 !important;
	color: #fff !important;
}
.active-fir-2 {
	background: url(common_res/left-top.png) left top no-repeat, url(common_res/right-top.jpg) right top no-repeat;
}
.first_menu>li>.menu {
	position: relative;
	display: block;
	width: auto;
	height: 45px;
	line-height: 45px;
	font-family: "RobotoCondensed";
	padding: 0 20px;
	font-size: 18px;
	color: #003f88;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.first_menu>li>.menu:hover {
	background-color: #003f88 !important;
	color: #fff !important;
}
.first_menu>li:hover .lttop {
	opacity: 1 !important;
}
.first_menu>li:hover .rttop {
	opacity: 1 !important;
}
.first_menu>a:hover {
	text-decoration: none;
}
.sebmenu {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
}
.sebmenu>li {
	width: 100%;
	height: auto;
	position: relative;
}
.sebmenu>li>a {
	font-family: "Roboto";
	display: block;
	width: 100%;
	height: auto;
	line-height: 20px;
	padding: 10px 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,38,103,.9);
	background-color: #d28e2d \9;
	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(255,255,255,.9);
	background-color: rgb(255,255,255) \9;
	color: #111;
}
.active-sec {
	background-color: rgba(255,255,255,.9) !important;
	color: #111 !important;
}
/*nav-导航菜单*/
/*content-内容*/
.contentbox {
	width: 100%;
	height: auto;
	z-index: 99;
	background-color: #f0f0f0;
}
.content {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
/*content-内容*/
.clearfix {
	clear: both;
}
/*footer-页脚*/
.footer {
	width: 100%;
	height: auto;
	padding: 24px 0;
	background-color: #002667;
}
.footer .contain {
	width: 1140px;
	margin: 0 auto;
}
.infos {
	font-family: "Roboto";
	text-align: center;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	margin: 6px 0;
}
.banquan {
	font-family: "Roboto";
	text-align: center;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	margin: 6px 0;
}
/*侧边栏*/
.sidebar {
	width: 50px;
	height: 51px;
	position: fixed;
	bottom: 8%;
	right: 2%;
	z-index: 999;
}
.sidebar .side {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	background-color: #003583;
	cursor: pointer;
}
.side1 {
	background: url(http://www.cst.zju.edu.cn/web/english/img/home.png) center center no-repeat;
	background-size: 32px 32px;
}
.side2 {
	background: url(http://www.cst.zju.edu.cn/web/english/img/login.png) center center no-repeat;
	background-size: 32px 32px;
}
.side3 {
	background: url(common_res/back.png) center center no-repeat;
	background-size: 32px 32px;
}
.side a {
	display: none;
	width: 50px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background-color: #003583;
	color: #fff;
	padding: 4px;
}
.active-2 {
	color: #ef841a !important;
}
.abc {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1880px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1600px) and (max-width: 1879px) {
}
@media only screen and (min-width:1340px) and (max-width: 1599px) {
}
