@charset "utf-8";
/* CSS Document */

/**************************************** Public *******************************************/
html{ 
    min-height:100%;
}

body{
	/* This image will be displayed fullscreen */
    background:url(../images/bg.jpg) ;
    /*background-size:cover; *
    /* Workaround for some mobile browsers */
    min-height:100%;
	width: 100%;
	font-family: "Microsoft Yahei", "黑体",  "宋体", Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #1c3052;
}
a{text-decoration:none;color:white;}
a:hover{
	cursor: pointer;
	text-decoration:none;
}

/******************************* Navigation ******************************/
#nav li a,#nav_side li a{
	font-size: 13px;
	-webkit-transition:all ease-out 0.2s;
	-moz-transition:all ease-out 0.2s;
	-ms-transition:all ease-out 0.2s;
	-o-transition:all ease-out 0.2s;
	transition:all ease-out 0.2s;
}

/*************nav_top  ********/
#nav_top{
	width: 100%;
	height: 36px;
	background: rgb(26,163,243); 
	box-shadow: 0px 1px 3px rgba(0, 0, 0,0.49);

	z-index: 1000;
	position: absolute;
	top: 107px;
}
#nav{
	width: 825px;
	height: 36px;
	margin: 0 auto;
}
#nav>li{
	float: left;
	font-size: 13px;
}
#nav>li>a{
	padding: 0 33px;
	display: block;	
	line-height: 36px;
}
#nav>li>a:hover{
	background: rgb(0,133,196);
}

/******************** subNav ************************/
.subNav{
	display: none;
}

#nav ul.subNav{
	position: absolute;
	top: 37px;
}
ul.subNav{
	height: auto;
	width: 110px;
	z-index: 1000;
	border: 1px solid rgb(126,206,243);
}
#nav_side ul.subNav{
	margin: 0 auto;
}
ul.subNav a{
	display: block;
	width: 110px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0px;
	background: rgb(126,206,243);
	border-bottom: 1px solid white;
}

ul.subNav li a:hover{
	background: rgb(0, 133, 196);
}
ul.subNav li.long a{
	width:180px;
}
ul.subNav li.last a{
	border:0;
}


/******************* nav_side **************/
#nav_side{
	width: 122px;
	height: auto;
	margin-left: 18px;
	float: left;
	margin-top: 3px;
}
#nav_side>li>a{
	text-align: center;
	display: block;	
	line-height: 36px;
	background: rgb(1,102,154);
	margin-bottom: 1px;
}

#nav_side>li>a:hover{
	background: rgb(0,133,196);
}

/*********** nav Controller feedBack ***********/
#nav li.on>a,#nav_side li.on>a{
	background: rgb(0,133,196);
}
#nav_side li.on .subNav{
	display: block;
}

/************************************* Navigator End **********************************/

/**********************  Wrapper *********************/
#wrapper{
	margin: 0 auto;
	width: 968px;
	padding:0 4px;
	height: auto;
	overflow: auto;
}
#header,#footer{
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 4px #aaa;
}
#body{
	overflow: auto;
	padding-top: 11px;
}

/****************  Wrapper End***********/
/************ header ************/

#header{
	margin-top: 10px;
	height: 97px;
	opacity: 0.8;
	margin-bottom: 37px;
	background:white url(../images/header_logo.jpg) no-repeat 6% 50%;
}
#headerImg{
	width: 328px;
	height: 97px;
	float: left;
	margin-left: 387px;
	background: url(../images/header_image.jpg) no-repeat 0% 50%;
}
#headerNav{
	float: right;
	margin: 50px 25px;
}
#headerNav li{
	float: left;
	padding: 3px;
}
#headerNav a{
	display: block;
	float: left;
	color: #1c3052;
}
#headerNav a:hover{
	color:rgb(122, 98, 201);
}

/************ content ************/
#content{
	float: right;
	height: auto;
	width: 824px;
	overflow: auto;
	font-size: 13px;
}
#content .cont_header{
	width: 816px;
	height: 32px;
	box-shadow: 0 0 3px #aaa;
	margin: 3px;
	margin-bottom: 0px;
}

