* {
    margin: 0;
    padding: 0;
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

img {
    border-style: none;
}

a:link {
    outline: none;
    text-decoration: none;
}

a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

/* body ------------------------------*/
body {
	font-family: STHeiti, "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EBF0F5;
}
/* top ------------------------------*/
#top {
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 109px;
	font-size: 34px;
	line-height: 102px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2D2D2;
	background-color: #FFF;
	color: #333333;
	width: 100%;
	width: 750px;
	position: fixed;
	z-index: 990;
}
#wrap {
	padding-top: 142px;
	padding-bottom: 101px;
}
#wrap img {
	display: block;	
}
#wrap .m_box {
	width: 682px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	margin-bottom: 34px;
}
#wrap .m_date {
	float: left;
	width: 110px;
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	padding-top: 28px;
}
#wrap .m_video {
	float: left;
	width: 424px;
	margin-left: 14px;	
}
#wrap .m_down {
	float: right;
	width: 94px;
	height: 69px;
	padding-top: 15px;
	padding-left: 39px;
	margin-top: 38px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D2D2D2;
}
.font_black {
	font-size: 42px;
	line-height: 56px;
}
.font_black2 {
	font-size: 24px;
}
#bottom {
	width: 750px;
	height: 100px;
	line-height: 99px;
	font-size: 30px;
	background-color: #ffffff;
	border-top: 1px solid #D2D2D2;
	position: fixed;
	bottom: 0px;
	background-image: url(../images/xz.png);
	background-repeat: no-repeat;
	background-position: 220px center;
	text-align: center;
}
#bottom a {
	width: 750px;
	height: 100px;
	float: left;
	color: #333333;
}
#fullbg {
	background-color:#000;
	opacity:0.5;
	width: 100%;
	height: 100%!important;
	position: fixed;
	top: 0;
	z-index:990;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	display: none;
}
#dialog {
	z-index:990;
	width:580px;
	margin-left: auto;
	margin-right: auto;
	z-index:990;
	//display: none;
}
#dialog .box1 {
	top: 30%;
	width: 580px;
	z-index: 990;
	position: fixed !important; /* 浮动对话框 */
}
#dialog .wrap {
	width: 580px;
	background-color: #FFF;
}
#dialog .btn {
	width: 50px;
	height: 50px;
	position: relative;
	float: right;
	margin-right: -25px;
	margin-top: -25px;
}
#dialog .title {
	text-align: center;
	font-size: 30px;
	line-height: 150%;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 28px;
}
#dialog .text {
	padding-right: 45px;
	font-size: 28px;
	color: #666666;
	padding-left: 60px;
	line-height: 160%;
	margin-bottom: 20px;
}
#dialog .text2 {
	padding-right: 50px;
	font-size: 28px;
	color: #666666;
	padding-left: 50px;
	line-height: 160%;
	margin-bottom: 20px;
	background-image: url(../images/ico.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 60px;
}
#dialog .txt {
	width: 410px;
	float: right;

}
#dialog .link {
	background-image: url(../images/r_link.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 60px;
	padding-top: 28px;
	text-align: center;
	margin-top: 60px;
	font-size: 34px;
	line-height: 38px;
	color: #333333;
}
#dialog .link a {
	color: #333333;
}
.font_gray {
	font-size: 32px;
	color: #888888;
	font-style:oblique;
	float: left;
}