/*****************
 * 
 * box-shadow
 * 
 ****************/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.row {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/**** scroll ****/
.mCSB_dragger_bar {
  background: #ccc;
}
.mCSB_draggerRail {
  *width: 3px;
  *position: absolute;
  *left: 6px;
  *top: 0;
}
/**** select ****/
.diy_select {
  position: relative;
}
.diy_select_input {
  display: none;
}
.diy_select_txt {
  cursor: pointer;
}
.diy_select_btn {
  display: block;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/caret_02.png);
  position: absolute;
  cursor: pointer;
}
.diy_select_list {
  display: none;
  overflow: hidden;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 100%;
}
.diy_select_list li {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/***** icon *****/
.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  margin: -3px 5px 0 0;
}
.icon-sch {
  background-image: url(../images/btn_01.png);
}
/***** public *****/
.wrapper {
  width: 100%;
  min-width: 1070px;
  word-break: break-word;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
/******* header *******/
.header {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}
.head-inner {
  width: 1070px;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
}
.head-logo {
  display: block;
  overflow: hidden;
  margin: 25px 0 22px 42px;
  font-size: 26px;
  line-height: 30px;
  color: #d71820;
}
.head-logo img {
  height: 30px;
  float: left;
  margin: 0 42px 0 0;
}
/***** nav *****/
.nav-box {
  width: 100%;
  display: block;
  /*overflow: hidden;*/
  background: url(../images/bg_nav.png) repeat-x top center;
  position: relative;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.nav-list {
  width: 100%;
  display:table;
  /*overflow: hidden;*/
  position: relative;
}
.nav-list > li {
  min-width: 3em;
  height: 40px;
  display:table-cell;
  vertical-align: middle;
  *display: inline;
  background: url(../images/nav_line.png) repeat-y right center;
}
.nav-list > li a img{
	margin-left:5px;
}
.nav-list > li:last-child {
  background: none;
}
.nav-list > li:hover > a {
  color: #fff;
}
.nav-list > li > a {
  font-size: 14px;
  line-height: 40px;
  color: #d2d0d0;
  text-align: center;
  padding: 0 10px;
}
/**** head-sch *****/
.head-sch {
  width: 100%;
  height: 75px;
  display: block;
  overflow: hidden;
  background: url(../images/bg_01.png) no-repeat center center;
}
.head-sch .inner {
  width: 365px;
  height: 33px;
  display: block;
  background: #fff;
  position: relative;
  margin: 20px auto 0;
  border: solid 1px #d71921;
}
.head-sch input[type='text'] {
  width: 245px;
  height: 23px;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  *margin-top: -1px;
}
.head-sch .btn-sch {
  width: 100px;
  height: 35px;
  display: block;
  background: #d71921;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -1px;
}
/****** main-box ******/
.main-box {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 8;
}
.main-inner {
  width: 1070px;
  min-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-top: solid 1px #dad9d9;
}
.main-left {
  width: 170px;
  min-height: 703px;
  border-right: solid 1px #dad9d9;
  padding: 14px 20px;
  background: #f7f7f7;
}
.main-container {
  width: 1026px;
  padding: 0 24px 0 20px;
  overflow: hidden;
}
.main-container.pull-right {
  width: 770px;
  overflow: visible;
}
/****** footer *******/
.footer {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}
.foot-inner {
  width: 1070px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 21px 0 22px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  text-align: center;
  border-top: solid 1px #dad9d9;
}
.foot-inner .logo {
  padding-right: 9px;
  border-right: solid 1px #a0a0a0;
  margin-right: 9px;
}
.foot-inner .logo img {
  height: 12px;
  margin: -3px 0 0;
}
.foot-inner i {
  font-style: normal;
}
/***** side-menu *****/
.menu-level1 {
  width: 162px;
  height: 26px;
  padding: 0 8px 16px;
  background: url(../images/divider_01.png) repeat-x center bottom;
  *background: none;
  *padding-bottom: 14px;
  *border-bottom: solid 1px #ccc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  margin-bottom: 16px;
}
.menu-level1 a {
  display: block;
  color: #333;
}
.menu-level1 img {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  margin-right: 8px;
}
.menu-sub {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.menu-sub li:hover a {
  color: #d71820;
}
.menu-sub li.current a {
  color: #d71820;
}
.menu-sub a {
  padding: 0 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
/******* 弹出框 ******/
.popbox {
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/bg_btm50.png);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}
.pop-inner {
  display: block;
  overflow: hidden;
  padding: 10px 25px;
  background: url(../images/bg_pop.png) repeat-x center top #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.pop-hd {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: solid 1px #aaaaaa;
  position: relative;
  margin-bottom: 12px;
}
.pop-title {
  float: left;
  font-size: 18px;
  line-height: 38px;
  color: #d71820;
  margin-left: 10px;
}
.pop-close {
  width: 26px;
  height: 26px;
  display: block;
  background: url(../images/btn_02.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.pop-bd {
  width: 90%;
  display: block;
  overflow: hidden;
  max-height:528px;
  padding:0 5%;
  overflow-y: auto;
  border:#d6d6d6 1px solid;
}
.pop-ft {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px 0 16px;
}
/****** btn *******/
.btn {
  height: 26px;
  display: inline-block;
  min-width: 46px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn.btn-default {
  background: #888888;
}
.btn.btn-red {
  background: #d71820;
}



.nav-list dl{
	background-color:#3d3c3e;
	position:absolute;
	top:100%;
	right:0;
	min-width:141px;
	max-height:195px;
	overflow:hidden;
	z-index:999;
	display:none;
	padding-left:10px;
}
.nav-list dd{
	border-bottom:#4b4a4c 1px solid;
	margin-right:8px;
}
.nav-list dl a{
	font-size:14px;
	line-height:38px;
	color:#d2d0d0;
	padding:0 10px;
}
.nav-list dl a:hover{
	color:#fff;
}

.nav-list .mCSB_scrollTools .mCSB_dragger{
	background-color:#bebcc2;
	width:6px;
}
.nav-list .mCSB_scrollTools .mCSB_draggerRail{
	background-color:#555457;
}