html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
input,
textarea,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
blockquote,
q {
  quotes: "&#8220;" "&#8221;";
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Inconsolata, "Courier", "Courier New", monospace, Georgia, "Times New Roman", serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::valid,
::invalid,
::required,
::optional,
::in-range,
::out-of-range {
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
::-moz-focus-inner {
  border: 0;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.bullet {
  list-style: circle;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rounded {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.visible {
  visibility: visible;
}
.hidden {
  visibility: hidden;
}
.dib {
  display: inline-block;
  
  vertical-align: middle;
}
.mt10 {
  margin-top: 10px;
}
.cgreen {
  color: #4bbc62 !important;
}
.ccgreen {
  color: #5cab8b !important;
}
.cred {
  color: #ef392e !important;
}
.cblue {
  color: #0f8ada !important;
}
.ccblue {
  color: #01115c !important;
}
.corange {
  color: #fc5624 !important;
}
.cpurple {
  color: #8c11dd !important;
}
.ccpurple {
  color: #8a5b4b !important;
}
.serviceC1 {
  background-color: #baa789 !important;
}
.serviceC2 {
  background-color: #885a4a !important;
}
.serviceC3 {
  background-color: #565b61 !important;
}
.serviceC4 {
  background-color: #1087db !important;
}
.serviceC5 {
  background-color: #ffb319 !important;
}
.serviceC6 {
  background-color: #5cac89 !important;
}
body {
  font-size: 14px;
  background-color: #f2f2f2;
  font-family: 'Microsoft Yahei';
  color: #333;
}
img {
  display: block;
  border: 0;
}
.affix {
  position: fixed;
}
a {
  text-decoration: none;
}
a:link,
a:active,
a:visited {
  text-decoration: none;
}
.icon {
  display: inline-block;
  
  vertical-align: middle;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-image: url("../image/icons1.png");
  background-repeat: no-repeat;
}
.u00 {
  background-position: 0px 0;
}
.u10 {
  background-position: 0px -30px;
}
.u20 {
  background-position: 0px -60px;
}
.u30 {
  background-position: 0px -90px;
}
.u40 {
  background-position: 0px -120px;
}
.u01 {
  background-position: -30px 0;
}
.u11 {
  background-position: -30px -30px;
}
.u21 {
  background-position: -30px -60px;
}
.u31 {
  background-position: -30px -90px;
}
.u41 {
  background-position: -30px -120px;
}
.u02 {
  background-position: -60px 0;
}
.u12 {
  background-position: -60px -30px;
}
.u22 {
  background-position: -60px -60px;
}
.u32 {
  background-position: -60px -90px;
}
.u42 {
  background-position: -60px -120px;
}
.u03 {
  background-position: -90px 0;
}
.u13 {
  background-position: -90px -30px;
}
.u23 {
  background-position: -90px -60px;
}
.u33 {
  background-position: -90px -90px;
}
.u43 {
  background-position: -90px -120px;
}
.u04 {
  background-position: -120px 0;
}
.u14 {
  background-position: -120px -30px;
}
.u24 {
  background-position: -120px -60px;
}
.u34 {
  background-position: -120px -90px;
}
.u44 {
  background-position: -120px -120px;
}
.u05 {
  background-position: -150px 0;
}
.u15 {
  background-position: -150px -30px;
}
.u25 {
  background-position: -150px -60px;
}
.u35 {
  background-position: -150px -90px;
}
.u45 {
  background-position: -150px -120px;
}
.u06 {
  background-position: -180px 0;
}
.u16 {
  background-position: -180px -30px;
}
.u26 {
  background-position: -180px -60px;
}
.u36 {
  background-position: -180px -90px;
}
.u46 {
  background-position: -180px -120px;
}
.u07 {
  background-position: -210px 0;
}
.u17 {
  background-position: -210px -30px;
}
.u27 {
  background-position: -210px -60px;
}
.u37 {
  background-position: -210px -90px;
}
.u47 {
  background-position: -210px -120px;
}
.u08 {
  background-position: -240px 0;
}
.u18 {
  background-position: -240px -30px;
}
.u28 {
  background-position: -240px -60px;
}
.u38 {
  background-position: -240px -90px;
}
.u48 {
  background-position: -240px -120px;
}
.u09 {
  background-position: -270px 0;
}
.u19 {
  background-position: -270px -30px;
}
.u29 {
  background-position: -270px -60px;
}
.u39 {
  background-position: -270px -90px;
}
.u49 {
  background-position: -270px -120px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  width: 1000px;
  background-color:#fff
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container #menu {
  float: left;
  width: 180px;
}
.container #menu.affix {
  top: 0;
}
.container #main {
  margin-left: 190px;
}
header {
  height: 100px;
  background-color: #e23636;
  margin-bottom: 10px;
}
header .container {
  height: 100%;
  position: relative;
  display: block;
}
header .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header .n-a,
header .n-b,
header .n-c {
  float: left;
  height: 70px;
  margin-top: 15px;
  position: relative;
}
header .n-a a,
header .n-b a,
header .n-c a {
  white-space: nowrap;
}
header .n-a.open .n-c-3,
header .n-b.open .n-c-3,
header .n-c.open .n-c-3,
header .n-a.open .n-c-2,
header .n-b.open .n-c-2,
header .n-c.open .n-c-2 {
  display: block;
}
header .n-d {
  float: right;
}
header .n-a {
  width: 220px;
  height: 70px;
}
header .n-a a,
header .n-a img {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
header .n-b {
  width: 460px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  display: block;
}
header .n-b:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header .n-b .n-b-2 {
  margin-right: 30px;
}
header .n-b .n-b-2 li {
  float: left;
  width: 24%;
  position: relative;
}
header .n-b .n-b-2 li >a {
  font-size: 16px;
  color: #f0f0f0;
  line-height: 70px;
  font-weight: bold;
}
header .n-b .n-b-2 li >a:hover {
  color: #fff;
}
header .n-b .n-b-2 li >a.open + .n-b-2-1,
header .n-b .n-b-2 li >a.open + .n-b-2-2 {
  display: block;
}
header .n-b .n-b-2 li >a.open + .n-b-2-1 > div,
header .n-b .n-b-2 li >a.open + .n-b-2-2 > div {
  height: auto;
  opacity: 1;
  overflow: visible;
}
header .n-b a > u {
  display: inline-block;
  
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-color: #f5565a;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  margin-left: 20px;
  position: relative;
}
header .n-b a > u:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -2px;
}
header .n-b a.open > u:after {
  border-bottom: 4px solid;
  border-top: 0;
  margin-top: -3px;
}
header .n-b .n-b-1 {
  width: 30px;
  height: 30px;
  margin-top: 20px;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  transition: width 0.5s;
  position: relative;
}
header .n-b .n-b-1.open {
  width: 90%;
}
header .n-b .n-b-1.open > input {
  display: block;
  opacity: 1;
}
header .n-b .n-b-1.open + .n-b-2 {
  display: none;
}
header .n-b .n-b-1 > i {
  display: inline-block;
  
  vertical-align: middle;
  width: 30px;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background: #fcd68c url("../image/icons1.png") no-repeat;
  background-position: -60px -90px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
header .n-b .n-b-1 > input {
  width: 100%;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 40px 5px 10px;
  font-weight: normal;
  display: none;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .n-b-2-1,
header .n-b-2-2 {
  display: none;
  position: absolute;
  width: 315px;
  left: -110px;
  top: 85px;
  padding: 20px;
  background-color: #f9f9f9;
  border: thin solid #ddd;
  border-top: thin solid transparent;
  text-align: left;
  z-index: 99;
}
header .n-b-2-1:before,
header .n-b-2-2:before {
  border-bottom: 8px solid #f9f9f9;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -8px;
  z-index: 100;
}
header .n-b-2-1 > div,
header .n-b-2-2 > div {
  display: block;
  margin-right: -25px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  transition: height 0.3s;
}
header .n-b-2-1 > div:after,
header .n-b-2-2 > div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header .n-b-2-1 a,
header .n-b-2-2 a {
  display: inline-block;
  
  vertical-align: middle;
  width: 130px;
  height: 30px;
  line-height: 28px;
  border: thin dashed #ddd;
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
  float: left;
  color: #000;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
}
header .n-b-2-1 a:hover,
header .n-b-2-2 a:hover,
header .n-b-2-1 a:active,
header .n-b-2-2 a:active {
  background-color: #f55757;
  color: #fff;
  border-color: #f55757;
}
header .n-c .n-c-1,
header .n-c em {
  display: inline-block;
  
  vertical-align: middle;
  margin-top: 20px;
  color: #fff;
  cursor: pointer;
}
header .n-c .n-c-1 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 15px;
}
header .n-c .n-c-1 img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #fff url("../image/icons1.png") no-repeat;
  background-position: -2px -270px;
}
header .n-c em {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
}
header .n-c-2,
header .n-c-3 {
  display: none;
  position: absolute;
  width: 315px;
  left: -110px;
  top: 85px;
  padding: 20px;
  background-color: #f9f9f9;
  border: thin solid #ddd;
  border-top: thin solid transparent;
  text-align: left;
  z-index: 99;
}
header .n-c-2:before,
header .n-c-3:before {
  border-bottom: 8px solid #f9f9f9;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -8px;
  z-index: 100;
  margin-left: -25px;
}
header .n-c-2 .control {
  margin-bottom: 20px;
  position: relative;
}
header .n-c-2 .control input {
  height: 40px;
  line-height: 38px;
  padding: 5px 40px 5px 10px;
  border-top: thin solid #bbb;
  border-left: thin solid #bbb;
  border-bottom: thin solid #dcdcdc;
  border-right: thin solid #dcdcdc;
  background-color: #fff;
  display: block;
  width: 100%;
}
header .n-c-2 .control i {
  display: inline-block;
  
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../image/icons1.png") no-repeat;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -15px;
  display: none;
}
header .n-c-2 .control input.error {
  border-color: #ed3131;
}
header .n-c-2 .control input.success {
  border-color: #17af40;
}
header .n-c-2 .control input.error + i,
header .n-c-2 .control input.success + i {
  display: inline-block;
}
header .n-c-2 .control input.success + i {
  background-position: -120px -90px;
}
header .n-c-2 .control input.error + i {
  background-position: -150px -90px;
}
header .n-c-2 .control.n-s-3 > a {
  display: inline-block;
  
  vertical-align: middle;
  height: 40px;
  line-height: 38px;
  color: #777;
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #777;
  border-left: thin dashed #ccc;
  border-right: thin dashed #ccc;
  border-bottom: thin dashed #ccc;
}
header .n-c-2 .control.n-s-3 > a:hover {
  border-top: 2px solid #ff3d3d;
  color: #ff3d3d;
}
header .n-c-2 .control.n-s-3 > a.n-c-2-1-1,
header .n-c-2 .control.n-s-3 > a.n-c-2-1-2 {
  width: 70px;
  margin-right: 17px;
}
header .n-c-2 .control.n-s-3 > a.n-c-2-1-3 {
  width: 90px;
}
header .n-c-2 .n-c-2-2 > p {
  width: 110px;
  color: #777;
  line-height: 26px;
  margin: 5px auto;
  position: relative;
  text-align: center;
}
header .n-c-2 .n-c-2-2 > p:before,
header .n-c-2 .n-c-2-2 > p:after {
  content: '';
  display: block;
  width: 70px;
  height: 0;
  border-bottom: thin solid #ddd;
  position: absolute;
  top: 50%;
}
header .n-c-2 .n-c-2-2 > p:after {
  left: -70px;
}
header .n-c-2 .n-c-2-2 > p:before {
  left: 100%;
}
header .n-c-2 .n-c-2-2 .n-c-2-2-1 {
  text-align: center;
}
header .n-c-2 .n-c-2-2 a {
  display: inline-block;
  
  vertical-align: middle;
  width: 40px;
  height: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  border: thin solid #ddd;
  background: url("../image/share-icon.png") no-repeat;
}
header .n-c-2 .n-c-2-2 a.qq {
  background-position: -80px -40px;
}
header .n-c-2 .n-c-2-2 a.qq:hover {
  background-position: -80px 0;
}
header .n-c-2 .n-c-2-2 a.sina {
  background-position: 0 -40px;
}
header .n-c-2 .n-c-2-2 a.sina:hover {
  background-position: 0 0;
}
header .n-c-2 .n-c-2-2 a.wechat {
  background-position: -40px -40px;
}
header .n-c-2 .n-c-2-2 a.wechat:hover {
  background-position: -40px 0;
}
header .n-c-2 .n-c-2-2 a + a {
  margin-left: 20px;
}
header .n-c-3 {
  text-align: center;
}
header .n-c-3 .n-c-3-1 {
  width: 60px;
  height: 60px;
  margin: 15px auto 30px auto;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 2px 2px #ccc;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -o-box-shadow: 0 2px 2px #ccc;
  -ms-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
}
header .n-c-3 .n-c-3-1 img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  background: url("../image/avatar_60x60.png") no-repeat center center;
}
header .n-c-3 .n-c-3-1 h2 {
  font-weight: bold;
}
header .n-c-3 .n-c-3-2 .n-z {
  display: block;
  margin-right: -30px;
  margin-bottom: -30px;
}
header .n-c-3 .n-c-3-2 .n-z:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header .n-c-3 .n-c-3-2 .n-z a {
  display: inline-block;
  
  vertical-align: middle;
  width: 60px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
header .n-c-3 .n-c-3-2 .n-z a span {
  display: block;
  width: 100%;
  height: 60px;
  background: url("../image/icons1.png") no-repeat;
}
header .n-c-3 .n-c-3-2 .n-z a.z1 span {
  background-position: -240px -240px;
}
header .n-c-3 .n-c-3-2 .n-z a.z2 span {
  background-position: -170px -240px;
}
header .n-c-3 .n-c-3-2 .n-z a.z3 span {
  background-position: -100px -240px;
}
header .n-c-3 .n-c-3-2 .n-z a.z4 span {
  background-position: -240px -167px;
}
header .n-c-3 .n-c-3-2 .n-z a.z5 span {
  background-position: -170px -167px;
}
header .n-c-3 .n-c-3-2 .n-z a.z6 span {
  background-position: -100px -167px;
}
header .n-c-3 .n-c-3-2 .n-z a.z7 span {
  background-position: -33px -167px;
}
header .n-c-3 .n-c-3-2 .n-z a.z8 span {
  background-position: -240px -94px;
}
header .n-c-3 .n-c-3-2 .n-z a.z7 {
  position: relative;
}
header .n-c-3 .n-c-3-2 .n-z a.z7 u {
  display: inline-block;
  
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background-color: #af43ff;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  -o-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  text-align: center;
  line-height: 19px;
  position: absolute;
  right: -9px;
  top: -9px;
}
header .n-c-3 .n-c-3-2 .n-z a.z7 sup {
  font-size: 10px;
}
header .n-c-3 .n-c-3-2 .n-z a em {
  color: #000;
  width: 60px;
  margin-top: 0;
}
header .n-c-3 .n-c-3-3 {
  clear: both;
  text-align: right;
  line-height: 30px;
  border-top: thin solid #eee;
}
header .n-c-3 .n-c-3-3 a {
  color: #777;
}
header .n-c-3 .n-c-3-3 a:hover {
  color: #000;
}
header .n-d {
  margin-top: 35px;
}
header .n-d >a,
header .n-d u {
  display: inline-block;
  
  vertical-align: middle;
}
header .n-d >a {
  width: 55px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
header .n-d >a.n-d-1 {
  background-color: #ff8e56;
}
header .n-d >a.n-d-2 {
  background-color: #56a6ff;
  margin-left: 10px;
}
header .n-d u {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 100%;
  text-decoration: none;
}
header .n-d u:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -4px;
}
header .n-d .n-d-1 u {
  background-color: #955331;
}
header .n-d .n-d-1 u:after {
  color: #955331;
}
header .n-d .n-d-2 u {
  background-color: #326195;
}
header .n-d .n-d-2 u:after {
  color: #326195;
}
#menu {
  width: 180px;
  text-align: center;
}
#menu .tabs {
  display: block;
  font-size: 0;
}
#menu .tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#menu .tabs > a {
  display: block;
  width: 50%;
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #ff3d3d;
}
#menu .tabs > a.active {
  position: relative;
}
#menu .tabs > a.active:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -6px;
}
#menu .menu {
  background-color: #fff;
}
#menu .menu li {
  padding: 0 10px;
  text-align: left;
}
#menu .menu li a {
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
#menu .menu li span {
  vertical-align: middle;
}
#menu .menu li.active,
#menu .menu li:hover {
  background-color: #f9f9f9;
}
#menu .menu li.active span,
#menu .menu li:hover span {
  font-weight: bold;
  color: #000;
}
#main {
  min-height: 600px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 1px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu li a {
  display: inline-block;
  
  vertical-align: middle;
  width: 100%;
}
.dropdown-menu li a:hover {
  background-color: #fa4d25;
  color: #fff !important;
}
.tabs >a {
  display: inline-block;
  
  vertical-align: middle;
  font-size: 1.4em;
  text-align: center;
  color: #333;
  padding: 10px 15px;
  background-color: #fff;
pad
}
.tabs >a:link,
.tabs >a:active,
.tabs >a:visited {
  text-decoration: none;
  color: #333;
}
.tab-contents {
  padding: 10px 15px;
  background-color: #fff;
}
.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}
#paginate {
  padding: 15px;
  background-color: #fff;
}
#paginate a {
  display: inline-block;
  
  vertical-align: middle;
  font-size: 12px;
  position: relative;
  padding: 7px 18px;
  border: thin solid #ddd;
  margin-right: 10px;
}
#paginate a.prev,
#paginate a.next,
#paginate a.start,
#paginate a.end {
  background-color: #eee;
}
#paginate a.prev:hover,
#paginate a.next:hover,
#paginate a.start:hover,
#paginate a.end:hover {
  background-color: #ddd;
}
#paginate a.pagenum {
  background-color: #fff;
  padding: 7px 18px;
}
#paginate a.pagenum:hover,
#paginate a.pagenum.active {
  background-color: #f8cbaa;
  color: #ad3324;
  border-color: #f8cbaa;
}
#breadcrumb {
  padding: 10px 15px;
  font-size: 16px;
  background-color: #fff;
}
#comment h2 {
  line-height: 40px;
  font-weight: bold;
  background-color: #eee;
  padding-left: 10px;
}
#comment .input {
  border: thin solid #ccc;
  padding: 10px 15px;
}
#comment .head-img {
  width: 50px;
  vertical-align: top;
}
#comment .head-img img {
  height: 50px;
}
#comment .area-input {
  margin-left: 65px;
}
#comment .area-input .area-text textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: thin solid #ccc;
}
#comment .area-input .area-action .error {
  color: #ef392e;
}
#comment .area-input .area-action .error em {
  vertical-align: middle;
}
#comment .area-input .area-action .dib {
  float: right;
  padding: 10px 0;
}
#comment .area-input .area-action .dib .yzm {
  display: inline-block;
  
  vertical-align: middle;
  width: 100px;
}
#comment .area-input .area-action .dib .yzm img {
  width: 100px;
  height: 40px;
}
#comment .area-input .area-action .dib .btn {
  padding: 10px 15px;
  border: thin solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
