@charset "utf-8";

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ue-templates Basic themes */
/*         narkii.com        */

a {
	text-decoration:none;
	color:#464646;
	font-family: "arial","微软雅黑";
}
html{
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling:touch;
}

body {
	color:#464646;
	font-size:12px;
	font-family: "arial","微软雅黑";
	background:#fff;
}
a,body{ 
 }
img {
	border:0;
}
#main { max-width:1080px;margin:0 auto;}
.wrap{ min-width:300px;  }




/*****************在线交易******************/

.title-wrapper {
	width:1080px;
	margin:0 auto;
	background:#fff;
	position:relative;
	height:80px;


}

.title-bg {
	background:#fff;
	width:1080px;
	height:90px;	
	background:#fff;
}

.title-content {
	width:1000px;
	margin:0 auto;
	padding-bottom:25px;	
	border-bottom:1px solid #efefef;

}

.page-title {
	width:100%;
	clear:both;
	padding:20px 0 0;
	position:relative;
	z-index:1;
	margin-bottom:20px;

}

.page-title .page-background {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:100px;
	overflow:hidden;
	z-index:0;

}

.page-title .page-background .pattern1 {
	background:#f7f8f8;	height:180px;
}

.navigation_1-wrap{ height:55px; }
.navigation_1{ text-align:center; height:80px; line-height:80px; position:relative; width:1000px;top:0; left:0;

 }
.navigation_1.fixed{ position:fixed; height:50px; line-height:50px; }
.navigation_1 li{ display:inline-block; padding:0 20px; display:inline; color:#8c8c8c;}
.navigation_1 li a{ color:#8c8c8c; font-size:12px;
}
.navigation_1 li a:hover{
	color: #ff8500;
	text-decoration: underline;
}
.navigation_1 span{
	width:5px; 
	color:#b1b1b1;
}

#current {
	color: #ff8500;

}


