* {
	margin: 0;
	padding: 0;
}
a {
	font-size: 12px;
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	background: #0A0A0A url(../images/bg01.jpg) no-repeat center top;
	background-size: cover;
	color: #FFF;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
}
html,
#container {
	min-height: 100%;
	height: 100%;
}
.w1000 {
	width: 1400px;
	margin: 0 auto
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
/*---------------index--------------*/
#header	{
	padding: 5px 0 10px;
	height: 132px;
	box-sizing: border-box;
	background: url(../images/h_bg.png) no-repeat center top;

}
#header .hBox {
	width:1080px;
	margin: 0 auto;
	padding: 0 110px;
}
#header .logo {
	margin: 5px 50px 0px 0px;
	float: left;
}
#header .logo img {
	display: block;
}
#header .hImg01 {
	float: left;
	width:289px;
	height: 31px; 
	margin: 30px auto 0 auto;
}
#header .hImg02 {
	margin: 32px 0 0 0;
	float: right;
}
#main .link {
	position: absolute;
	top: 22%;
	left: 30%;
	width: 7800px;
	margin: 0 0 0 -390px;
}
#main .link a {
	margin: 0 25px;
	float: left;	
}
.link_main a img {
	transition: all 0.4s;
}
.show1:hover img {
	transform:scale(1.1);
    -webkit-filter: brightness(120%); /* Chrome, Safari, Opera */
    filter: brightness(120%);
    box-shadow: 0 0 20px 1px rgba(255,255,255,1) inset;	    	
}
.show2 img{
	transform:scale(0.9);
    -webkit-filter: brightness(50%); /* Chrome, Safari, Opera */
    filter: brightness(50%);
    box-shadow: 0 0 20px 0px rgba(255,255,255,0) outset;	 	
}


@media all and (min-width: 0) and (max-width: 1400px) {
	#main .link {
		top: 22%;
		left: 30%;
		width: 2500px;
		margin: 0 0 0 -330px;
	}
	#main .link img {
		width: 250px;
	}
}
@media all and (min-width: 0) and (max-width: 1290px) {
}


.link_main{ width:1300px; margin: 30px auto 0 auto;padding-top:15px;}
.link_main a{ box-sizing:border-box;display:block; width: 25%; height: 526px; float: left;text-align: center;}
.clearfloat{ clear:both;}

.a_top_1{ float:left; display: block; background: url(../images/zaixian_btn.png) no-repeat 0 0 ; width: 150px; height: 40px; margin:22px 0 0 140px;}
.a_top_2{ float:left; display: block; background: url(../images/youhui_btn.png) no-repeat 0 0 ; width: 150px; height: 40px; margin: 22px 0 0 20px;}

.gonggao_1{ width:1080px; margin: 10px auto 20px auto;height:40px;line-height:40px;padding: 0 10px; background:rgba(0,0,0,0.5)  url(../images/notice-icon.png) no-repeat 10px 8px;border-radius: 8px;}

