@charset "utf-8";
/* CSS Document */
html {
	overflow-x: hidden;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 12px;
	font-family: '微软雅黑', Verdana, Geneva, sans-serif;
	-webkit-text-size-adjust: none;
}
input, select {
	font-size: 12px;
}
input, button, select, textarea {
	outline: none
}
a, img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	blr:expression(this.onFocus=this.blur());
	transition:0.3s ease 0s;
}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wrap {
	width: 1190px;
	margin: 0 auto;
}
/*=======通用=======*/
.page img{
	width:100%;
	height:100%;
}
/*.page1 {
	background: url(../images/img1.jpg) no-repeat center;
}
.page2 {
	background: url(../images/img2.jpg) no-repeat center;
}
.page3 {
	background: url(../images/img3.jpg) no-repeat center;
}
.page4 {
	background: url(../images/img4.jpg) no-repeat center;
}
.page5 {
	background: url(../images/img5.jpg) no-repeat center;
}
*/p.title {
	position: relative;
	width: 365px;
	height: 60px;
	line-height: 60px;
	top: 500px;
	left: 0;
	padding-left: 50px;
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #fff;
	background:url("../images/black.png")/*tpa=http://dpx.cc/statics/dpx/images/black.png*/ repeat;
}
/*main end*/
#footer{
	width:100%;
	height:45px;
	line-height:45px;
	background:#000000;
	position:fixed;
	bottom:0;
}
#footer .copy{
	color:#666666;
	padding-left:30px;
}
#footer .tel{
	color:#fff;
	padding-right:30px;
	line-height:45px;
}
#footer .tel a{
	background:url("../images/weibo.png")/*tpa=http://dpx.cc/statics/dpx/images/weibo.png*/ no-repeat;
	width:29px;
	height:23px;
	margin-top:11px;
	display:inline-block;	
}

/*@font-face { 
	font-family: yaheiLight;
	src:url(../font/msyhl.ttc); 
}*/ 
.content_title_bg{
	background:url(../images/title_bg.jpg) left bottom no-repeat;
	height:58px;
	text-align:left;
	font-size:36px;
	/*font-weight:bold;*/
	font-family:"微软雅黑";
	color:#D51220;
}