/*公共样式文件*/

.wrap {
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
}

.content {
	width: 1200px;
	margin: 0 auto;
}


/*头部*/


/* 页面顶部 */

.header .header-main {
	padding: 20px 0 20px 0;
	overflow: hidden;
}

.header-main .logo {
	float: left;
	height: 109px;
	padding-right: 25px;
}

.header-main .alias {
	line-height: 110px;
	background: url('/Public/Home/Default/images/jnfp/alias_bg.png') no-repeat center;
	float: left;
	overflow: hidden;
}


/* 搜索框 */

.search {
	float: right;
	border: 1px solid #81A8D8;
	width: 240px;
	height: 40px;
	margin-top: 30px;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.search .text {
	color: #769ACB;
	font-size: 1.4em;
	display: block;
	width: 80px;
	float: left;
	text-align: center;
	line-height: 38px;
}

.search form {
	display: block;
	width: 210px;
}

.search .keyboard {
	display: block;
	background: none;
	outline: none;
	border: none;
	width: 100%;
	color: #769ACB;
	padding-left: 10px;
	font-size: 1.4em;
	line-height: 38px;
	height: 38px;
}

.search .inputSub {
	display: block;
	width: 16px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(/Public/Home/Default/images/subject/jnfp/search_btn.png) center center no-repeat;
	border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #769ACB;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #769ACB;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #769ACB;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #769ACB;
}


/*导航*/

.nav-wrap {
	background-color: #f13a3a;
}

.nav-bar {
	position: relative;
}

.nav-bar .nav_img {
	position: absolute;
	top: 4px;
	right: 18px;
}

.nav-bar {
	background-color: #f13a3a;
	text-align: center;
	position: relative;
	z-index: 9999;
}

.nav-bar>li {
	display: block;
	float: left;
	width: 11.11%;
	position: relative;
	padding: 15px 0;
}

.nav-bar>li>a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.nav-bar>li:last-child>a {
	border-right: none;
}

.nav-bar>li:hover,
.nav-bar>li.selected {
	background-color: #fff;
}

.nav-bar>li:hover>a,
.nav-bar>li.selected>a {
	color: #f24747;
}

.nav-bar>li>a:last-child {
	background-image: none;
}

.nav-bar>li>ul {
	position: absolute;
	top: 50px;
	width: 100%;
	overflow-y: hidden;
	height: 0;
	max-height: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #DD1F1F;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.nav-bar>li:hover>ul {
	height: auto;
	max-height: 400px;
}

.nav-bar .level2 li:hover {
	background: #fff;
}

.nav-bar .level2 a {
	display: block;
	font-size: 1.4em;
	color: #fff;
	line-height: 44px;
	border-bottom: 1px solid #5194CC;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.nav-bar .level2 a:hover {
	color: #f13a3a;
}

.nav-bar .level2 li.active {
	background: #fff;
}

.nav-bar .level2 li.active a {
	color: #f13a3a;
}

.nav-bar .level2 li:last-child a {
	border-bottom: none;
}

/*左侧导航栏*/
.frame_content {
	margin-top: 20px;
}

.frame_left {
	float: left;
	width: 21.8%;
	margin-bottom: 50px;
	margin-left: 4px;
}


.sidebar_title {
	font-size: 22px;
	background-color:#f13a3a;
	text-align: center;
	line-height: 80px;
	color: #fff;
}

.sidebar ul {
	padding: 0 9px 0 9px;
}

.sidebar li {
	/* height: 52px; */
	position: relative;
	overflow: hidden;
}

.sidebar li:last-child {
	margin-bottom: 14px;
}

.sidebar li a {
	display: block;
	line-height: 51px;
	font-size: 1.8em;
	border-bottom: 1px dashed #AAAAAA;
	color: #666;
	text-indent: 65px;
}

.sidebar li a:hover,
.sidebar li.selected a {
	color: #ff4c00;
}




/*图文推荐*/
.module_border {
	border: 1px solid #ccc;
	margin: 10px auto;
	position: relative;
	margin-top: 18px;
	padding: 10px;
}

.module_border .title {
	width: 100%;
	color: #666666;
	font-size: 16px;
	position: relative;
	top: 1px;
	line-height: 36px;
	display: inline-block;
	margin-bottom: 12px;
}

.module_border .title:after {
	content: "";
	width: 100%;
	border-top: 1px solid #ccc;
	position: absolute;
	top: 36.6px;
	left: 0;
	z-index: -999;
}

.module_border .title span {
	border-bottom: 2px solid #FC4129;
	padding-bottom: 7px;
	z-index: 999;
}

.module_border ul {
	width: 100%;
}

.module_border ul li {
	width: 100%;
	height: 50px;
}

.module_border ul li a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #444444;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	text-indent: 10px;
}