#comment .area-input .area-action .dib .btn:last-child {
  background-color: #ef392e;
  color: #fff;
  border-color: #ef392e;
}
#comment .comment {
  padding: 10px 0;
  border-bottom: thin dashed #eee;
}
#comment .comment .area-msg {
  margin-left: 65px;
  font-size: 14px;
}
#comment .comment .area-msg .comment {
  background-color: #f5f5f7;
  padding: 10px;
}
#comment .comment .area-msg >div {
  margin-bottom: 5px;
}
#comment .comment .area-msg >div.dd {
  color: #999;
}
#comment .comment .area-msg >div .right .btn {
  border: thin solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  margin-left: 10px;
  color: #999;
}
#comment .comment .area-msg .reply {
  margin: 10px 0;
}
#comment .comment .area-msg .reply textarea {
  display: block;
  width: 100%;
  border: thin solid #ddd;
  padding: 10px;
}
#comment .comment .area-msg .reply .replyBtn {
  text-align: right;
  margin-top: 10px;
}
#comment .comment .area-msg .reply .btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 5px;
}
#comment .comment .area-msg .reply .btn.publish {
  background-color: #ef392e;
  color: #fff;
  border: thin solid #ef392e;
}
#comment .comment .area-msg .reply .btn.quit {
  border: thin solid #ddd;
}
.table {
  width: 100%;
  font-size: 14px;
}
.table thead th {
  background-color: #f5f5f7;
  padding: 10px 0;
  text-align: center;
}
.table tbody tr.even {
  background-color: #fcfcfc;
}
.table tbody tr td {
  border: thin solid #ddd;
  padding: 15px 5px;
  text-align: center;
}

