/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Core reset stylesheet
 *
 * Don't make any changes in this file!
 *
 * Version 1.1
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
select,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
li {
  list-style: none;
}
:focus {
  outline: 0;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
}
/* Remove special stylesheet in firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* Remove highlight in mobie */
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*
[base]

	0- Global
	1- Links
	2- Content(For tinymce)
	3- Form
*/
/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hide {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
/* Clearfix
------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/* for IE6 */
*html .clearfix {
  zoom: 1;
}
/* for IE7 */
* + html .clearfix {
  zoom: 1;
}
/* Clearfix for LESS
------------------------------------------------------*/
/* Flexible  for LESS
------------------------------------------------------*/
/* Flexible  for LESS
------------------------------------------------------*/
/* margin/padding useing px2rem  for LESS
------------------------------------------------------*/
/* ellipsis useing in txt  for LESS
------------------------------------------------------*/
/* =1 Links
---------------------------------------------------------------------------------------------------------------------*/
a {
  color: #2f2f2f;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*
[variables]

	0- Colors
*/
/* =0 Colors
---------------------------------------------------------------------------------------------------------------------*/
/* Less elements
------------------------------------------------------*/
/* Basic UI */
/* 滚动条style for IE8&chorome
------------------------------------------------------*/
/* active page all css
------------------------------------------------------*/
body {
  font: 12px/1.6 Microsoft Yahei, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background: url(images/body-bg.jpg) #1a1a1a no-repeat center top;
}
a {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrapper {
  *zoom: 1;
  width: 1048px;
  margin: 0 auto;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.fc-yellow {
  color: #fcff00!important;
}
.fc-green {
  color: #00e41b!important;
}
.fc-red {
  color: #ff0000!important;
}
.fc-purple {
  color: #ff00ea!important;
}
.fs-18 {
  font-size: 18px!important;
}
.fs-16 {
  font-size: 16px!important;
}
.tl {
  text-align: left!important;
}
.tc {
  text-align: center!important;
}
.mt-20 {
  margin-top: 20px!important;
}
.hide {
  display: none;
}
.header {
  height: 146px;
}
.header .wrapper {
  height: 100%;
  position: relative;
}
.header .logo {
  width: 240px;
  height: 90px;
  position: absolute;
  left: 43%;
  top: 54px;
  margin-left: -136px;
  
}
.header .logo a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.header .slogan1 {
    width: 181px;
    height: 59px;
    position: absolute;
    left: 55%;
    top: 61px;
}

.header .slogan {
  width: 218px;
  height: 56px;
  background: url(images/slogan.png);
  position: absolute;
  left: 51px;
  top: 61px;
}
.header .txt {
  width: 302px;
  height: 36px;
  background: url(images/txt.png);
  position: absolute;
  left: 376px;
  top: 33px;
}
.header .btns-modal {
  width: 208px;
  height: 61px;
  position: absolute;
  z-index: 100;
  right: 24px;
  top: 54px;
  background: url(images/btns-search.png);
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.header .btns-modal:hover {
  right: 25px;
}
.content {
  padding: 0 0 0;
  background:url(images/content-bg.jpg) #1a1a1a no-repeat center top;
}
.content.content-detail-bg {
  background: url(images/content-detail-bg.jpg) #2c1d16 no-repeat center bottom;
}
.content .deng-1 {
  width: 247px;
  height: 190px;
  background: url(images/deng-1.png);
  position: absolute;
  left: 12px;
  top: -18px;
}
.content .deng-2 {
  width: 244px;
  height: 190px;
  background: url(images/deng-2.png);
  position: absolute;
  right: 12px;
  top: -18px;
}
.content .notice {
  width: 736px;
  height: 37px;
  line-height: 37px;
  background: #1b1b1b;
  color: #a7a7a7;
  margin: 0 auto;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.content .notice h3 {
  float: left;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.content .notice .marquee-box {
  overflow: hidden;
  margin-right: 20px;
  font-size: 12px;
}
.content .notice .marquee-box marquee {
  margin: 0;
  padding: 0;
}
.content .notice .marquee-box ul {
  *zoom: 1;
}
.content .notice .marquee-box ul:before,
.content .notice .marquee-box ul:after {
  content: "";
  display: table;
}
.content .notice .marquee-box ul:after {
  clear: both;
}
.content .notice .marquee-box ul li {
  float: left;
  padding: 0 15px;
}
.content .mod-nav {
  *zoom: 1;
  background: #171717;
  padding: 25px 20px 5px;
}
.content .mod-nav:before,
.content .mod-nav:after {
  content: "";
  display: table;
}
.content .mod-nav:after {
  clear: both;
}
.content .mod-nav .nav-links {
  width: 540px;
  float: right;
  overflow: hidden;
}
.content .mod-nav .nav-links ul {
  width: 700px;
  float: left;
  *zoom: 1;
  margin: 0 0 0 0;
}
.content .mod-nav .nav-links ul:before,
.content .mod-nav .nav-links ul:after {
  content: "";
  display: table;
}
.content .mod-nav .nav-links ul:after {
  clear: both;
}
.content .mod-nav .nav-links li {
  float: left;
  width: 166px;
  height: 90px;
  margin: 0 10px 20px;
}
.content .mod-nav .nav-links li a {
  display: block;
  height: 100%;
  background: #313131;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.content .mod-nav .nav-links li a:hover {
  border: 0;
  background: #ff6c00;
}
.content .mod-nav .nav-links li a:hover .i-1 {
  background-position: -45px 0;
}
.content .mod-nav .nav-links li a:hover .i-2 {
  background-position: -45px -45px;
}
.content .mod-nav .nav-links li a:hover .i-3 {
  background-position: -45px -90px;
}
.content .mod-nav .nav-links li a:hover .i-4 {
  background-position: -45px -135px;
}
.content .mod-nav .nav-links li a:hover .i-5 {
  background-position: -45px -180px;
}
.content .mod-nav .nav-links li a:hover .i-6 {
  background-position: -45px -225px;
}
.content .mod-nav .nav-links li a:hover .txt-en,
.content .mod-nav .nav-links li a:hover .tle {
  color: #fff;
}
.content .mod-nav .nav-links li i {
  margin-right: 5px;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  background: url(images/links-icons.png) no-repeat 0 0;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .mod-nav .nav-links li i.i-1 {
  background-position: 0 0;
}
.content .mod-nav .nav-links li i.i-2 {
  background-position: 0 -45px;
}
.content .mod-nav .nav-links li i.i-3 {
  background-position: 0 -90px;
}
.content .mod-nav .nav-links li i.i-4 {
  background-position: 0 -135px;
}
.content .mod-nav .nav-links li i.i-5 {
  background-position: 0 -180px;
}
.content .mod-nav .nav-links li i.i-6 {
  background-position: 0 -225px;
}
.content .mod-nav .nav-links li .inner {
  padding: 22px 0 0 15px;
}
.content .mod-nav .nav-links li .tle {
  line-height: 1.6;
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .mod-nav .nav-links li .txt-en {
  height: 16px;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
}
.content .mod-nav .nav-links li .txt-en em {
  margin-left: -5px;
  float: left;
  display: block;
  font-size: 12px;
  font-style: normal;
  transform: scale(0.85);
  white-space: nowrap;
}
.content .mod-nav .marquee-wrap {
  float: left;
  width: 415px;
  height: 200px;
  border: solid 3px #2f2f2f;
 
}
.content .mod-nav .marquee-wrap marquee {
  height: 100%;
  font-size: 12px;
}
.content .mod-nav .marquee-wrap ul {
  padding: 0 20px 0 40px;
}
.content .mod-nav .marquee-wrap li {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  color: #ff9c00;
}
.content .mod-nav .marquee-wrap li .col-1 {
  width: 150px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left:20px;
}
.content .mod-nav .marquee-wrap li .col-2 {
  overflow: hidden;
  margin: 0 0 0 20px;
}
.content .mod-nav .marquee-wrap li .spa-1 {
  color: #fff000;
  padding: 0 0 0 20px;
}
.content .mod-nav .marquee-wrap li .spa-2 {
  color: #fff;
  padding: 0 0 0 10px;
}
.content .mod-tip {
  border-top: solid 1px #242424;
  color: #fff;
  text-align: center;
  padding: 20px 0 35px;
  line-height: 2;
}
.listbox {
  background: #2c2c2c;
  padding: 15px 0 30px;
  margin: 0 0 0;
  border: solid 1px #373737;
}
.listbox .ul-list {
  width: 1140px;
  *zoom: 1;
  padding: 20px 0 0 45px;
}
.listbox .ul-list:before,
.listbox .ul-list:after {
  content: "";
  display: table;
}
.listbox .ul-list:after {
  clear: both;
}
.listbox .ul-list li {
  width: 284px;
  height: 202px;
  background: url(images/li-bg.jpg);
  float: left;
  margin: 0 50px 35px 0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  top: 0;
}
.listbox .ul-list li .item {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  cursor: default;
}
.listbox .ul-list li .item:before,
.listbox .ul-list li .item:after {
  content: "";
  display: table;
}
.listbox .ul-list li .item:after {
  clear: both;
}
.listbox .ul-list li .item .pic {
  width: 269px;
  height: 126px;
  display: block;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
}
.listbox .ul-list li .item .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity = 0);
  opacity: 0;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.listbox .ul-list li .item .pic:hover:after {
  filter: alpha(opacity = 100);
  opacity: 1;
}
.listbox .ul-list li .item h3 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listbox .ul-list li .item img {
  width: 100%;
}
.listbox .ul-list li .item .btns {
  text-align: center;
}
.listbox .ul-list li .item .btns a {
  width: 93px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  background-image: url(images/btn01.png);
  overflow: hidden;
  margin: 0 4px;
  color: #000;
}
.listbox .ul-list li:hover {
  top: -10px;
}
.listbox .ul-list li .item .btns a.btn-2 {
   width: 92px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  display: inline-block;
  background-image: url(images/btn02.png);
  text-indent: -99em;
  overflow: hidden;
  margin: 0 4px;
}
.listbox .ul-list li .item .btns a.btn-2:hover {
	 background-image: url(images/btn02.png);
	}
.nav {
  position: absolute;
  width: 98px;
  left: -98px;
  top: 70px;
}
.nav ul {
  *zoom: 1;
  color: #fff;
}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul li {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  margin-bottom: 12px;
}
.nav ul li a {
  color: #fff;
  height: 74px;
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #3e3e3e;
  text-align: center;
  font-weight: bold;
}
.nav ul li a:hover {
  color: #36341b;
  background-color: #f5ee94;
}
.nav ul li a:hover .i-1 {
  background-position: -30px 0;
}
.nav ul li a:hover .i-2 {
  background-position: -30px -30px;
}
.nav ul li a:hover .i-3 {
  background-position: -30px -60px;
}
.nav ul li a:hover .i-4 {
  background-position: -30px -90px;
}
.nav ul li a:hover .i-5 {
  background-position: -30px -120px;
}
.nav ul li a:hover .i-6 {
  background-position: -30px -150px;
}
.nav ul li a:hover .i-7 {
  background-position: -30px -180px;
}
.nav ul li i {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(images/menu-bgs.png);
  background-repeat: no-repeat;
  margin: 12px 8px 0 10px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav ul li i.i-1 {
  background-position: 0 0;
}
.nav ul li i.i-2 {
  background-position: 0 -30px;
}
.nav ul li i.i-3 {
  background-position: 0 -60px;
}
.nav ul li i.i-4 {
  background-position: 0 -90px;
}
.nav ul li i.i-5 {
  background-position: 0 -120px;
}
.nav ul li i.i-6 {
  background-position: 0 -150px;
}
.nav ul li i.i-7 {
  background-position: 0 -180px;
}
.nav ul li .sp1 {
  display: block;
  line-height: 1.2;
  font-size: 14px;
  margin-top: 2px;
}
.detail-wrap {
  color: #fff;
  padding: 0 0 20px;
}
.detail-wrap .crumb {
  height: 82px;
  line-height: 82px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 130px 0;
  position: relative;
}
.detail-wrap .crumb h2 {
  text-align: center;
  color: #ccc;
  font-size: 30px;
}
.detail-wrap .crumb .btn-back {
  width: 120px;
  height: 37px;
  display: block;
  background: url(images/crumb-btn.png);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.detail-wrap .detail-txt {
  border: solid 1px #373737;
  background: #2c2c2c;
  padding: 0 30px 50px;
  font-size: 14px;
}
.detail-wrap .detail-txt .hd {
  padding: 20px 0;
}
.detail-wrap .detail-txt .hd h3 {
  color: #858585;
  font-size: 24px;
}
.detail-wrap .detail-txt .bd p {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.8;
  color: #aaa;
}
.detail-wrap .detail-txt .detail-tbl {
  margin: 10px 0;
  width: 100%;
  background: #151515;
  color: #aaa;
}
.detail-wrap .detail-txt .detail-tbl th {
  background: #0c0c0d;
  padding: 5px;
  border: solid 1px #292929;
}
.detail-wrap .detail-txt .detail-tbl td {
  border: solid 1px #292929;
  text-align: center;
  padding: 5px;
  word-break: break-all;
}
.detail-wrap .detail-form {
  border: solid 1px #373737;
  background: #2c2c2c;
  *zoom: 1;
  margin: 30px 0 0;
  padding: 30px 0;
  font-size: 14px;
}
.detail-wrap .detail-form:before,
.detail-wrap .detail-form:after {
  content: "";
  display: table;
}
.detail-wrap .detail-form:after {
  clear: both;
}
.detail-wrap .detail-form .list {
  *zoom: 1;
}
.detail-wrap .detail-form .list:before,
.detail-wrap .detail-form .list:after {
  content: "";
  display: table;
}
.detail-wrap .detail-form .list:after {
  clear: both;
}
.detail-wrap .detail-form .list li {
  *zoom: 1;
  margin: 0 0 10px 0;
}
.detail-wrap .detail-form .list li:before,
.detail-wrap .detail-form .list li:after {
  content: "";
  display: table;
}
.detail-wrap .detail-form .list li:after {
  clear: both;
}
.detail-wrap .detail-form .list li .cont {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}
.detail-wrap .detail-form .list li label {
  display: block;
  float: left;
  width: 250px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: right;
  padding-right: 10px;
}
.detail-wrap .detail-form .list li .ipt {
  float: left;
  height: 36px;
  border: solid 1px #7c7c7c;
  width: 250px;
  padding: 0 0 0 10px;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
.detail-wrap .detail-form .list li .yzmbox {
  float: left;
  position: relative;
}
.detail-wrap .detail-form .list li .yzmbox .yzmimg {
  position: absolute;
  top: 6px;
  right: 4px;
  cursor: pointer;
}
.detail-wrap .detail-form .list .btn-sub {
  width: 157px;
  height: 39px;
  border: 0;
  float: left;
  background: #d90002;
  overflow: hidden;
  margin: 10px 0 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
}
.detail-wrap .detail-form .form-btns {
  padding: 50px 0 10px;
}
.detail-wrap .detail-form .form-btns p {
  font-size: 12px;
  color: #858585;
  text-align: center;
  line-height: 2;
}
.detail-wrap .detail-form .form-btns .btns {
  text-align: center;
  *zoom: 1;
  padding: 20px 0 0;
}
.detail-wrap .detail-form .form-btns .btns:before,
.detail-wrap .detail-form .form-btns .btns:after {
  content: "";
  display: table;
}
.detail-wrap .detail-form .form-btns .btns:after {
  clear: both;
}
.detail-wrap .detail-form .form-btns .btns a {
  width: 185px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  background: #1b1b1b;
  margin: 0 8px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
  left: 0;
}
.detail-wrap .detail-form .form-btns .btns a:hover {
  left: 5px;
}
.footer {
  margin: 25px 0 0;
  text-align: center;
  font-size: 12px;
  position: relative;
  line-height: 1.6;
  padding: 0 0 20px;
}
.footer .footer-brand {
  height: 53px;
  background: url(images/footer-brand.png) no-repeat center center;
}
.footer .links {
  color: #7d7d7d;
  padding: 15px 0 5px;
}
.footer .links a {
  color: #7d7d7d;
}
.footer .links a:hover {
  color: red;
}
.footer .links span {
  font-family: Arial;
  font-size: 12px;
  padding: 0 8px;
}
.footer .copy {
  font-size: 12px;
  color: #7d7d7d;
}
#msgDiv {
  z-index: 10001;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 687px;
  height: 600px;
  background: #171717;
  border: solid 4px #6a6a6a;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -350px 0 0 -343px;
  display: none;
  font-size: 16px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#msgDiv .i-close {
  width: 124px;
  height: 124px;
  background: url(images/i-close.png);
  position: absolute;
  right: -10px;
  top: -5px;
  cursor: pointer;
  z-index: 10;
}
#msgDiv #msgDetail {
  height: 100%;
}
#msgDiv .bd {
  height: 100%;
  position: relative;
  overflow-y: auto;
  /*---滚动条默认显示样式--*/
  /*---鼠标点击滚动条显示样式--*/
  /*---滚动条大小--*/
  /*---滚动框背景样式--*/
  scrollbar-face-color: #434343;
  /*滚动条3D表面（ThreedFace）的颜色*/
  scrollbar-highlight-color: #000;
  /*滚动条3D界面的亮边（ThreedHighlight）颜色*/
  scrollbar-shadow-color: #000;
  /*滚动条3D界面的暗边（ThreedShadow）颜色*/
  scrollbar-3dlight-color: #000;
  /*滚动条亮边框颜色*/
  scrollbar-arrow-color: #000;
  /*滚动条方向箭头的颜色 */
  scrollbar-track-color: #000;
  /*滚动条的拖动区域(TrackBar)颜色*/
  scrollbar-darkshadow-color: #000;
  /*滚动条暗边框（ThreedDarkShadow）颜色*/
}
#msgDiv .bd::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  height: 50px;
  -webkit-border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#msgDiv .bd::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  -webkit-border-radius: 6px;
  cursor: pointer;
}
#msgDiv .bd::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#msgDiv .bd::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
}
#bgDiv {
  display: none;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  opacity: 0.5;
}
.modal-form {
  color: #fff;
}
.modal-form .modal-logo {
  height: 83px;
  display: block;
  margin: 30px auto 0;
  background: url(images/logo.png) no-repeat center center;
}
.modal-form .modal-tle {
  line-height: 1;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 30px 0 0;
}
.modal-form .fm-list {
  padding: 30px 0 30px;
  *zoom: 1;
}
.modal-form .fm-list:before,
.modal-form .fm-list:after {
  content: "";
  display: table;
}
.modal-form .fm-list:after {
  clear: both;
}
.modal-form .fm-list li {
  *zoom: 1;
  margin-bottom: 15px;
}
.modal-form .fm-list li:before,
.modal-form .fm-list li:after {
  content: "";
  display: table;
}
.modal-form .fm-list li:after {
  clear: both;
}
.modal-form .fm-list li .cont {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}
.modal-form .fm-list li label {
  float: left;
  width: 250px;
  text-align: right;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  overflow: hidden;
}
.modal-form .fm-list li .ipt {
  float: left;
  height: 36px;
  border: solid 1px #7c7c7c;
  width: 300px;
  padding: 0 0 0 10px;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
.modal-form .fm-list li .yzmbox {
  float: left;
  position: relative;
}
.modal-form .fm-list li .yzmbox .yzmimg {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.modal-form .fm-list .btn-submit {
  float: left;
  width: 207px;
  height: 48px;
  border: 0;
  background: url(images/btn-submit.png);
  margin: 10px 0 0 0;
}
.modal-form .fm-list .btn-submit:hover {
  filter: alpha(opacity = 80);
  opacity: 0.8;
}
.modal-form .fm-list .btn-submit2 {
  float: left;
  width: 178px;
  height: 48px;
  border: 0;
  background: url(images/btn-submit2.png);
  margin: 10px 0 0 0;
}
.modal-form .fm-list .btn-submit2:hover {
  filter: alpha(opacity = 80);
  opacity: 0.8;
}
.modal-form .fm-list .btn-search {
  width: 178px;
  height: 48px;
  border: 0;
  margin-top: 10px;
  background: url(images/btn-search.png);
}
.modal-form .fm-list .btn-search:hover {
  filter: alpha(opacity = 80);
  opacity: 0.8;
}
.modal-form .modal-table {
  width: 640px;
  margin: 30px auto;
  text-align: center;
}
.modal-form .modal-table td,
.modal-form .modal-table th {
  border: solid 1px #424242;
  word-break: break-all;
}
.modal-form .modal-table th {
  font-size: 14px;
  padding: 5px 10px;
  color: #b6b6b6;
}
.modal-form .modal-table td {
  padding: 10px 10px;
  font-size: 12px;
}
.modal-form .btn-back {
  display: block;
  width: 178px;
  height: 48px;
  border: 0;
  background: url(images/btn-back.png);
  margin: 30px auto;
}
.modal-form .btn-back:hover {
  filter: alpha(opacity = 80);
  opacity: 0.8;
}
.rbar {
  width: 83px;
  height: 160px;
  z-index: 99999;
  position: fixed;
  cursor: pointer;
  left: 50%;
  margin-left: 540px;
  bottom: 100px;
  background: url(images/rbar.png) no-repeat 0 0;
}
.rbar a {
  width: 100%;
  float: left;
  display: block;
  height: 80px;
}
.rbar .totop {
  display: block;
}
/* Modules */
/* duilian
------------------------------------------------------*/
.duilian {
  top: 300px;
  position: absolute;
  overflow: hidden;
  display: none;
  z-index: 10001;
}
.duilian_left {
  left: 10px;
  width: 130px;
  height: 330px;
  background: url(images/xf-left.png) no-repeat;
}
.duilian_left .block1,
.duilian_left .block2,
.duilian_left .duilian_close {
  position: absolute;
}
.duilian_left .block1 {
  width: 130px;
  height: 35px;
  top: 95px;
  left: 5px;
}
.duilian_left .block2 {
  width: 130px;
  height: 35px;
  top: 185px;
  left: 5px;
}
.duilian_left .duilian_close {
  width: 75px;
  height: 23px;
  left: 36px;
  bottom: 0;
}
.duilian_right {
  right: 10px;
  width: 83px;
  height: 159px;
  background: url(images/xf-right.png) no-repeat;
  position: absolute;
}
.duilian_right .block1,
.duilian_right .block2,
.duilian_right .block3,
.duilian_right .duilian_close {
  position: absolute;
}
.duilian_right .block1 {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
}
.duilian_right .block2 {
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.duilian_right .block3 {
  width: 100%;
  height: 80px;
  top: 90px;
  left: 0;
}
.duilian_right .duilian_close {
  width: 75px;
  height: 24px;
  left: 25px;
  bottom: 0;
}
.slider {
  position: fixed;
  left: 15px;
  bottom: 20px;
  overflow: auto;
  text-align: center;
}
.slider ul > li {
  float: left;
}
.slider#s01 {
  width: 217px;
}
.slider#s01 .dots {
  position: absolute;
  left: 0;
  top: 8px;
}
.slider#s01 .dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  text-indent: -999em;
  border-radius: 100%;
  cursor: pointer;
  opacity: .8;
  background: #fff;
}
.slider#s01 .dots li.active {
  width: 21px;
  height: 21px;
  background: url(images/dots-active.png);
  opacity: 1;
  position: relative;
  top: -8px;
}
.slider#s01 .arrow {
  position: absolute;
  top: 200px;
}
.slider#s01 .prev,
.slider#s01 .next {
  width: 20px;
  height: 35px;
  background: red;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.slider#s01 .prev {
  left: 15px;
  background: url(images/arrowl.png);
}
.slider#s01 .next {
  right: 15px;
  background: url(images/arrowr.png);
}
.slider .slider-close {
  width: 40px;
  height: 14px;
  background: url(images/slider-close.png);
  position: absolute;
  right: 30px;
  top: 2px;
}
/* Others */
