@charset "utf-8";
/* CSS Document */
html{
	background: #e4f8ff;
}
.white{
	background:#F9F5F6;
}
}
/*以下为把整个网页，内外边距设为0，去掉一些默认样式*/
*{
	margin: 0;
    padding:0;
    text-decoration: none;
    list-style: none;
	font-size: 16px;
	color: black;
    }


/*以下为顶部图片格式,规格975*170 居中，块级元素显示*/

.top {
	display: block;
	width: 975px;
   height: 170px;
   margin:0 auto;
}

/*以下为顶部文字导航栏格式*/
/*.big为最上面导航栏nav的外部格式*/

.big{
	
	width:975px;	
	margin: 0 auto;    
	margin-top: 10px;
	font-size:16px;
		
}

/*以下为导航栏左边div的媒体的格式*/
.left{	
	float:left;
	height: 40px;
	vertical-align: middle;
	
}
.left a{ 
	float: left;
	width: 120px;
font-size :16px;}

/*以下为导航栏右边div的媒体的格式*/
.right{	
	float:right;
vertical-align: middle;
    height: 40px;}

.right a{
	float:right;
	width: 100px;
	font-size:16px;
}
/*设置导航里每个链接的布局*/
.big a{
   display: inline-block; 
   height:40px;
   line-height:40px;
   text-align:center;
	
}
/*设置超连接悬停时，字体颜色变粗，背景变淡灰色*/

.big a:hover{
	font-weight:bold;
    background:#E4E4E4;
}
/*块状元素居中*/
.center{margin:auto;}
.img1{
	width:100%;
	height:100%;
	object-fit: cover;
}
	
/*字体等设置为红色加粗*/
.red.bold{
	color:#F1080C;
  font-weight: bold;}

.s16{font-size: 16px;}
a{text-decoration: none;}


	