.Roll .C a {
  text-align: center;
}
.Roll .C a span {
  line-height: 40px;
}
.Roll,
.Roll .C a {
  position: relative;
}
.Roll .C,
.Roll .C a span,
.Roll .D,
.Tip {
  position: absolute;
}
.Roll,
.Roll .C,
.Roll .C a,
.Roll .C a img {
  width: 100%;
  height: 100%;
}
.Roll {
  overflow: hidden;
  background-color: #fff;
  height: 0;
  padding-top: 38.3%;
}
.Roll .C {
  top: 0;
}
.Roll .C a {
  display: block;
  overflow: hidden;
}
.Roll .C a span {
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  text-indent: 1em;
  background-color: rgba(255,255,255,0.7);
  font-weight: 700;
  text-align: left;
}
.Roll .D,
.Roll .D a {
  height: 8px;
  overflow: hidden;
}
.Roll .D {
  bottom: 12px;
  right: 15px;
  width: 100%;
  text-align: right;
}
.Roll .D a {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  margin: 0 4px;
  background-color: rgba(255,255,255,0.8);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.Roll .D .S {
  background-color: #ff3d3d;
  width: 26px;
}
.Roll .C a span {
  background-color: #fff\9;
  filter: alpha(opacity=70)\9;
}
.Roll .D a {
  background-color: #fff\9;
  filter: alpha(opacity=50)\9;
}
.Roll .D .S {
  filter: alpha(opacity=100)\9;
}
.Roll .C a img {
  background: url("../image/pic.bg.png") no-repeat center center;
  backgrouns-size: 100%;
}

.n-select {
  position: relative;
  border: thin solid;
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  width: 194px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border-top: thin solid #bbb;
  border-left: thin solid #bbb;
  border-bottom: thin solid #dcdcdc;
  border-right: thin solid #dcdcdc;
}
.n-select + .n-select {
  margin-left: 5px;
}
.n-select > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #888;
}
.n-select > span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
.n-select > span.selected {
  color: #000;
}
.n-select > ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 9999;
  border: thin solid #bbb;
  margin-left: -1px;
  background-color: #fff;
}
.n-select > ul li {
  border-bottom: thin solid #ccc;
  height: 40px;
}
.n-select > ul li:hover {
  background-color: #f9f9f9;
}
.n-select-error {
  display: block;
  background-color: #ff3d3d;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  margin-bottom: 10px;
}
.n-select-error:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #ff3d3d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -10px;
}
.n-select-error > span {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 10px;
}

