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

a{
	color:#000;
}

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

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !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;
}

#page{
	background: url(images/bg.jpg) no-repeat center top;
}

#page .w1200{
	height: 1080px;
	position: relative;
}

#page .video{
	position: absolute;
	right: 0px;
	top: 414px;
	width: 412px;
	height: 266px;
}

#page .video img{
	width: 100%;
	height: 100%;
}

#page .video .play{
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0px 0px -32px;
	background: url(images/play.png);
}

#page .block{
	position: absolute;
	width: 515px;
	height: 265px;
	top: 720px;
	padding: 30px 35px 0px 35px;
	background-color:rgba(255,255,255,0.75);
}

#page .block-left{
	left: 0px;
}

#page .block-right{
	right: 0px;
}

#page .block ul{
	margin-top: 22px;
}

#page .block li{
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	background: url(images/list.png) no-repeat left center;
	padding-left: 18px;
}

#page .block .photo{
	float: left;
	width: 211px;
	height: 167px;
	margin-top: 30px;
}

#page .block .photo img{
	width: 100%;
	height: 100%;
}

#page .block .text{
	float: right;
	width: 275px;
	margin-top: 22px;
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;
}