@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
	background:#f1f1f1;
}

a{
	color:#000;
}

a:hover{
	color:#000;
}

img{
	display:block;
}

.wrapper{
	width:100%;
	min-width:1160px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1160{
	width:1160px;
	margin:0px auto;
	overflow:hidden;
}

.w900{
	width:900px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

li,p{
	overflow:hidden;
}

#nav{
	background:#36426f;
}

#nav .w1160{
	height:80px;
}

#nav li{
	float:left;
	width:232px;
}

#footer{
	background:#36426f;
	color:#fff;
	line-height:24px;
	text-align:center;
	padding:25px 0px;
}

#footer a{
	color:#fff;
}

#top{
  width: 100%;
  height:348px;
  overflow: hidden;
  position: relative;
}

.til{
  width: 100%;
  height: 348px;
  overflow: hidden;
  zoom:1;
  position: relative;
}
.til .fr{
  position: absolute;
  top: 0;bottom: 0;
  width: 52%;
  height: 100%;
  z-index: 99;
}
.til .fr img{
  width: 100%;
  height: 100%;
}
.til .fl{
  position: absolute;top: 0;bottom: 0;
  float: none;
  height: 100%;
  width: 50%;
}
.til .fl img{
  height: 100%;
  width: 100%;
}
.til .fr .con{
  position: absolute;
  left:11.2%;
  top:91px;
  bottom:0;
  height:165px;
  width:auto;
}


.to-top{
	position:fixed;
	right:1%;
	bottom:5%;
	width:88px;
	height:88px;
	background:url(../images/to-top.png);
	z-index:999;
}