#content .cont_header span{
	margin-left: 60px;
	line-height: 32px;
	font-size: 13px;
	color: white;
}
#content .cont_main{
	margin: 0 18px;
	background:white;
	padding: 30px 60px 55px;
	height: auto;
	min-height: 100px;
	border-radius: 0 0 7px 7px;
	box-shadow: 0 0 3px #aaa;
	margin-bottom: 23px;
	overflow: auto;
}
#content .cont_main h1{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color:#0085c4;
	margin: 14px 0 30px;
	letter-spacing: 1px;
}
.cont_main p{
	text-indent: 2em;
	line-height: 30px;
}
/************ content END***********/
/************* footer ****************/

#footer{
	width: 100%;
	height: 100px;
	background: rgb(55,59,68) url(../images/footer_logo.jpg) no-repeat 6% 50%;
	overflow: hidden;
}
#footer div{
	float: right;
	height: auto;
	width: 440px;
	padding: 20px; 
}
#scrollTop{
	color: #0085c4;
	float: right;
	display: block;
}
#scrollTop:hover{
	color: rgb(26, 163, 243);
}
#footer p{
	margin-top: 16px;
	color: white;
	text-align: right;
	line-height: 20px;
	float: right;
}
/************* footer End****************/

/************************************ Page Private *********************************/
/********** Home Page(index.html) **********/
#body>div{
	margin-bottom: 20px;
}
#slides,.sec_header{
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 1px 3px #aaa;
}
#slides{
	width: 960px;
	height: 380px;
	margin-top: -11px;
}
.sec_header{
	height: 32px;
	background: rgb(0,133,196);
	margin: 4px;
	margin-bottom: 0px;
	line-height: 32px;
	color: white;
	font-size: 13px;
}
.sec_header>span{
	padding-left:  40px;
	float: left;
}
.sec_header #ico01{background: url(../images/icon_intro.jpg) no-repeat 7% 50%;width: 225px;}
.sec_header #ico02{background: url(../images/icon_mission.jpg) no-repeat 5% 50%;width: 374px;}
.sec_header #ico03{background: url(../images/icon_contact.jpg) no-repeat 9% 50%;width: 203px;}
.sec_main{
	margin: 0 18px;
	background:white;
	height: auto;
	border-radius: 0 0 7px 7px;
	box-shadow: 0 0 3px #aaa;
	margin-bottom: 3px;
	overflow: auto;
	font-size: 13px;
	line-height: 20px;
	padding: 11px;
}
.sec_main>div{
	margin: 5px 15px 10px;
	float: left;
}
.sec_main #sec01{width: 225px;}
.sec_main #sec02{width: 390px;}
.sec_main #sec03{
	width: 203px;
	line-height: 30px;
	margin-top: 1px;
}
.sec_main p{
	text-indent: 2em;
}


#announce .sec_header #ico01{background: url(../images/icon_inform_03.jpg) no-repeat 5% 50%;width: 234px;}
#announce .sec_header #ico02{background: url(../images/icon_sci.jpg) no-repeat 3% 50%;width: 373px;}
#announce .sec_header #ico03{background: url(../images/icon_link_03.jpg) no-repeat 8% 50%;width: 172px;}

.sec_main #ann01{width: auto;}
.sec_main #ann02{width: auto;}
.sec_main #ann03{width: 215px;}
.sec_main #ann04{width: auto;}

#announce a{
	color: #1c3052;
}
#announce a:hover{
	color: rgb(122, 98, 201);
}

#announce .sec_main li{
	line-height: 30px;
}

.sec_main #ann01 li{
	background:url(../images/circle.jpg) no-repeat 1% 50%;
	padding-left: 20px;
}
.sec_main #ann02 li{
	text-align: left;
	margin-right:10px;
	color: rgb(153, 153, 153);
	font-size:12px;
}

