﻿@charset "utf-8";
/* CSS Document */

body{
	background: url(jyj_back.png) center top no-repeat;
}

/*top*/
.jyj_top{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 42px;
}
.jyj_top .jyj_top_back{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	min-width: 1200px;
	height: 41px;
	border-bottom: 1px solid #fff;
	background: #0867a5;
	/* for IE */
   filter:alpha(opacity=48);
   /* CSS3 standard */
   opacity:0.48;
}
.jyj_top .jyj_top_con{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
	width: 1200px;
	height: 41px;
	line-height: 41px;
}
.jyj_top_con .jyj_top_time{
	padding-left: 26px;
	width: auto;
	height: 41px;
	background: url(jyj_top_icon.png) left center no-repeat;
}
.jyj_top_con .jyj_top_an{
	width: auto;
	height: 41px;
}
.jyj_top_con .jyj_top_an a{
	display: inline-block;
	color: #fff;
}
.jyj_top_con .jyj_top_an a:hover{
	color: #c4d5e7;
}
.jyj_top_con .jyj_top_an span{
	margin: 0 5px;
	color: #fff;
}

/*logo*/
.jyj_logo{
	width: 1200px;
	height: 154px;
}
.jyj_logo h1{
	width: auto;
	min-width: 430px;
	max-width: 880px;
	height: 154px;
	background: url(jyj_logo.png) left center no-repeat;
}

/*search*/
.jyj_search{
	position: relative;
	width: 240px;
	height: 38px;
	margin-top: 58px;
}
.jyj_search .searchcon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 200px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background: #fff;
	border-radius: 10px;
	font-family: "微软雅黑", "Microsoft Yahei";
	color: #999;
	font-size: 14px;
}
.jyj_search .searchan{
	position: absolute;
	top: 11px;
   right: 10px;
	z-index: 2;
	width: 23px;
	height: 16px;
	background: url(jyj_search_icon.png) center no-repeat;	
	cursor: pointer; 
}

/*nav*/
.jyj_nav{
	position: relative;
	width: 1200px;
	height: 58px;
	background: url(jyj_nav_back.png) center repeat-x;
}
.jyj_nav .jyj_nav_back{
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
	width: 1194px;
	height: 52px;
	border: 1px solid #fff;
	/* for IE */
   filter:alpha(opacity=16);
   /* CSS3 standard */
   opacity:0.16;
}
.jyj_nav ul{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 1200px;
	height: 58px;
	line-height: 58px;
}
.jyj_nav ul a{
	width: 200px;
	height: 58px;
	float: left;
	color: #fff;	
	text-align: center;
}
.jyj_nav ul a:hover{
	color: #c4d5e7;
}
.jyj_nav ul a i{
	width: 1px;
	height: 58px;
	float: right;
	background: url(jyj_x.png) center no-repeat;
	background-size: 100% 80%;
}

/*link*/
.link{
	width: 100%;
	min-width: 1200px;
	height: auto;
	border-top: 2px solid #2c69b3;
	margin-top: 36px;
}
.group{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	overflow: visible;
}
.group ul{
	width: 100%;
	height: auto;
}
.group ul li{
	width: auto;
	height: 50px;
	padding: 0 30px;
	float: left;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}
.group ul li:hover{
	color: #0b71b3;
}
.group ul li.current{
	color: #0b71b3;
	border-bottom: 2px solid #0b71b3;
}
.frdlinks-links-box-cnt {
   width: 100%;
	height: auto;
	border-top: 2px solid #c9c9c9;
	margin-bottom: 20px;
	display: none;
}
.frdling-cnt-box {
	width: 1170px;
	height: auto;
	padding: 15px;
}
.frdling-cnt-box li {
	width: 195px;
   height: 36px;
	line-height: 36px;
   float: left;
}


/*footer*/
.jyj_footer{
	width: 100%;
	min-width: 1200px;
	height: auto;
	padding: 26px 0;
	background: #0b71b3;
	border-top: 4px double #fff;
}
.jyj_footer .jyj_footer_main{
	width: 1200px;
	height: auto;
	display: table;
	color: #c4d5e7;
}
.jyj_footer .jyj_footer_main .jyj_dzjg{
	width: 20%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	#float: left;
	padding-right: 5%;
	text-align: right;
}
.jyj_footer .jyj_footer_main .jyj_footertext{
	width: 70%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	#float: right;
	padding-left: 5%; 
	background: url(jyj_x.png) left center no-repeat;
	line-height: 28px;
}
.jyj_footer .jyj_footer_main .jyj_footertext h3{
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.jyj_footer .jyj_footer_main .jyj_footertext h3 a{
	width: auto;
	height: 36px;
	margin-right: 10px;
	color: #c4d5e7;
}
.jyj_footer .jyj_footer_main .jyj_footertext h3 a:hover{
	color: #fff;
}
.jyj_footertext a{
	color: #c4d5e7;
}
.jyj_footertext a:hover{
	color: #c4d5e7;
}