@charset "utf-8";

* {
	margin: 0;
	padding: 0;}

a {
	text-decoration: none;}

li {
	list-style: none;}

pre {
	white-space: pre-wrap;
	white-space: -pre-wrap;
	white-space: -0-pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;}

table {
	border-collapse: collapse;}

th, td {
	padding: 10px 5px;}

body {
	font-family: "Microsoft Yahei";}

/*公用包裹层*/
.container {
	margin: 0 auto;
	width: 981px;}

/*顶部*/
.header {
	width: 100%;
	height: 116px;}

.header-container {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 1211px;}

.school-logo {
	float: left;
	margin-top: 30px;
	margin-right: 40px;
width: 390px;}

.home-logo {
	float: left;
	margin-top: 40px;}

.header p {
	float: left;
	/*display: inline;*/
	margin-top: 45px;
	margin-left: 20px;
	font-size: 31px;
	color: #fff;}

.header-link {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 12px;
	color: #fff;
	line-height: 30px;}

.header-link a {
	float: left;
	color: #fff;
	margin-left: 5px;}

.shu {
	float: left;
	margin: 11px 10px 0;
	width: 1px;
	height: 10px;
	background: #fff;}

/*.tab-lang {
	float: left;
	margin-top: 60px;
	margin-left: 50px;
}

.tab-lang a {
	float: left;
	margin-left: 10px;
	width: 60px;
	height: 27px;
	font-size: 14px;
	color: #333;
	background: #fff;
	text-align: center;
	line-height: 27px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}*/

/*背景颜色渐变*/
.header{
    background: #374a70;
    background: -moz-linear-gradient(top,  #374a70 0%, #142957 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#374a70), color-stop(100%,#142957));
    background: -webkit-linear-gradient(top,  #374a70 0%,#142957 100%);
    background: -o-linear-gradient(top,  #374a70 0%,#142957 100%);
    background: -ms-linear-gradient(top,  #374a70 0%,#142957 100%);
    background: linear-gradient(to bottom,  #374a70 0%,#142957 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374a70', endColorstr='#142957',GradientType=0 );}
:root .header{filter:none;}

/*导航栏*/
.nav {
	width: 100%;
	height: 50px;
	background: #10275b;}

.nav-container {
	overflow: hidden;
	margin: 0 auto;
	width: 1265px;}

.nav-item-ul {
	float: left;}

.nav-item-ul li {
	float: left;}

.nav-item-ul li a {
	display: block;
	padding-left: 24px;
	padding-right: 24px;
	height: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	transition: background 1s;
	-o-transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;}

/*.nav-item-ul li a:hover {
	color: #10275b;
	background: #fff;
}*/

.input-wrap {
	float: left;
	margin-top: 10px;}

.label-name {
	float: left;
	width: 56px;
	height: 27px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 27px;
	border-left: 1px solid #fff;}

.input-box {
	padding-left: 12px;
	/*padding-right: 12px;
	margin-right: 7px;*/
	width: 75px;
	height: 27px;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;}

/*底部*/
.footer {
	clear: both;
	padding: 38px 0 20px;
	bottom: 0;
	width: 100%;}

.foot-item {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 25px;}

