@charset "utf-8";
/* CSS Document */
/*以下为把整个网页，内外边距设为0，去掉一些默认样式*/
*{
	margin: 0;
    padding:0;
    text-decoration: none;
    list-style: none;
	font-size: 16px;
    font-family: "微软雅黑", "宋体", "新宋体";
list-style: none;
}
/*以下为顶部图片格式*/
.top{
	margin-top:30px;
	width: 975px;
   height: 105px;
   margin: auto ;
  padding: 20px 0px;
}

.top2{
	display: inline-block;
	height: 105px;
	
}
.m50{margin-right:60px;}
.top2 img{height: 105px;}

#right{float:right;}

.top3{
	width: 975px;
    margin: auto;
}


.big{
	width:975px;	
	margin: auto;
    display: grid;
	height: 40px;
	background:#E40A0D;
	grid-template-columns: 600px 1fr;
	position: relative;
	
}

.right{
	float:right;
    color:white;
   margin-right: 1px;
    height: 40px;
	width: 100px;
    line-height:40px; }

.right:hover{color:#EBEFAE;}
.dropbox{
	width:120px;
	float:left;
}
/*这里显示droplist*/
.dropbox:hover .droplist{
	display: block;
	
}

.dropbt{
	width: 120px;
	height: 40px;
	background: #EB070A;
/*	让字水平垂直居中*/
	text-align: center;
	line-height: 40px;
	color: #fff;
/*	鼠标悬停变小手*/
	cursor: pointer;
}

.droplist{

/*	让droplist看不见*/
	display:none;
	background:#F70E12;
	opacity: 0.9;

}
/*设置超连接悬停时背景变色*/
.droplist a:hover{
	background:#F8484A;
	color:#121111;
}
.droplist li{
/*	设置每一项的高，让字水平垂直居中*/
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.droplist a{
/*	修改变色的范围*/
	display: block;
/*	让链接颜色变黑色*/
	color:#F9F5F6;
}

/*使块级元素（比如P元素）居中,宽度为680 ，上下内边距为10，左右内边距为20*/
.auto{
	margin: auto;
    width: 680px;
    padding:10px 20px;}

/*.auto2设置从公司简介到水平分割线的格式*/
.auto2{
	margin:auto;
	width: 975px;
	border-left:  thin dotted #CFCFCF;
	border-right: thin dotted #CFCFCF;
}

/*以下为设置段落P格式设置为，首行缩进2个字，居中*/
p{
	text-indent: 2em;
  margin:10px auto;
	
}

/*以下为设置水平分割线的格式*/
hr{
    border: thin  #C8C8C8 dotted;
	
	
}

h3{
padding-top:15px;
padding-bottom:15px;	
}

#td1 {
	border-right: thin solid #CECECE;
	padding-right: 10px;
}
td ul li {
	list-style-type:none;
	font-family: "微软雅黑", "宋体", "新宋体";
	font-size:13px;
}
table{
	width: 100%;
	background: white;
	
}
#td2{padding-left: 5px;}
#bt{margin-bottom: 30px;}
#bt2{margin-top: 12px;}
#bt3{margin-bottom: 12px;}
#w975{
	width: 975px;
}

li span{
	text-align: center;
    color: red;
}
.white2{color:white;}