@charset "utf-8";
*{
	margin: 0px auto;
}
a,a:hover,a:active{
	text-decoration: none;
}
img{
	border: 0px;
}
ul,li{
	list-style: none;
	padding-left: 0px;
}
body{
	font-size: 15px;
	font-family:  "微软雅黑","黑体",Microsoft YaHei,Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}
.clear{
	clear: both;
}

.kjrk{
	position: fixed;
	z-index: 9999;
	top: 30%;
	right: 0;
	width: 130px;
	/* display: none; */
}
.kjrk-title{
	color: #1b3f89;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	background: #ffffff;
}
.kjrk-item{
	color: #ffffff;
}
.kjrk-item>a{
	width: 130px;
	height: 130px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding-top: 25px;
}
.kjrk-item i{
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
}
.kjrk01 a{
	background: #0068b7;
	padding-top: 35px;
}
.kjrk02 a{
	background: #28d077;
	padding-top: 35px;
}
.kjrk03 a{
	background: #f1bc1b;
}
.kjrk01 a:hover{
	background: #024b83;
}
.kjrk02 a:hover{
	background: #0c9e51;
}
.kjrk03 a:hover{
	background: #cd9c06;
}

.wrapper{
	width: 100%;
	overflow: hidden;
}
.header{
    width:100%;
	padding-top: 25px;
	background: url('../images/header-bg.jpg') no-repeat;
	background-size: 100% auto;
}
.logo{
	margin-bottom: 25px;
}
.logo img{
	width: 700px;
}
.mobile{
	display: none;
}
.f-search{
    color: #666;
    padding:5px 5px;
    display: block;
    border: 1px solid #dcdcdc;
	width: 252px;
	float: right;
	margin-top: 25px;
	background: #f6f6f6;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}
.f-search input[type="text"]{
    width:200px;
    height:34px;
    display: inline;
    background: none;
    border: 0px;
    transition: all 0.5s;
}
.f-search button{
    width:34px;
    height:34px;
    background:none;
    text-align:center;
    color:#154293;
    line-height: 24px;
    display: inline-block;
    border: none;
    border-left: 1px solid #dcdcdc;
}
.f-search i{
    font-size:14px;
    color: #154293;
}
.menu{
	width: 100%;
	background: #001e91;
	border-top:2px solid #ffffff;
	height: 68px;
	position: relative;
	z-index: 9999;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

/**/
.main{
	width: 100%;
	background: url("../images/html-bg.jpg") repeat-x;
	background-size: 100% auto;
	padding:50px 0px;
	margin-top: -20px;
}
/*导航*/
nav.navbar.bootsnav{
	border: none;
	background: none;
	margin-bottom: 150px;
}
.navbar-nav{
	float: left;
	width: 100%;
}
nav.navbar.bootsnav ul.nav > li{
	width: 12.5%;
}
nav.navbar.bootsnav ul.nav > li > a{
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li:hover{
	background: #f4f4f4;
}
.nav > li:after{
	content: "";
	width: 0;
	height: 5px;
	background: #34c9dd;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
	width: 100%;
}
nav.navbar.bootsnav ul.nav > li:first-child>a:before{
	content: "\f015";
	font-family: 'FontAwesome';
	padding-right: 10px;
	font-size: 24px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
	content: "";
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 35%;
	right: 10%;
	transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
	content: "\f105";
	transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown{
	position: absolute;
	left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border: none;
}
@media only screen and (max-width:990px){
	nav.navbar.bootsnav ul.nav > li{
		width: 100%;
	}
	
	nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
	nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
	.dropdown-menu.multi-dropdown{ left: 0 !important; }
	nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
	nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}

/*平台动态*/
.news{
	padding-left: 0px;
	padding-right: 0px;
}
.news-title{
	font-size: 26px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	background: url("../images/title-bg-left.jpg") no-repeat left;
	background-size:120px auto; 
}
.news-title div{
	background: url("../images/title-bg-right.jpg") no-repeat right;
	background-size: 120px auto;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #1b3f89;
	font-weight: bold;
}
.list-more{
	position: relative;
	float: right;
	margin-top: 15px;
}
.news .list-more{
	margin-right: 15px;
	margin-bottom: 32px;
}
.list-more a{
	color: #9F9F9F;
}

.news-item-img,.news-item{
	width: 100%;
}
.news-item{
	background: #ffffff;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow:0 0 10px #a1a1a1;
	-o-box-shadow:0 0 10px #a1a1a1;
	-moz-box-shadow:0 0 10px #a1a1a1;	
}
.news-item-img{
	overflow: hidden;
}
.news-item-img img{
	cursor: pointer;  
    transition: all 0.6s; 
}
.news-item-img img:hover{
	transform: scale(1.2);
}
.news-item-con{
	padding: 15px;
}
.news-item-title{
	height: 56px;
	overflow: hidden;
}
.news-item-title a{
	color: #000000;
	line-height: 26px;
}
.news-item-title a:hover,.notice-main li a:hover,.rcpy-main li a:hover,.link-main li a:hover{
	color: #1b3f89;
}

/*通知公告,人才培养,友情链接*/
.notice,.rcpy,.friend-link{
	background: #ffffff;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow:0 0 10px #a1a1a1;
	-o-box-shadow:0 0 10px #a1a1a1;
	-moz-box-shadow:0 0 10px #a1a1a1;	
	width: 100%;
	padding: 30px;
	margin-top: 30px;
}
.notice-title,.rcpy-title,.link-title{
	width: 280px;
	background: url("../images/title-bg-right.jpg") no-repeat right;
	background-size: 120px;
	line-height: 32px;
	color: #1b3f89;
	font-size: 24px;
	font-weight: bold;
	float: left;
}
.notice-main,.rcpy-main,.link-main{
	margin-top: 15px;
}
.notice-main li,.rcpy-main li,.link-main li{
	width: 100%;
	overflow: hidden;
	text-align: left;
	text-overflow:ellipsis;
	white-space: nowrap;
	background: url("../images/li.png") no-repeat left;
	line-height: 32px;
	padding-left: 20px;
}
.link-main li{
	width: 25%;
	float: left;
}
.notice-main li a,.rcpy-main li a,.link-main li a{
	color: #000000;
}

/*footer*/
.footer{
	width: 100%;
	background: #001e91;
	color: #ffffff;
	padding: 30px;
	line-height: 32px;
	text-align: center;
}

@media(min-width:1900px){
	.header>.container,.menu .container,.main>.container{
		width: 1500px;
	}
}
@media(max-width:1600px){
	.header>.container,.menu .container,.main>.container{
		width: 1400px;
	}
}
@media(max-width:1500px){
	.header>.container,.menu .container,.main>.container{
		width: 1300px;
	}
}
@media(max-width:1430px){
	.header>.container,.menu .container,.main>.container{
		width: 1200px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		font-size: 18px;
	}
	.logo img{
		width: 600px;
	}
}
@media(max-width:1330px){
	body{
		font-size: 14px;
	}
	.header>.container,.menu .container,.main>.container{
		width: 1100px;
	}
	nav.navbar.bootsnav ul.nav > li > a{
		font-size: 16px;
	}
	.logo img{
		width: 560px;
	}
	.f-search{
		margin-top: 15px;
	}
	.news-title{
		font-size: 20px;
		margin-left: -150px;
		width: 300px;
		background-size:100px auto; 
	}
	.news-title div{
		background-size: 100px auto;
		height: 36px;
		line-height: 36px;
	}
	.list-more{
		margin-top: 10px;
	}
	.news .list-more{
		margin-bottom: 22px;
	}
	.notice-title,.rcpy-title,.link-title{
		width: 240px;
		background-size: 100px;
		font-size: 20px;
	}
}
@media(max-width:1020px){
	.header>.container,.menu .container,.main>.container{
		width: 100%;
	}
	.logo img{
		width: 400px;
	}
	.f-search{
		margin-top: 5px;
	}
}
@media(max-width:992px){
	.header>.container,.menu .container,.main>.container{
		width: 100%;
	}
	.pc{
		display: none;
	}
	.mobile{
		display: block;
		position: relative;
		right: 20px;
		top: -30px;
	}
	.f-search{
		margin-top: -18px;
		margin-bottom: -25px;
		width: 222px;
	}
	.f-search input[type="text"]{
		width:170px;
		height:28px;
	}
	.f-search button{
		width:34px;
		height:28px;
		line-height: 24px;
	}
	.menu{
		height: 68px;
	}
	.main{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.news-title{
		font-size: 18px;
		margin-left: -140px;
		width: 250px;
		background-size:80px auto; 
	}
	.news-title div{
		background-size: 80px auto;
		height: 32px;
		line-height: 32px;
	}
	.list-more{
		margin-top: 10px;
	}
	.news .list-more{
		margin-bottom: 22px;
	}
	.notice-title,.rcpy-title,.link-title{
		width: 190px;
		background-size: 80px auto;
		font-size: 18px;
	}
	.link-main li{
		width: 33.3%;
	}
	.kjrk{
		width: 100px;
	}
	.kjrk-title{
		font-size: 16px;
	}
	.kjrk-item{
		color: #ffffff;
	}
	.kjrk-item>a{
		width: 100px;
		height: 100px;
		font-size: 14px;
		padding-top: 15px;
		font-weight: bold;
	}
	.kjrk-item i{
		font-size: 20px;
	}
	.kjrk01 a{
		padding-top: 25px;
	}
	.kjrk02 a{
		padding-top: 25px;
	}
}
@media(max-width:768px){
	.header{
		background-size: auto 100%;
	}
}
@media(max-width:767px){
	.logo img{
		width: 360px;
	}
	.mobile{
		right: 10px;
	}
	.f-search{
		margin-top: -10px;
		margin-bottom: -25px;
		width: 202px;
	}
	.f-search input[type="text"]{
		width:140px;
		height:24px;
	}
	.f-search button{
		width:34px;
		height:24px;
		line-height: 22px;
	}
	.menu{
		height: 60px;
	}
	.link-main li{
		width: 50%;
	}
}
@media(max-width:410px){
	.logo img{
		width: 300px;
	}
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}