.huodong_shouye .leftbanner {
  margin-bottom: 10px;
}
.huodong_shouye .banner {
  width: 100%;
  height: 100%;
}
.huodong_shouye .activelist,
.huodong_shouye .newactive,
.huodong_shouye .mineactive {
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 10px;
}
.huodong_shouye .activelist > h2,
.huodong_shouye .newactive > h2,
.huodong_shouye .mineactive > h2 {
  display: inline-block;
  
  vertical-align: middle;
  padding: 15px 10px 15px 10px;
  margin-left: 10px;
  margin-bottom: -1px;
  font-weight: bold;
  font-size: 1.2em;
}
.huodong_shouye .activelist > h2.active,
.huodong_shouye .newactive > h2.active,
.huodong_shouye .mineactive > h2.active {
  font-size: 1.4em;
  border-bottom: 1px solid #f3392d;
}
.huodong_shouye .activelist ul,
.huodong_shouye .mineactive ul {
  padding: 15px;
  border-top: thin solid #ccc;
}
.huodong_shouye .activelist li,
.huodong_shouye .mineactive li {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.huodong_shouye .activelist li .n-a,
.huodong_shouye .mineactive li .n-a {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 66%;
  position: relative;
}
.huodong_shouye .activelist li .n-a img,
.huodong_shouye .mineactive li .n-a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url("../image/pic.bg.png") no-repeat center center;
  background-size: 100%;
}
.huodong_shouye .activelist li h3,
.huodong_shouye .mineactive li h3 {
  height: 32px;
  padding: 8px 0;
  color: #000;
}
.huodong_shouye .activelist li p,
.huodong_shouye .mineactive li p {
  color: #999;
  margin-top: 8px;
}
.huodong_shouye .activelist li:last-child,
.huodong_shouye .mineactive li:last-child {
  margin-right: 0;
}
.huodong_shouye .newactive {
  background-color: #fff;
}
.huodong_shouye .newactive > h2 {
  cursor: pointer;
}
.huodong_shouye .newactive img {
  display: inline-block;
  
  vertical-align: middle;
  width: 185px;
}
.huodong_shouye .newactive ul {
  border-top: thin solid #ccc;
}
.huodong_shouye .newactive ul li {
  padding: 10px 15px;
  border-bottom: thin dashed #edebee;
  height: 175px;
  overflow: hidden;
  position: relative;
}
.huodong_shouye .newactive ul li:hover {
  border: thin solid #ddd;
  -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.175);
  -o-box-shadow: 0 4px 12px rgba(0,0,0,0.175);
  -ms-box-shadow: 0 4px 12px rgba(0,0,0,0.175);
  box-shadow: 0 4px 12px rgba(0,0,0,0.175);
}
.huodong_shouye .newactive ul li:last-child {
  height: auto;
}
.huodong_shouye .newactive ul li .n-a {
  float: left;
  width: 180px;
  height: 0;
  overflow: hidden;
  padding-top: 118px;
  position: relative;
  margin-top: 19px;
}
.huodong_shouye .newactive ul li .n-a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url("../image/pic.bg.png") no-repeat center center;
  background-size: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.huodong_shouye .newactive ul li .n-a img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.huodong_shouye .newactive ul li .n-b {
  margin-left: 190px;
  margin-top: 19px;
}
.huodong_shouye .newactive ul li .n-b em,
.huodong_shouye .newactive ul li .n-b span {
  float: left;
}
.huodong_shouye .newactive ul li .n-b em {
  padding: 6px 12px;
  background-color: #4d5058;
  color: #fff;
  font-size: 12px;
}
.huodong_shouye .newactive ul li .n-b span {
  margin-left: 10px;
  max-width: 420px;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}
.huodong_shouye .newactive ul li .n-b dd {
  line-height: 30px;
  white-space: nowrap;
}
.huodong_shouye .newactive ul li .n-b dd span {
  border: thin solid #ddd;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  float: none;
  padding: 4px 10px;
}
.huodong_shouye .newactive ul li .n-b dt {
  height: 58px;
  vertical-align: top;
  overflow: hidden;
}
.huodong_shouye .newactive ul .n-c {
  position: absolute;
  width: 200px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 25px;
  overflow: hidden;
}
.huodong_shouye .newactive ul .n-c p {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  min-height: 1px;
}
.huodong_shouye .newactive ul .n-c .link a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #ff8e56;
}
.huodong_shouye .newactive ul .n-c .price em {
  display: inline-block;
  
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  background-color: #bbb;
  color: #fff;
  margin-top: -8px;
}
.huodong_shouye .newactive ul .n-c .price i {
  font-weight: bold;
  font-size: 23px;
  color: #ff8e56;
}
.huodong_shouye .mineactive > h2 {
  cursor: pointer;
}
.huodong_shouye .mineactive h3 {
  margin-bottom: 30px;
}
.huodong_shouye .mineactive .n-b .n-b-1 {
  width: 30px;
  height: 30px;
}
.huodong_shouye .mineactive .n-b .n-b-1 img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background: #fff url("../image/icons1.png") no-repeat;
  background-position: -1px -270px;
}
.huodong_shouye .mineactive .n-b p {
  margin-left: 40px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 118px;
  color: #000;
}
.huodong_shouye .mineactive .n-c {
  line-height: 30px;
  color: #666;
}
#loadmore a {
  display: block;
  background-color: #eee;
  position: relative;
  padding: 10px 15px;
  color: #000;
}

.huodong_result #main,
.huodong_lists #main {
  margin-left: 0;
}
.huodong_result .no-result,
.huodong_lists .no-result {
  margin-bottom: 10px;
}
.huodong_result .no-result .n-a,
.huodong_lists .no-result .n-a {
  background-color: #fff;
  height: 100px;
  text-align: center;
}
.huodong_result .no-result .n-b,
.huodong_lists .no-result .n-b {
  line-height: 155px;
  white-space: nowrap;
  background-color: #fcfafd;
  height: 155px;
  text-align: center;
  border-top: thin solid #ddd;
}
.huodong_result .no-result .n-b em,
.huodong_lists .no-result .n-b em {
  color: ff3d3d;
}
.huodong_result .no-result .n-a-1,
.huodong_lists .no-result .n-a-1 {
  margin: 30px auto;
  height: 40px;
  width: 480px;
  display: inline-block;
  
  vertical-align: middle;
}
.huodong_result .no-result .n-a-1 span,
.huodong_lists .no-result .n-a-1 span,
.huodong_result .no-result .n-a-1 a,
.huodong_lists .no-result .n-a-1 a {
  display: inline-block;
  
  vertical-align: middle;
  height: 100%;
}
.huodong_result .no-result .n-a-1 span,
.huodong_lists .no-result .n-a-1 span {
  border: 2px solid #ff3d3d;
  width: 379px;
  position: relative;
}
.huodong_result .no-result .n-a-1 span input,
.huodong_lists .no-result .n-a-1 span input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
}
.huodong_result .no-result .n-a-1 a,
.huodong_lists .no-result .n-a-1 a {
  background-color: #ff3d3d;
  width: 100px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.huodong_result .no-result .n-a-1 a i,
.huodong_lists .no-result .n-a-1 a i {
  margin-top: -4px;
}
.huodong_result .newactive,
.huodong_lists .newactive {
  background-color: #fff;
}
.huodong_result .newactive > h2,
.huodong_lists .newactive > h2 {
  cursor: pointer;
}
.huodong_result .newactive img,
.huodong_lists .newactive img {
  display: inline-block;
  
  vertical-align: middle;
  width: 185px;
}
.huodong_result .newactive .tabs,
.huodong_lists .newactive .tabs {
  background-color: #fcfafd;
}
.huodong_result .newactive .tabs > a,
.huodong_lists .newactive .tabs > a {
  font-size: 16px;
  font-weight: bold;
  background: none;
  background: transparent;
  cursor: pointer;
}
.huodong_result .newactive .tabs > a:first-child,
.huodong_lists .newactive .tabs > a:first-child {
  margin-left: 10px;
}
.huodong_result .newactive .tabs > a.active,
.huodong_lists .newactive .tabs > a.active {
  border-top: 2px solid #ff3d3d;
  border-left: thin solid #ddd;
  border-right: thin solid #ddd;
  background-color: #fff;
  margin-bottom: -1px;
}
.huodong_result .newactive .tabs >span,
.huodong_lists .newactive .tabs >span {
  margin-top: 12px;
  margin-right: 15px;
}
.huodong_result .newactive .tabs >span em,
.huodong_lists .newactive .tabs >span em {
  color: #ff3c3e;
  font-weight: bold;
}
.huodong_result .newactive ul,
.huodong_lists .newactive ul {
  border-top: thin solid #ccc;
}
.huodong_result .newactive ul li,
.huodong_lists .newactive ul li {
  padding: 10px 15px;
  border-bottom: thin dashed #edebee;
  height: 205px;
  overflow: hidden;
  position: relative;
}
.huodong_result .newactive ul li:last-child,
.huodong_lists .newactive ul li:last-child {
 
}
.huodong_result .newactive ul li:hover,
.huodong_lists .newactive ul li:hover {
  border: thin solid #ddd;
  -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.175);
  -o-box-shadow: 0 4px 12px rgba(0,0,0,0.175);
  -ms-box-shadow: 0 4px 12px rgba(0,0,0,0.175);
  box-shadow: 0 4px 12px rgba(0,0,0,0.175);
}
.huodong_result .newactive ul li .n-a,
.huodong_lists .newactive ul li .n-a {
  float: left;
  width: 180px;
  height: 0;
  overflow: hidden;
  padding-top: 118px;
  position: relative;
  margin-top: 19px;
}
.huodong_result .newactive ul li .n-a >img,
.huodong_lists .newactive ul li .n-a >img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url("../image/pic.bg.png") no-repeat center center;
  background-size: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.huodong_result .newactive ul li .n-a >img:hover,
