/* LESS Document */
/* 引用变量 */
/* LESS Document */
/* 清除浮动 */
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
/* 基本 */
/*
 * 重置
 */
/*---------- normalize ----------*/
/* margin:0, padding:0 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  margin: 0;
  padding: 0;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
/* html5 shiv */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
/* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* hidden */
[hidden] {
  display: none;
  visibility: hidden;
}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* abbr */
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
/* b, strong */
b,
strong {
  font-weight: bold;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
/* code,kbd,pre,samp */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* <del>常用于产品原价，此时Tahoma字体删除线有问题，故改用Arial字体 */
del {
  font-family: Arial;
}
/* img */
img {
  vertical-align: middle;
  border: 0;
}
/* list-style */
li {
  list-style: none;
}
/* mark */
mark {
  background: #ff0;
  color: #000;
}
/* pre */
pre {
  white-space: pre-wrap;
}
/* quote */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
/* sub, sup */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}
/* reset fonts */
address,
caption,
cite,
dfn,
em,
i,
q,
th {
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
}
/*---------- form & button ----------*/
/* fieldset,legend */
fieldset,
legend {
  border: 0;
}
/* 
// 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;
  cursor: pointer;
}
/* disabled */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* reset fonts */
button,
input,
select,
select optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: middle;
}
/* Reset unusual Firefox-on-Android default style. See https://github.com/necolas/normalize.css/issues/214 */
button,
input,
select[multiple],
textarea {
  background-image: none;
}
/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* 
// Fix for Chrome number input
// Setting certain font-sizes causes the `I` bar to appear on hover of the bottom increment button.
// See https://github.com/twbs/bootstrap/issues/8350 for more.
 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
