/*--a-reset--*/
::-moz-selection {
background:#e83100;
color:#fff;
text-shadow:none;
}

::selection
{
	background: #e83100;
	color: #fff;
	text-shadow: none;
}

a
{
	color: rgba(255,116,77,1);
	text-decoration: none;
	cursor: pointer;
	outline: 0 none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

a:focus
{
	-moz-outline-style: none;
	border: 0px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol, li, ul, dl, dt, dd { list-style: none; }

fieldset, img { border: 0; }

h1, h2, h3, h4, h5, h6
{
	font-size: inherit;
	font-weight: normal;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

input, textarea, select, button
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline-style: none;
	outline-width: 0pt;
	resize: none;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

b, i
{
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}

em
{
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}

.cl:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cl { zoom: 1; }

html
{
	overflow-y: auto;
	color: #000;
	background: #fff;
}

body
{
	min-width: 1200px;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: rgb(102, 102, 102);
	width: 100%;
	margin: 0;
	line-height: 1.5;
}


html.show-layer, html.show-layer body
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

body, html
{	
	height: 100%;
	position:relative;	
}

/*--z-reset--*/





#chen-wrap, #xc-h-wrap, #xc-header, #xc-footer
{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#xc-header { background-color: #000; }

#chen-wrap { overflow-x: hidden; }

#xc-h-wrap, #xc-header { z-index: 9999; }

#xc-header a.chen-logo, .xc-footer-logo a.xc-f-logo
{
	background-image: url(../rw_common/images/z.png);
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	background-size: 190px 57px;
}

/*~~导航条~~*/

#xc-h-wrap
{
	_position: fixed;
	_position: absolute;
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	background: #000;
}/*~~两边灰块~~*/

/* background: rgba(255,255,255,.90); -webkit-transition: background 1s ease-in-out; -moz-transition: background 1s ease-in-out; transition: background 1s ease-in-out;*/

#xc-header
{
	height: 60px;
	min-width: 1200px;
	width: 89%;
	margin: auto;
	position: relative;
}/*~~导航条~~*/

#xc-header a.chen-logo
{
	width: 16%;
	height: 60px;
	float: left;
	top: 0px;
	left: 5%;
	position: relative;
}/*~~cx logo~*/

#xc-header .chen-navigator { height: 60px; }

#xc-header .chen-navigator.left
{
	float: right;
	margin-right: 100px
}/*~~导航内容位置~~*/

#xc-header .chen-navigator.right
{
	position: absolute;
	right: 20px;
	top: 0;
	margin-left: 0;
	white-space: nowrap;
}/*~~？~~*/

/*#xc-header .chen-navigator.right li{float:left;padding-left:20px;}*/

#xc-header .chen-navigator.right li.xc-tips-bar
{
	padding-left: 0;
	display: none;
}

.chen-navigator li
{
	line-height: 62px;
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: middle;
	padding: 0px 30px;
	float: left;
	font-size: 16px;
}/*~~内容格式~~*/

.chen-navigator li a { color: #fff; }/*~~字体颜色~~*/

.chen-navigator li a:hover, .chen-navigator li.current a { color: #e8340e; }/*~~鼠标指针浮动在其上的颜色~~*/

.chen-navigator > li > a:first-child:nth-last-child(2):before
{
	content: '';
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentcolor;
	top: 50%;
	margin-top: 0px;
	margin-left: 70px;/*为了和导航栏people位置相仿，%设置不好使，只好用px*/
}

.chen-navigator > li:hover > ul
{
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.chen-navigator-child
{
	width: 140px;
	position: absolute;
	top: 60px;
	right: 650px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	margin: 20px 0 0 0;
	background-color: #000;
	transition: margin .15s, opacity .15s;
	border-top-color: #F00;
}/*二级菜单*/

.chen-navigator-child  li
{
	line-height: 50px;
	top: 60px;
	width: 80px;
	border-bottom: 0.5px solid #CCC;
}/*二级菜单之间间隔的样式*/

/*.chen-navigator-child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1.5em;
  top: -8px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}/*小三角*/

.chen-navigator-child > li:last-child { border: 0; }

.chen-navigator-child a { }

.chen-navigator-child a:hover { background-color: #000; }