.huodong_lists .newactive ul li .n-a >img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.huodong_result .newactive ul li .n-b,
.huodong_lists .newactive ul li .n-b {
  margin-left: 190px;
  margin-top: 19px;
}
.huodong_result .newactive ul li .n-b em,
.huodong_lists .newactive ul li .n-b em,
.huodong_result .newactive ul li .n-b span,
.huodong_lists .newactive ul li .n-b span {
  float: left;
}
.huodong_result .newactive ul li .n-b em,
.huodong_lists .newactive ul li .n-b em {
  padding: 6px 12px;
  background-color: #4d5058;
  color: #fff;
  font-size: 12px;
}
.huodong_result .newactive ul li .n-b span,
.huodong_lists .newactive ul li .n-b span {
  margin-left: 10px;
  max-width: 668px;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}
.huodong_result .newactive ul li .n-b dd,
.huodong_lists .newactive ul li .n-b dd {
  line-height: 26px;
  white-space: nowrap;
}
.huodong_result .newactive ul li .n-b dd span,
.huodong_lists .newactive ul li .n-b dd span {
  border: thin solid #ddd;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  float: none;
  padding: 4px 10px;
}
.huodong_result .newactive ul li .n-b dt,
.huodong_lists .newactive ul li .n-b dt {
  height: 38px;
  vertical-align: top;
  overflow: hidden;
}
.huodong_result .newactive ul li .n-c,
.huodong_lists .newactive ul li .n-c {
  position: absolute;
  width: 200px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 25px;
  overflow: hidden;
}
.huodong_result .newactive ul li .n-c p,
.huodong_lists .newactive ul li .n-c p {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  min-height: 1px;
}
.huodong_result .newactive ul li .n-c .link a,
.huodong_lists .newactive ul li .n-c .link a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #ff8e56;
}
.huodong_result .newactive ul li .n-c .price em,
.huodong_lists .newactive ul li .n-c .price em {
  display: inline-block;
  
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  background-color: #bbb;
  color: #fff;
  margin-top: -8px;
}
.huodong_result .newactive ul li .n-c .price i,
.huodong_lists .newactive ul li .n-c .price i {
  font-weight: bold;
  font-size: 23px;
  color: #ff8e56;
}
.huodong_result .newactive ul li .n-d,
.huodong_lists .newactive ul li .n-d {
  position: absolute;
  left: 15px;
  bottom: 19px;
  width: 185px;
}
.huodong_result .newactive ul li .n-d > a,
.huodong_lists .newactive ul li .n-d > a {
  line-height: 30px;
  display: block;
  width: 100%;
  color: #000;
}
.huodong_result .newactive ul li .n-d > a i,
.huodong_lists .newactive ul li .n-d > a i {
  display: inline-block;
  
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.huodong_result .newactive ul li .n-d > a i img,
.huodong_lists .newactive ul li .n-d > a i img {
  display: inline-block;
  
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background: url("../image/icons1.png") no-repeat;
  background-position: -1px -270px;
}
.huodong_lists .newactive ul {
  border-top: thin solid #eee;
}
.huodong_lists .addtions {
  margin-bottom: 10px;
}
.huodong_lists .addtions .n-a {
  background-color: #9b9ca1;
  padding: 0 15px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.huodong_lists .addtions .n-a >strong {
  font-size: 16px;
}
.huodong_lists .addtions .n-a >span {
  margin-right: 30px;
}
.huodong_lists .addtions .n-a >a {
  color: #fff;
  position: relative;
  padding-right: 15px;
}
.huodong_lists .addtions .n-a >a i {
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -4px;
}
.huodong_lists .addtions .n-b,
.huodong_lists .addtions .n-c {
  padding: 10px 30px;
  display: block;
}
.huodong_lists .addtions .n-b:after,
.huodong_lists .addtions .n-c:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.huodong_lists .addtions .n-b {
  background-color: #fcfafd;
}
.huodong_lists .addtions .n-c {
  background-color: #fff;
}
.huodong_lists .addtions .n-b-1,
.huodong_lists .addtions .n-c-1 span,
.huodong_lists .addtions .n-c-2 span {
  width: 70px;
}
.huodong_lists .addtions .n-b-2 {
  margin-left: 85px;
  display: block;
}
.huodong_lists .addtions .n-b-2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.huodong_lists .addtions .n-b-2 .n-bbs {
  margin-right: -60px;
  margin-bottom: -40px;
}
.huodong_lists .addtions .n-b-2 .n-bb {
  float: left;
  width: 400px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.huodong_lists .addtions .n-b-2 .n-bb a {
  display: inline-block;
  
  vertical-align: middle;
  width: 96px;
  color: #000;
  font-weight: bold;
  background-color: #eee;
  text-align: center;
  padding: 10px 0;
}
.huodong_lists .addtions .n-b-2 .n-bb a.on {
  outline: thin dashed #ccc;
  background-color: #fff;
  position: relative;
}
.huodong_lists .addtions .n-b-2 .n-bb a.on:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  margin-bottom: -15px;
  background: url("../image/icons1.png") no-repeat;
  background-position: 0 -120px;
}
.huodong_lists .addtions .n-c-1,
.huodong_lists .addtions .n-c-2 {
  margin-bottom: 15px;
}
.huodong_lists .addtions .n-c-1 span,
.huodong_lists .addtions .n-c-2 span {
  display: inline-block;
  
  vertical-align: middle;
}
.huodong_lists .addtions .n-c-1 a,
.huodong_lists .addtions .n-c-2 a {
  margin-left: 15px;
  color: #555;
  padding: 5px;
}
.huodong_lists .addtions .n-c-1 a.on,
.huodong_lists .addtions .n-c-2 a.on,
.huodong_lists .addtions .n-c-1 a:hover,
.huodong_lists .addtions .n-c-2 a:hover {
  background-color: #5b5e65;
  color: #fff;
}
.huodong_lists .addtions .n-c-1 select,
.huodong_lists .addtions .n-c-2 select {
  margin-left: 15px;
}
.huodong_lists .addtions .n-c-3 {
  text-align: right;
}
.huodong_lists .addtions .n-c-3 span {
  position: relative;
  padding-right: 5px;
  cursor: pointer;
}
.huodong_lists .addtions .n-c-3 i {
  border-bottom: 4px solid #555;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -3px;
}
.huodong_lists .paixu {
  border-top: thin solid #ccc;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
}
.huodong_lists .paixu a {
  display: inline-block;
  
  vertical-align: middle;
  width: 105px;
  height: 100%;
  color: #000;
  text-align: center;
}
.huodong_lists .paixu a:active,
.huodong_lists .paixu a:hover {
  outline: none;
}
.huodong_lists .paixu a i {
  display: inline-block;
  
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url("../image/icons1.png") no-repeat;
}
.huodong_lists .paixu .n-p-2 i,
.huodong_lists .paixu .n-p-3 i {
  background-position: -270px -60px;
}
.huodong_lists .paixu .n-p-2.on i,
.huodong_lists .paixu .n-p-3.on i {
  background-position: -240px -60px;
}
.huodong_lists .paixu .n-p-4 u {
  display: inline-block;
  
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: thin solid #ccc;
  margin-right: 5px;
  margin-top: -2px;
}
.huodong_lists .paixu .n-p-4.on u {
  position: relative;
}
.huodong_lists .paixu .n-p-4.on u:after {
  display: block;
  content: '鈭�;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #f3392d;
  text-align: center;
  line-height: 16px;
}

.huodong_detail {
  font-size: 12px;
}
.huodong_detail header {
  margin-bottom: 0;
}
.huodong_detail .ads {
  width: 100%;
}
.huodong_detail .ads a {
  display: block;
  width: 100%;
}
.huodong_detail .ads a img {
  width: 100%;
}
.huodong_detail #active {
  background-color: #fff;
  padding: 10px 15px;
}
.huodong_detail #active {
  border-top: thin solid #ddd;
  margin-bottom: 10px;
}
.huodong_detail #active img {
  display: inline-block;
  
  vertical-align: middle;
  width: 250px;
}
.huodong_detail #active .active-det {
  margin-left: 265px;
  position: relative;
  min-height: 240px;
}
.huodong_detail #active .active-det .posAbso {
  position: absolute;
  width: 70px;
  height: 70px;
  background: url("../image/status-icon.png") no-repeat;
  background-position: 0 0;
  right: 30px;
  top: 20px;
}
.huodong_detail #active .active-det p {
  font-size: 14px;
}
.huodong_detail #active .active-det p.last {
  margin-top: 15px;
}
.huodong_detail #active .active-det p.last a.green {
  padding: 8px 18px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #4bbc62;
  color: #fff;
}
.huodong_detail #active .active-det p.last a.disable {
  padding: 8px 18px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #ccc;
  color: #333;
  cursor: not-allowed;
}
.huodong_detail #ticket h2 {
  font-weight: bold;
  line-height: 40px;
  padding-left: 10px;
  font-size: 1.6em;
}
.huodong_detail #ticket label {
  position: relative;
  width: 32%;
  display: inline-block;
  
  vertical-align: middle;
  margin-right: 1.5%;
  text-align: justify;
  padding: 10px 5px;
  border: thin dashed #ccc;
  margin-bottom: 10px;
  font-size: 1.2em;
  cursor: pointer;
}
.huodong_detail #ticket label:last-child {
  margin-right: 0;
}
.huodong_detail #ticket label.disabled {
  background-color: #eee;
  cursor: not-allowed;
}
.huodong_detail #ticket label.checked {
  background-color: #ef392e;
  color: #fff;
  position: relative;
  border-style: solid;
  border-color: #ef392e;
}
.huodong_detail #ticket label.checked:after {
  content: '鈭�;
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  background-color: #ffb518;
  color: #fff;
  text-align: center;
  padding: 0 4px;
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.huodong_detail #ticket label input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 200%;
  opacity: 0;
  filter: alpha(opacity = 0);
  z-index: -10;
}
.huodong_detail #ticket label strong {
  float: right;
  font-size: 1.2em;
}
.huodong_detail #ticket label span {
  line-height: 20px;
}
.huodong_detail #details .tabs {
  border-bottom: 2px solid #565b61;
  text-align: center;
  font-size: 0;
}
.huodong_detail #details .tabs a {
  display: inline-block;
  
  vertical-align: middle;
  width: 10%;
  font-size: 12px;
}
.huodong_detail #details .tabs a.active {
  background-color: #565b61;
  color: #fff;
}
.huodong_detail #details .tab-contents .tab-content {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.huodong_detail #details .tab-contents .tab-content.active {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.huodong_detail #hdjs >.left {
  width: 65%;
}
.huodong_detail #hdjs >.left img {
  width: 100%;
}
.huodong_detail #hdjs >.left p {
  text-indent: 20px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 10px;
}
.huodong_detail #hdjs >.left p:last-child {
  margin-bottom: 30px;
}
.huodong_detail #hdjs >.left .share {
  padding: 15px 0;
  overflow: hidden;
}
.huodong_detail #hdjs >.left .share .right a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  
  vertical-align: middle;
  border: thin solid #ddd;
  text-align: center;
  margin-right: 10px;
  vertical-align: center;
}
.huodong_detail #hdjs >.left .share .right i {
  display: inline-block;
  
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url("../image/share-icon.png") no-repeat;
}
.huodong_detail #hdjs >.left .share .right i.s_qq {
  background-position: -80px -40px;
}
.huodong_detail #hdjs >.left .share .right i.s_wechat {
  background-position: -40px -40px;
}
.huodong_detail #hdjs >.left .share .right i.s_sina {
  background-position: 0px -40px;
}
.huodong_detail #hdjs >.left .success span {
  display: inline-block;
  
  vertical-align: middle;
  padding: 1px 15px;
  background-color: #4bbc62;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.huodong_detail #hdjs >.right {
  width: 30%;
}
.huodong_detail #hdjs >.right .hr {
  height: 1px;
  width: 100%;
  margin: 5px 0;
  background-color: #eee;
}
.huodong_detail #hdjs >.right >h2 {
  border-left: 2px solid #ef392e;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  margin: 10px 0;
}
.huodong_detail #hdjs >.right >h2 > .right {
  font-weight: normal;
  margin-top: -5px;
}
.huodong_detail #hdjs >.right .ditu {
  min-height: 220px;
  border: thin solid #eee;
  width: 100%;
}
.huodong_detail #hdjs >.right .list {
  padding: 10px;
}
.huodong_detail #hdjs >.right .list li {
  padding: 5px 0;
  position: relative;
  font-size: 14px;
}
.huodong_detail #hdjs >.right .list li a {
  display: block;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.huodong_detail #hdjs >.right .list li a:hover {
  color: #333;
}
.huodong_detail #hdjs >.right .list li i {
  color: #999;
  font-style: normal;
}
.huodong_detail #hdjs >.right .list li:before {
  content: '';
  display: block;
  border: 4px solid;
  border-color: transparent transparent transparent #999;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -2px;
}
.huodong_detail #hdjs >.right .service {
  overflow: hidden;
  margin-bottom: 10px;
}
.huodong_detail #hdjs >.right .service .left {
  display: block;
  padding: 15px 18px;
  text-align: center;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  font-size: 16px;
  border: thin solid #eee;
  color: #fff;
}
.huodong_detail #hdjs >.right .service .det {
  margin-left: 85px;
  font-size: 14px;
}
.huodong_detail #hdjs >.right .service .det p {
  padding: 2px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.huodong_detail #hdjs >.right .service .det i {
  color: #999;
  font-style: normal;
}
.huodong_detail #hylc h2 {
  font-size: 14px;
  line-height: 40px;
}
.huodong_detail #hdjb .content {
  border: thin solid #ddd;
  border-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
}
.huodong_detail #hdjb .content:last-child {
  border-bottom: thin solid #ddd;
}
.huodong_detail #hdjb .content .left {
  padding: 0 30px;
}
.huodong_detail #hdjb .content .left img {
  width: 50px;
  height: 50px;
  text-align: center;
}
.huodong_detail #hdjb .content .left h2 {
  font-weight: bold;
  margin-bottom: 5px;
}
.huodong_detail #hdjb .content .det {
  margin-left: 155px;
}
.huodong_detail #hdjb .content .det p {
  line-height: 22px;
}
.huodong_detail #hdjb .content:hover {
  background-color: #fcfcfc;
  border: thin solid #777;
}
.huodong_detail #jdjs {
  font-size: 14px;
}
.huodong_detail #jdjs .left {
  width: 240px;
}
.huodong_detail #jdjs .left ul {
  text-align: center;
}
.huodong_detail #jdjs .left ul li {
  padding: 10px 0;
  border-bottom: thin solid #ccc;
}
.huodong_detail #jdjs .left ul li.active,
.huodong_detail #jdjs .left ul li:hover {
  background-color: #f5f5f7;
  position: relative;
}
.huodong_detail #jdjs .content {
  margin-left: 255px;
}
.huodong_detail #jdjs .content h1 {
  text-align: center;
  font-size: 1.8em;
  line-height: 60px;
}
.huodong_detail #jdjs .content p {
  text-indent: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