/* textarea */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* LESS Document */
* {
  margin: 0;
  padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
  visibility: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
del {
  font-family: Arial;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
em,
q,
cite,
address {
  font-weight: normal;
  font-style: normal;
}
address {
  display: inline;
}
big,
small {
  font-size: 12px;
}
body {
  font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  vertical-align: middle;
  color: #333;
  background: #fff;
}
body {
  overflow-x: hidden;
}
img {
  border: 0;
}
li {
  list-style: none;
}
i {
  font-style: normal;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
q {
  quotes: none;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
q:before,
q:after {
  content: "";
}
strong {
  font-weight: bold;
}
del {
  font-family: Simsun;
}
dfn {
  padding-right: 2px;
  text-decoration: none;
  font-family: Arial;
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  font-weight: normal;
}
fieldset,
legend {
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button,
input,
select,
select optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: middle;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* link */
a {
  color: #4d4d4d;
  text-decoration: none;
  outline-style: none;
  cursor: pointer;
}
a:hover {
  color: #06c;
  text-decoration: underline;
  transition: color .20s linear;
  -o-transition: color .20s linear;
  -webkit-transition: color .20s linear;
  -moz-transition: color .20s linear;
}
a:link {
  text-decoration: none;
  cursor: pointer;
}
i {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* link in text */
a.t {
  text-decoration: underline;
}
a.t:hover {
  color: #f30;
  text-decoration: underline;
}
/* clear float */
.cf {
  zoom: 1;
}
/* for IE */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/* form */
input,
select {
  vertical-align: middle;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #333;
}
input[type="text"],
input[type="password"] {
  line-height: 30px;
  border: solid 1px #d9d9d9;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  background-color: #fff;
}
input[type="text"]:disabled {
  background-color: #bbbbbb;
  color: #666;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #33b0c4;
  color: #fff;
}
.checkbox {
  position: relative;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  positon: absolute;
  top: 0;
  left: 0;
}
.checkbox span {
  position: absolute;
  top: -10px;
  right: 3px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  color: orange;
}
.checkbox input[type="checkbox"] + span {
  opacity: 0;
}
.checkbox input[type="checkbox"]:checked + span {
  opacity: 1;
}
input[type="button"] {
  height: 40px;
  line-height: 40px;
  background-color: #33b0c4;
  border: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
}
textarea {
  padding: 3px 0 3px 3px;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  color: #333;
  border: solid 1px #d9d9d9;
  border-radius: 2px;
  background: #fff;
}
/* input placeholder color */
input::-webkit-input-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
input::-moz-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #bbbbbb;
  text-transform: uppercase;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
  text-transform: uppercase;
}
a,
i,
li {
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/* paginator */
.paginator {
  display: block;
  clear: both;
  padding: 20px 0;
  text-align: center;
  line-height: 14px;
}
.paginator a {
  display: inline-block;
  overflow: hidden;
  height: 15px;
  margin-left: 4px;
  margin-bottom: 10px;
  padding: 6px 5px 5px;
  vertical-align: middle;
  font-weight: bold;
  color: #666;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.paginator span {
  display: inline-block;
  overflow: hidden;
  height: 15px;
  margin-bottom: 10px;
  vertical-align: middle;
  color: #666;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.paginator a {
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #ccc;
}
.paginator a:hover,
.paginator a.selecded {
  color: #33b0c4;
  text-decoration: none;
  border: 1px solid #33b0c4;
}
.paginator input[type="text"] {
  padding: 2px 5px;
  margin-top: -10px;
  margin-left: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  width: 40px;
}
.paginator input[type="button"] {
  width: 40px;
  padding: 0 5px;
  margin-top: -10px;
  background-color: #bbb;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
}
.paginator input {
  display: none;
}
.paginator .ellipsis {
  color: #636363;
  background: none;
}
.paginator .prev,
.paginator .next {
  font-weight: normal;
  line-height: 15px;
  font-family: Simsun;
  border: 1px solid #ddd;
  background: #fff;
  color: #999;
}
@media (min-width: 640px) {
  .paginator a {
    padding: 6px 8px 5px;
  }
  .paginator input {
    display: inline-block;
  }
}
/* required */
.rq {
  font-size: 11px;
  font-family: verdana;
  font-weight: normal;
  color: #c00;
  padding-right: 5px;
}
/* status */
.status {
  padding: 10px 0;
  text-align: center;
}
/* loading */
.loading01 {
  padding: 10px 0;
  text-align: center;
}
/* alarm */
.alarm {
  margin-bottom: 10px;
  padding: 2px 16px;
  color: #c00;
  border: 1px solid #DD3C10;
  background: #FFE6E6;
}
.alarm span {
  padding-right: 16px;
}
/* notice */
.notice {
  margin-bottom: 10px;
  padding: 2px 16px;
  border: 1px solid #ffd4a5;
  background: #fff9e5;
}
.notice em {
  color: #FD7600;
}
.notice span {
  padding-right: 16px;
}
/* valid */
.valid {
  margin-bottom: 10px;
  padding: 2px 16px;
  color: #063;
  border: 1px solid #82b753;
  background: #f0ffe2;
}
.valid span {
  padding-right: 16px;
}
/* LESS Document */
/* 布局 */
.wrap {
  width: 100%;
  *zoom: 1;
  zoom: 1;
}
.wrap:after {
  content: " ";
  clear: both;
  display: table;
}
@media (min-width: 1200px) {
  .wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
.mbbody {
  width: 100%;
}
@media (min-width: 768px) {
  .mbbody {
    display: none;
  }
}
.webbody {
  display: none;
}
@media (min-width: 768px) {
  .webbody {
    display: block;
  }
}
@media (min-width: 768px) {
  .bodygreyish {
    background-color: #f8f8f8;
    *zoom: 1;
    zoom: 1;
  }
  .bodygreyish:after {
    content: " ";
    clear: both;
    display: table;
  }
}
/* 顶部广告位 */
.topads {
  display: none;
}
@media (min-width: 768px) {
  .topads {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px #ddd;
    -moz-box-shadow: 0 5px 10px #ddd;
    -webkit-box-shadow: 0 5px 10px #ddd;
  }
  .topads p img {
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .topads p {
    height: 65px;
    width: 1200px;
    margin: 0 auto;
  }
}
/* 标题下的间隔符 */
.hline {
  width: 180px;
  height: 10px;
  border-bottom: solid 1px #333;
  position: relative;
  margin: 10px auto;
}
.hline i {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  display: block;
}
/* 空间距 */
.bk20 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 20px;
}
.bk20:after {
  content: " ";
  clear: both;
  display: table;
}
.bk30 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 30px;
}
.bk30:after {
  content: " ";
  clear: both;
  display: table;
}
.blk20 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 20px;
}
.blk20:after {
  content: " ";
  clear: both;
  display: table;
}
.blk30 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 30px;
}
.blk30:after {
  content: " ";
  clear: both;
  display: table;
}
.blk40 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 40px;
}
.blk40:after {
  content: " ";
  clear: both;
  display: table;
}
.blk50 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 50px;
}
.blk50:after {
  content: " ";
  clear: both;
  display: table;
}
.blk60 {
  *zoom: 1;
  zoom: 1;
  width: 100%;
  padding-top: 60px;
}
.blk60:after {
  content: " ";
  clear: both;
  display: table;
}
.hr {
  margin: 10px auto;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 640px) {
  .hr {
    margin: 20px auto;
  }
}
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 手机菜单 */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: 100px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
.mm-navbar > a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  padding-right: 20px;
  right: 0;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 15px 10px 15px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  /*  margin-left: -20px;
  margin-right: -20px;  */
}
.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -20px;
}
.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 20px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview > li.mm-spacer {
  padding-top: 40px;
}
.mm-listview > li.mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-navbar > a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-opened .mm-page {
  min-height: 100vh;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 60%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(60%, 0);
  -moz-transform: translate(60%, 0);
  -ms-transform: translate(60%, 0);
  -o-transform: translate(60%, 0);
  transform: translate(60%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
  jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
/*
  jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  padding-left: 40px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
  jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
  jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
  jQuery.mmenu navbar addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu > .mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar-bottom {
  border-top: 1px solid transparent;
  top: auto;
  border-bottom: none;
  bottom: 0;
}
.mm-navbar-2 > a,
.mm-navbar-3 > a,
.mm-navbar-4 > a,
.mm-navbar-5 > a,
.mm-navbar-6 > a {
  display: block;
  float: left;
}
.mm-navbar-2 > a {
  width: 50%;
}
.mm-navbar-3 > a {
  width: 33.33%;
}
.mm-navbar-4 > a {
  width: 25%;
}
.mm-navbar-5 > a {
  width: 20%;
}
.mm-navbar-6 > a {
  width: 16.66%;
}
.mm-close {
  text-align: right;
}
.mm-close:after {
  content: 'x';
}
.mm-menu.mm-hassearch > .mm-navbar-top {
  top: 40px;
}
.mm-menu.mm-hasnavbar .mm-panel .mm-navbar {
  display: none;
}
.mm-menu.mm-hasnavbar-top .mm-panel,
.mm-menu.mm-hasnavbar-top .mm-fixeddivider {
  top: 40px;
}
.mm-menu.mm-hasnavbar-top.mm-hassearch .mm-panel,
.mm-menu.mm-hasnavbar-top.mm-hassearch .mm-fixeddivider {
  top: 80px;
}
.mm-menu.mm-hasnavbar-bottom .mm-panel {
  bottom: 40px;
}
/*
  jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-menu > .mm-search {
  background: inherit;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-search {
  height: 40px;
  width: 100%;
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-search input {
  border: none;
  border-radius: 25px;
  font: inherit;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  display: block;
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
.mm-menu li.mm-nosubresults > a.mm-next {
  display: none;
}
.mm-menu li.mm-nosubresults > a.mm-next + a,
.mm-menu li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu.mm-hassearch .mm-panel,
.mm-menu.mm-hassearch .mm-fixeddivider {
  top: 40px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
/*
  jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.71%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-hasnavbar-top .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-bottom .mm-indexer {
  bottom: 50px;
}
.mm-hassearch .mm-indexer {
  top: 50px;
}
.mm-hassearch.mm-hasnavbar-top .mm-indexer {
  top: 90px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
/*
  jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
label.mm-toggle,
label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
/*
  jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
/*
  jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/*
  jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
  jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
/*
  jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
  jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-navbar > a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-navbar > a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-navbar > a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/*# sourceMappingURL=jquery.mmenu.all.css.map */
/* 2015-5-18 */
.mbnavadd {
  display: none;
}
.mm-menu {
  display: none;
  background-image: url(../../images/sidebarbg.png);
  background-repeat: no-repeat;
}
.mm-menu h2 {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-bottom: solid 1px #a18f69;
}
.mm-menu h2 a {
  position: relative;
  font-size: 18px;
  padding-left: 65px;
  height: 42px;
  display: block;
  color: #a18f69;
}
.mm-menu h2 a img {
  position: absolute;
  top: 28px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mm-menu h2 .aLogin {
  position: absolute;
  right: 20px;
  font-size: 25px;
}
.mm-menu ul li {
  text-align: left;
  font-size: 16px;
  color: #fff;
  border-bottom: solid 1px #a18f69;
}
.mm-menu ul li a {
  color: #a18f69 !important;
}
.mm-menu ul li a:hover {
  color: #fff;
}
.mm-menu ul .selecded {
  background: #a18f69;
}
.mm-menu ul .selecded a {
  color: #fff !important;
}
/* 注册登录弹出窗口 */
/* LESS Document */
/* 引用公用变量 */
/* 登录 */
.toplogin {
  position: relative;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  box-sizing: border-box;
  padding-top: 100px;
  top: 0;
  background-color: rgba(50, 50, 50, 0.7);
}
.toplogin .regbox {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -140px;
  z-index: 999;
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fff;
}
.toplogin section {
  width: 270px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.toplogin section .closebox {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #999;
  text-align: center;
}
.toplogin section .closebox i {
  font-size: 16px;
  line-height: 35px;
}
.toplogin section h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}
.toplogin section li {
  padding-bottom: 20px;
}
.toplogin section li input[type="text"],
.toplogin section li input[type="button"],
.toplogin section li input[type="password"] {
  width: 100%;
}
.toplogin section li input[type="button"] {
  background-color: #a18f69;
  font-size: 18px;
}
.toplogin section li span {
  float: right;
}
.toplogin section li span a {
  color: #a18f69;
  padding-right: 2px;
}
.toplogin section li p {
  color: #d73240;
  font-size: 12px;
}
.toplogin section li p i {
  font-size: 14px;
}
.toplogin section p {
  font-size: 12px;
  line-height: 30px;
}
.toplogin section p span {
  float: right;
}
.toplogin section p span a {
  color: #a18f69;
  padding-right: 2px;
}
.toplogin section p i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}
.toplogin section p i a {
  color: #fff;
}
.toplogin section p i.icon-gfqq {
  background-color: #59a1d2;
}
.toplogin section p i.icon-gfwb {
  background-color: #dc6c6f;
}
@media (min-width: 640px) {
  .toplogin .regbox {
    top: 100px;
    margin-left: -170px;
  }
  .toplogin section {
    width: 320px;
    padding: 20px;
  }
  .toplogin section .closebox {
    right: -55px;
    width: 50px;
    height: 50px;
  }
  .toplogin section .closebox i {
    font-size: 20px;
    line-height: 50px;
  }
}
/* 注册 */
.topregister {
  display: none;
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  box-sizing: border-box;
  padding-top: 100px;
  top: 0;
  background-color: rgba(50, 50, 50, 0.7);
}
.topregister .regbox {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -145px;
  z-index: 999;
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fff;
}
.topregister section {
  width: 272px;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.topregister section .closebox2 {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #999;
  text-align: center;
}
.topregister section .closebox2 i {
  font-size: 16px;
  line-height: 30px;
}
.topregister section h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}
.topregister section li {
  padding-bottom: 20px;
}
.topregister section li input[type="text"],
.topregister section li input[type="button"],
.topregister section li input[type="password"] {
  width: 100%;
}
.topregister section li input[type="button"] {
  background-color: #a18f69;
  font-size: 18px;
  padding: 0 10px;
}
.topregister section li p {
  color: #d73240;
  font-size: 12px;
}
.topregister section li p i {
  font-size: 14px;
  padding-right: 5px;
}
.topregister section li.reghalf input {
  width: 50%;
  box-sizing: border-box;
}
.topregister section p {
  font-size: 12px;
  line-height: 30px;
}
.topregister section p span {
  float: right;
}
.topregister section p span a {
  color: #a18f69;
  padding-right: 2px;
}
.topregister section p i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}
.topregister section p i a {
  color: #fff;
}
.topregister section p i.icon-gfqq {
  background-color: #59a1d2;
}
.topregister section p i.icon-gfwb {
  background-color: #dc6c6f;
}
@media (min-width: 640px) {
  .topregister .regbox {
    top: 100px;
    margin-left: -170px;
  }
  .topregister section {
    width: 360px;
    padding: 20px;
  }
  .topregister section p i {
    margin: 0px 5px;
  }
  .topregister section .closebox2 {
    right: -55px;
    width: 50px;
    height: 50px;
  }
  .topregister section .closebox2 i {
    font-size: 20px;
    line-height: 50px;
  }
  .topregister section li input[type="button"] {
    padding: 0 20px;
  }
}
.noticeLR {
  display: block;
  color: #d73240 !important;
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
  font-size: 12px;
  text-indent: 10px;
  color: #f26e6b;
  padding-bottom: 0;
  padding-left: 5px;
  position: absolute;
  line-height: 20px !important;
}
/*JS调用时登录框、注册框样式*/
/*index start*/
.body_main {
  width: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.box_title {
  width: 410px;
  height: 80px;
  padding: 0;
  position: relative;
}
.box_title .text_content {
  text-align: center;
  padding: 20px 0 10px 0;
}
.box_title .text_content h1 {
  font-weight: normal;
}
.box_main {
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background: #ffffff;
  width: 410px;
  margin: 6% auto 50%;
}
.box_bottom {
  width: 477px;
  height: 7px;
  padding: 0;
}
/*Tooltips*/
.tooltips_main {
  position: absolute;
  left: 0;
  margin: -5px 0 0 2px;
  z-index: 999;
  bottom: -55px;
}
.tooltips_box,
.tooltips,
.msg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 2px;
}
.tooltips_box {
  line-height: 1.5;
}
.tooltips {
  margin: 0 -2px;
}
.msg {
  color: #f26e6b;
  font-size: 12px;
}
.ov {
  position: absolute;
  left: 30%;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 16px 0 0 0;
  display: inline;
}
.field-all {
  width: 340px;
  margin: 0 auto;
}
.field-all input {
  color: #bbbbba;
  width: 320px;
  padding: 7px 9px;
  border-radius: 3px;
  outline-color: #4ac7e7;
  border: 1px solid #d9d9d9;
  font-size: 15px;
}
/*regist*/
.field-group {
  height: 65px;
  position: relative;
}
.register .form_submit .fieldset .field-group .title {
  float: left;
  width: 120px;
  text-align: right;
  margin: 4px 0 0 0;
  font-size: 14px;
}
.register .form_submit .fieldset .field-group .tips {
  float: left;
  width: 250px;
  color: #8E8E8E;
}
/*end regist*/
.newLoginB {
  display: block;
  text-align: right;
  padding: 10px 12px 0 0;
  color: #1ca3b6;
}
.newclosereg {
  display: block;
  position: absolute;
  right: -46px;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 13px 4px 18px;
  color: #fff;
  font-size: 22px;
  top: -36px;
  border-radius: 0 3px 3px 0;
}
.newclosereg:hover {
  text-decoration: none;
}
/*手机注册*/
.phoneReg {
  margin: 36px 12px 25px;
  color: #323232;
  font-size: 22px;
  text-align: center;
}
.xieyi input {
  width: 16px;
  height: 16px;
}
#submit,
#loginB {
  width: 100%;
  background: #33b0c4;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 16px;
}
#code_input input {
  vertical-align: middle;
  border: 1px solid #d9d9d9;
}
.reghalf input[type="button"] {
  font-size: 16px !important;
  width: 48% !important;
}
#code_input button {
  border-radius: 3px;
  border: none;
  background: #33b0c4;
  color: #fff;
  font-size: 16px;
}
.div_submit {
  margin: 15px 0;
}
.msdl {
  text-align: right;
  color: #989898;
  padding-bottom: 15px;
}
.msdl a {
  color: #1ca3b6;
}
.handphone .msg {
  /*  top: 66px;  */
}
.register,
#login {
  position: relative;
}
/*登录*/
.mianDL {
  overflow: hidden;
}
.mianDL p {
  float: left;
}
.mianDL a {
  display: inline-block;
  float: right;
}
.mianDL a:hover {
  color: #4ebed1;
}
.mianDL input {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.hzzh {
  overflow: hidden;
  margin-bottom: 15px;
}
.hzzh p {
  float: right;
}
.hzzh a {
  color: #1ca3b6;
}
.zjdl {
  float: left;
}
.zjdl span {
  color: #656666;
  position: relative;
  top: -15px;
}
.qq {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.weibo {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 7px;
}
/* 登录注册 */
/* LESS Document */
.notice {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
  font-size: 12px;
  text-indent: 10px;
  line-height: 30px;
  color: #f26e6b;
  padding-bottom: 0;
}
.mbbox ul {
  padding: 20px 10px;
}
.mbbox ul li {
  padding: 5px 0;
  width: 100%;
  color: #666;
}
.mbbox ul li input[type="text"],
.mbbox ul li input[type="password"],
.mbbox ul li input[type="button"] {
  width: 100%;
}
.mbbox ul li.half input {
  width: 50%;
}
.mbbox ul li.half input[type="button"] {
  background-color: #c1c1c2;
}
.mbbox ul li a {
  color: #666;
  line-height: 30px;
}
.mbbox ul li span {
  float: right;
}
.mbbox ul li span a {
  color: #333;
}
.mbbox dl {
  padding: 10px;
  text-align: center;
}
.mbbox dl dt {
  border-bottom: solid 1px #ddd;
  height: 10px;
  position: relative;
  margin-bottom: 30px;
}
.mbbox dl dt h3 {
  position: absolute;
  width: 150px;
  top: 0;
  left: 50%;
  margin-left: -75px;
  background-color: #fff;
  font-size: 14px;
  color: #999;
}
.mbbox dl dd {
  width: 50%;
  float: left;
}
.mbbox dl dd a {
  color: #666;
}
.mbbox dl dd a:hover {
  color: #33b0c4;
}
.mbbox dl dd i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.mbbox dl dd i:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.screenbox {
  display: none;
}
/* 内页头部二级导航 */
/* 手机侧边栏 */
.mm-menu {
  background-image: url(../images/sidebarbg.png) !important;
}
.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper {
  width: 100% !important;
}
.nc-container .nc_scale span {
  box-sizing: initial !important;
}
.nc-container.tb-login .errloading,
.nc-container .errloading {
  width: 100% !important;
  box-sizing: border-box !important;
}
.topregister li.DataCode {
  height: 40px !important;
  width: 100% !important;
}
.topregister li.DataCode > div.nc-container {
  width: 100% !important;
  border: none;
}
.topregister li.DataCode > div.nc-container .nc_scale {
  height: 40px !important;
}
.topregister li.DataCode > div.nc-container .nc_scale span {
  height: 38px !important;
  line-height: 38px !important;
}
.topregister li.DataCode > div.nc-container .nc_scale span.nc-lang-cnt {
  height: 40px !important;
  line-height: 40px !important;
}
/* 全国分校 */
/* LESS Document */
/*全国分校*/
.schoolarea {
  display: none;
}
@media (min-width: 480px) {
  .secTabs {
    display: block;
  }
}
@media (min-width: 640px) {
  .secTabs2 h2 {
    float: left;
  }
  .secTabs2 ul {
    padding: 0;
  }
  .secTabs2 li {
    font-size: 20px;
    margin-right: 10px;
  }
  .secTabs2 li a {
    padding: 6px 20px;
  }
}
@media (min-width: 768px) {
  .schoolarea {
    display: block;
    background-color: #f0f0f0;
    *zoom: 1;
    zoom: 1;
    font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  }
  .schoolarea:after {
    content: " ";
    clear: both;
    display: table;
  }
  .schoolarea section {
    padding: 40px 40px 10px 40px;
  }
  .schoolarea i {
    display: block;
    padding-bottom: 10px;
    font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    font-size: 18px;
  }
  .schoolarea li {
    width: 32.8%;
    padding-bottom: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
  .schoolarea li h3 {
    padding-bottom: 10px;
  }
  .schoolarea li span {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #222;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .schoolarea li a {
    display: inline-block;
    padding-left: 20px;
    color: #666;
  }
  .schoolarea li a:hover {
    color: #333;
  }
  .schoolarea li p {
    color: #666;
    font-size: 12px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .schoolarea section {
    padding: 40px 0 0 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 150px;
    box-sizing: border-box;
  }
  .schoolarea i {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 150px;
  }
  .schoolarea li {
    width: 32%;
  }
}
/* 共用的底部 */
/* LESS Document */
/* 底部 */
footer {
  background-image: url(../images/footerbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 30px;
}
footer .profooter {
  padding-top: 40px;
  *zoom: 1;
  zoom: 1;
}
footer .profooter:after {
  content: " ";
  clear: both;
  display: table;
}
footer .profooter a {
  color: #fff;
}
footer .profooter a:hover {
  text-decoration: none;
}
footer .profooter dl {
  width: 230px;
  color: #fff;
  margin: 0 auto 20px;
  font-size: 14px;
}
footer .profooter dl h3 {
  display: none;
}
footer .profooter dl i {
  display: none;
}
footer .profooter dt {
  margin-bottom: 10px;
}
footer .profooter dt strong {
  font-size: 22px;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
footer .profooter dt .prophonebox {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .profooter dt .prophonebox > div {
  margin-left: 10px;
}
footer .profooter dt .prophonebox > div p {
  font-size: 20px;
  line-height: 26px;
  color: #fefefe;
}
footer .profooter dd:last-child {
  display: none;
}
footer .profooter article {
  overflow: hidden;
  color: #fff;
  margin-top: 20px;
  width: 250px;
  margin: 0 auto;
}
footer .profooter article img {
  width: 100px;
  height: 100px;
  padding-right: 10px;
  float: left;
}
footer .profooter article h3 {
  color: #fbe4ad;
  font-size: 20px;
  padding: 5px 0;
}
footer .profooter article p {
  font-size: 12px;
  display: block;
}
footer .copyright {
  padding: 30px 10px 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
footer .copyright p a {
  color: #999;
}
footer .copyright p a:hover {
  color: #fff;
}
.gotop {
  display: none;
  width: 40px;
  height: 40px;
  font-size: 14px;
  box-sizing: border-box;
  position: fixed;
  bottom: 50px;
  right: 20px;
  padding: 6px 5px 0 5px;
  text-align: center;
  background-color: #1a2122;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
}
.gotop a {
  color: #fff;
}
.gotop a strong {
  display: block;
  font-size: 18px;
  line-height: 10px;
}
@media (min-width: 480px) {
  footer .profooter dl {
    width: 48%;
    float: left;
    margin: 0 auto;
  }
  footer .profooter dl dt {
    margin-bottom: 0;
  }
  footer .profooter dl dd:last-child {
    display: block;
  }
  footer .profooter article {
    width: auto;
  }
}
@media (min-width: 768px) {
  footer .profooter dl {
    width: 68%;
    color: #fff;
  }
  footer .profooter dl h3 {
    display: block;
    color: #fbe4ad;
    font-size: 20px;
  }
  footer .profooter dt {
    font-size: 14px;
    width: 40%;
    float: left;
    box-sizing: border-box;
  }
  footer .profooter dd {
    position: relative;
    width: 50%;
    float: left;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    border-right: solid 1px #555;
    border-left: solid 1px #555;
  }
  footer .profooter article img {
    width: 100px;
    height: 100px;
    float: left;
  }
  footer .copyright {
    padding: 30px 50px 40px;
  }
}
@media (min-width: 992px) {
  footer .profooter dl {
    width: 66.66%;
  }
  footer .profooter dl i {
    display: block;
    position: absolute;
    color: #fbe4ad;
    width: 56px;
    height: 56px;
    left: 50px;
    top: 15px;
    font-size: 56px;
  }
  footer .profooter dt {
    width: 50%;
  }
  footer .profooter dt strong {
    font-size: 30px;
  }
  footer .profooter dd {
    position: relative;
    padding: 20px 0 20px 120px;
  }
  footer .profooter article {
    width: 33.33%;
    padding-left: 30px;
    box-sizing: border-box;
  }
}
@media (min-width: 1200px) {
  footer .profooter {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 80px 0;
    box-sizing: border-box;
  }
}
/* 乐语 */
/* LESS Document */
/* 乐语部分 */
/* 乐语部分 */
.siderbar {
  position: fixed;
  right: 0px;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #15657A;
}
.siderbar li {
  float: left;
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.siderbar li a {
  color: #fff;
  font-size: 12px;
}
.siderbar li img {
  display: block;
  margin: 0 auto;
}
.siderbar li:first-child {
  display: none;
  background-size: 100% 100%;
  width: 100%;
  height: 100px;
  position: relative;
}
.siderbar li:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.siderbar li:first-child span {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 6px 0;
  background: #76c000;
  bottom: 0;
}
.siderbar .iconsearch {
  background: #0380c4;
  display: none;
}
.siderbar .iconwrite {
  background: #008edc;
  display: none;
}
.siderbar .iconcomment {
  border-right: 1px solid #ddd;
}
.siderbar .iconcomment img {
  padding-top: 10px;
}
.siderbar .iconlcok {
  background: #31a6ed;
  display: none;
}
.siderbar .iconphone {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .siderbar {
    width: 60px;
    right: 0;
    bottom: 10px;
    background: #4ab1ef;
  }
  .siderbar li {
    width: 100%;
    float: none;
  }
  .siderbar li:first-child {
    display: block;
    height: 80px;
  }
  .siderbar .iconsearch {
    background: #0380c4;
    display: block;
  }
  .siderbar .iconwrite {
    background: #008edc;
    display: block;
  }
  .siderbar .iconcomment {
    background: #129beb;
    border-right: 0;
  }
  .siderbar .iconcomment img {
    padding-top: 10px;
  }
  .siderbar .iconlcok {
    background: #31a6ed;
    display: block;
  }
}
@media (min-width: 1380px) {
  .siderbar {
    width: 90px;
    right: 30px;
    bottom: 100px;
  }
  .siderbar li {
    width: 100%;
    float: none;
  }
  .siderbar li:first-child {
    height: 100px;
  }
}
.frmsidenav {
  *zoom: 1;
  zoom: 1;
  width: 130px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e2eeef;
  position: fixed;
  background: #f5fefd;
  top: 25%;
  z-index: 999999;
  display: none;
}
.frmsidenav:after {
  content: " ";
  clear: both;
  display: table;
}
.frmsidenav h3 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #7ecdf6;
  font-size: 18px;
}
.frmsidenav h3 span {
  padding: 0 5px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #6dbbdf;
  margin-left: 20px;
}
.frmsidenav img {
  padding: 12px 0;
}
.frmsidenav h4 {
  font-weight: bold;
  height: 30px;
  background: #cee2ed;
}
.frmsidenav h4 a {
  display: block;
  height: 26px;
  line-height: 26px;
  width: 90px;
  margin: 0 auto;
  border: 2px solid #89cffc;
  background: #d6ebf0;
  border-radius: 6px;
}
.frmsidenav ul li:first-child {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .frmsidenav {
    display: block;
  }
}
/* LESS Document */
/* 引用变量 */
.mm-menu {
  width: 200px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
}
.topheader #sidelink {
  font-size: 30px;
}
.topheader nav a {
  display: none;
}
.topheader nav #logo {
  display: inline-block;
}
@media (min-width: 768px) {
  .topheader nav a {
    display: inline-block !important;
  }
  .topheader nav #logo {
    display: none!important;
  }
  .topheader nav #school em {
    display: none;
  }
}
.mm-menu {
  background-image: url(../../images/sidebarbg.png);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  *zoom: 1;
  zoom: 1;
}
.mm-menu:after {
  content: " ";
  clear: both;
  display: table;
}
.mm-menu h2 {
  display: table;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.mm-menu h2 a {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.mm-menu h2 a img {
  position: relative;
  top: auto;
  left: auto;
  right: 10px;
}
.mm-menu h2 a i {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
}
.mm-menu dl .selecded {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu dl dt,
.mm-menu dl dd {
  text-align: center;
  border-bottom: 1px solid #60646a;
  line-height: 60px;
  box-sizing: border-box;
}
.mm-menu dl dt a,
.mm-menu dl dd a {
  color: #fff !important;
}
.mm-menu dl dd:last-child {
  border: 0;
}
.mainheader {
  *zoom: 1;
  zoom: 1;
  padding: 30px 10px;
}
.mainheader:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader .protitle {
  *zoom: 1;
  zoom: 1;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
.mainheader .protitle:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader .protitle h2,
.mainheader .protitle h1 {
  text-align: center;
}
.mainheader .protitle h2 img,
.mainheader .protitle h1 img {
  width: 162px;
  height: auto;
}
.mainheader .protitle p {
  display: none!important;
  overflow: hidden;
  color: #666;
  padding-left: 15px;
  border-left: solid 1px #ddd;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  display: inline-block;
}
.mainheader .protitle p strong {
  font-size: 18px;
  color: #de5456;
  margin: 0 3px;
}
.mainheader .protitle p span {
  font-size: 12px;
  color: #999;
  display: block;
}
.mainheader .protitle p em {
  display: inline-block;
}
.mainheader .protitle a:hover {
  text-decoration: none;
}
.mainheader .prophone {
  display: none;
}
.mainheader .prosearch {
  width: 220px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mainheader .prosearch input[type="text"] {
  width: 180px;
}
.mainheader .prosearch input[placeholder] {
  color: #bdbdbd;
  font-size: 12px;
}
.mainheader .prosearch input[type="button"] {
  width: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 26px;
  background: #de5456;
}
@media (min-width: 480px) {
  .mainheader {
    padding: 30px 25px;
  }
  .mainheader .protitle {
    width: 404px;
  }
  .mainheader .protitle h2,
  .mainheader .protitle h1 {
    float: left;
    padding-right: 15px;
  }
  .mainheader .protitle h2 img,
  .mainheader .protitle h1 img {
    width: 150px;
  }
  .mainheader .protitle p {
    display: block!important;
  }
  .mainheader .prosearch {
    width: 410px;
  }
  .mainheader .prosearch input[type="text"] {
    width: 370px;
  }
}
@media (min-width: 640px) {
  .mainheader .protitle {
    width: 420px;
  }
  .mainheader .protitle h2 img,
  .mainheader .protitle h1 img {
    width: 162px;
  }
  .mainheader .protitle p {
    font-size: 18px;
    padding-top: 2px;
  }
  .mainheader .prosearch {
    width: 460px;
  }
  .mainheader .prosearch input[type="text"] {
    width: 420px;
  }
}
@media (min-width: 768px) {
  .mainheader {
    padding: 40px 25px;
  }
  .mainheader .protitle {
    float: left;
    margin: 0;
  }
  .mainheader .prosearch {
    float: right;
    width: 230px;
  }
  .mainheader .prosearch input[type="text"] {
    width: 190px;
  }
}
@media (min-width: 992px) {
  .mainheader {
    position: relative;
  }
  .mainheader .prophone {
    display: block;
    font-size: 30px;
    color: #de5456;
    width: 225px;
    float: right;
  }
  .mainheader .prophone i {
    font-size: 28px;
    margin-right: 3px;
  }
  .mainheader .prophone .prophonebox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mainheader .prophone .prophonebox > div {
    margin-left: 15px;
  }
  .mainheader .prophone .prophonebox > div p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
  }
  .mainheader .prosearch {
    float: none;
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 230px;
  }
  .mainheader .prosearch input[type="text"] {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .mainheader {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .mainheader .prosearch {
    width: 300px;
    left: 56%;
  }
  .mainheader .prosearch input[type="text"] {
    width: 260px;
    padding-left: 20px;
  }
}
.mainheader .protitle div {
  display: none;
}
@media (min-width: 480px) {
  .mainheader .protitle {
    position: relative;
  }
  .mainheader .protitle div {
    position: absolute;
    width: 124px;
    height: auto;
    border: 1px solid #efefef;
    border-radius: 5px;
    top: 50px;
    left: 180px;
  }
  .mainheader .protitle div a {
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
  .mainheader .protitle div img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    top: -9px;
  }
  .mainheader .protitle .listside {
    *zoom: 1;
    zoom: 1;
    height: inherit;
  }
  .mainheader .protitle .listside:after {
    content: " ";
    clear: both;
    display: table;
  }
  .mainheader .protitle .listside a {
    padding-left: 5px;
  }
  .mainheader .protitle .listside span {
    display: block!important;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .mainheader .protitle {
    width: 475px;
  }
}
/* 项目导航 */
.mainnav {
  display: none;
  height: 50px;
  line-height: 50px;
  background: #de5456;
}
.mainnav ul {
  width: 100%;
}
.mainnav li {
  float: left;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  height: 50px;
  width: 10%;
}
.mainnav li a {
  line-height: 50px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}
.mainnav li a:hover {
  background: #DA3638;
}
.mainnav li ul {
  width: 100%;
  z-index: 100;
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  background: #de5456;
}
.mainnav li ul li {
  width: 100%;
  float: none;
}
.mainnav li ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .mainnav {
    display: block;
  }
  .mainnav li:hover ul {
    display: block;
  }
}
@media (min-width: 992px) {
  .mainnav a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .mainnav ul {
    width: 1200px;
    margin: 0 auto;
  }
}
.mainheader .protitle p strong {
  color: #de5456;
}
.mainheader .prosearch input[type="button"] {
  background: #de5456;
}
.mainheader .prophone {
  color: #de5456;
}
.mainnav {
  background: #de5456;
}
.mainnav li ul {
  background: #de5456;
}
.mainnav li.selecded a,
.mainnav li a:hover {
  background: #DA3638;
}
.ads {
  text-align: center;
  margin: 0px auto 0px;
}
.ads img {
  max-width: 1920px;
  max-height: 75px;
}
@font-face {
  font-family: 'icomoon';
  src: url('hf-fonts/icomoon.eot?-ivr5ln');
  src: url('hf-fonts/icomoon.eot?#iefix-ivr5ln') format('embedded-opentype'), url('hf-fonts/icomoon.ttf?-ivr5ln') format('truetype'), url('hf-fonts/icomoon.woff?-ivr5ln') format('woff'), url('hf-fonts/icomoon.svg?-ivr5ln#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  overflow-x: hidden;
}
/* 头部导航 */
.header {
  display: block;
  background-color: #fff;
}
.header .nav_bg {
  width: 100%;
  height: 40px;
  background: #222;
  position: absolute;
  display: none;
}
/* 顶部共用-黑色 */
.topheader {
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  line-height: 50px;
}
.topheader article {
  position: relative;
}
.topheader h3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.topheader h3 a {
  padding: 0 15px;
  color: #fff;
}
.topheader .webLR {
  display: none;
}
.topheader .mbLR {
  display: block;
}
.topheader h2 {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -80px;
}
.topheader h2 img {
  padding: 8px 0 0 10px;
  float: left;
}
.topheader h2 p {
  display: none;
  float: left!important;
}
.topheader dl {
  display: none;
}
.topheader h4 {
  font-size: 26px;
  padding-left: 20px;
  line-height: 50px;
}
.topheader h4 a {
  color: #fff;
}
.topheader h6 {
  position: absolute;
  top: 0;
  left: 60px;
}
.topheader nav {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.topheader nav a {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  color: #ffffff;
  display: inline-block;
  display: none;
  font-size: 14px;
}
.topheader nav a i {
  display: none;
  border-width: 6px;
  border-color: transparent transparent #ea3a3c transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  margin-left: -30px;
}
.topheader nav a em {
  border-width: 6px;
  border-color: #cccccc transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-left: 2px;
}
.topheader section {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 999;
  padding: 30px 20px;
  border-top: 1px solid #ea3a3c;
  border-bottom: 1px solid #ea3a3c;
}
.topheader section dl {
  display: inline-block !important;
  margin-bottom: 30px;
  vertical-align: top;
}
.topheader section dt {
  border-bottom: 3px solid #cccccc;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
}
.topheader section dt a {
  display: inline-block;
  padding: 8px 22px 0 0;
  color: #333333;
  font-size: 12px;
}
.topheader section dt h5 {
  display: inline-block;
  font-size: 14px;
  height: 100%;
  border-bottom: 3px solid #ea3a3c;
  color: #333333;
}
.topheader section dd {
  line-height: 20px;
}
.topheader section dd a:hover {
  color: #ea3a3c;
}
@media (min-width: 640px) {
  .topheader nav a {
    padding-right: 50px;
  }
  .topheader section {
    padding: 15px 0 10px;
  }
  .topheader section dl {
    width: 27%;
    margin: 0 2.6% 15px;
  }
}
@media (min-width: 768px) {
  .topheader h6 {
    left: 20px;
  }
  .topheader h4 {
    display: none;
  }
  .topheader section {
    width: 650px;
    border: 1px solid #ea3a3c;
    top: 50px;
    left: 50%;
    margin-left: -325px;
    padding-left: 30px 0 0;
  }
  .topheader section dl {
    padding-left: 0;
  }
  .topheader section dt {
    display: block;
    border-left: 0;
    float: none;
    font-size: 14px;
  }
  .topheader section dd a {
    height: auto;
    padding: 10px 12px 0 0;
    display: inline-block;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .topheader h6 {
    left: 0;
  }
  .topheader section {
    left: 320px;
    margin-left: 0;
  }
  .topheader section:hover {
    display: block;
  }
  .topheader article {
    width: 1200px;
    margin: 0 auto;
  }
  dl dt {
    display: block;
  }
  .topheader h6 nav #school:hover .topheader nav a i {
    display: inline-block;
  }
  .topheader h6 nav #school:hover .topheader section {
    display: block;
  }
}
/*cfa头部 start*/
.topheadertwo {
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  line-height: 50px;
}
.topheadertwo article {
  position: relative;
  max-width: 1200px;
}
.topheadertwo h3 {
  float: right;
}
.topheadertwo h3 a {
  padding: 0 15px;
  color: #fff;
}
.topheadertwo .webLR {
  display: none;
}
.topheadertwo .mbLR {
  display: block;
}
.topheadertwo h2 {
  font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -80px;
}
.topheadertwo h2 img {
  padding: 8px 0 0 10px;
  float: left;
}
.topheadertwo h2 p {
  display: none;
}
.topheadertwo dl {
  display: none;
}
.topheadertwo h4 {
  font-size: 26px;
  padding-left: 20px;
  line-height: 50px;
}
.topheadertwo h4 a {
  color: #fff;
}
@media (min-width: 768px) {
  .topheadertwo {
    background-image: none;
    position: relative;
  }
  .topheadertwo .topheader1 h2 {
    display: none;
  }
  .topheadertwo .topheader1 dl {
    margin-left: 0;
    border: none;
  }
  .topheadertwo .webLR {
    display: block;
  }
  .topheadertwo .mbLR {
    display: none;
  }
  .topheadertwo h3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
  }
  .topheadertwo h2 {
    font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    left: 0;
    margin-left: 0;
  }
  .topheadertwo h2 p {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
    color: #999;
    width: 300px;
    float: left;
  }
  .topheadertwo h2 p strong {
    font-size: 16px;
  }
  .topheadertwo dl {
    border-left: solid 1px #666;
    position: relative;
    display: block;
    float: left;
    margin-left: 150px;
    height: 24px;
    margin-top: 13px;
    line-height: 24px;
    width: 100%;
  }
  .topheadertwo dl a {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    height: 37px;
  }
  .topheadertwo dl a span {
    display: none;
    position: absolute;
    top: 25px;
    margin-left: 2%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #de5456;
  }
  .topheadertwo dl dt {
    float: left;
    display: none;
    font-size: 26px;
  }
  .topheadertwo dl dt a {
    padding: 0 20px;
  }
  .topheadertwo dl dd ul li {
    float: left;
  }
  .topheadertwo dl dd ul li nav {
    display: none;
    position: absolute;
    background: #00348b;
    text-align: center;
    z-index: 2;
  }
  .topheadertwo dl dd ul li nav a {
    height: 20px;
    margin-top: 10px;
    border-right: 1px #fff dashed;
    box-sizing: border-box;
  }
  .topheadertwo dl dd ul li nav a:hover {
    color: #fff;
  }
  .topheadertwo dl dd ul li nav a:last-child {
    border-right: 0;
  }
  .topheadertwo dl dd ul li:hover nav {
    display: block;
  }
  .topheadertwo dl dd ul li:hover a span {
    display: block;
  }
  .topheadertwo h4 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .topheadertwo article {
    width: 1200px;
    margin: 0 auto;
  }
  .topheadertwo dl dt {
    display: block;
  }
}
.gfeduh1 h1 {
  position: absolute;
  left: 0px;
  top: -200px;
}
/*cfa头部 end*/
.topheadertwo dl dd nav {
  background: #00348b;
}
.topheadertwo dl a span {
  border-bottom: 15px solid #00348b;
}
.ads {
  background: #de5456;
  text-align: center;
  max-width: 1920px;
  height: 75px;
  overflow: hidden;
  background: url(../images/ads.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position-x: 26%;
  -webkit-background-position-x: 26%;
  -moz-background-position-x: 26%;
  -ms-background-position-x: 26%;
  -o-background-position-x: 26%;
}
.ads a {
  display: block;
  height: 75px;
}
@media (min-width: 1200px) {
  .ads {
    background-position-x: inherit;
    -webkit-background-position-x: inherit;
    -moz-background-position-x: inherit;
    -ms-background-position-x: inherit;
    -o-background-position-x: inherit;
  }
}
.ads2 {
  background: #381921;
  text-align: center;
  height: 75px;
  overflow: hidden;
  background: url(../images/ads2.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  display: none;
}
.ads2 a {
  display: block;
  height: 75px;
}
.PHads2 {
  text-align: center;
  display: block;
  background: #381921;
}
.PHads2 img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .ads2 {
    display: block;
  }
  .PHads2 {
    display: none;
  }
}
.mt_ads {
  *zoom: 1;
  zoom: 1;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  background: url(../images/mt640.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.mt_ads:after {
  content: " ";
  clear: both;
  display: table;
}
.mt_ads a {
  display: block;
  width: 100%;
  height: 100%;
}
.mt_ads .closeads {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-background: rgba(255, 255, 255, 0.6);
  -moz-background: rgba(255, 255, 255, 0.6);
  -ms-background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #000;
  color: #381921;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mt_ads {
    background: url(../images/mtads.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
  }
  .mt_ads .closeads {
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
