@charset "utf-8";
/* CSS Document */
/*html5*/
body{
	position:relative;
	width:1024px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}
/*#gapsnav 导航栏区块 位置*/
#gapsnav{
	position:absolute
	margin:0;	
	padding:0;
	background-color:rgb(206,16,16);
    width:1024px;
	height:227px;

}
/*一级菜单列表布局 Button大小*/
.w3-btn{
	height:41px;
	margin-right:10px;
}
/*一级菜单导航的*/
#gapsnav >ul{
	display:block;
	position:relative;
	top:-41px;
	left:-20px;
	list-style-type: none;
	margin: 0;
	padding:0;  
	float:right;
	height:0px;
}
/*列表排布方式 针对两级li*/
#gapsnav ul li
{
	float:left;
}
#gapsnav button a{
	height:41px;
	color:#fff;
	font-family: "Microsoft YaHei";
	text-decoration: none;
	text-transform: none;
} 
.gapssecondlink a{
	color:black;
}
/*全局链接容器*/
.d {
	position:relative;
	top:10px;
	margin:0px;
	background-color:#FFF;
	height:auto;
	width:1024px;
	margin-top:0px;
	padding:0px;
}
/*新闻动态&学术活动*/
.d1{
	display:inline-block;
	margin-top:20px;
	margin-left:20px;
	padding-left:0px;
	width:250px;
	height:auto;
}
.d1 h1{
	font-family: "Microsoft YaHei"
}
.news{
	margin-top:10px;
}
/*友情链接*/
.news li{
	margin-top:10px;
	margin-bottom:20px;
}

footer{
	margin-top:50px;
	height:100px;
	background-color: rgb(206,16,16);
}
footer p{
	font-family: "Microsoft YaHei";
	padding-top:10px;
	text-align:center;
	color: white;
}

.carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
