@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#333;
	background: url(../images/body-bg.jpg) no-repeat center 960px;
}

a{
	color:#333;
}

a:hover{
	text-decoration: none;
	color: #1779d6 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #e3e3e3 !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

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

.w1200{
	width:1200px;
	margin:0px auto;
}

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

p,li{
	overflow:hidden;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}


@media (max-width: 1440px) {
	#layout15 .w1200{ position: static; }
	#layout15 .topic{ left: -15px; top: 350px; z-index: 19; height: 285px; overflow: hidden;}
	#layout15 .bg{ display: none; }
	#layout15 .main{ margin-left: 50px; }
}