﻿* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: "Microsoft Yahei", Verdana, Geneva, sans-serif
}

html body {
	width: 100%;
	height: 100%;
}

input {
	background: 0;
	color: #5e5e5e;
	font-size: 14px
}

a {
	text-decoration: none;
	color: #252525
}

input,
textarea,
select,
button,
a:focus {
	outline: 0
}

ul li {
	list-style: none
}

a:hover {
	color: #1c60b6
}

.none {
	display: none
}

.left {
	float: left
}

.right {
	float: right
}

.clearfix {
	clear: both;
	overflow: hidden
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.p_width {
	width: 1200px;
	margin: 0 auto
}

.headbox {
	/* height: 100px; */
	background: #024189;
}

.m_width {
	margin: 0 auto width: 1200px;
}

.topbox {
	background: url('../img/top_img.png') no-repeat right bottom;
	background-size: 400px 90px;
	height: 80px;
	padding: 20px 0;
}

.logo {
	height: 80px;
	background: url('../img/jcu_logo_white.png') no-repeat left center;
	background-size: contain;
	width: 520px;
	padding: 0 0 0 360px;
}

.logo a {
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	display: block;
}

.nav_box {
	background: #1e59a8;
}


.footbox p {
	color: #000
}

.mgl {
	margin-left: 6px
}

.icon-nav a i {
	height: 64px;
	display: block;
	margin-bottom: 20px;
	background: url(../img/nav_icon.png) no-repeat center 0
}

.border_r {
	height: 106px;
	border-right: 1px solid #e0e0e0
}

.icon-nav a.nav1 {
	text-align: center
}

.icon-nav a.nav1 i {
	background-position: center 0
}

.icon-nav a.nav2 i {
	background-position: center -64px
}

.icon-nav a.nav3 i {
	background-position: center -128px
}

.icon-nav a.nav4 i {
	background-position: center -192px
}

.icon-nav a.nav5 i {
	background-position: center -256px
}

.icon-nav a.nav6 i {
	background-position: center -320px
}

.icon-nav a.nav7 i {
	background-position: center -384px
}

.keywordsIpt {
	width: 90%;
	font-size: 12px;
	height: 26px;
	margin: 36px 0 10px;
	border: 1px solid #4b4b4b
}

.keywordsBtn {
	position: absolute;
	top: 37px;
	right: 15px;
	height: 26px;
	width: 46px;
	background: url(../img/search_ico.png) #024189 no-repeat 10px 2px;
	background-size: contain
}

.index_bottom {
	background: #f6f6f6;
	height: 120px;
	padding: 40px 0
}

footer {
	height: 86px;
	line-height: 32px;
	vertical-align: middle;
	margin: 0 auto;
	background-color: #024189;
}

.footbox {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
.footbox p{
	color: #fff;
}

@media screen and (min-width:300px) and (max-width:999px) {
	.m_width {
		width: calc(100% - 10px);
		padding: 0 5px
	}

	.headbox {
		max-height: 197px
	}

	.logo {
		margin-top: 4%;
		width: 90%;
		height: auto;
		/* background: url(../img/xxgc.png) no-repeat 100% 80%; */
		background-size: 30% auto
	}

	.logo img {
		width: 66%
	}

	.top_right {
		display: none
	}

	.nav_box {
		height: 30px;
		position: relative
	}

	#navTxt {
		float: left;
		color: #FFF;
		margin: 5px;
		width: 70px;
		padding: 0 0 0 30px;
		line-height: 20px;
		background-image: url(../img/navBtn.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left top
	}

	#navTxt::after {
		content: "\672C\7AD9\5BFC\822A"
	}

	.nav_ul {
		display: none;
		width: 140px;
		background: #024189;
		position: absolute;
		left: 0;
		top: 30px;
		z-index: 99999
	}

	.nav_li {
		width: 140px;
		line-height: 30px
	}

	.nav_li a {
		text-align: center;
		height: 100%;
		display: block;
		color: #FFF;
		font-size: 14px
	}

	.nav_li a:hover {
		background: #FFF;
		color: #024189
	}

	.subNavUl {
		display: none;
		width: 140px
	}

	.subNavLi a {
		color: #024189;
		line-height: 30px;
		background: #FFF;
		font-size: 12px
	}

	.icon-nav {
		display: none
	}

	.footbox p {
		font-size: 12px;
		line-height: 20px
	}
}

@media screen and (min-width:1000px) {


	.top_right {
		width: 296px;
		height: 152px;
		margin-top: 33px;
		background: url(../img/top_right.png)
	}

	.nav_box {
		height: 52px
	}

	.nav_main {
		position: relative
	}

	#navTxt {
		display: none
	}

	.nav_ul {
		width: 1200px;
		margin: 0 auto
	}

	.nav_li {
		width: calc(100% / 6);
		float: left;
		line-height: 52px;
		position: relative;
		z-index: 9999
	}

	.nav_li a {
		text-align: center;
		height: 100%;
		display: block;
		color: #FFF;
		font-size: 18px
	}

	.nav_li a:hover {
		height: 50px;
		border-top: #024189 2px solid;
		background: #FFF;
		color: #024189
	}

	.subNavUl {
		display: none;
		width: 100%;
		min-height: 52px
	}

	.subNavLi {
		line-height: 52px;
		background: #024189
	}

	.subNavLi a {
		text-align: center;
		height: 100%;
		display: block;
		color: #FFF;
		font-size: 16px
	}

	.subNavLi a:hover {
		height: 50px;
		border-top: #024189 2px solid;
		background: #FFF;
		color: #024189
	}
}