@charset "UTF-8";
progress,
sub,
sup {
  vertical-align: baseline; }

button,
hr,
input {
  overflow: visible; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: 700; }

button,
select {
  text-transform: none; }

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 12px; }

input, textarea, select, radio, checkbox, button {
  border: none;
  outline: 0;
  resize: none;
  vertical-align: middle; }

img {
  border: none;
  max-width: 100%; }

a, a:hover {
  text-decoration: none;
  color: #000000; }

ol, ul, li {
  list-style: none; }

textarea {
  resize: vertical; }

i, em, b, strong {
  font-style: normal;
  font-weight: normal; }

label {
  font-weight: normal; }

@font-face {
  font-family: "iconfont";
  src: url("../../font/iconfont.eot");
  src: url("../../font/iconfont.eot#iefix") format("embedded-opentype"), url("../../font/iconfont.ttf") format("truetype"), url("../../font/iconfont.woff") format("woff"), url("../../font/iconfont.svg") format("svg"); }

.iconfont {
  font-family: iconfont;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

header {
  height: 78px;
  padding-bottom: 13px;
  position: relative;
  z-index: 5;
  background: url(../image/line-shadow.png) left bottom repeat-x; }
  header .ctAuto {
    margin: 0 auto;
    width: 1084px; }
  header .right li {
    float: left;
    cursor: pointer; }
    header .right li > a {
      display: block;
      padding: 0 20px;
      text-align: center;
      font-size: 16px;
      color: #333333;
      line-height: 78px; }
    header .right li .child {
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      left: 0;
      top: 78px;
      width: 100%;
      z-index: 6;
      display: none; }
      header .right li .child li {
        width: 20%;
        float: left;
        text-align: center;
        cursor: pointer;
        padding: 20px 0 15px 0; }
        header .right li .child li p {
          font-size: 14px;
          color: #666666;
          line-height: 36px; }
      header .right li .child li:hover p {
        color: #ff6c5e; }
  header .right li:last-child > a {
    padding-right: 0; }
  header .right li.active > a {
    color: #ff6c5e; }
  header .right li:hover > a {
    color: #ff6c5e; }
  header .right li:hover .child {
    display: block; }

footer {
  height: 70px;
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 20px; }
  footer p {
    font-size: 12px;
    line-height: 24px; }
  footer p:first-of-type a {
    color: #666666;
    margin: 0 15px; }
  footer p:last-of-type {
    color: #bbbbbb; }

.fixed {
  position: fixed;
  right: 30px;
  top: 48%;
  z-index: 999;
  width: 58px; }
  .fixed li {
    border: 1px solid #eeeeee;
    width: 58px;
    height: 60px;
    cursor: pointer;
    position: relative; }
    .fixed li img {
      width: 58px;
      height: 60px; }
  .fixed li.fix1 {
    display: none; }
  .fixed li.fix2 {
    border-bottom: none; }
    .fixed li.fix2 .panel {
      color: #666666;
      border: 1px solid #eeeeee;
      width: 162px;
      height: 60px;
      border-radius: 8px;
      position: absolute;
      left: -190px;
      top: 0;
      background-color: #ffffff;
      line-height: 22px;
      padding-left: 13px;
      font-family: Arial, Helvetica, sans-serif;
      display: none; }
      .fixed li.fix2 .panel p {
        font-size: 12px;
        padding-top: 8px; }
      .fixed li.fix2 .panel strong {
        font-size: 16px;
        font-weight: bold; }
      .fixed li.fix2 .panel img {
        position: absolute;
        right: -7px;
        top: 21px;
        width: 8px;
        height: 16px; }
  .fixed li.fix2:hover .panel {
    display: block; }
  .fixed li.fix2.active {
    border-bottom: 1px solid #eeeeee; }
  .fixed li.fix3 {
    border-color: #ff6d5e;
    display: none; }

.fixed {
  box-sizing: border-box; }

.auto {
  width: 910px;
  margin: 0 auto; }

header {
  background: none;
  padding-bottom: 0; }

.banner img {
  display: block; }

.tab {
  height: 55px;
  border-bottom: 1px solid #e4e4e4; }
  .tab li {
    float: left;
    width: 33.33%; }
    .tab li a {
      text-align: center;
      display: block;
      color: #333333;
      width: 78px;
      margin: 0 auto;
      line-height: 52px;
      font-size: 18px; }
  .tab li.active a {
    border-bottom: 4px solid #ff6d5e; }

.main .tit {
  margin-top: 60px; }
  .main .tit h1 {
    font-size: 20px;
    color: #333333;
    display: inline-block; }
  .main .tit img {
    margin-bottom: -3px;
    margin-left: 2px; }

.main .txt p {
  font-size: 14px;
  color: #666666;
  text-indent: 2em;
  line-height: 26px; }

.main .list li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 26px; }
  .main .list li img {
    display: block;
    margin: 20px auto 20px;
    width: 195px;
    height: 195px; }
  .main .list li strong {
    font-size: 16px;
    color: #333333; }
  .main .list li p {
    font-size: 14px;
    color: #999999; }
  .main .list li a {
    font-size: 14px;
    color: #666666; }
  .main .list li a:hover {
    color: #ff6c5e; }

.main .course {
  margin-bottom: 90px; }
  .main .course .item {
    position: relative;
    width: 815px;
    padding: 20px 0;
    margin-left: 95px;
    border-bottom: 1px dashed #e7e7e7; }
  .main .course .item:last-child {
    border-bottom: none; }
  .main .course .year {
    width: 75px;
    height: 100%;
    padding-left: 20px;
    padding-right: 15px;
    position: absolute;
    left: -96px;
    top: 20px; }
    .main .course .year span {
      position: relative;
      top: -4px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 20px;
      color: #333333;
      font-weight: bold; }
  .main .course .month li {
    font-size: 14px;
    color: #666666;
    line-height: 27px;
    list-style: initial;
    padding-left: 40px;
    background: url(../image/icon7.png) left center no-repeat;
    margin-top: -1px;
    list-style-position: inside; }