.huodong_detail #jdjs .content p:first-child {
  margin-top: 15px;
}
.huodong_detail #jdjs .content img {
  margin-bottom: 15px;
}
.huodong_detail #jdjs .content .ditu {
  min-height: 300px;
  border: thin solid #ddd;
}
.huodong_detail #zgjs h2 {
  margin: 15px 0;
  background-color: #fff;
  font-size: 1.4em;
  border-left: 2px solid #ef392e;
  padding-left: 15px;
}
.huodong_detail #zgjs .hr {
  height: 1px;
  background-color: #ddd;
  margin: 5px 0;
}
.huodong_detail #zgjs .content {
  padding: 10px 15px;
  margin-right: 250px;
  font-size: 14px;
}
.huodong_detail #zgjs .content p {
  line-height: 22px;
}
.huodong_detail #zgjs .content p i {
  font-style: normal;
  color: #999;
}
.huodong_detail #zgjs .right img {
  width: 220px;
  margin-top: 15px;
  margin-right: 15px;
}
.huodong_detail #zgjs tbody>tr.close {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.huodong_detail #hdtj .contentbox {
  padding: 25px 0;
  font-size: 0;
  text-align: center;
  margin: -20px;
}
.huodong_detail #hdtj .contentbox li {
  display: inline-block;
  
  vertical-align: middle;
  width: 185px;
  margin: 2px;
}
.huodong_detail #hdtj .contentbox li a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 137px;
}
.huodong_detail #hdtj .contentbox li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../image/pic.bg.png") no-repeat center center;
}
.huodong_detail #xgxz .content {
  padding: 10px 0;
  font-size: 14px;
}
.huodong_detail #xgxz .content li {
  padding: 8px;
  border-bottom: thin solid #eee;
  overflow: hidden;
}
.huodong_detail #xgxz .content i.survey-icon {
  display: inline-block;
  
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: url("../image/survey-icon.png") no-repeat;
}
.huodong_detail #xgxz .content i.survey-icon.s_s1 {
  background-position: 0px 0;
}
.huodong_detail #xgxz .content i.survey-icon.s_s2 {
  background-position: -50px 0;
}
.huodong_detail #xgxz .content i.survey-icon.s_s3 {
  background-position: -100px 0;
}
.huodong_detail #xgxz .content i.survey-icon.s_s4 {
  background-position: -150px 0;
}
.huodong_detail #xgxz .content em {
  margin-right: 10px;
}
.huodong_detail #xgxz .content a {
  color: #fff;
  padding: 5px 10px;
}

