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

a{
	color:#000;
}

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

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

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

.mt30{
	margin-top: 30px !important;
}

.mt50{
	margin-top: 50px !important;
}

.mt80{
	margin-top: 80px !important;
}

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

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	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;
}

#footer{
	border-top: 1px solid #e1d9c2;
	line-height: 28px;
	padding: 25px 0px;
	text-align: center;
}

#top{
	border-bottom: 1px solid #e1d9c2;
	height: 125px;
	background: #fff;
}

#top .logo1{
	float: left;
	margin-top: 42px;
}

#top .logo2{
	float: left;
	margin-left: 15px;
	margin-top: 34px;
}

#box{
	border: 1px solid #eee;
	width: 1000px;
	margin: 28px auto 40px auto;
	padding: 25px;
}

.focus{
	position: relative;
	margin-bottom: 125px;
}

.focus1{
	margin-top: 55px;
}

#box h3{
	position: absolute;
	top: -55px;
	left: 0px;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
}

#box img{
	width: 100%;
}

#box .text{
	position: absolute;
	left: 0px;
	bottom: -125px;
	height: 100px;
	padding: 0px 25px;
}

.focus1 .text{
	width: 850px;
}

#box h4{
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
}

#box h4 span{
	font-weight: bold;
}

#box p{
	line-height: 24px;
	height: 72px;
	margin-top: 8px;
}

#box .num{
	position: absolute;
	right: 0px;
	bottom: -125px;
	border-left: 1px solid #ddd4ba;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 95px;
	margin-top: 25px;
	font-size: 18px;
}

#box .num span{
	font-size: 30px;
	color: #bd2426;
}

#box .arrow1,#box .arrow2{
	position: absolute;
	width: 59px;
	height: 79px;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
}

#box .arrow1{
	left: 0px;
	background: url(images/arrow1.png);
}

#box .arrow2{
	right: 0px;
	background: url(images/arrow2.png);
}