*{
	margin: 0px;
	padding:0px;
	font-family:'Microsoft YaHei',Arial,Verdana,Calibri;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
    border-width:0px;
}
.nav{
	width: 100%;
	height: 58px;
	background-color: #143cdb;
	margin-top:25px;
}
.list{
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	/*border: solid 1px red;*/
}
.list li{
	float: left;
	line-height:58px;
}
.list li a{
	color: #fff;
	padding:0 25px;
	line-height: 58px;
	font-size: 15px;
}
.list li a:hover{
	-webkit-text-shadow:1px 1px 1px #000000;
    -moz-text-shadow:1px 1px 1px #000000;
    -webkit-text-shadow:1px 1px 1px #000000;
    text-shadow: 1px 1px 1px #000000;
	text-shadow: 1px 1px 1px #000000;
	color: #fff;
}
.list li:hover{
	background-color: #186cff;
}
.list li:hover .down{
	display: block;
	transition: 0.5s;
}
.list li a.on{
   background-color: #333;
   color: #fff;	
}
.topbar{
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding-top: 10px;
}
.topbar logo{
   margin-top:40px;
}
.list li .down{
position: absolute;
z-index: 9999;
width: 125px;
background-color: #186cff;
display: none;
}
.list li>a{
	/*display: block;*/
	/*line-height: 30px;*/
	color: #fff;
}
.list li .down a{
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	padding-left: 28px;
}
.list li .down a:hover{
	color: #000;
	background-color: #ffcb50;
}
.list li a f{
	font-size: 12px;
	padding-left: 3px;
	height: 2px;
}
.mediabg{
	background-color: #000;
	height: 540px;
	margin: 0 auto;
}
.mediabg .media{
	width: 1000px;
	margin: 0 auto;
	height: 520px;
	padding-top:20px;
	/*padding-bottom: 20px;*/

}
.mediabg .video_tit{
	color: #fff;
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 16px;
	font-family:'Microsoft YaHei',Arial,Verdana,Calibri;
	/*text-align: center;*/
}
.bottom{
	margin: 0 auto;
	/*background-color: #e9e9e9;*/
	padding:40px;
	margin-top:5px;
	width: 915px;
	clear: both;
	border: 1px solid #ccc;
}
.bottom .copyright{
	height: 120px;
	margin: 0 auto;
	width: 700px;
	/*background-color: #333;*/
	padding-top:20px;
}
.bottom .copyright p{
	font-size: 13px;
	color: #eseses;
	text-align: center;
	margin-top:5px;
	line-height: 20px;

}
.bottom .copyright p a b{
	font-size: 14px;
	color: #1658b9;
}