.huodong_detail #wjtp .content {
  padding: 10px 0;
  font-size: 14px;
}
.huodong_detail #wjtp .content li {
  padding: 8px;
  border-bottom: thin solid #eee;
  overflow: hidden;
}
.huodong_detail #wjtp .content i.survey-icon {
  display: inline-block;
  
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: url("../image/survey-icon.png") no-repeat;
}
.huodong_detail #wjtp .content i.survey-icon.s_s1 {
  background-position: 0px 0;
}
.huodong_detail #wjtp .content i.survey-icon.s_s2 {
  background-position: -50px 0;
}
.huodong_detail #wjtp .content i.survey-icon.s_s3 {
  background-position: -100px 0;
}
.huodong_detail #wjtp .content i.survey-icon.s_s4 {
  background-position: -150px 0;
}
.huodong_detail #wjtp .content em {
  margin-right: 10px;
}
.huodong_detail #wjtp .content a {
  color: #fff;
  padding: 5px 10px;
}
.huodong_detail #ybm,
.huodong_detail #yqd {
  font-size: 14px;
}
.huodong_detail #ybm .ret,
.huodong_detail #yqd .ret {
  background-color: #eee;
  line-height: 40px;
  margin-right: 330px;
}
.huodong_detail #ybm .search,
.huodong_detail #yqd .search {
  display: inline-block;
  
  vertical-align: middle;
  width: 315px;
  height: 40px;
}
.huodong_detail #ybm .search >span,
.huodong_detail #yqd .search >span {
  display: inline-block;
  
  vertical-align: middle;
  width: 260px;
  height: 100%;
  border: 2px solid #ef392e;
}
.huodong_detail #ybm .search input,
.huodong_detail #yqd .search input {
  border: 0;
  width: 100%;
  background: none;
  line-height: 40px;
  height: 100%;
  padding: 4px 10px;
}
.huodong_detail #ybm .search a,
.huodong_detail #yqd .search a {
  text-align: center;
  display: inline-block;
  
  vertical-align: middle;
  width: 55px;
  height: 100%;
  line-height: 40px;
  background-color: #ef392e;
  color: #fff;
}
.huodong_detail #ybm .content,
.huodong_detail #yqd .content {
  padding: 15px;
  font-size: 0;
}
.huodong_detail #ybm .content .det,
.huodong_detail #yqd .content .det {
  display: inline-block;
  
  vertical-align: middle;
  width: 25%;
}
.huodong_detail #ybm .content .person,
.huodong_detail #yqd .content .person {
  margin-left: 65px;
  font-size: 14px;
}
.huodong_detail #ybm .content img,
.huodong_detail #yqd .content img {
  width: 50px;
  height: 50px;
}

