/* faqpage */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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 {
    border:0 none;
    font:inherit;
    margin:0;
    padding:0;
    vertical-align:baseline;
}
a { outline:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
body {
    line-height:1;
}
ol, ul {
    list-style:none outside none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
html, body {
    background:url(../images/bg_universal2604f1.png) repeat scroll 0 0 #575C63;
    color:#F0F0F0;
    font:14px/1.5 Helvetica,微软雅黑,黑体,Arial,Tahoma;
    height:100%;
    width:100%;
    text-align:center;
    text-shadow:0 1px 1px #333333;
}
.wxFaq .faq {
	width:100%;
	padding:0 0 50px 0;
	background:url(../images/bg_faq_bottom2604f1.png) repeat 0 0 transparent;
	text-shadow:none;
	text-align:left;
}
.wxFaq .container {
	width:960px;
	margin:0 auto;
}
.wxFaq .faq .logo{
	float:left;
	display:block;
	width:195px;
	height:110px;
	margin-top: 40px;
	background:url(../images/icon_fag2604f1.png) no-repeat 1px 2px transparent;
}
.wxFaq .main {
	position:relative;
	width:698px;
	margin-left:212px;
	padding:45px 0 180px 0;
	background:url(../images/bg_faq2604f1.png) repeat 0 0 #fff;
	box-shadow: 0 1px 1px #999;
}
.wxFaq .main .faqLine {
	position:absolute;
	top: 0;
	left: 30px;
	width:1px;
	height:100%;
	background:#f1f3f3;
	border-left: 1px solid #edefef;
	border-right: 1px solid #edefef;
}

.wxFaq .main .content {
	text-align:left;
	width: 500px;
}
.wxFaq .main .content dl {
	margin:0 0 20px 0;
}
.wxFaq .main .content dt {
	margin:0 0 14px 0;
	background:url(../images/faq_line_point2604f1.png) no-repeat 20px 0 transparent;
	color:#1b1d20;
	font-size:16px;
	font-weight:bold;
	padding-left:50px;
}
.wxFaq .main .content dd {
	color:#565b62;
	font-size:14px;
	line-height:1.6em;
	padding-left:50px;
}
.wxFaq .main .descripte {
	color:#6ba5be;
	padding-left:50px;
}
.wxFaq .footer {
	height:200px;
	text-align:center;
}
.wxFaq .footer .logo {
	width:90px;
	height:90px;
	margin:50px auto 0;
	background:url(../images/logo_watermark2604f1.png) no-repeat center transparent;
}


@media only screen and (-webkit-min-device-pixel-ratio-2) {
	.wxFaq .faq .logo{
		background-image:url(../images/icon_fag.2x2604f1.png);
		-webkit-background-size:200px 110px;
		background-size:200px 110px;
	}
	.wxFaq .footer .logo {
		background-image:url(../images/logo_watermark.2x2604f1.png);
		-webkit-background-size:90px;
		background-size:90px;
	}

}