/*! 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;
  background: url("./body-bg.jpg") #0a3f83 no-repeat center 0;
  overflow-x: hidden;
}
a {
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.wrapper {
  *zoom: 1;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.fc-yellow {
  color: #ffd053!important;
}
.fc-green {
  color: #02f9fc!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: 150px;
  background: #22211f;
  border-bottom: 1px solid #eaa300;
}
.header .wrapper {
  height: 100%;
  position: relative;
}
.header .logo {
  width: 275px;
  height: 72px;
  position: absolute;
  left: -70px;
  top: 40px;
  background: url("./logo.png");
}
.header .slogan {
  width: 524px;
  height: 89px;
  background: url("./slogan.png");
  position: absolute;
  left: 164px;
  top: 40px;
}

.header .query {
  width: 301px;
  height: 54px;
  background: url("./query.png");
  position: absolute;
  right: -30px;
  top: 100px;
}

.header .slogank {
  width: 301px;
  height: 54px;
  background: url("./slogank.png");
  position: absolute;
  right: -30px;
  top: 30px;
}
.header .btns-modal {
  width: 212px;
  height: 57px;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 30px;
  background: url("./btns-search.png");
}
.notice {
  margin: 0 auto;
  width: 1004px;
  height: 44px;
  line-height: 44px;
  background: #242021 url("./i-notice.png") no-repeat 20px center;
  border: 1px solid #302e2f;
  color: #edbd57;
  font-size: 14px;
  padding-left: 25px;
  overflow: hidden;
}
.notice h3 {
  float: left;
  font-weight: normal;
  padding: 0 0 0 20px;
}
.notice .marquee-box {
  overflow: hidden;
  margin-right: 20px;
  color: #edbd57;
}
.notice .marquee-box marquee {
  margin: 0;
  padding: 0;
}
.content {
  padding: 40px 0 0;
  background: #333 url("./content-bg.jpg") no-repeat center top;
}
.content.box {
  background: #331c12;
  padding: 0;
}
.content.box .wrapper {
  width: 1060px;
  margin: 0 auto;
  background: #8b5303 url("./contentbox_bg.png") no-repeat center center;
  padding: 60px 0;
}
.content.box .mod-nav {
  width: 100%;
  padding: 0;
}
.content.content-detail-bg {
  background: url("./content-detail-bg.jpg") #2c1d16 no-repeat center bottom;
}
.content .ad {
  margin: 20px 0;
}
.content .mod-nav {
  width: 992px;
  *zoom: 1;
  padding: 40px 0 0;
  margin: 0 auto;
}
.content .mod-nav:before,
.content .mod-nav:after {
  content: "";
  display: table;
}
.content .mod-nav:after {
  clear: both;
}
.content .mod-nav .nav-links {
  width: 564px;
  float: left;
  overflow: hidden;
}
.content .mod-nav .nav-links ul {
  width: 562px;
  float: left;
  *zoom: 1;
  margin: 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: 170px;
  height: 76px;
  margin: 0 17px 15px 0;
}
.content .mod-nav .nav-links li a {
  display: block;
  height: 100%;
  background: #0c4470;
  border: 1px solid #186baf;
  text-indent: -9999px;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.content .mod-nav .nav-links li a:hover {
  border: 0;
  background: #0c4470;
  border: 1px solid #fefe9f;
}
.content .mod-nav .nav-links li a:hover .i-1 {
  background-position: -140px 0;
}
.content .mod-nav .nav-links li a:hover .i-2 {
  background-position: -140px -45px;
}
.content .mod-nav .nav-links li a:hover .i-3 {
  background-position: -140px -90px;
}
.content .mod-nav .nav-links li a:hover .i-4 {
  background-position: -140px -135px;
}
.content .mod-nav .nav-links li a:hover .i-5 {
  background-position: -140px -180px;
}
.content .mod-nav .nav-links li a:hover .i-6 {
  background-position: -140px -225px;
}
.content .mod-nav .nav-links li a:hover .tle,
.content .mod-nav .nav-links li a:hover .txt-en {
  color: #fff;
}
.content .mod-nav .nav-links li i {
  margin-right: 5px;
  width: 140px;
  height: 45px;
  display: block;
  float: left;
  background: url("./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: 15px 0 0 10px;
}
.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: 420px;
  height: 170px;
  padding: 10px;
}
.content .mod-nav .marquee-wrap marquee {
  height: 100%;
  font-size: 13px;
}
.content .mod-nav .marquee-wrap ul {
  padding: 0 10px;
}
.content .mod-nav .marquee-wrap li {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #ff9c00;
}
.content .mod-nav .marquee-wrap li .col-1 {
  width: 150px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .mod-nav .marquee-wrap li .col-2 {
  overflow: hidden;
  margin: 0 0 0 20px;
}
.content .mod-nav .marquee-wrap li .spa-1 {
  color: #fff600;
}
.content .mod-nav .marquee-wrap li .spa-2 {
  color: #fff;
}
.content .mod-tip {
  border-top: solid 1px #242424;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  line-height: 2;
}
.btnlist h2 {
  background: url("./btnlist-h2-bg.png") no-repeat;
  font-size: 16px;
  color: #6d3e03;
  width: 171px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}
.btnlist em {
  font-size: 14px;
  color: #fff;
  padding: 0 0 0 10px;
  font-style: normal;
}
.btnlist ul {
  *zoom: 1;
  border: 1px solid #dcab3a;
  padding: 10px 0 10px 10px;
}
.btnlist ul:before,
.btnlist ul:after {
  content: "";
  display: table;
}
.btnlist ul:after {
  clear: both;
}
.btnlist li {
  float: left;
  margin: 5px;
  width: 153px;
  height: 40px;
  line-height: 40px;
  background: #eacb63;
  text-align: center;
}
.btnlist li a {
  display: block;
  color: #5d3103;
  font-size: 14px;
}
.btnlist li:hover {
  background: #fdfcaa;
}
.listbox {
  padding: 30px 0;
}
.listbox p {
  padding: 20px 0 10px;
  color: #bd6843;
  text-align: center;
}
.listbox p span {
  color: #f70000;
}
.listbox ul {
  width: 1040px;
  *zoom: 1;
  padding: 0;
}
.listbox ul:before,
.listbox ul:after {
  content: "";
  display: table;
}
.listbox ul:after {
  clear: both;
}
.listbox li {
  float: left;
  width: 184px;
  height: 184px;
  margin: 0 18px 22px 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 li a {
  display: block;
  color: #fff;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.listbox li .pic {
  height: 100%;
  overflow: hidden;
  display: block;
}
.listbox li .pic img {
  width: 100%;
}
.listbox li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./li-bg-hover.png");
  left: 0;
  top: 10px;
  filter: alpha(opacity = 0);
  opacity: 0;
}
.listbox li .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -17px 0 0 -60px;
  width: 121px;
  height: 33px;
  line-height: 33px;
  background: url("./btn-item.png");
  cursor: pointer;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  text-indent: -99em;
  overflow: hidden;
}
.listbox li:hover {
  top: -10px;
}
.listbox li:hover .mask {
  top: 0;
  filter: alpha(opacity = 100);
  opacity: 1;
}
.nav {
  position: absolute;
  width: 103px;
  right: -106px;
  top: 0;
}
.nav ul {
  *zoom: 1;
  color: #fff;
  margin: 1px 0 0;
}
.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-top: -1px;
}
.nav ul li a {
  color: #fff;
  width: 101px;
  height: 81px;
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #1a1516;
  border: 1px solid #2c2a2b;
  text-align: center;
}
.nav ul li a:hover {
  color: #fff;
  background: url("./nav-li.png");
  border: 1px solid #9c0f0f;
}
.nav ul li a:hover .i-1 {
  background-position: -35px 0;
}
.nav ul li a:hover .i-2 {
  background-position: -35px -35px;
}
.nav ul li a:hover .i-3 {
  background-position: -35px -70px;
}
.nav ul li a:hover .i-4 {
  background-position: -35px -105px;
}
.nav ul li a:hover .i-5 {
  background-position: -35px -140px;
}
.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: 35px;
  height: 35px;
  display: inline-block;
  background-image: url("./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 -35px;
}
.nav ul li i.i-3 {
  background-position: 0 -70px;
}
.nav ul li i.i-4 {
  background-position: 0 -105px;
}
.nav ul li i.i-5 {
  background-position: 0 -140px;
}
.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;
}
.crumb {
  height: 200px;

  text-indent: -9999px;
  cursor: pointer;
  margin: 20px 0px;
}
.detail-txt {
  border: solid 1px #dcab3a;
  padding: 30px;
  font-size: 14px;
  display: none;
}
.detail-txt p {
  color: #eacb63;
}
.detail-txt .detail-tbl {
  margin: 10px 0;
  width: 100%;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}
.detail-txt .detail-tbl th {
  background: #f20;
  padding: 5px;
  border: solid 1px #fff;
}
.detail-txt .detail-tbl td {
  border: solid 1px #fff;
  text-align: center;
  padding: 5px;
  word-break: break-all;
}
.detail-form {
  border: solid 1px #dcab3a;
  *zoom: 1;
  margin: 20px 0;
  padding: 30px 30px 10px;
  font-size: 16px;
}
.detail-form:before,
.detail-form:after {
  content: "";
  display: table;
}
.detail-form:after {
  clear: both;
}
.detail-form .list {
  *zoom: 1;
}
.detail-form .list:before,
.detail-form .list:after {
  content: "";
  display: table;
}
.detail-form .list:after {
  clear: both;
}
.detail-form .list li {
  *zoom: 1;
  margin: 0 0 20px;
}
.detail-form .list li:before,
.detail-form .list li:after {
  content: "";
  display: table;
}
.detail-form .list li:after {
  clear: both;
}
.detail-form .list li .cont {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}
.detail-form .list li label {
  display: block;
  float: left;
  width: 340px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: right;
  padding-right: 10px;
  color: #fff;
}
.detail-form .list li .ipt {
  float: left;
  height: 38px;
  border: solid 1px #dcdcdc;
  width: 250px;
  padding: 0 0 0 10px;
  color: #000;
  font-size: 16px;
}
.detail-form .list li .yzmbox {
  float: left;
  position: relative;
}
.detail-form .list li .yzmbox .yzmimg {
  position: absolute;
  top: 1px;
  right: -60px;
  cursor: pointer;
}
.detail-form .list .btn-sub1 {
  width: 117px;
  height: 38px;
  border: 0;
  float: left;
  background: #dcab3a;
  overflow: hidden;
  margin: 0 15px 0 0;
  color: #6d3e03;
  font-size: 16px;
 text-align: center;
 cursor: pointer;
}
.detail-form .list .btn-sub.red {
  background: #fb0f21;
  color: #fff;
  padding-top:5px;
   width: 117px;
  height: 38px;
  border: 0;
  float: left;
   overflow: hidden;
  margin: 0 15px 0 0;
  font-size: 16px;
 text-align: center;
 cursor: pointer;
}
.footer {
  font-size: 12px;
  background: #22211f;
  width: 100%;
  color: #e2c867;
  padding: 30px 0 0;
  border-top: 1px solid #faeb8e;
}
.footer .wrapper {
  background: url("./foot_bg.png") no-repeat center top;
  padding: 120px 0 20px;
  text-align: center;
}
.footer .links a {
  color: #e2c867;
  margin: 0 5px;
}
.footer .links a:hover {
  color: #fb0f21;
  text-decoration: underline;
}
.footer .copy {
  color: #e2c867;
  padding: 5px 0 10px;
}
.tabfoot {
  *zoom: 1;
  margin: 15px auto 0;
  color: #fff;
  position: absolute;
  right: -10px;
  bottom: 25px;
}
.tabfoot:before,
.tabfoot:after {
  content: "";
  display: table;
}
.tabfoot:after {
  clear: both;
}
.tabfoot .tab_menu {
  overflow: hidden;
  text-align: right;
  padding-top: 5px;
}
.tabfoot .tab_menu li {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  text-align: center;
  margin: 0 4px;
}
.tabfoot .tab_menu li i {
  width: 46px;
  height: 50px;
  display: block;
  background: url("./footer-icon.png");
}
.tabfoot .tab_menu li i.i-1 {
  background-position: 0 -50px;
}
.tabfoot .tab_menu li i.i-2 {
  background-position: -55px 0;
}
.tabfoot .tab_menu li i.i-3 {
  background-position: -110px 0;
}
.tabfoot .tab_menu li i.i-4 {
  background-position: -164px 0;
}
.tabfoot .tab_menu li.current {
  color: #e2fd00;
}
.tabfoot .tab_menu li.current i.i-1 {
  background-position: 0 0;
}
.tabfoot .tab_menu li.current i.i-2 {
  background-position: -55px -50px;
}
.tabfoot .tab_menu li.current i.i-3 {
  background-position: -110px -100px;
}
.tabfoot .tab_menu li.current i.i-4 {
  background-position: -164px -150px;
}
.tabfoot .tab_box {
  *zoom: 1;
  overflow: hidden;
}
.tabfoot .tab_box:before,
.tabfoot .tab_box:after {
  content: "";
  display: table;
}
.tabfoot .tab_box:after {
  clear: both;
}
.tabfoot .tab_box .hide {
  display: none;
}
.tabfoot .cont {
  height: 66px;
  line-height: 1.4;
}
.tabfoot .cont h4 {
  font-size: 14px;
  color: #28a6ff;
  text-align: right;
}
.tabfoot .cont p {
  font-size: 34px;
  color: #ffde00;
  text-align: right;
}
.tabfoot .cont p a {
  color: #ffde00;
}
#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: #633600;
  border: 4px solid #ffeea9;
  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("./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: 0;
  left: 0;
  right: 0;
  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("./logo.png") no-repeat center center;
  background-size: auto 83px;
}
.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;
  *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("./btn-submit.png");
  margin: 10px 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("./btn-submit2.png");
  margin: 10px 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("./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;
  background: #8c5303;
  border: 1px solid #dcab3a;
}
.modal-form .modal-table td,
.modal-form .modal-table th {
  word-break: break-all;
}
.modal-form .modal-table th {
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  background: #8c5303;
  border: solid 1px #dcab3a;
}
.modal-form .modal-table td {
  padding: 10px;
  font-size: 12px;
  border: solid 1px #dcab3a;
  background: ##8c5303;
}
.modal-form .btn-back {
  display: block;
  width: 178px;
  height: 48px;
  border: 0;
  background: url("./btn-back.png");
  margin: 30px auto;
}
.modal-form .btn-back:hover {
  filter: alpha(opacity = 80);
  opacity: 0.8;
}
.rbar {
  width: 99px;
  height: 188px;
  z-index: 99999;
  position: fixed;
  cursor: pointer;
  left: 50%;
  margin-left: 540px;
  bottom: 100px;
  background: url("./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(./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(./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(./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(./arrowl.png);
}
.slider#s01 .next {
  right: 15px;
  background: url(./arrowr.png);
}
.slider .slider-close {
  width: 40px;
  height: 14px;
  background: url(./slider-close.png);
  position: absolute;
  right: 30px;
  top: 2px;
}
.subbtn {
    background: #724c38;
    display: inline-block;
    width: 116px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border: none;
    margin-top: 10px;
    padding: 0;
    font-family: "微软雅黑";
}
.check {
    background: #f7b42a;
    display: inline-block;
    width: 116px;
    height: 37px;
    line-height: 37px;
    cursor: pointer;
    color: #442f04;
    font-size: 15px;
    text-align: center;
    border: none;
    margin-left: 6px;
    margin-top: 10px;
    padding: 0;
}
/* Others */