.sec_main #ann03 li{
	background:url(../images/triangle.jpg) no-repeat 1% 50%;
	padding-left: 23px;
}
.sec_main #ann04 li{
	background:url(../images/linkOut.jpg) no-repeat 1% 50%;
	padding-left: 28px;
}
#achieve .sec_header span{
	padding-left: 52px; 
	background: url(../images/icon_achievements.jpg) no-repeat 23% 100%;
}
#achieve .ach_one{
	width: 192px;
	height: auto;
	float: left;
	margin: 13px 25px;
}
#achieve .ach_one>div{
	background: black;
	height: 198px;
	position: relative;
	box-shadow: 1px 1px 3px #aaa;
}
#achieve .ach_one img{
	position: absolute;
	top: 0;
	opacity: 0.5;
	-webkit-transition:all ease-out 0.2s;
	-moz-transition:all ease-out 0.2s;
	-ms-transition:all ease-out 0.2s;
	-o-transition:all ease-out 0.2s;
	transition:all ease-out 0.2s;
}
#achieve .ach_one img:hover{
	opacity: 1;
}
#achieve .ach_one p{
	color: white;
	display: block;
	background: black;
	font-size: 12px;
	line-height: 14px;
	padding: 7px;
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 178px;
	height: 41px;
	box-shadow: 0px 0px 3px rgb(0, 0, 0);
}
#achieve .ach_one span{
	display: block;
	font-size: 12px;
	line-height: 17px;
	margin-top: 11px;
}

/************ Cont.html ***********/
#cont .cont_header{
	background: rgb(0,133,196) url(../images/icon_contact.jpg) no-repeat 4% 50%;
}
/************app*************/

#app .cont_header{
	background: rgb(0,133,196) url(../images/icon_achievements.jpg)no-repeat 3% 100%;
}
/**********news 新闻************/
.cont_main a{
	color: #1c3052;
}
.cont_main a:hover{
	color: rgb(122, 98, 201);
}
#news .news_main{
	overflow: auto;
	margin-bottom: 30px;
}

/************* inform 通知公告**************/
#inform_title{width: 500px;float: left;}
#inform_data{
	width: 150px;
	float:right;
}
#inform_title li{
	background: url(../images/circle.jpg) no-repeat 0% 50%;
	padding-left: 20px;	
	line-height:30px;
	color:#01669a;
}
#inform_data li{
	line-height:30px;
	text-align:right;
	color: #777;
}
ol.pagination{
	float: right;
	padding-top: 20px;
}
ol.pagination li{
	display: block;
	float:left;
	padding: 2px 3px;
}
ol.pagination li#selected{
	background: rgb(0,133,196);
	
}
ol.pagination li#selected a{
	color: white;
}

/*************dyna 学术动态**************/	
#dyna .dyna_one{
    height: auto;
    overflow: auto;
    margin-bottom: 26px;
}
#dyna .dyna_one .dyna_date{
	float:left;
	color:#676d7a;
	font-size:14px;
}
#dyna .dyna_one .dyna_main{
	width: 564px;
	float:right;
	color:#01669a;
	font-size: 12px;
}
#dyna .dyna_one .dyna_main span{
	font-size: 14px;
	background: url(../images/big_circle.jpg) no-repeat 1% 50%;
	padding-left: 28px;
	text-align:center;
	color:#073875;
}
#dyna .dyna_one .dyna_main p{
	padding-left:30px;
	margin-top: 17px;
	line-height: 20px;
}
#dyna .dyna_one .dyna_main a{
	color:#FFF;
	background:#1aa3f3;
	padding: 0 5px;
}
#dyna .dyna_one .dyna_main a:hover{
	background:rgb(0,133,196);
}


/**********tal 人才信息 **********/

#tal .tal_one{
	overflow: auto;
	border-bottom: 1px dashed #ccc;
	padding: 14px 5px;
}
#tal .tal_one>div{
	float: left;
	width: 500px;
}
#tal .tal_one h2{
	color: rgb(41, 105, 185);
	font-size: 16px;
	font-weight: 900;
	margin: 18px 0;
}
#tal .tal_one p{
	line-height: 20px;
}
#tal .tal_one>img{
	float: right;
}

/************ stu 学习园地 **********/
#stu_header{
	background: rgb(0,133,196) url(../images/icon_stu.jpg) no-repeat 4% 50%;
} 
#down_header{
	background: rgb(0,133,196) url(../images/icon_down.jpg) no-repeat 4% 32%;
}
#stu .cont_main>ul{
	line-height: 30px;
	width: 290px;
}
#down_01{
	float: left;
}
#down_02{
	float: right;
}
/********** slideJs.css**************/
	#slides {
      display: none;
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
       margin: -35px auto 0 auto;
		width: 60px;
		
       padding-left:5px;
		
       z-index: 999;
		position: relative;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 2px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 15px;
      height: 0;
      padding-top: 15px;
      background-image: url(../images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -14px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -14px
    }	