.module_border ul li a:hover {
	color:#ff4c00 ;
}

.module_border ul li a:before {
	content: "";
	width: 2px;
	height: 9px;
	border-left:2px solid #ff5a31;
	position: absolute;
	top:8px;
	left: 0;
}

.module_border ul li span {
	display: inline-block;
	color: #999999;
	text-indent: 10px;
	font-size: 1.2em;
}




/*footer尾部*/

.footer {
	background: #0C2589;
	margin-top: 20px;
}


/*友情链接*/

.link .content {
	padding-left: 170px;
	height: 59px;
	border-bottom: 1px solid #34489B;
	position: relative;
}

.link span {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 1px;
	background: url(/Public/Home/Default/images/jnfp/link_title.png) right center no-repeat;
	padding-left: 10px;
	height: 21px;
	line-height: 21px;
	width: 170px;
	position: absolute;
	left: 0;
	top: 15px;
}

.link span em {
	display: inline-block;
	padding: 0px 15px;
	background: #799FD3;
	font-family: "Times New Roman";
	font-size: 14px;
	margin-right: 5px
}

.link .link-item {
	width: 20%;
	margin: 0 4%;
	float: left;
	position: relative;
}

.link .last-item {
	float: right
}

.link .link-type {
	font-size: 1.4rem;
	color: #81A8D8;
	display: block;
	padding: 14px 0 10px;
	cursor: pointer;
	border-bottom: 1px solid #799FD3;
	background: url('/Public/Home/Default/images/jnfp/link.png') right center no-repeat;
}

.link .link-list {
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 42px;
	width: 100%;
	z-index: 99;
}

.link .link-item:hover .link-list {
	max-height: 140px;
	overflow-y: auto;
	border: 1px solid #E9E9E9;
}

.link a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 1.4em;
	color: #666;
	padding-left: 10px;
}

.link a:hover {
	background: #E9E9E9;
	color: #333;
}

.link .last-item a {
	color: #fff;
	padding-top: 14px;
}

.link .last-item a:hover {
	background: none;
}

.footer .school-info {
	padding: 20px 0 30px 0;
}

.footer .info {
	display: block;
	color: #FFF;
	font-size: 1.4em;
	float: left;
	width: 355px;
	line-height: 2.2;
	padding-top: 10px;
}

.footer .info li {
	padding-left: 25px;
}

.footer .info li.address {
	background: url(/Public/Home/Default/images/jnfp/address.png) 3px 8px no-repeat;
}

.footer .info li.code {
	background: url(/Public/Home/Default/images/jnfp/email.png) 3px 8px no-repeat;
}

.footer .info li.phone {
	background: url(/Public/Home/Default/images/jnfp/phone.png) left 8px no-repeat;
	padding-left: 0;
}

.footer .info li.phone span:first-child {
	padding-left: 25px;
}

.footer .info li.phone .number {
	display: block;
	font-size: 22px;
	font-family: "Arial";
	margin-top: -10px;
}

.footer .qr-code {
	float: right;
	width: 220px;
}

.footer .qr-code li {
	width: 96px;
	height: 96px;
	float: left;
	background: #5061A8;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
}

.footer .qr-code .blue {
	margin-right: 20px;
}

.footer .qr-code .blue img {
	display: block;
	max-width: 100%;
	margin: 20px auto 0 auto
}

.footer .qr-code .code-img img {
	display: block;
	width: 100%;
}

.footer .copyright {
	background: #091D64;
	padding: 12px 0
}

.footer .copyright span {
	color: #fff;
	font-size: 1.4em;
}
.footer .copyright span.footer-police{font-size: 14px;display: inline-block;line-height: 22px;padding-left: 30px;background: url(/Public/Home/Default/images/common/ico_police.png) 5px center no-repeat;}
.footer .copyright .advice {
	float: right;
	display: block;
}
/*返回顶部*/
#scroll-top {position: fixed;color: #fff; width: 50px;height: 50px;line-height: 57px;text-align: center;right: 5px;bottom: 185px;cursor: pointer;
    background: #3854C5 url(../../../images/common/gotop.png) center 3px no-repeat;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;background-position: center;}
#scroll-top:hover {background-color: #036FD3;-webkit-border-radius: 50%;border-radius: 50%;}


