@charset "utf-8";
/*******common**************/
html {
  min-width: 1002px;
}
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
table,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
area {
  outline: none;
}
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
a {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
#wanmei_top {
  position: fixed !important;
}
#wm_bottom_ {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
body {
  background: url(images/bg.jpg) right top no-repeat fixed;
  font: 12px/22px simsun, sans-serif;
  color: #4e362b;
}
.sidebar {
  width: 260px;
  height: 960px;
  padding-right: 2px;
  position: fixed;
  left: 0;
  top: 41px;
  background: url(images/navbar.jpg) no-repeat;
}
.sidebar h3.part1 {
  margin-top: 165px;
  background: url(images/part1.png) no-repeat;
  height: 82px;
  text-indent: -99px;
  overflow: hidden;
  border-top: 1px solid #000;
}
.sidebar h3.part2 {
  height: 100px;
  background: url(images/part2.png) no-repeat;
  border-top: 1px solid #2c1821;
  text-indent: -99px;
  overflow: hidden;
}
.sidebar li {
  height: 52px;
  border-bottom: 1px solid #000;
  border-right: 0px solid #3d9800;
  background: url(images/nav.png) right no-repeat;
  text-indent: 25px;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
.sidebar li em {
  display: inline-block;
  background: url(images/icon.png) no-repeat;
  margin-right: 7px;
  width: 0;
  height: 0;
}
.sidebar li.active,
.sidebar li:hover {
  background-image: url(images/nav_hover.png);
  border-right-width: 6px;
  text-indent: 100px;
}
.sidebar li.active a,
.sidebar li:hover a {
  color: #c9a785;
}
.sidebar li.active span,
.sidebar li:hover span {
  color: #ff1800;
}
.sidebar li.active em,
.sidebar li:hover em {
  width: 9px;
  height: 9px;
}
.sidebar li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 52px;
  color: #8c8c8c;
}
.sidebar li a span {
  color: #9b0e00;
}
.main {
  width: 690px;
  padding: 41px 30px 0;
  min-height: 960px;
  background: url(images/main_bg.png) repeat;
  margin-left: 262px;
}
.main .wrap {
  overflow: hidden;
}
.main h1 {
  height: 52px;
  background: url(images/h1.png) left bottom no-repeat;
  padding-top: 95px;
  margin-bottom: 5px;
  text-indent: -999px;
  overflow: hidden;
}
.main .line {
  height: 0;
  border-bottom: 1px solid #494c4f;
  margin-bottom: 47px;
}
.main .tabs_nav {
  margin-bottom: 35px;
}
.main .tabs_nav ul {
  position: relative;
  float: left;
  left: 50%;
}
.main .tabs_nav ul li {
  width: 98px;
  height: 28px;
  font: 14px/2 "microsoft yahei";
  position: relative;
  float: left;
  right: 50%;
  cursor: pointer;
  text-align: center;
  background: #4e362b;
  color: #c9a785;
  margin: 0 3px;
  *padding: 0 15px;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}
.main .tabs_nav ul li:hover,
.main .tabs_nav ul li.active {
  background: #449707;
  color: #fffffe;
}
.main .tabs_items {
  height: 850px;
}
.main .tabs_items .tabs_item {
  float: left;
  width: 690px;
  overflow: auto;
}
.main .tabs_items .tabs_item img {
  margin: 10px 6px 0 6px;
}
.main .back {
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #616161;
  padding-right: 15px;
  float: right;
  background: url(images/back.png) right center no-repeat;
  margin: 20px 0;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/*
 * Swiper 3D Flow 2.1.0
 * 3D Flow plugin for Swiper
 *
 * http://www.idangero.us/sliders/swiper/plugins/3dflow.php
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 28, 2014
*/
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
.swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1000px;
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));/* Firefox 16+, IE10, Opera 12.50+ */
}
/*# sourceMappingURL=index.css.map */
.tabs_item h2 {
  line-height: 50px;
  font-size: 25px;
  font-weight: bold;
}
.tabs_item table {
  width: 500px;
  margin: 6px auto;
}
.tabs_item table td, .tabs_item table th {
  border: 1px solid #4e362b;
  padding: 7px 10px;
}
.tabs_item table th {
  color: #4e362b;
  background: #b97979;
  font-weight: bold;
}
/*tabele css end*/