.huodong_create .create-form {
  background-color: #fcfafd;
  margin-top: 10px;
}
.huodong_create .create-form .s-b {
  position: relative;
}
.huodong_create .create-form .n-a {
  display: block;
  height: 82px;
  padding: 0 15px;
  border-bottom: thin solid #eee;
}
.huodong_create .create-form .n-a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.huodong_create .create-form .n-a .n-a-1 {
  float: right;
  margin-top: 25px;
  border-top: thin solid #e5e5e6;
  border-bottom: thin solid #e5e5e6;
  border-right: thin solid #e5e5e6;
  font-size: 0;
}
.huodong_create .create-form .n-a .n-a-1 span,
.huodong_create .create-form .n-a .n-a-1 u,
.huodong_create .create-form .n-a .n-a-1 s {
  display: inline-block;
  
  vertical-align: middle;
}
.huodong_create .create-form .n-a .n-a-1 > span {
  width: 140px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  position: relative;
  text-align: center;
  font-size: 16px;
}
.huodong_create .create-form .n-a .n-a-1 > span:first-child {
  background-color: #ff3d3d;
  color: #fff;
  font-weight: bold;
}
.huodong_create .create-form .n-a .n-a-1 > span:nth-of-type(2),
.huodong_create .create-form .n-a .n-a-1 > span.n-n {
  border-left: thin solid #e5e5e6;
  border-right: thin solid #e5e5e6;
}
.huodong_create .create-form .n-a .n-a-1 .n-n {
  position: relative;
}
.huodong_create .create-form .n-a .n-a-1 .n-n u,
.huodong_create .create-form .n-a .n-a-1 .n-n s {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  margin-left: -1px;
  z-index: 2;
}
.huodong_create .create-form .n-a .n-a-1 .n-n u {
  left: 0;
  border-left: 15px solid #ff3d3d;
}
.huodong_create .create-form .n-a .n-a-1 .n-n s {
  border-left: 15px solid #fff;
  left: 100%;
}
.huodong_create .create-form .n-a .n-a-1 .n-n:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid #e5e5e6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 1px;
  z-index: 1;
}
.huodong_create .create-form .n-a strong {
  font-size: 18px;
  line-height: 80px;
}
.huodong_create .create-form .n-a strong em {
  color: #ff3d3d;
}
.huodong_create .create-form .n-b > .control {
  padding: 20px 15px;
  border-bottom: thin solid #eee;
}
.huodong_create .create-form .n-b > .control label {
  display: inline-block;
  
  vertical-align: middle;
  float: left;
  width: 80px;
}
.huodong_create .create-form .n-b > .control label em {
  color: #ff3d3d;
  font-size: 12px;
}
.huodong_create .create-form .n-b > .control .n-b-1 {
  margin-left: 90px;
}
.huodong_create .create-form .n-b > .control .n-b-1 input[type=text] {
  height: 40px;
  padding: 5px 10px;
  background-color: #fff;
  border-top: thin solid #bbb;
  border-left: thin solid #bbb;
  border-bottom: thin solid #dcdcdc;
  border-right: thin solid #dcdcdc;
  display: block;
  width: 100%;
}
.huodong_create .create-form .n-c {
  padding: 15px;
  text-align: right;
  position: relative;
}
.huodong_create .create-form .n-c >a {
  display: inline-block;
  
  vertical-align: middle;
  width: 140px;
  height: 40px;
  line-height: 38px;
  border-top: 2px solid #ff3d3d;
  color: #ff3d3d;
  background-color: #fff;
  border-left: thin dashed #ccc;
  border-right: thin dashed #ccc;
  border-bottom: thin dashed #ccc;
  text-align: center;
  cursor: pointer;
}
.huodong_create .create-form .n-c >a:last-child {
  border-top: 2px solid #555;
}
.huodong_create .create-form .control.n-y .n-y-1 {
  display: block;
  margin-right: -80px;
}
.huodong_create .create-form .control.n-y .n-y-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.huodong_create .create-form .control.n-y .n-y-1-1 {
  float: left;
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  margin-right: 50px;
  margin-bottom: 20px;
}
.huodong_create .create-form .control.n-y .n-y-1-1 > a {
  display: inline-block;
  
  vertical-align: middle;
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #eee;
  color: #555;
  position: relative;
}
.huodong_create .create-form .control.n-y .n-y-1-1 > a input[type=radio] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.huodong_create .create-form .control.n-y .n-y-1-1 > a.on {
  background-color: #fff;
  outline: thin dashed #ddd;
  position: relative;
}
.huodong_create .create-form .control.n-y .n-y-1-1 > a.on:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  margin-bottom: -15px;
  background: url("../image/icons1.png") no-repeat;
  background-position: 0 -120px;
}
.huodong_create .create-form .control.n-w .n-b-1 input[type=text] {
  width: 391px;
}
.huodong_create .create-form .control.n-v .s-b {
  position: relative;
}
.huodong_create .create-form .control.n-v .n-b-1 input[type=text] {
  width: 192px;
  padding-right: 30px;
  position: relative;
}
.huodong_create .create-form .control.n-v .n-b-1 input[type=text] + em {
  position: absolute;
  left: 170px;
  top: 10px;
  color: #000;
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.huodong_create .create-form .control.n-u .s-b>span {
  display: inline-block;
  
  vertical-align: middle;
  width: 192px;
  height: 40px;
  background-color: #fff;
  border-top: thin solid #bbb;
  border-left: thin solid #bbb;
  border-bottom: thin solid #dcdcdc;
  border-right: thin solid #dcdcdc;
  text-align: center;
  position: relative;
  line-height: 38px;
  cursor: pointer;
}
.huodong_create .create-form .control.n-u .s-b>span + span {
  margin-left: 5px;
}
.huodong_create .create-form .control.n-u .s-b>span.checked {
  background-color: #56a6ff;
  color: #fff;
  position: relative;
}
.huodong_create .create-form .control.n-u .s-b>span.checked:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../image/icons1.png") no-repeat;
  background-position: -120px -90px;
  content: '';
  left: 10px;
  top: 5px;
}
.huodong_create .create-form .control.n-u input[type=radio] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 120%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.huodong_create .create-form .control.n-t .n-b-1 {
  display: block;
}
.huodong_create .create-form .control.n-t .n-b-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.huodong_create .create-form .control.n-t .s-b {
  float: left;
  width: 391px;
  height: 170px;
  position: relative;
  background-color: #eee;
  padding: 2px;
  border-top: thin solid #bbb;
  border-left: thin solid #bbb;
  border-bottom: thin solid #dcdcdc;
  border-right: thin solid #dcdcdc;
}
.huodong_create .create-form .control.n-t .s-b img {
  width: 100%;
  height: 100%;
}
.huodong_create .create-form .control.n-t .s-b a.file {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  
  vertical-align: middle;
  width: 100px;
  height: 40px;
  line-height: 38px;
  border-top: 2px solid #ff3d3d;
  color: #ff3d3d;
  background-color: #fff;
  border-left: thin dashed #ccc;
  border-right: thin dashed #ccc;
  border-bottom: thin dashed #ccc;
  text-align: center;
  cursor: pointer;
}
.huodong_create .create-form .control.n-t .s-b a.file input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 120%;
  left: 0;
  top: 0;
  background: transparent;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.huodong_create .create-form .control.n-t .s-b-2 {
  margin-left: 450px;
  padding-top: 40px;
}
.huodong_create .create-form .control.n-t .s-b-2 p {
  line-height: 26px;
  color: #555;
}
.huodong_create .create-form .control.n-s .n-n-n {
  display: block;
}
.huodong_create .create-form .control.n-s .n-n-n:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.huodong_create .create-form .control.n-s .n-n-n + .n-n-n {
  margin-top: 5px;
}
.huodong_create .create-form .control.n-s .n-n-n .n-select {
  float: left;
  width: 120px !important;
  margin-right: 5px;
}
.huodong_create .create-form .control.n-s .n-n-n input[type=text] {
  float: left;
  width: 270px;
  margin-right: 5px;
}
.huodong_create .create-form .control.n-s .n-n-n a._tj,
.huodong_create .create-form .control.n-s .n-n-n a._sc {
  float: left;
  width: 70px;
  height: 40px;
  display: inline-block;
  
  vertical-align: middle;
  line-height: 38px;
  border-top: 2px solid #ff3d3d;
  background-color: #fff;
  border-left: thin dashed #ccc;
  border-right: thin dashed #ccc;
  border-bottom: thin dashed #ccc;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
}
.huodong_create .create-form .control.n-s .n-n-n a._tj {
  color: #ff3d3d;
}
.huodong_create .create-form .control.n-s .n-n-n a._sc {
  color: #555;
}
.huodong_create .create-form .control.n-s .n-n-n:last-child ._tj {
  color: #fff;
  background-color: #ff3d3d;
}
.huodong_create .create-form .control.n-o .n-select-error,
.huodong_create .create-form .control.n-y .n-select-error {
  left: 100%;
  margin-left: -155px;
}
.huodong_create .create-form .control.n-x .n-select-error,
.huodong_create .create-form .control.n-w .n-select-error,
.huodong_create .create-form .control.n-u .n-select-error {
  left: 196px;
}
.huodong_create .create-form .control.n-v .n-select-error {
  left: 96px;
}
.huodong_create .create-form .control.n-p {
  position: relative;
  padding-bottom: 60px;
}
.huodong_create .create-form .control.n-p .n-select-error {
  left: 100%;
  margin-left: -155px;
}
.huodong_create .create-form .n-c .n-select-error {
  left: 100%;
  margin-left: -155px;
}
.huodong_create .create-form .n-c .n-select-error a {
  text-decoration: underline;
  color: #fff;
}
