﻿/**
*  description: 模块集
*  author: Dolores
*  date: 2015-6-4 16:20
**************************************************/
/* 清除浮动 */
/* 圆角 */
/* 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;
}
/*常用字号*/
/*常用颜色*/
/* 圆角  */
/*边框圆角*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* clicked color */
.clcikActive {
  color: #fff;
  background: #33b0c4;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 面包屑 */
.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:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/**
*  description:公用样式
*  author: Dolores
*  date: 2015-6-4 15:58
**************************************************/
/* 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;
}
img {
  border: 0;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
q {
  quotes: none;
}
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;
}
/*---------- 实用工具 ----------*/
/* 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;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  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;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
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;
}
/* paginator */
.paginator {
  clear: both;
  padding: 20px 0;
  text-align: center;
  line-height: 14px;
}
.paginator span,
.paginator a {
  overflow: hidden;
  height: 15px;
  margin-bottom: 10px;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: bold;
  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 {
  color: #33b0c4;
  text-decoration: none;
  border: 1px solid #33b0c4;
}
.paginator .ellipsis {
  color: #636363;
  background: none;
}
.paginator .prev,
.paginator .next {
  font-weight: normal;
  line-height: 15px;
  background: #fff;
  color: #999;
}
.paginator input {
  display: none;
  width: 40px;
  height: 30px !important;
  padding: 0 !important;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  /* paginator */
  .paginator {
    clear: both;
    padding: 20px 0;
    text-align: center;
    line-height: 14px;
  }
  .paginator span,
  .paginator a {
    margin-left: 4px;
    padding: 6px 8px 6px;
    font-size: 12px;
  }
  .paginator .pageNum {
    color: #33b0c4;
    border: 1px solid #33b0c4;
  }
  .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;
  background: url(images2015/GlobalIcon_01.png) 0 -570px no-repeat;
}
/* notice */
.notice {
  margin-bottom: 10px;
  padding: 2px 16px;
  border: 1px solid #ffd4a5;
  background: #fff9e5;
}
.notice em {
  color: #FD7600;
}
.notice span {
  padding-right: 16px;
  background: url(images2015/GlobalIcon_01.png) 0 -630px no-repeat;
}
/* valid */
.valid {
  margin-bottom: 10px;
  padding: 2px 16px;
  color: #063;
  border: 1px solid #82b753;
  background: #f0ffe2;
}
.valid span {
  padding-right: 16px;
  background: url(images2015/GlobalIcon_01.png) 0 -600px no-repeat;
}
/* LESS Document */
/*底部*/
footer {
  clear: both;
  width: 100%;
  height: 293px;
  background: #21292a;
  padding: 20px 0;
  box-sizing: border-box;
  zoom: 1;
  *zoom: 1;
}
footer:after {
  content: " ";
  clear: both;
  display: table;
}
footer:after {
  content: " ";
  clear: both;
  display: table;
}
footer:after {
  content: " ";
  clear: both;
  display: table;
}
footer:after {
  content: " ";
  clear: both;
  display: table;
}
footer:after {
  content: " ";
  clear: both;
  display: table;
}
footer .newlinks {
  padding: 0 10px;
  zoom: 1;
  *zoom: 1;
}
footer .newlinks:after {
  content: " ";
  clear: both;
  display: table;
}
footer .newlinks:after {
  content: " ";
  clear: both;
  display: table;
}
footer .newlinks:after {
  content: " ";
  clear: both;
  display: table;
}
footer .newlinks:after {
  content: " ";
  clear: both;
  display: table;
}
footer .newlinks:after {
  content: " ";
  clear: both;
  display: table;
}
footer .newlinks dl {
  width: 18%;
  height: 180px;
  float: left;
  border-right: 1px solid #3c4242;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  color: #fff;
}
footer .newlinks dl:last-child {
  width: 26%;
  border-right: none;
}
footer .newlinks dl:last-child dl {
  text-align: center;
}
footer .newlinks dl:last-child dl dt {
  font-size: 30px;
}
footer .newlinks dl:last-child dl dd {
  font-weight: normal;
}
footer .newlinks dl:last-child dl dd img {
  display: block;
  margin: 8px auto 0;
}
footer .newlinks dl dt {
  font-size: 18px;
  padding-bottom: 15px;
}
footer .newlinks dl dd a {
  display: block;
  font-size: 12px;
  color: #dbdbdb;
  line-height: 24px;
}
footer .newlinks dl dd a:hover {
  text-decoration: none;
  color: #58c8e3;
}
footer .copyright {
  zoom: 1;
  *zoom: 1;
  text-align: center;
  padding-bottom: 20px;
  padding: 20px 0;
  font: 12px/30px "微软雅黑";
  color: #fff;
}
footer .copyright:after {
  content: " ";
  clear: both;
  display: table;
}
footer .copyright:after {
  content: " ";
  clear: both;
  display: table;
}
footer .copyright:after {
  content: " ";
  clear: both;
  display: table;
}
footer .copyright:after {
  content: " ";
  clear: both;
  display: table;
}
footer .copyright:after {
  content: " ";
  clear: both;
  display: table;
}
footer .copyright span {
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 1200px) {
  .newlinks {
    width: 1200px;
    margin: 0 auto;
  }
  .newlinks dl {
    padding-left: 40px;
  }
  .newlinks dl dd a {
    display: block;
    font-size: 14px;
    color: #dbdbdb;
    line-height: 24px;
  }
  .newlinks dl dd a:hover {
    text-decoration: none;
    color: #58c8e3;
  }
  .copyright {
    width: 1200px;
    margin: 0 auto;
  }
}
/*
	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: 120px;
}
.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: 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;
  position: fixed;
}
.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(../../images2015/mbnavbg.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
}
.mm-menu h2 {
  width: 100%;
  height: 120px;
  line-height: 120px;
  border-bottom: solid 1px #a6c8d7;
  background-color: rgba(255, 255, 255, 0.2);
}
.mm-menu h2 a {
  position: relative;
  font-size: 16px;
  padding-left: 65px;
  height: 42px;
  display: inline-block;
  color: #fff;
}
.mm-menu h2 a i {
  position: absolute;
  top: 15px;
  left: 15px;
}
.mm-menu h2 a i img {
  width: 42px;
  height: 42px;
  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: 14px;
  color: #fff;
  padding-left: 65px;
  border-bottom: solid 1px #90c3d8;
}
.mm-menu ul li a {
  color: #156872 !important;
}
.mm-menu ul li a:hover {
  color: #fff;
}
/* LESS Document */
/* iconfont */
@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.mbttl {
  background-color: #282828;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.mbttl a {
  color: #fff;
  padding: 0 15px;
}
.mbttl a:hover {
  color: #33b0c4;
}
.mbttl a img {
  vertical-align: middle;
}
.mbttl h2 {
  font-size: 20px;
}
.mbttl i {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 24px;
  font-family: sans-serif;
}
.mbttl i a {
  display: block;
}
.mbttl span {
  float: right;
}
.mbfooter {
  zoom: 1;
  *zoom: 1;
  text-align: center;
  background-color: #21292a;
  padding: 10px 0;
  color: #fff;
}
.mbfooter:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter ul {
  zoom: 1;
  *zoom: 1;
  padding: 10px 5px;
}
.mbfooter ul:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter ul:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter ul:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter ul:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter ul:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter ul li {
  width: 25%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.mbfooter ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px 0;
  background-color: #2e3738;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.mbfooter ul li a:hover {
  color: #2da1be;
}
.mbfooter dl {
  zoom: 1;
  *zoom: 1;
  padding: 20px 0;
}
.mbfooter dl:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter dl:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter dl:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter dl:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter dl:after {
  content: " ";
  clear: both;
  display: table;
}
.mbfooter dl dt {
  font-size: 30px;
  line-height: 30px;
}
.mbfooter dl dd {
  font-size: 14px;
  color: #dbdbdb;
}
.mbfooter p {
  line-height: 30px;
}
.gotop {
  width: 40px;
  height: 40px;
  font-size: 14px;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  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;
}
.gtopttl {
  background-color: #212829;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
}
.gtopttl nav {
  padding: 0 10px;
}
.gtopttl nav h2 {
  padding-right: 20px;
  float: left;
  width: 120px;
}
.gtopttl nav h2 img {
  padding-top: 10px;
}
.gtopttl nav span {
  float: right;
}
.gtopttl nav span a {
  color: #fff;
  padding: 0 20px;
  display: block;
  float: left;
}
.gtopttl nav span a:hover {
  color: #33b0c4;
  border-bottom: solid 2px #33b0c4;
}
.gtopttl nav ul {
  width: 400px;
  float: left;
}
.gtopttl nav ul li {
  float: left;
}
.gtopttl nav ul li a {
  color: #fff;
  padding: 0 15px;
  display: block;
}
.gtopttl nav ul li a:hover {
  color: #33b0c4;
  border-bottom: solid 2px #33b0c4;
}
@media (min-width: 1200px) {
  .gtopttl nav {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
  }
}
/* 布局 */
.wrap {
  width: 100%;
}
@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;
    padding: 5px 0;
    zoom: 1;
    *zoom: 1;
  }
  .bodygreyish:after {
    content: " ";
    clear: both;
    display: table;
  }
  .bodygreyish:after {
    content: " ";
    clear: both;
    display: table;
  }
  .bodygreyish:after {
    content: " ";
    clear: both;
    display: table;
  }
  .bodygreyish:after {
    content: " ";
    clear: both;
    display: table;
  }
  .bodygreyish:after {
    content: " ";
    clear: both;
    display: table;
  }
}
/* 专题共用 */
.specialtopttl {
  background-color: #282828;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.specialtopttl nav {
  position: relative;
  padding-left: 190px;
  box-sizing: border-box;
}
.specialtopttl span {
  float: right;
  display: block;
  font-size: 16px;
  width: 120px;
}
.specialtopttl span img {
  vertical-align: middle;
}
.specialtopttl h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  display: block;
}
.specialtopttl h2 img {
  padding-top: 8px;
  padding-right: 5px;
}
.specialtopttl h2 strong {
  display: inline-block;
  padding-left: 5px;
  border-left: dashed 1px #fff;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  overflow: hidden;
  color: #fff;
  margin-top: 10px;
}
.specialtopttl h2 strong a {
  color: #fff;
}
.specialtopttl ul {
  display: none;
}
@media (min-width: 768px) {
  .specialtopttl ul {
    display: block;
    overflow: hidden;
  }
  .specialtopttl ul li {
    float: left;
  }
  .specialtopttl ul li a {
    color: #fff;
    padding: 0 5px;
    display: block;
  }
  .specialtopttl ul li a:hover {
    color: #33b0c4;
    border-bottom: solid 2px #33b0c4;
  }
}
@media (min-width: 992px) {
  .specialtopttl span {
    font-size: 24px;
    width: 200px;
  }
  .specialtopttl ul li {
    float: left;
  }
  .specialtopttl ul li a {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .specialtopttl nav {
    width: 1200px;
    margin: 0 auto;
  }
}
/* 移动端点击按钮 */
.glyphicon {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .glyphicon {
    display: none !important;
  }
}
.fnav {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 60px;
  right: 0;
  z-index: 99999;
}
.floatNav ul {
  width: 100%;
  height: 60px;
  background: #fff;
}
.floatNav li {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  background: #000;
  border-right: 1px solid #fff;
  height: 60px;
  color: #fff;
  text-align: center;
}
.floatNav li a {
  display: block;
  color: #fff;
  font-size: 12px;
}
.floatNav li i {
  font-size: 26px;
  padding-right: 10px;
  vertical-align: middle;
  line-height: 60px;
  text-align: center;
}
.floatNav li:nth-child(3) {
  border-right: 0;
  position: relative;
}
@media (min-width: 640px) {
  .floatNav li i {
    font-size: 34px;
  }
}
@media (min-width: 640px) {
  .floatNav li {
    text-align: center;
  }
  .floatNav li a {
    font-size: 14px;
  }
  .floatNav li i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  .floatNav li p {
    cursor: pointer;
    position: absolute;
    height: 180px;
    width: 100%;
    bottom: -180px;
    background: #000;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
  }
  .floatNav li p i {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .floatNav li p em {
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
  }
  .floatNav li p em span {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .fnav {
    width: 300px;
    overflow: hidden;
    top: 50%;
    right: 0px;
    height: 340px;
    margin-top: -170px;
  }
  .floatNav {
    display: none;
  }
  .floatNav ul {
    width: 60px;
    height: 330px;
    background: #fff;
    float: right;
  }
  .floatNav li {
    width: 60px;
    height: auto;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
    padding: 10px 0 10px;
    background: #57b2c2;
    border-right: 0;
    font-size: 12px;
  }
  .floatNav li a {
    display: block;
    color: #fff;
    font-size: 12px;
  }
  .floatNav li i {
    display: block;
    font-size: 56px;
    line-height: 60px;
    padding-right: 0;
    vertical-align: top;
  }
  .floatNav li:first-child {
    background: #4e68b7;
  }
  .floatNav li:nth-child(2) {
    background: #3699cc;
  }
  .floatNav li:last-child {
    margin-bottom: 0;
  }
  .floatNav li:last-child i {
    line-height: 12px;
    font-size: 28px;
  }
  .floatNav li p {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 300px;
    top: 0;
    right: -300px;
    background: #57b2c2;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: left;
  }
  .floatNav li p i {
    float: left;
    display: inline-block;
    padding: 0 10px 0 20px;
  }
  .floatNav li p em {
    font-size: 30px;
    line-height: 25px;
    font-weight: bold;
  }
  .floatNav li p em span {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .floatNav #hotline {
    position: relative;
  }
}
@media (min-width: 1921px) {
  .fnav {
    right: 50%;
    margin-right: -960px;
  }
}
/* LESS Document */
/*侧边漂浮栏*/
#navigationMenu li {
  list-style: none;
  height: 46px;
  width: 46px;
}
#navigationMenu span {
  width: 0;
  right: 100%;
  padding: 0;
  position: absolute;
  overflow: hidden;
  font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6px;
  white-space: nowrap;
  line-height: 46px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#navigationMenu a {
  height: 46px;
  width: 46px;
  display: block;
  position: relative;
}
#navigationMenu {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#navigationMenu a:hover span {
  width: auto;
  padding: 0 20px;
  overflow: visible;
}
#main {
  position: fixed;
  bottom: 293px;
  right: 20px;
  background: #fff;
}
.nav-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.topWeixin {
  background: url(../images2015/topWeixin.png) center center no-repeat;
}
.topKF {
  background: url(../images2015/topKF.png) center center no-repeat;
}
.topFK {
  background: url(../images2015/topFK.png) center center no-repeat;
}
.topBack {
  background: url(../images2015/topBack.png) center center no-repeat;
}
.topKF span {
  position: relative;
}
.topNav {
  position: absolute;
  right: 8px;
}
.topKF span p {
  background: #fff;
  border: 1px solid #e9e8e8;
  padding: 5px 10px 0;
}
.topKF span p img {
  padding: 5px;
}
.topWeixin span {
  position: relative;
  display: block;
  overflow: hidden;
}
.topWeixin .topNav {
  position: absolute;
  right: 13px;
}
.topWeixin span p {
  background: #fff;
  border: 1px solid #e9e8e8;
  padding: 15px 15px 0;
  overflow: hidden;
}
.topWeixin span p em {
  padding: 5px;
}
/*登录框、注册框*/
.noticeLR {
  background-image: url(../../images2015/inputnotice.png);
  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;
}
.noticeLR a {
  line-height: 10px !important;
}
/*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: 295px;
  margin: 2% 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;
  text-shadow: 0 1px 0 #FFFFFF;
  font-size: 12px;
}
.ov {
  position: absolute;
  left: 30%;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 16px 0 0 0;
  display: inline;
}
.field-all {
  width: 260px;
  margin: 0 auto;
}
.field-all input {
  color: #bbbbba;
  width: 100%;
  padding: 0 6px;
  box-sizing: border-box;
  height: 30px;
  border-radius: 3px;
  outline-color: #4ac7e7;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
/*regist*/
.field-group {
  height: 40px;
  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;
}
.input_add_background img {
  padding-left: 10px;
}
/*end regist*/
.newLoginB {
  display: block;
  text-align: right;
  padding: 10px 12px 0 0;
  color: #1ca3b6;
}
.newclosereg {
  display: block;
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 13px 4px 18px;
  color: #fff;
  font-size: 22px;
  top: -20px;
  border-radius: 3px;
}
.newclosereg:hover {
  text-decoration: none;
}
/*手机注册*/
.phoneReg {
  margin: 20px 12px 15px;
  color: #323232;
  font-size: 22px;
  text-align: center;
}
.xieyi input {
  width: 16px;
  height: 16px;
}
input[type="submit"],
#loginB {
  width: 100%;
  background: #33b0c4;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 10px;
}
#code_input input {
  width: 45%;
  float: left;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  line-height: 20px;
}
#code_input input[type="button"] {
  padding: 0 9px;
  box-sizing: border-box;
  height: 30px;
  float: right;
  border-radius: 3px;
  border: none;
  background: #c1c1c2;
  color: #fff;
  width: 50%;
  font-size: 16px;
}
.div_submit {
  margin: 15px 0;
}
.div_submit_button input {
  padding: 8px 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: 10px;
}
.hzzh p {
  float: right;
}
.hzzh a {
  color: #1ca3b6;
}
.zjdl {
  float: left;
}
.zjdl span {
  color: #656666;
  position: relative;
  top: -15px;
}
.qq {
  background: url(../images2015/qq.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.weibo {
  background: url(../images2015/weibo.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 7px;
}
.qq:hover {
  background: url(../images2015/qqH.png) no-repeat;
}
.weibo:hover {
  background: url(../images2015/weiboH.png) no-repeat;
}
.login_msg_wrap {
  display: none;
  width: 340px;
  height: 30px;
  margin: 10px auto;
}
.login_msg {
  width: 100%;
  height: 28px;
  border: 1px solid #f26e6b;
  line-height: 28px;
  color: #f26e6b;
  box-sizing: border-box;
}
.login_msg i {
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 640px) {
  .box_main {
    width: 410px;
  }
  .box_main .phoneReg {
    margin: 36px 12px 25px;
  }
  .box_main .newclosereg {
    right: -45px;
    top: -36px;
  }
  .box_main .field-all {
    width: 340px;
    margin: 0 auto;
  }
  .box_main .field-group {
    height: 65px;
  }
  .box_main input[type="text"],
  .box_main input[type="password"] {
    height: 40px;
    line-height: 30px;
    font-size: 16px;
  }
  .box_main #code_input input[type="button"],
  .box_main .div_submit_button input {
    height: 40px;
    line-height: 20px;
  }
}
.login_after {
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 9;
  color: #fff;
}
.login_after li {
  line-height: 65px;
  width: 40px;
  float: left;
}
.login_after li .msg_span {
  position: absolute;
  top: 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  background: #ca3131;
  min-width: 18px;
  font-family: sans-serif;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
.login_after li p {
  width: 100%;
}
.login_after li p i {
  font-size: 20px;
}
.login_after li p .icon_email {
  font-size: 22px;
}
.login_after li p img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.login_after li p span {
  font-size: 12px;
}
.login_after li dl {
  display: none;
  width: 120px;
  margin-left: -35px;
  border: 1px solid #6d7297;
  box-shadow: 0 0 6px #183661;
  background: #fff;
  color: #666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.login_after li dl dt {
  width: 100%;
  float: right;
  margin-top: -38px;
}
.login_after li dl dt .tran {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #666767;
}
.login_after li dl dd {
  line-height: 0;
  font-size: 12px;
}
.login_after li dl dd a {
  font-size: 12px;
}
.login_after li dl dd a:hover {
  text-decoration: none !important;
}
.login_after li .emialli {
  width: 380px;
  margin-left: -255px;
}
.login_after li .emialli dt {
  height: 10px;
}
.login_after li .emialli dt span {
  margin-left: 65.5%;
}
.login_after li .emialli dd {
  padding: 0;
  width: 100%;
  margin-top: 0px;
}
.login_after li .emialli dd ul {
  width: 100%;
  height: auto;
  margin: 0;
}
.login_after li .emialli dd ul li {
  width: 33.33%;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.login_after li .emialli dd ul li a {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.login_after li .emialli dd ul li:hover {
  border-bottom: 1px solid #00e4ff;
}
.login_after li .emialli dd ol {
  width: 100%;
  display: inline-block;
}
.login_after li .emialli dd ol li {
  width: 94%;
  margin-left: 3%;
  line-height: 40px;
  font-size: 12px;
  border-bottom: 1px dashed #ccc;
}
.login_after li .emialli dd ol li a {
  text-decoration: none;
  line-height: 30px;
  padding: 0;
  font-size: 12px;
}
.login_after li .emialli dd ol li a h3 {
  float: left;
}
.login_after li .emialli dd ol li a h4 {
  float: right;
}
.login_after li .emialli dd ol li a:hover {
  text-decoration: none;
}
.login_after li .emialli dd p {
  width: 94%;
  margin-left: 3%;
  padding: 20px 0;
  text-align: left;
}
.login_after li .emialli dd p span {
  float: right;
}
.login_after li .emialli dd p span a {
  display: inline;
}
.login_after li .emialli .hide {
  display: none;
}
.login_after li .emialli #xtKonw {
  position: relative;
  width: 380px;
  height: 200px;
  overflow: hidden;
}
.login_after li .emialli #xtKonw .active_else_in {
  position: absolute;
  width: 100%;
}
.login_after li a:hover {
  color: #00e4ff;
  border-bottom: 0;
}
.login_after li:first-child {
  width: 80px;
}
.login_after li:nth-child(2) dl {
  width: 250px;
  margin-left: -105px;
}
.login_after li:nth-child(2) dl dt {
  height: 20px;
}
.login_after li:nth-child(2) dl dt span {
  margin-left: 40%;
}
.login_after li:nth-child(2) dl dd {
  width: 90%;
  margin-left: 5%;
  padding: 15px 0px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.login_after li:nth-child(2) dl dd i {
  font-size: 20px;
}
.login_after li:nth-child(2) dl dd a {
  padding: 0 10px 0 5px;
}
.login_after li:nth-child(2) dl .nowStu {
  margin-left: 0;
  border-bottom: 1px solid #ccc;
  padding: 21px 10px;
}
.login_after li:last-child {
  width: 110px;
}
.login_after li:last-child dl dt {
  margin-bottom: -20px;
}
.login_after li:last-child dl dt span {
  margin-left: 40%;
}
.login_after li:last-child dl dd {
  line-height: 30px;
  text-align: center;
}
.login_after li:hover dl {
  display: block;
}
@media (min-width: 1200px) {
  .login_after {
    right: 50% !important;
    margin-right: -620px;
  }
}
.active_Login {
  color: #00e4ff;
  border-bottom: 1px solid #00e4ff !important;
}
/* LESS Document */
/* 引用变量 */
.mainheader {
  zoom: 1;
  *zoom: 1;
  padding: 30px 10px;
}
.mainheader:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader:after {
  content: " ";
  clear: both;
  display: table;
}
.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:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader .protitle:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader .protitle:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader .protitle:after {
  content: " ";
  clear: both;
  display: table;
}
.mainheader .protitle h2 {
  text-align: center;
}
.mainheader .protitle h2 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: #1ab7da;
  margin: 0 3px;
  font-weight: normal;
}
.mainheader .protitle p span {
  font-size: 12px;
  color: #999;
  display: block;
}
.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: #1ab7da;
}
@media (min-width: 480px) {
  .mainheader {
    padding: 30px 25px;
  }
  .mainheader .protitle {
    width: 404px;
  }
  .mainheader .protitle h2 {
    float: left;
    padding-right: 15px;
  }
  .mainheader .protitle h2 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 {
    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 .protitle p {
    line-height: 40px;
  }
  .mainheader .protitle p strong {
    font-size: 40px;
    display: inline-block;
  }
  .mainheader .protitle p span {
    display: inline-block;
  }
  .mainheader .prophone {
    display: block;
    font-size: 30px;
    color: #1ab7da;
    width: 225px;
    float: right;
  }
  .mainheader .prophone i {
    font-size: 28px;
    margin-right: 3px;
  }
  .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:after {
    content: " ";
    clear: both;
    display: table;
  }
  .mainheader .protitle .listside:after {
    content: " ";
    clear: both;
    display: table;
  }
  .mainheader .protitle .listside:after {
    content: " ";
    clear: both;
    display: table;
  }
  .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;
}
.mainnav ul {
  width: 100%;
}
.mainnav li {
  float: left;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.mainnav li a {
  padding: 0 24px;
  line-height: 50px;
  display: block;
  box-sizing: border-box;
  color: #666;
}
@media (min-width: 768px) {
  .mainnav {
    display: block;
  }
  .mainnav li:hover .navbar2 {
    display: block;
  }
}
@media (min-width: 992px) {
  .mainnav li a {
    padding: 0 40px;
  }
  .mainnav a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .mainnav ul {
    width: 1200px;
    margin: 0 auto;
  }
}
.mainnav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.mainnav li.selecded a,
.mainnav li:hover a {
  border-top: 1px solid #1ab7da;
  color: #1ab7da;
}
/* LESS Document */
/* 资讯项目公用部分 */
/* 清除浮动 */
a,
li {
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}
/* 小图加标题内容 */
.listimgtxt {
  zoom: 1;
  *zoom: 1;
  border-bottom: dashed 1px #ddd;
  padding: 20px 0 30px;
  margin-left: 20px;
}
.listimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listimgtxt img {
  width: 120px;
  height: 80px;
  float: left;
}
.listimgtxt dl {
  overflow: hidden;
  padding: 0 10px;
}
.listimgtxt dt a {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.listimgtxt dt span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  padding-bottom: 5px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.listimgtxt dd {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .listimgtxt {
    padding: 30px 0 40px;
  }
  .listimgtxt img {
    width: 150px;
    height: 100px;
  }
  .listimgtxt dt a {
    font-size: 16px;
  }
  .listimgtxt dd {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .listimgtxt img {
    width: 180px;
    height: 120px;
  }
}
/* 文字列表 */
.listtxt {
  zoom: 1;
  *zoom: 1;
}
.listtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.listtxt li a {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  line-height: 45px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .listtxt {
    padding-bottom: 20px;
  }
  .listtxt li a {
    font-size: 14px;
  }
  .listtxt li a:hover {
    color: #a6946e;
  }
}
.listbtn ul {
  zoom: 1;
  *zoom: 1;
}
.listbtn ul:after {
  content: " ";
  clear: both;
  display: table;
}
.listbtn ul:after {
  content: " ";
  clear: both;
  display: table;
}
.listbtn ul:after {
  content: " ";
  clear: both;
  display: table;
}
.listbtn ul:after {
  content: " ";
  clear: both;
  display: table;
}
.listbtn ul:after {
  content: " ";
  clear: both;
  display: table;
}
.listbtn li {
  float: left;
  width: 50%;
  text-align: center;
}
.listbtn li a {
  display: block;
  border: solid 1px #eee;
  border-radius: 2px;
  margin: 5px;
  color: #666;
  font-size: 14px;
  padding: 5px 0;
}
.listbtn li a:hover {
  background-color: #33b0c4;
  color: #fff;
}
/* 列表加时间 */
.listtxtime {
  padding-bottom: 20px;
}
.listtxtime li {
  line-height: 36px;
}
.listtxtime li span {
  display: block;
  float: right;
  color: #999;
  font-size: 12px;
  padding-left: 10px;
}
.listtxtime li a {
  color: #666;
  font-size: 12px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.listtxtime li a:hover {
  color: #a6946e;
}
@media (min-width: 768px) {
  .listtxtime {
    padding-left: 20px;
  }
  .listtxtime li a {
    font-size: 14px;
  }
}
/* 图书信息 */
.listbook {
  padding: 20px 0 20px 20px;
}
.listbook img {
  width: 90px;
  height: 95px;
  float: left;
}
.listbook dl {
  overflow: hidden;
  padding-left: 10px;
}
.listbook dt {
  font-size: 14px;
  color: #a6946e;
  padding-bottom: 5px;
}
.listbook dt a {
  font-size: 14px;
  color: #a6946e;
}
.listbook dt a:hover {
  color: #666;
}
.listbook dd {
  font-size: 12px;
  color: #999;
}
.listbook dd strong {
  color: #ff5400;
  font-size: 24px;
  vertical-align: middle;
}
.listbook dd strong small {
  font-size: 16px;
}
/* 问答 */
.listqa {
  padding: 10px 0 020px;
}
.listqa dl {
  padding: 10px;
  border-bottom: dashed 1px #ccc;
}
.listqa dl i {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
}
.listqa dt {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  color: #a6946e;
  padding-bottom: 10px;
}
.listqa dt i {
  background-color: #a6946e;
}
.listqa dt span {
  display: block;
  color: #999;
  font-size: 12px;
}
.listqa dt span q {
  color: #666;
  padding-right: 15px;
}
.listqa dd {
  color: #999;
  position: relative;
  padding-left: 24px;
  font-size: 14px;
}
.listqa dd i {
  background-color: #f86f25;
}
.listqa dd p {
  padding: 5px;
  text-align: right;
  font-size: 12px;
  color: #999;
}
/* 课程图片加标题 */
.courseimgtxt {
  zoom: 1;
  *zoom: 1;
}
.courseimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.courseimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.courseimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.courseimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.courseimgtxt:after {
  content: " ";
  clear: both;
  display: table;
}
.courseimgtxt li {
  width: 50%;
  float: left;
}
.courseimgtxt a {
  color: #666;
  padding: 2px;
  display: block;
  width: 158px;
  box-sizing: border-box;
  border: solid 2px #fff;
  position: relative;
}
.courseimgtxt a:hover {
  border: solid 2px #a6946e;
}
.courseimgtxt img {
  width: 150px;
  height: 100px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.courseimgtxt img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.courseimgtxt p {
  overflow: hidden;
  display: block;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.courseimgtxt span {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 0 5px;
  background-color: #a6946e;
  display: block;
  color: #fff;
}
.courseimgtxt q {
  border: solid 1px #33b0c4;
  border-radius: 2px;
  margin: 5px;
  color: #33b0c4;
  font-size: 12px;
  padding: 5px;
}
.courseimgtxt q:hover {
  background-color: #33b0c4;
  color: #fff;
}
@media (min-width: 480px) {
  .courseimgtxt li {
    width: 33.33%;
  }
}
@media (min-width: 640px) {
  .courseimgtxt li {
    width: 25%;
  }
}
/* 标题-一级金圆底 */
.progttl {
  zoom: 1;
  *zoom: 1;
  background-image: url(../../images2015/progttlbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  text-align: center;
  margin: 30px 0;
}
.progttl:after {
  content: " ";
  clear: both;
  display: table;
}
.progttl:after {
  content: " ";
  clear: both;
  display: table;
}
.progttl:after {
  content: " ";
  clear: both;
  display: table;
}
.progttl:after {
  content: " ";
  clear: both;
  display: table;
}
.progttl:after {
  content: " ";
  clear: both;
  display: table;
}
.progttl h2 {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 15px;
  border-radius: 50%;
  background-color: #a6946e;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .progttl {
    background-size: auto;
  }
  .progttl h2 {
    width: 110px;
    height: 110px;
    padding: 0;
    font-size: 24px;
    line-height: 110px;
  }
}
/* 标题-切换及二级标题 */
.procttl,
.progttl2 {
  zoom: 1;
  *zoom: 1;
  position: relative;
  height: 50px;
  padding-left: 20px;
}
.procttl:after,
.progttl2:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl:after,
.progttl2:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl:after,
.progttl2:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl:after,
.progttl2:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl:after,
.progttl2:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl i,
.progttl2 i {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 40px;
  display: block;
  background-color: #a6946e;
}
.procttl strong,
.progttl2 strong {
  position: absolute;
  top: 40px;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  border-style: dashed;
  border-color: transparent;
  border-top-color: #574c2e;
  border-width: 10px 0 0 10px;
}
.procttl ul,
.progttl2 ul {
  zoom: 1;
  *zoom: 1;
}
.procttl ul:after,
.progttl2 ul:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl ul:after,
.progttl2 ul:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl ul:after,
.progttl2 ul:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl ul:after,
.progttl2 ul:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl ul:after,
.progttl2 ul:after {
  content: " ";
  clear: both;
  display: table;
}
.procttl li,
.progttl2 li,
.procttl h2,
.progttl2 h2 {
  line-height: 40px;
  background-color: #82c2cb;
  color: #fff;
  font-size: 14px;
}
.procttl h2,
.progttl2 h2 {
  width: 80px;
  text-align: center;
}
.procttl li,
.progttl2 li {
  float: left;
  margin-right: 5px;
}
.procttl li a,
.progttl2 li a {
  color: #fff;
  padding: 0 10px;
  display: block;
}
.procttl li.selected,
.progttl2 li.selected,
.procttl li:hover,
.progttl2 li:hover {
  background-color: #a6946e;
}
.procttl span,
.progttl2 span {
  float: right;
  padding-right: 15px;
  margin-right: 15px;
  background-image: url(../../images2015/promoreicon.png);
  background-repeat: no-repeat;
  background-position: right;
}
.procttl span a,
.progttl2 span a {
  line-height: 30px;
  color: #666;
}
.procttl span a:hover,
.progttl2 span a:hover {
  color: #574c2e;
}
@media (min-width: 768px) {
  .procttl li,
  .progttl2 li {
    font-size: 18px;
  }
  .procttl h2,
  .progttl2 h2 {
    width: 100px;
    font-size: 18px;
  }
}
/* 资讯项目 HREO */
.hero {
  zoom: 1;
  *zoom: 1;
  text-align: center;
  padding: 10px;
}
.hero:after {
  content: " ";
  clear: both;
  display: table;
}
.hero:after {
  content: " ";
  clear: both;
  display: table;
}
.hero:after {
  content: " ";
  clear: both;
  display: table;
}
.hero:after {
  content: " ";
  clear: both;
  display: table;
}
.hero:after {
  content: " ";
  clear: both;
  display: table;
}
.hero h1 {
  color: #a18f69;
  font-size: 12px;
  line-height: 60px;
}
.hero h1 strong {
  font-size: 45px;
  color: #33b0c4;
  font-style: italic;
  vertical-align: middle;
}
.hero .herother {
  color: #a18f69;
  padding-bottom: 10px;
  zoom: 1;
  *zoom: 1;
}
.hero .herother:after {
  content: " ";
  clear: both;
  display: table;
}
.hero .herother:after {
  content: " ";
  clear: both;
  display: table;
}
.hero .herother:after {
  content: " ";
  clear: both;
  display: table;
}
.hero .herother:after {
  content: " ";
  clear: both;
  display: table;
}
.hero .herother:after {
  content: " ";
  clear: both;
  display: table;
}
.hero .herother h1 {
  color: #33b0c4;
}
.hero .herother h1 a {
  color: #33b0c4;
}
.hero .herother strong,
.hero .herother span {
  display: inline-block;
  line-height: 60px;
}
.hero .herother span {
  padding-left: 10px;
  position: relative;
  background-image: url(../../images2015/prolistnav.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 12px;
}
.hero .herother span ul {
  display: none;
}
.hero .herother span:hover ul {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 140px;
  padding: 5px;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 2px;
  z-index: 1;
}
.hero .herother span:hover ul li {
  text-align: center;
  width: 50%;
  line-height: 30px;
  float: left;
}
.hero .herother span:hover ul li a {
  color: #666;
}
.hero .herother span:hover ul li a:hover {
  color: #33b0c4;
}
.hero .herother q {
  display: block;
  line-height: 20px;
  color: #a18f69;
}
.hero p {
  height: 48px;
}
.hero p input[type="button"] {
  background-color: #a18f69;
}
.hero h3 {
  width: 100%;
  display: block;
  zoom: 1;
  *zoom: 1;
  line-height: 40px;
}
.hero h3:after {
  content: " ";
  clear: both;
  display: table;
}
.hero h3:after {
  content: " ";
  clear: both;
  display: table;
}
.hero h3:after {
  content: " ";
  clear: both;
  display: table;
}
.hero h3:after {
  content: " ";
  clear: both;
  display: table;
}
.hero h3:after {
  content: " ";
  clear: both;
  display: table;
}
.hero h3 a {
  padding: 0 15px;
  font-size: 12px;
  color: #666;
}
@media (min-width: 480px) {
  .hero .herother {
    padding-bottom: 0;
  }
  .hero .herother q {
    display: inline-block;
    line-height: 60px;
    color: #a18f69;
    padding-left: 20px;
  }
  .hero .herother span:hover ul {
    width: 220px;
  }
  .hero .herother span:hover ul li {
    width: 33.33%;
  }
  .hero p {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .hero {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .hero .herother,
  .hero .herologo {
    width: 60%;
    float: left;
    box-sizing: border-box;
  }
  .hero h1 {
    padding-left: 10px;
  }
  .hero h1 strong {
    font-size: 65px;
  }
  .hero p {
    width: 40%;
    float: left;
    box-sizing: border-box;
    text-align: right;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .hero .herother q {
    padding-left: 50px;
  }
  .hero p input[type="text"] {
    width: 300px;
  }
  .hero p input[type="button"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .hero {
    width: 1200px;
    margin: 0 auto;
  }
  .hero p input[type="text"] {
    width: 340px;
  }
}
.heronav {
  zoom: 1;
  *zoom: 1;
}
.heronav:after {
  content: " ";
  clear: both;
  display: table;
}
.heronav:after {
  content: " ";
  clear: both;
  display: table;
}
.heronav:after {
  content: " ";
  clear: both;
  display: table;
}
.heronav:after {
  content: " ";
  clear: both;
  display: table;
}
.heronav:after {
  content: " ";
  clear: both;
  display: table;
}
.heronav p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: 100%;
  line-height: 40px;
  background-color: #33b0c4;
}
.heronav p a {
  color: #fff;
  font-size: 14px;
  padding: 0 6px;
}
.heronav ul {
  display: none;
}
.heronav li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.heronav li a {
  display: block;
  border: solid 1px #33b0c4;
  border-radius: 2px;
  margin: 5px;
  color: #33b0c4;
  font-size: 14px;
  padding: 5px 0;
}
.heronav li a:hover {
  background-color: #33b0c4;
  color: #fff;
}
@media (min-width: 480px) {
  .heronav {
    background-color: #33b0c4;
    height: 45px;
    padding: 0;
  }
  .heronav p {
    display: none;
  }
  .heronav ul {
    display: block;
  }
  .heronav li {
    width: 16.66%;
  }
  .heronav li a {
    margin: 0;
    line-height: 45px;
    border: none;
    background-color: inherit;
    color: #fff;
    padding: 0;
  }
  .heronav li a:hover {
    background-color: #a18f69;
  }
}
@media (min-width: 1200px) {
  .heronav {
    background-color: #33b0c4;
    height: 45px;
    padding: 0;
  }
  .heronav ul {
    width: 1000px;
    margin: 0 auto;
  }
  .heronav li a {
    font-size: 18px;
  }
}
.herolink {
  background-color: #ddd;
}
@media (min-width: 1200px) {
  .herolink article {
    width: 1200px;
    margin: 0 auto;
  }
}
.prolink {
  display: none;
}
@media (min-width: 992px) {
  .prolink {
    display: block;
    width: 240px;
    height: 400px;
    float: right;
    background-color: #3c8193;
    box-sizing: border-box;
    padding: 20px;
  }
  .prolink li {
    width: 33.33%;
    padding: 20px 0;
    float: left;
    text-align: center;
    font-size: 14px;
  }
  .prolink li a {
    color: #fff;
  }
  .prolink li i {
    display: block;
  }
  .prolink li i img {
    width: 30px;
    height: 30px;
  }
  .prolink li:hover {
    background-color: #a18f69;
    border-radius: 5px;
  }
}
/*轮翻共用部分*/
.g-carousel {
  position: relative;
  width: 100%;
}
.g-carousel-viewport {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.g-carousel-inner {
  position: absolute;
  overflow: hidden;
}
.g-carousel-inner li img {
  vertical-align: top;
}
.g-carousel-control a {
  font-style: normal;
  font-weight: normal;
}
.g-carousel-control a:hover,
.g-carousel-control a:focus,
.g-carousel-control a:active {
  text-decoration: none;
}
.g-carousel-control.g-carousel-disabled a {
  visibility: hidden;
}
/*授课老师轮翻部分*/
.focus .g-carousel-inner {
  width: 100%;
  height: 100%;
}
.focus .g-carousel-inner li {
  height: 100%;
}
.focus .g-carousel-inner li img {
  width: 100%;
  height: 100%;
}
.focus .g-carousel-inner li a {
  display: block;
  width: 100%;
  height: 200px;
}
.focus .g-carousel-viewport {
  width: 100%;
  height: 200px;
  _height: 0;
}
.focus .g-carousel-indicators {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 170px;
  width: 60%;
  margin-left: -30%;
  line-height: 1;
}
.focus .g-carousel-indicators li {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  vertical-align: top;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  *display: inline;
  *zoom: 1;
}
.focus .g-carousel-indicators li.active {
  background-color: #a18f69;
}
@media (min-width: 480px) {
  .focus .g-carousel-inner li a {
    height: 240px;
  }
  .focus .g-carousel-viewport {
    height: 240px;
  }
  .focus .g-carousel-indicators {
    top: 210px;
  }
}
@media (min-width: 640px) {
  .focus .g-carousel-inner li a {
    height: 300px;
  }
  .focus .g-carousel-viewport {
    height: 300px;
  }
  .focus .g-carousel-indicators {
    top: 270px;
  }
}
@media (min-width: 768px) {
  .focus .g-carousel-inner li a {
    height: 400px;
  }
  .focus .g-carousel-viewport {
    height: 400px;
  }
  .focus .g-carousel-indicators {
    top: 370px;
  }
}
@media (min-width: 992px) {
  .focus {
    overflow: hidden;
  }
}
/* 资讯项目资讯 */
.proinfo {
  background-image: url(../../images2015/proinfobg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 20px;
  zoom: 1;
  *zoom: 1;
}
.proinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo h2 {
  text-align: center;
  font-size: 18px;
  color: #262626;
  line-height: 60px;
}
.proinfo ul {
  zoom: 1;
  *zoom: 1;
}
.proinfo ul:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo ul:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo ul:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo ul:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo ul:after {
  content: " ";
  clear: both;
  display: table;
}
.proinfo li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.proinfo li a {
  display: block;
  border: solid 1px #eee;
  border-radius: 2px;
  margin: 5px;
  color: #666;
  font-size: 14px;
  padding: 5px 0;
}
.proinfo li a:hover {
  background-color: #33b0c4;
  color: #fff;
}
@media (min-width: 480px) {
  .proinfo li {
    width: 25%;
  }
}
@media (min-width: 640px) {
  .proinfo li {
    width: 16.66%;
  }
}
@media (min-width: 768px) {
  .proinfo {
    padding-bottom: 40px;
  }
  .proinfo h2 {
    padding: 40px;
    font-size: 24px;
  }
  .proinfo ul {
    padding-bottom: 40px;
  }
  .proinfo li a {
    padding: 10px 0;
    background-color: #fff;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .proinfo {
    width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
/* 资讯项目课程 */
.procourse {
  zoom: 1;
  *zoom: 1;
  padding-bottom: 20px;
}
.procourse:after {
  content: " ";
  clear: both;
  display: table;
}
.procourse:after {
  content: " ";
  clear: both;
  display: table;
}
.procourse:after {
  content: " ";
  clear: both;
  display: table;
}
.procourse:after {
  content: " ";
  clear: both;
  display: table;
}
.procourse:after {
  content: " ";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .procourse {
    padding-bottom: 40px;
  }
}
.procoursetab {
  zoom: 1;
  *zoom: 1;
}
.procoursetab:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab .ctn {
  zoom: 1;
  *zoom: 1;
  padding: 20px 0;
}
.procoursetab .ctn:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab .ctn:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab .ctn:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab .ctn:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab .ctn:after {
  content: " ";
  clear: both;
  display: table;
}
.procoursetab .ctn .proctbox {
  display: none;
}
.procoursetab .ctn .proctbox:first-child {
  display: block;
}
.proctinfo {
  zoom: 1;
  *zoom: 1;
}
.proctinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo p {
  padding-left: 20px;
}
.proctinfo p img {
  width: 270px;
}
.proctinfo dl {
  padding: 10px;
}
.proctinfo dt {
  zoom: 1;
  *zoom: 1;
}
.proctinfo dt:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo dt:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo dt:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo dt:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo dt:after {
  content: " ";
  clear: both;
  display: table;
}
.proctinfo dt a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #333;
  line-height: 35px;
  font-size: 18px;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.proctinfo dt span {
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #999;
  font-size: 12px;
  padding: 10px;
}
.proctinfo dt span s {
  padding-right: 15px;
}
.proctinfo dt span strong {
  color: #ff5400;
  font-size: 24px;
  vertical-align: middle;
}
.proctinfo dt span strong small {
  font-size: 16px;
}
.proctinfo dd {
  color: #999;
  font-size: 12px;
  border-top: dashed 1px #eee;
  padding: 6px;
}
.proctinfo dd span {
  padding-right: 10px;
}
.proctinfo dd:last-child {
  border-top: none;
}
.proctinfo dd.proctinfodd {
  display: none;
}
.proctinfo dd a {
  padding: 10px 10px 10px 22px;
  display: inline-block;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 5px 12px;
  color: #fff;
  font-size: 14px;
  margin: 0 3px;
}
.proctinfo dd a.wtenroll {
  background-color: #ff9b00;
  background-image: url(../../images2015/prowtenroll.png);
}
.proctinfo dd a.wtconsult {
  background-color: #56ceb9;
  background-image: url(../../images2015/prowtconsult.png);
}
@media (min-width: 480px) {
  .proctinfo p {
    float: left;
  }
  .proctinfo p img {
    width: 200px;
  }
  .proctinfo dl {
    overflow: hidden;
  }
}
@media (min-width: 640px) {
  .proctinfo p img {
    width: 270px;
  }
  .proctinfo dl {
    overflow: hidden;
  }
  .proctinfo dt a {
    width: 60%;
    float: left;
  }
  .proctinfo dt span {
    width: 40%;
    float: left;
    padding: 0;
    text-align: right;
  }
  .proctinfo dd a {
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  .procoursetab {
    overflow: hidden;
  }
  .procoursetab .pad20 {
    padding-left: 20px;
    padding-top: 20px;
  }
  .proctinfo dd.proctinfodd {
    display: block;
  }
}
.procoursenew {
  display: none;
}
@media (min-width: 992px) {
  .procoursenew {
    zoom: 1;
    *zoom: 1;
    display: block;
    float: right;
    width: 320px;
    padding-left: 40px;
  }
  .procoursenew:after {
    content: " ";
    clear: both;
    display: table;
  }
  .procoursenew:after {
    content: " ";
    clear: both;
    display: table;
  }
  .procoursenew:after {
    content: " ";
    clear: both;
    display: table;
  }
  .procoursenew:after {
    content: " ";
    clear: both;
    display: table;
  }
  .procoursenew:after {
    content: " ";
    clear: both;
    display: table;
  }
  .procoursenew h3 {
    padding-top: 15px;
    padding-left: 20px;
    font-size: 18px;
    color: #262626;
  }
}
/* 资讯项目切换 */
.proattention {
  background-image: url(../../images2015/proattentionbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  box-sizing: border-box;
  padding-top: 40px;
}
.proattention h3 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
}
.proattention p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-bottom: 30px;
}
.proattention .protabttl {
  zoom: 1;
  *zoom: 1;
  height: 30px;
}
.proattention .protabttl:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .protabttl:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .protabttl:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .protabttl:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .protabttl:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .protabttl li {
  float: left;
}
.proattention .protabttl li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 8px;
}
.proattention .protabttl li a:hover {
  color: #262626;
  border-bottom: solid 2px #262626;
}
.proattention .protabttl li.selected a {
  color: #262626;
  border-bottom: solid 2px #262626;
}
.proattention .proatdev,
.proattention .proatsc,
.proattention .proatstu {
  display: none;
}
.proattention .proatwind,
.proattention .proatdev,
.proattention .proatsc,
.proattention .proatstu {
  zoom: 1;
  *zoom: 1;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 20px 20px 10px;
  box-sizing: border-box;
  height: 400px;
  overflow: hidden;
}
.proattention .proatwind:after,
.proattention .proatdev:after,
.proattention .proatsc:after,
.proattention .proatstu:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .proatwind:after,
.proattention .proatdev:after,
.proattention .proatsc:after,
.proattention .proatstu:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .proatwind:after,
.proattention .proatdev:after,
.proattention .proatsc:after,
.proattention .proatstu:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .proatwind:after,
.proattention .proatdev:after,
.proattention .proatsc:after,
.proattention .proatstu:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .proatwind:after,
.proattention .proatdev:after,
.proattention .proatsc:after,
.proattention .proatstu:after {
  content: " ";
  clear: both;
  display: table;
}
.proattention .proatwind .proctnleft,
.proattention .proatdev .proctnleft,
.proattention .proatsc .proctnleft,
.proattention .proatstu .proctnleft {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.proattention .proatwind .proctnleft .listimgtxt,
.proattention .proatdev .proctnleft .listimgtxt,
.proattention .proatsc .proctnleft .listimgtxt,
.proattention .proatstu .proctnleft .listimgtxt {
  padding-top: 15px;
  padding-bottom: 15px;
}
.proattention .proatwind .proctnright,
.proattention .proatdev .proctnright,
.proattention .proatsc .proctnright,
.proattention .proatstu .proctnright {
  display: none;
}
.proattention .proatsc .proctnleft .listbtn {
  display: none;
}
@media (min-width: 768px) {
  .proattention {
    height: 700px;
  }
  .proattention h3 {
    font-size: 24px;
  }
  .proattention p {
    font-size: 14px;
  }
  .proattention .protabttl li a {
    font-size: 16px;
    padding: 7px 15px;
  }
  .proattention .proatwind,
  .proattention .proatdev,
  .proattention .proatsc,
  .proattention .proatstu {
    padding: 30px 20px 20px 20px;
  }
  .proattention .proatwind .proctnleft,
  .proattention .proatdev .proctnleft,
  .proattention .proatsc .proctnleft,
  .proattention .proatstu .proctnleft {
    overflow: hidden;
  }
  .proattention .proatwind .proctnleft .progttl2,
  .proattention .proatdev .proctnleft .progttl2,
  .proattention .proatsc .proctnleft .progttl2,
  .proattention .proatstu .proctnleft .progttl2 {
    display: block;
  }
  .proattention .proatwind .proctnright,
  .proattention .proatdev .proctnright,
  .proattention .proatsc .proctnright,
  .proattention .proatstu .proctnright {
    display: block;
    float: right;
    height: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .proattention .proatwind .proctnright,
  .proattention .proatdev .proctnright {
    width: 265px;
  }
  .proattention .proatsc .proctnright {
    width: 420px;
  }
  .proattention .proatsc .proctnleft .listtxt,
  .proattention .proatsc .proctnleft .listbtn {
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: block;
  }
  .proattention .proatstu .proctnright {
    width: 760px;
  }
}
@media (min-width: 1200px) {
  .proattention article {
    width: 1200px;
    margin: 0 auto;
  }
}
/* 资讯项目名师 */
.gfteacher {
  padding-bottom: 40px;
}
.gfteacher ul {
  height: 240px;
  overflow: hidden;
  box-sizing: border-box;
}
.gfteacher li {
  width: 50%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
}
.gfteacher li a {
  color: #999;
}
.gfteacher li a:hover {
  color: #a6946e;
}
.gfteacher li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gfteacher li img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gfteacher li h3 {
  font-size: 16px;
  color: #a6946e;
  line-height: 50px;
}
.gfteacher li p {
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gfteacher h4 {
  text-align: center;
  padding-top: 30px;
}
.gfteacher h4 a {
  border: solid 1px #eee;
  border-radius: 2px;
  margin: 5px;
  color: #666;
  font-size: 16px;
  padding: 15px 40px;
}
.gfteacher h4 a:hover {
  background-color: #33b0c4;
  color: #fff;
}
@media (min-width: 480px) {
  .gfteacher li {
    width: 33.33%;
  }
}
@media (min-width: 640px) {
  .gfteacher ul {
    margin: 0 20px;
  }
  .gfteacher li {
    width: 25%;
    padding: 0 20px;
  }
}
/* 手机版底部链接-我要做题、精彩直播 */
.mbprolink {
  zoom: 1;
  *zoom: 1;
  padding: 20px 10px 60px 10px;
}
.mbprolink:after {
  content: " ";
  clear: both;
  display: table;
}
.mbprolink:after {
  content: " ";
  clear: both;
  display: table;
}
.mbprolink:after {
  content: " ";
  clear: both;
  display: table;
}
.mbprolink:after {
  content: " ";
  clear: both;
  display: table;
}
.mbprolink:after {
  content: " ";
  clear: both;
  display: table;
}
.mbprolink ul {
  padding-top: 8px;
}
.mbprolink li {
  width: 50%;
  float: left;
  text-align: center;
}
.mbprolink li a {
  border: solid 1px #27a2b6;
  border-radius: 2px;
  margin: 5px;
  color: #27a2b6;
  font-size: 16px;
  padding: 15px 20px;
}
.mbprolink li a:hover {
  background-color: #33b0c4;
  color: #fff;
}
@media (min-width: 768px) {
  .mbprolink {
    display: none;
  }
}
/* 我要做题 */
.procfbox {
  zoom: 1;
  *zoom: 1;
  padding-bottom: 30px;
}
.procfbox:after {
  content: " ";
  clear: both;
  display: table;
}
.procfbox:after {
  content: " ";
  clear: both;
  display: table;
}
.procfbox:after {
  content: " ";
  clear: both;
  display: table;
}
.procfbox:after {
  content: " ";
  clear: both;
  display: table;
}
.procfbox:after {
  content: " ";
  clear: both;
  display: table;
}
.prosuper,
.prodoing {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.prosuper .progttl2 h2,
.prodoing .progttl2 h2 {
  width: 120px;
}
.proexercise {
  width: 33.33%;
  box-sizing: border-box;
  padding-left: 10px;
  float: left;
}
.proexercise li {
  padding: 2px 0 3px 50px;
}
.proexercise a {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: solid 2px #27a2b6;
  padding-top: 20px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.proexercise a span {
  display: none;
}
.proexercise a img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.proexercise a strong {
  font-size: 14px;
  color: #27a2b6;
  display: block;
}
.proexercise a:hover {
  background-color: #27a2b6;
}
.proexercise a:hover strong,
.proexercise a:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.proexercise a:hover span {
  display: block;
  position: absolute;
  top: 30px;
  left: 18px;
  font-size: 16px;
  color: #fff;
}
.proexercise a:hover strong {
  color: #fff;
}
@media (min-width: 992px) {
  .proexercise li {
    float: left;
    padding: 30px 10px 40px;
  }
  .proexercise a {
    width: 120px;
    height: 120px;
  }
  .proexercise a img {
    width: 60px;
    height: 60px;
  }
  .proexercise a strong {
    font-size: 14px;
  }
  .proexercise a:hover span {
    top: 45px;
    left: 26px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .proexercise li {
    padding: 30px 20px 40px;
  }
  .proexercise a {
    width: 150px;
    height: 150px;
    padding-top: 20px;
  }
  .proexercise a img {
    width: 80px;
    height: 80px;
  }
  .proexercise a strong {
    font-size: 18px;
  }
  .proexercise a:hover span {
    top: 55px;
    left: 26px;
    font-size: 24px;
  }
}
.prosuper li {
  padding: 5px;
  border-bottom: dashed 1px #eee;
  color: #666;
  font-size: 12px;
}
.prosuper li i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: #ddd;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
  color: #666;
  margin-right: 10px;
}
.prosuper li i.goldc {
  background-color: #a6946e;
  color: #fff;
}
.prosuper li span {
  float: right;
}
.prosuper li span strong {
  color: #27a2b6;
  padding-right: 10px;
}
.prosuper li img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.prodoing li {
  padding: 12px 5px;
  border-bottom: dashed 1px #eee;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.prodoing li a,
.prodoing li strong {
  color: #27a2b6;
  padding: 0 5px;
}
.prodoing li span {
  vertical-align: middle;
  display: inline-block;
  background-color: #ddd;
  margin-left: 10px;
  border-radius: 2px;
}
.prodoing li span a {
  color: #fff;
  font-size: 12px;
}
/* 精彩直播 */
.provodiel,
.provodier {
  zoom: 1;
  *zoom: 1;
  width: 50%;
  float: left;
  padding-bottom: 50px;
}
.provodiel:after,
.provodier:after {
  content: " ";
  clear: both;
  display: table;
}
.provodiel:after,
.provodier:after {
  content: " ";
  clear: both;
  display: table;
}
.provodiel:after,
.provodier:after {
  content: " ";
  clear: both;
  display: table;
}
.provodiel:after,
.provodier:after {
  content: " ";
  clear: both;
  display: table;
}
.provodiel:after,
.provodier:after {
  content: " ";
  clear: both;
  display: table;
}
.provodiel img {
  width: 100%;
}
.provodiel h3 {
  font-size: 14px;
  line-height: 40px;
}
.provodiel p a {
  float: left;
  border: solid 1px #33b0c4;
  border-radius: 2px;
  margin: 5px;
  color: #33b0c4;
  font-size: 14px;
  padding: 5px 20px;
}
.provodiel p a:hover {
  background-color: #33b0c4;
  color: #fff;
}
.provodier {
  padding-left: 40px;
  box-sizing: border-box;
}
.provodier .courseimgtxt {
  padding-bottom: 10px;
}
.provodier .courseimgtxt li {
  width: 50%;
}
.provodier .courseimgtxt li:last-child {
  display: none;
}
.provodier h3 {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
@media (min-width: 992px) {
  .provodier .courseimgtxt li {
    width: 50%;
  }
  .provodier .courseimgtxt li:last-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  .provodier .courseimgtxt li {
    width: 33.33%;
  }
  .provodier .courseimgtxt li:last-child {
    display: block;
  }
}
/* 资讯项目热贴、同班同学 */
.prohotpost,
.proclassmate {
  zoom: 1;
  *zoom: 1;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
.prohotpost:after,
.proclassmate:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost:after,
.proclassmate:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost:after,
.proclassmate:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost:after,
.proclassmate:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost:after,
.proclassmate:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost dl {
  zoom: 1;
  *zoom: 1;
  padding: 10px;
  border-bottom: solid 1px #eee;
}
.prohotpost dl:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost dl:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost dl:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost dl:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost dl:after {
  content: " ";
  clear: both;
  display: table;
}
.prohotpost dt {
  width: 95px;
  float: left;
  border-right: solid 1px #eee;
  text-align: center;
}
.prohotpost dt img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.prohotpost dt span {
  font-size: 12px;
  color: #999;
}
.prohotpost dt:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prohotpost dt:hover span {
  color: #a6946e;
}
.prohotpost dd {
  padding: 10px 0 0 20px;
  overflow: hidden;
}
.prohotpost dd span {
  float: right;
  background-color: #f86f25;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  color: #fff;
}
.prohotpost dd h3 {
  display: block;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.prohotpost dd p {
  color: #999;
  font-size: 12px;
}
.prohotpost dd p a {
  padding-right: 15px;
  color: #999;
}
.prohotpost dd p i {
  padding-right: 5px;
}
.prohotpost dd p i img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.proclassmate li {
  width: 25%;
  box-sizing: border-box;
  float: left;
  padding: 20px;
}
.proclassmate a {
  width: 100%;
  display: block;
  text-align: center;
}
.proclassmate a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.proclassmate a span {
  font-size: 12px;
  color: #999;
}
.proclassmate a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.proclassmate a:hover span {
  color: #a6946e;
}
/* index_focus */
.index_focus {
  position: relative;
  width: 960px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.index_focus a {
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
}
.index_focus .bd ul {
  width: 100%;
}
.index_focus .bd li {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.index_focus .bd li:first-child {
  display: block;
}
.index_focus_post {
  z-index: 10;
}
.index_focus .pic {
  height: 400px;
  display: block;
  width: 100%;
}
.index_focus .pic:hover {
  text-decoration: none;
}
.index_focus .slide_nav {
  position: absolute;
  left: 45%;
  bottom: 2%;
}
.index_focus .slide_nav a {
  cursor: pointer;
  float: left;
  font-size: 28px;
  font-family: arial;
  color: #fff;
  padding: 5px 10px;
}
.index_focus .slide_nav li:hover,
.index_focus .slide_nav .on {
  text-decoration: none;
  color: #999;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.index_focus_pre,
.index_focus_next {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  width: 72px;
  height: 72px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
  background: url(../../images2015/ico_sliding.png) no-repeat;
}
.index_focus_pre {
  left: 30px;
  background-position: 0 0;
}
.index_focus_pre:hover {
  background-position: 0 -144px;
}
.index_focus_next {
  right: 30px;
  background-position: 0 -72px;
}
.index_focus_next:hover {
  background-position: 0 -216px;
}
.index_focus_info {
  position: absolute;
  left: 10%;
  bottom: 12%;
  width: 800px;
  height: 200px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-family: "\5fae\8f6f\96c5\9ed1";
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  background: url("../images/index_focus_bg.png") no-repeat;
  _background: none;
}
/*.index_focus_info h3{font-size:36px;line-height:70px;font-family:\5fae\8f6f\96c5\9ed1, \u9ed1\u4f53, "Lucida Grande";display:none;} */
.index_focus_info h3 {
  font-size: 36px;
  line-height: 70px;
  font-family: "\5fae\8f6f\96c5\9ed1", "\u9ed1\u4f53", "Lucida Grande";
  display: none;
}
.index_focus_info .text {
  width: 500px;
  line-height: 24px;
  font-size: 14px;
  word-wrap: break-word;
  overflow: hidden;
  display: none;
}
@media (max-width: 1200px) {
  .herolink article {
    width: 100%;
  }
  .herolink article .prolink {
    width: 20%;
  }
  .herolink article .index_focus {
    max-width: 80%;
    left: 0;
  }
  .herolink article .index_focus .bd {
    height: 400px;
  }
  .herolink article .index_focus .bd ul {
    width: 100% !important;
    height: 100% !important;
  }
  .herolink article .index_focus .bd ul li {
    width: 100% !important;
    height: 100%;
  }
  .herolink article .index_focus .bd ul li a {
    width: 100%;
    height: 100%;
  }
  .herolink article .index_focus .bd ul li a img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .herolink article .index_focus {
    max-width: 100%;
    height: auto;
    left: 0;
    margin: 0;
  }
  .herolink article .index_focus .bd {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .herolink article .index_focus .bd {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .herolink article .index_focus .bd {
    height: 200px;
  }
}
/* LESS Document */
/* 清除浮动 */
/* 顶部导航 */
.prosecinfo {
  display: none;
}
@media (min-width: 768px) {
  .prosecinfo {
    display: block;
    padding: 30px 40px;
    zoom: 1;
    *zoom: 1;
  }
  .prosecinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prosecinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prosecinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prosecinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prosecinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prosecinfo li {
    float: left;
    width: 16.66%;
    text-align: center;
  }
  .prosecinfo li a {
    display: block;
    background-color: #fff;
    border: solid 1px #eee;
    border-radius: 2px;
    margin: 5px;
    color: #666;
    font-size: 14px;
    padding: 10px 0;
  }
  .prosecinfo li a:hover {
    background-color: #82c2cb;
    color: #fff;
  }
  .prosecinfo li.selected a {
    background-color: #82c2cb;
    color: #fff;
  }
}
/* 右侧导航 */
.proaside {
  display: none;
}
@media (min-width: 768px) {
  .proaside {
    display: block;
    float: right;
    width: 280px;
    padding-bottom: 30px;
    padding-left: 35px;
  }
  .proaside h2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
  }
  .proaside .prolistrttl {
    zoom: 1;
    *zoom: 1;
    height: 30px;
  }
  .proaside .prolistrttl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .prolistrttl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .prolistrttl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .prolistrttl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .prolistrttl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .prolistrttl li {
    float: left;
  }
  .proaside .prolistrttl li a {
    color: #666;
    font-size: 14px;
    padding: 10px 8px;
  }
  .proaside .prolistrttl li a:hover {
    color: #33b0c4;
    border-bottom: solid 2px #33b0c4;
  }
  .proaside .prolistrttl li.selected a {
    color: #33b0c4;
    border-bottom: solid 2px #33b0c4;
  }
  .proaside .ctn div {
    display: none;
  }
  .proaside .ctn div:first-child {
    display: block;
  }
  .proaside .prosidebox {
    border-radius: 2px;
    border: solid 1px #eee;
    background-color: #fff;
    margin-bottom: 30px;
  }
  .proaside .proasidefree {
    border-radius: 2px;
    border: solid 1px #eee;
    background-color: #fff;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
  }
  .proaside .proasidefree img {
    width: 100%;
  }
  .proaside .proasidefree p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -65px;
    width: 140px;
    height: 44px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .proaside .proasidefree p a {
    position: relative;
    width: 140px;
    height: 44px;
    display: block;
  }
  .proaside .proasidefree p a:hover strong {
    border-left-color: #30aec5;
  }
  .proaside .proasidefree p a:hover span {
    color: #30aec5;
  }
  .proaside .proasidefree p i {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .proaside .proasidefree p i strong {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    border-style: dashed;
    border-color: transparent;
    border-left-color: #fff;
    border-width: 10px 0 10px 14px;
    margin: 10px 0 0 17px;
  }
  .proaside .proasidefree p span {
    display: inline-block;
    line-height: 44px;
    padding-left: 55px;
    color: #fff;
    font-size: 16px;
  }
  .proaside .proasidefree dl {
    zoom: 1;
    *zoom: 1;
    overflow: hidden;
    padding: 5px;
  }
  .proaside .proasidefree dl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasidefree dl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasidefree dl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasidefree dl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasidefree dl:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasidefree dl dt {
    width: 100%;
    font-size: 14px;
    border-bottom: dashed 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .proaside .proasidefree dl dt a {
    color: #323232;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .proaside .proasidefree dl dt a:hover {
    color: #38a8bb;
  }
  .proaside .proasidefree dl dd {
    width: 50%;
    overflow: hidden;
    height: 30px;
    float: left;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    line-height: 30px;
    position: relative;
    color: #989898;
    font-size: 12px;
  }
  .proaside .proasidefree dl dd i {
    position: absolute;
    top: 0;
    left: 0;
  }
  .proaside .proasidefree dl dd i.s1 {
    width: 30px;
    height: 30px;
  }
  .proaside .proasidefree dl dd i.s2 {
    width: 12px;
    height: 12px;
    top: 3px;
    left: 10px;
  }
  .proaside .proasidefree dl dd span {
    color: #656666;
    font-size: 14px;
  }
  .proaside .proasideads {
    zoom: 1;
    *zoom: 1;
    border: solid 1px #eee;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
  }
  .proaside .proasideads:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasideads:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasideads:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasideads:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasideads:after {
    content: " ";
    clear: both;
    display: table;
  }
  .proaside .proasideads a {
    position: relative;
    display: block;
  }
  .proaside .proasideads a img {
    width: 100%;
  }
  .proaside .proasideads a span {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
  }
}
/* 左侧内容 */
.procontent {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.procontent h1 {
  font-size: 18px;
  color: #333;
  padding: 20px 10px;
  text-align: center;
}
.procontent .procontenttl {
  zoom: 1;
  *zoom: 1;
  line-height: 30px;
  padding: 20px 20px 10px 20px;
}
.procontent .procontenttl:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .procontenttl:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .procontenttl:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .procontenttl:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .procontenttl:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .procontenttl h2 {
  font-size: 16px;
  padding-left: 10px;
  color: #999;
}
.procontent .procontenttl span {
  float: right;
}
.procontent .procontenttl li {
  float: left;
  text-align: center;
}
.procontent .procontenttl li a {
  display: block;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 2px;
  margin: 3px;
  color: #666;
  font-size: 14px;
  padding: 2px 4px;
}
.procontent .procontenttl li a:hover,
.procontent .procontenttl li a.selected {
  background-color: #82c2cb;
  color: #fff;
}
.procontent .procontenttl li.selected a {
  background-color: #82c2cb;
  color: #fff;
}
.procontent .proconinfo {
  padding: 10px 0;
  color: #666;
  text-align: center;
}
.procontent .proconinfo time {
  padding: 0 10px;
}
.procontent .proconinfo span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 15PX;
}
.procontent .proconinfo span a {
  margin-left: 10px;
  color: #666;
}
.procontent .proconinfo span a:hover {
  color: #C00;
}
.procontent .proconinfo span a:active {
  color: #666;
}
.procontent .proconinfo img {
  vertical-align: middle;
  padding-right: 5px;
}
.procontent .article {
  padding: 15px;
  background: #f8f8f8;
  margin: 15px 0;
  color: #999;
  line-height: 24px;
}
.procontent p {
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.procontent p.proconinfopic {
  text-align: center;
}
.procontent p.proconinfopic img {
  width: 100%;
}
.procontent p a {
  color: #33b0c4;
}
.procontent p a:hover {
  color: #a6946e;
}
.procontent h3 {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin: 10px 0;
}
.procontent .proeditor {
  border-top: solid 1px #eee;
  margin-top: 20px;
}
.procontent .proeditor h4 {
  padding: 10px 0;
  font-size: 16px;
}
.procontent .proeditor ul {
  padding-bottom: 20px;
}
.procontent .proeditor li {
  position: relative;
  padding-left: 70px;
}
.procontent .proeditor li span {
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  padding: 3px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #82c2cb;
}
.procontent .proeditor a {
  font-size: 14px;
  display: block;
  padding: 10px 0;
  color: #262626;
}
.procontent .proeditor a:hover,
.procontent .proeditor a:active {
  color: #666;
}
.procontent .section {
  zoom: 1;
  *zoom: 1;
  background: #f8f8f8;
  margin: 10px 0;
  border-top: solid 1px #eee;
  padding: 10px;
}
.procontent .section:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .section:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .section:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .section:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .section:after {
  content: " ";
  clear: both;
  display: table;
}
.procontent .section li {
  width: 50%;
  float: left;
}
.procontent .section a {
  font-size: 14px;
  display: block;
  padding: 10px 0;
  color: #262626;
}
.procontent .section a:hover,
.procontent .section a:active {
  color: #666;
}
@media (min-width: 640px) {
  .procontent .proctinfo p {
    float: left;
  }
  .procontent .proctinfo p img {
    width: 200px;
  }
  .procontent .proctinfo dl {
    overflow: hidden;
  }
  .procontent .proctinfo dt a {
    width: 100%;
    float: left;
  }
  .procontent .proctinfo dt span {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
    padding-left: 10px;
  }
  .procontent .proctinfo dd a {
    margin: 0 4px;
  }
}
@media (min-width: 768px) {
  .procontent {
    overflow: hidden;
    padding: 40px;
    border-radius: 2px;
    border: solid 1px #eee;
  }
  .procontent h1 {
    font-size: 24px;
  }
  .procontent .procontenttl {
    line-height: 30px;
    padding: 0 20px 10px 20px;
  }
  .procontent .procontenttl h2 {
    padding-left: 0;
    width: 80px;
    line-height: 50px;
    float: left;
  }
  .procontent .procontenttl ul {
    overflow: hidden;
  }
  .procontent .procontenttl li {
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .procontent p.proconinfopic img {
    width: auto;
  }
  .procontent .procontenttl li a {
    padding: 2px 10px;
  }
  .procontent .proctinfo p {
    float: left;
  }
  .procontent .proctinfo p img {
    width: 270px;
  }
  .procontent .proctinfo dl {
    overflow: hidden;
  }
  .procontent .proctinfo dt a {
    width: 60%;
    float: left;
  }
  .procontent .proctinfo dt span {
    width: 40%;
    float: left;
    padding: 0;
    text-align: right;
  }
  .procontent .proctinfo dd a {
    margin: 0 20px;
  }
}
.procsearch {
  zoom: 1;
  *zoom: 1;
  padding-bottom: 20px;
  line-height: 35px;
}
.procsearch:after {
  content: " ";
  clear: both;
  display: table;
}
.procsearch:after {
  content: " ";
  clear: both;
  display: table;
}
.procsearch:after {
  content: " ";
  clear: both;
  display: table;
}
.procsearch:after {
  content: " ";
  clear: both;
  display: table;
}
.procsearch:after {
  content: " ";
  clear: both;
  display: table;
}
.procsearch h2,
.procsearch span {
  width: 100%;
  display: block;
  text-align: center;
}
.procsearch h2 {
  font-size: 14px;
}
.procsearch h2 strong {
  color: #ff5400;
  padding: 0 10px;
  font-size: 18px;
}
.procsearch span {
  font-size: 14px;
}
.procsearch span q {
  color: #33b0c4;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .procsearch {
    padding-bottom: 30px;
  }
  .procsearch h2,
  .procsearch span {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
  .procsearch h2 {
    text-align: left;
  }
  .procsearch span {
    text-align: right;
  }
}
/* LESS Document */
/* 清除浮动 */
.prospetopttl {
  background-image: url(../../pic2015/procmatitle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 200px;
}
@media (min-width: 480px) {
  .prospetopttl {
    height: 240px;
  }
}
@media (min-width: 640px) {
  .prospetopttl {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .prospetopttl {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .prospetopttl {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .prospetopttl {
    height: 600px;
  }
}
.cmapackageinfo {
  display: none;
}
@media (min-width: 768px) {
  .cmapackageinfo {
    display: block;
    background-image: url(../../images2015/proinfobg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
    zoom: 1;
    *zoom: 1;
  }
  .cmapackageinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .cmapackageinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .cmapackageinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .cmapackageinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .cmapackageinfo:after {
    content: " ";
    clear: both;
    display: table;
  }
  .cmapackageinfo h2 {
    text-align: center;
    font-size: 24px;
    color: #262626;
    line-height: 40px;
    padding-top: 20px;
  }
  .cmapackageinfo h3 {
    text-align: center;
    font-size: 16px;
    color: #a18f69;
    line-height: 30px;
  }
  .cmapackageinfo p {
    padding: 20px;
    line-height: 36px;
    color: #999;
  }
}
@media (min-width: 1200px) {
  .cmapackageinfo p {
    width: 1000px;
    margin: 0 auto;
  }
}
.cmapackage {
  background-color: #7abac3;
  zoom: 1;
  *zoom: 1;
}
.cmapackage:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage .cmacoupon {
  color: #fff;
  padding: 20px;
}
.cmapackage .cmacoupon h2 {
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  padding-bottom: 20px;
}
.cmapackage .cmacoupon h3 {
  font-size: 16px;
  line-height: 60px;
}
.cmapackage .cmacoupon p {
  font-size: 14px;
}
.cmapackage .cmacoupon ul {
  zoom: 1;
  *zoom: 1;
}
.cmapackage .cmacoupon ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage .cmacoupon ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage .cmacoupon ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage .cmacoupon ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage .cmacoupon ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cmapackage .cmacoupon li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding: 10px 0;
}
.cmapackage .cmacoupon li input {
  margin-right: 5px;
}
.cmapackage .cmacoupon li input[type="button"] {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background-color: inherit;
  border: none;
}
.cmapackage .cmauserinfo article {
  width: 100%;
  height: 460px;
  box-sizing: border-box;
  padding-top: 40px;
  background-image: url(../../pic2015/procmamac.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cmapackage .cmauserinfo h2 {
  text-align: center;
  font-size: 18px;
  color: #33b0c4;
  line-height: 60px;
}
.cmapackage .cmauserinfo ul {
  width: 280px;
  margin: 0 auto;
}
.cmapackage .cmauserinfo li {
  padding-bottom: 10px;
  color: #666;
}
.cmapackage .cmauserinfo li span {
  color: #666;
}
.cmapackage .cmauserinfo li input {
  padding: 5px;
  width: 200px;
  display: inline-block;
}
.cmapackage .cmauserinfo li.btn {
  text-align: center;
  padding-top: 10px;
}
.cmapackage .cmauserinfo li.btn input {
  background-color: #33b0c4;
  color: #fff;
  border: none;
  padding: 0 10px;
  width: 120px;
  font-size: 20px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
@media (min-width: 600px) {
  .cmapackage {
    padding: 60px 0;
  }
  .cmapackage .cmacoupon {
    width: 600px;
    margin: 0 auto;
  }
  .cmapackage .cmacoupon li {
    font-size: 16px;
  }
  .cmapackage .cmauserinfo {
    width: 600px;
    margin: 0 auto;
  }
  .cmapackage .cmauserinfo article {
    width: 100%;
    height: 480px;
    box-sizing: border-box;
    padding-top: 40px;
    background-image: url(../../pic2015/procmamac.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media (min-width: 1200px) {
  .cmapackage section {
    width: 1200px;
    margin: 0 auto;
  }
  .cmapackage .cmacoupon,
  .cmapackage .cmauserinfo {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
}
.popbox {
  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);
}
.popbox input[type="button"] {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.popbox dl {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin: 0 auto;
  margin-top: 200px;
}
.popbox dt {
  color: #12b0cb;
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  padding-bottom: 20px;
}
.popbox dt span {
  font-size: 18px;
  color: #666;
  display: block;
}
.popbox dd {
  text-align: center;
}
.popbox dd input[type="button"] {
  width: 180px;
  background-image: url(../../images2015/proclose.png);
  background-repeat: no-repeat;
  background-position: 42px 23px;
  box-sizing: border-box;
  padding-left: 50px;
  background-color: #12b0cb;
}
@media (min-width: 768px) {
  .popbox dl {
    width: 700px;
    margin: auto auto;
  }
}
/* LESS Document */
/* 清除浮动 */
/* 七个固定导航 */
/* 顶部导航 */
.prospreadnav {
  position: relative;
  width: 100%;
  padding: 15px 30px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.prospreadnav ul {
  height: 70px;
}
.prospreadnav .psnavleft,
.prospreadnav .psnavright {
  position: absolute;
  top: 30px;
}
.prospreadnav .psnavleft a,
.prospreadnav .psnavright a {
  width: 10px;
  height: 16px;
  display: block;
}
.prospreadnav .psnavleft {
  left: 15px;
}
.prospreadnav .psnavright {
  right: 15px;
}
.prospreadnav li {
  float: left;
  width: 155px;
  text-align: center;
}
.prospreadnav li a {
  display: block;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 2px;
  margin: 5px;
  color: #666;
  font-size: 14px;
  padding: 10px 0;
}
.prospreadnav li a:hover {
  background-color: #82c2cb;
  color: #fff;
}
.prospreadnav li.selected a {
  background-color: #82c2cb;
  color: #fff;
}
@media (min-width: 768px) {
  .prospreadnav {
    padding: 30px 5px;
    zoom: 1;
    *zoom: 1;
  }
  .prospreadnav:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospreadnav:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospreadnav:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospreadnav:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospreadnav:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospreadnav ul {
    padding: 0;
  }
  .prospreadnav .psnavleft,
  .prospreadnav .psnavright {
    display: none;
  }
}
@media (min-width: 992px) {
  .prospreadnav {
    padding: 30px 40px;
  }
}
/* 内容框架 */
.prospreadcon {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.prospreadcon h1 {
  font-size: 18px;
  color: #333;
  padding: 20px 10px;
  text-align: center;
}
.prospreadcon h1 span {
  display: block;
  font-size: 14px;
}
.prospreadcon h2 {
  font-size: 16px;
  color: #333;
  padding: 20px 10px;
}
.prospreadcon p {
  text-indent: 30px;
  padding-bottom: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.prospreadcon p.prospeconimg {
  text-align: center;
  text-indent: 0;
  padding-bottom: 0;
}
.prospreadcon p.prospeconimg img {
  width: 100%;
  box-sizing: border-box;
}
.prospreadcon p.prospecial {
  text-align: center;
  text-indent: 0;
  padding: 10px 0;
  font-size: 18px;
}
.prospreadcon p.empty {
  display: block;
  height: 10px;
}
.prospreadcon p a {
  display: block;
  width: 120px;
  text-indent: 0;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 16px;
  background-color: #33b0c4;
  color: #fff;
}
.prospreadcon p a:hover {
  color: #fff;
}
.prospreadcon p span {
  color: #33b0c4;
}
.prospreadcon p strong {
  font-size: 24px;
  color: #bc1e1e;
}
.prospreadcon h3 {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin: 10px 0;
}
.prospreadcon table,
.prospreadcon th,
.prospreadcon td {
  border: solid 1px #eee;
}
.prospreadcon table {
  width: 100%;
}
.prospreadcon th {
  background-color: #f8f8f8;
  text-align: center;
  padding: 10px 5px;
}
.prospreadcon td {
  padding: 10px 5px;
}
.prospreadcon h5 img {
  width: 100%;
}
@media (min-width: 768px) {
  .prospreadcon {
    overflow: hidden;
    padding: 40px;
    border-radius: 2px;
    border: solid 1px #eee;
  }
  .prospreadcon h1 {
    font-size: 24px;
  }
  .prospreadcon h1 span {
    font-size: 18px;
    padding-bottom: 40px;
  }
  .prospreadcon h2 {
    font-size: 20px;
  }
  .prospreadcon p.empty {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .prospreadcon p.prospeconimg img {
    width: 510px;
  }
}
/* 内容具体页面 */
/* 有阴影的盒子 */
.specialcon dt {
  background-color: #82c2cb;
  font-size: 18px;
  padding: 15px;
  color: #fff;
  text-align: center;
}
.specialcon dd {
  padding: 15px;
}
.specialcon section {
  padding: 10px;
}
.specialcon section dl {
  box-shadow: 5px 5px 15px #999;
  -moz-box-shadow: 5px 5px 15px #999;
  -webkit-box-shadow: 5px 5px 15px #999;
}
.specialcon section dl.sp3dress {
  background-color: #a18f69;
  padding: 0 40px;
  color: #fff;
}
.specialcon section dl.sp3dress dt {
  font-size: 20px;
  background-color: inherit;
  text-align: left;
  padding-bottom: 10px;
}
.specialcon section dl.sp3dress dd {
  font-size: 14px;
  line-height: 26px;
  padding: 5px 15px;
}
.specialcon p {
  text-indent: 0;
}
.specialcon p img {
  width: 100%;
}
@media (min-width: 992px) {
  .specialcon {
    zoom: 1;
    *zoom: 1;
  }
  .specialcon:after {
    content: " ";
    clear: both;
    display: table;
  }
  .specialcon:after {
    content: " ";
    clear: both;
    display: table;
  }
  .specialcon:after {
    content: " ";
    clear: both;
    display: table;
  }
  .specialcon:after {
    content: " ";
    clear: both;
    display: table;
  }
  .specialcon:after {
    content: " ";
    clear: both;
    display: table;
  }
  .specialcon section {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .specialcon .spew01 {
    height: 595px;
  }
  .specialcon .spew02 {
    height: 300px;
    overflow: hidden;
  }
}
/* 标题下的分格线 */
.btline {
  height: 38px;
  width: 100%;
  display: block;
  background-image: url(../../images2015/progttlbg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
/* 区分P标签的补充内容 */
.pnote {
  background-color: #eee;
  border-left: solid 4px #82c2cb;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
/* 报考指南 */
.eguide {
  zoom: 1;
  *zoom: 1;
}
.eguide:after {
  content: " ";
  clear: both;
  display: table;
}
.eguide:after {
  content: " ";
  clear: both;
  display: table;
}
.eguide:after {
  content: " ";
  clear: both;
  display: table;
}
.eguide:after {
  content: " ";
  clear: both;
  display: table;
}
.eguide:after {
  content: " ";
  clear: both;
  display: table;
}
.eguide li {
  position: relative;
  padding-left: 80px;
  padding-right: 20px;
}
.eguide i {
  position: absolute;
  top: 0;
  left: 10px;
}
.eguide h4 {
  color: #33b0c4;
  font-size: 18px;
}
.eguide p {
  text-indent: 0;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 640px) {
  .eguide li {
    width: 50%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .eguide li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .eguide li {
    width: 50%;
  }
}
/* 证书申请 */
.credentials {
  zoom: 1;
  *zoom: 1;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}
.credentials:after {
  content: " ";
  clear: both;
  display: table;
}
.credentials:after {
  content: " ";
  clear: both;
  display: table;
}
.credentials:after {
  content: " ";
  clear: both;
  display: table;
}
.credentials:after {
  content: " ";
  clear: both;
  display: table;
}
.credentials:after {
  content: " ";
  clear: both;
  display: table;
}
.credentials img,
.credentials h4 {
  font-size: 16px;
  line-height: 30px;
  color: #a18f69;
}
.credentials img {
  width: 100%;
}
@media (min-width: 640px) {
  .credentials img,
  .credentials h4 {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .credentials h4 {
    padding: 60px 40px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .credentials img,
  .credentials h4 {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  .credentials h4 {
    padding: 60px 40px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .credentials img,
  .credentials h4 {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .credentials h4 {
    padding: 60px 40px;
    font-size: 18px;
  }
}
/* 认可价值 */
.valuettl li {
  border-radius: 2px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
.valuettl li:first-child {
  background-color: #82c2cb;
}
.valuettl li:last-child {
  background-color: #a18f69;
}
.value i {
  width: 100%;
  display: block;
  text-align: center;
}
.value h4 {
  color: #33b0c4;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}
.value p {
  text-indent: 0;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .valuettl {
    padding: 60px 0;
  }
  .valuettl ul {
    overflow: hidden;
  }
  .valuettl li {
    font-size: 20px;
    width: 50%;
    float: left;
  }
  .value li {
    position: relative;
    padding-left: 170px;
    padding-right: 20px;
  }
  .value i {
    position: absolute;
    top: 0;
    left: 10px;
    width: 135px;
  }
  .value h4 {
    color: #33b0c4;
    font-size: 18px;
    text-align: left;
  }
  .value p {
    text-indent: 0;
    padding: 0 0 60px;
  }
}
/* 报考内容 */
.prospsummary dt {
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 15px;
  border-bottom: solid 1px #eee;
}
.prospsummary dd {
  padding: 15px;
  font-size: 14px;
  border-bottom: solid 1px #eee;
}
.prospsummary section {
  padding: 10px;
}
.prospsummary section dl {
  border: solid 1px #eee;
  color: #666;
}
.prospsummary section h4 {
  color: #33b0c4;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}
.prospsummary p {
  text-indent: 0;
}
.prospsummary p img {
  width: 100%;
}
@media (min-width: 992px) {
  .prospsummary {
    zoom: 1;
    *zoom: 1;
  }
  .prospsummary:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospsummary:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospsummary:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospsummary:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospsummary:after {
    content: " ";
    clear: both;
    display: table;
  }
  .prospsummary section {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
}
/* 考试报名 */
.prospgolden p {
  padding-left: 20px;
  padding-bottom: 10px;
  background: url(../../images2015/imgspread/spread6_icon.png) 24px 6px no-repeat;
  line-height: 30px;
  font-size: 16px;
  color: #a18f69;
}
@media (min-width: 992px) {
  .prospgolden p {
    font-size: 16px;
  }
}
/*报考流程*/
.proprocess {
  zoom: 1;
  *zoom: 1;
}
.proprocess:after {
  content: " ";
  clear: both;
  display: table;
}
.proprocess:after {
  content: " ";
  clear: both;
  display: table;
}
.proprocess:after {
  content: " ";
  clear: both;
  display: table;
}
.proprocess:after {
  content: " ";
  clear: both;
  display: table;
}
.proprocess:after {
  content: " ";
  clear: both;
  display: table;
}
.proprocess li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}
.proprocess li i,
.proprocess li a {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  line-height: 110px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #33b0c4;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
.proprocess li i:hover,
.proprocess li a:hover {
  background-color: #a18f69;
}
@media (min-width: 480px) {
  .proprocess li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .proprocess li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .proprocess li {
    width: 20%;
  }
}
/* 底部浮动导航 */
.navfooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  font-size: 18px;
}
.navfooter p {
  width: 300px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
}
.navfooter p a {
  display: block;
  float: left;
  width: 100px;
  background-color: #82c2cb;
  color: #fff;
  font-size: 16px;
}
.navfooter p a.navblack {
  background-color: #a18f69;
}
#yingxiao {
  color: #ff0000;
  font-weight: bold;
  font-size: large;
}
.procontent p {
  color: #000000;
}
.fnav{width:auto;}