@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

html, body {
  font-family: "Microsoft YaHei", Arial, serif, "Tahoma";
  font-size: 14px;
  color: #333; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, s, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,  tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{    word-break: break-word;
    word-break: break-all;}
h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  color: #333; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], 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: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  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-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
    min-width: 1200px;}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto; }

[data-whatinput=mouse] button {
  outline: 0; }

pre {
  overflow: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit; }

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  outline: 0;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type=button], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type=checkbox], [type=file], [type=radio] {
  margin: 0 0 1rem; }

[type=checkbox] + label, [type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer; }

label > [type=checkbox], label > [type=radio] {
  margin-right: .5rem; }

[type=file] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0; }

.clearfix:after, .clearfix:before {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flyiji_liex-preferred-size: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix:after {
  clear: both; }

a {
  text-decoration: none;
  cursor: pointer; }

.right {
  float: right; }

.left {
  float: left; }

.apothem {
  width: 1200px;
  margin: auto; }

.bg_f9f9f9 {
  background-color: #f9f9f9; }

.bg_fff {
  background-color: #ffff; }

.header .web-title {
  height: 32px;
  line-height: 32px;
  color: #333; }
  .header .web-title a.links_a {
    display: inline-block;
    position: relative;
    color: #333;
    float: right;
    margin: 0 10px; }
    .header .web-title a.links_a:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 15px;
      background: #333;
      right: -10px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .header .web-title a.links_a.first_links_a:after {
      width: 0; }
    .header .web-title a.links_a:first-of-type:after {
      width: 0; }

.header .header-one {
  position: relative; }
  .header .header-one .school_calendar {
    width: 94px;
    position: absolute;
    background: #650005;
    right: 13%;
    top: 0;
    bottom: 2px; }
    .header .header-one .school_calendar .school_calendar_one {
      position: absolute;
      left: 5px;
      right: 5px;
      top: 0;
      bottom: 0;
      border-left: 1px dashed #8f000b;
      border-right: 1px dashed #8f000b; }
      .header .header-one .school_calendar .school_calendar_one span {
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 0.8rem;
        line-height: 1.5rem; }
        .header .header-one .school_calendar .school_calendar_one span.time {
          font-size: 1.2rem; }
    .header .header-one .school_calendar:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      border-bottom: 1rem solid #8f000b;
      border-left: 1.5rem solid transparent;
      border-right: 1.5rem solid transparent;
      bottom: 0;
      margin: auto; }
    .header .header-one .school_calendar:after {
      position: absolute;
      content: ''; }

.header .logo_main.text_L .logo:before {
  width: 0; }

.header .logo_main.text_L .web-name {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 100%;
  word-wrap: break-word;
  padding: 0;
  margin-left: 0; }

.header .logo {
  float: left;
  height: 100px;
  position: relative;
  line-height: 100px;
  text-align: left;
  width: 275px; }
  .header .logo img {
    vertical-align: middle;
    width: 100%; }

.header .web-name {
  margin-top: 32px;
  font-size: 30px;
  color: #017d2c;
  margin-left: 25px;
  margin-bottom: 32px;
  line-height: 36px; }

.header .search-right {
  float: right;
  color: #989797;
  width: 270px; }
  .header .search-right.search_L {
    width: 100%; }
    .header .search-right.search_L .search:before {
      width: 0; }

.header .language {
  float: left;
  margin-right: 60px;
  position: relative;
  padding-right: 15px;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
  min-width: 60px; }
  .header .language .lag {
    height: 40px;
    line-height: 40px;
    margin-top: 30px; }
  .header .language .lag_ul {
    position: absolute;
    display: none;
    top: 70px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 130%;
    z-index: 1;
    background: #700005;
    text-align: center; }
    .header .language .lag_ul li {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 40px;
      line-height: 40px; }
  .header .language:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 5px solid #fff; }

.header .search {
  position: relative;
  width: 250px;
  height: 100px;
  float: left;
  padding: 0 10px; }
  .header .search .search-module {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    height: 40px;
    margin: auto;
    border-radius: 19px;
    border: solid 1px #cccccc; }
  .header .search input {
    width: 215px;
    border: 0;
    height: 38px;
    line-height: 38px;
    outline: none;
    color: #989797;
    display: inline-block;
    vertical-align: middle;
    border-radius: 19px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .header .search input:-ms-input-placeholder {
      color: #fff;
      opacity: 1; }
    .header .search input::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
  .header .search   :-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .header .search   ::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .header .search .search-btn {
    background: url("../images/search.png") center no-repeat;
    margin-right: 8px;
    cursor: pointer;
    border: 0;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    outline: transparent;
    display: inline-block; }

.header .nav {
  background: #017d2c; }
  .header .nav ul {
    padding: 0;
    margin: 0; }
    .header .nav ul.yiji_nav {
      height: 45px;
      line-height: 45px; }
      .header .nav ul.yiji_nav li.yiji_li {
        display: block;
        float: left;
        position: relative;
        padding: 0 2%;
        text-align: center;
        min-width: 133px; box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ }
        .header .nav ul.yiji_nav li.yiji_li.active {
          background: #fff; }
          .header .nav ul.yiji_nav li.yiji_li.active a {
            color: #333; }
        .header .nav ul.yiji_nav li.yiji_li a {
          font-size: 16px;
          color: #fff; }
        .header .nav ul.yiji_nav li.yiji_li ul {
          padding: 0; }
          .header .nav ul.yiji_nav li.yiji_li ul.erji_nav {
            position: absolute;
            left: 0;
            top: 45px;
            width: 100%;
            background: url("../images/subnav_bg.png");
            display: none;
            z-index: 1; }
            .header .nav ul.yiji_nav li.yiji_li ul.erji_nav.chosen {
              display: block; }
            .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li {
              display: block;
              position: relative;
              border-bottom: 1px solid #017d2c; }
              .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li:hover a {
                color: #ffcc41; }
              .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul {
                padding: 0; }
                .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav {
                  position: absolute;
                  top: -1px;
                  left: 100%;
                  width: 100%;
                  display: none;
                  background: url("../images/subnav_bg.png"); }
                  .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav.sanji_nav_show {
                    display: block; }
                  .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li {
                    display: block;
                    border-top: 1px #017d2c solid; }
                    .header .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li a {
                      color: #fff; }
      .header .nav ul.yiji_nav .nav_more {
        position: relative;
        width: 2.125rem;
        float: right;
        height: 100%; }
        .header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav {
          background: #017d2c;
          display: block;
          position: absolute;
          z-index: 2;
          top: 100%;
          min-width: 5rem;
          right: 0}
          .header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li {
            width: 96%; }
            .header .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li ul.erji_nav {
              position: absolute;
              left: 100%;
              top: 0; }
        .header .nav ul.yiji_nav .nav_more .menu {
          display: inline-block;
          width: 40px;
          height: 100%;
          background: url("../images/menu.png") center no-repeat;
          float: right; }
        .header .nav ul.yiji_nav .nav_more .add_nav {
          display: none; }

.header .remove-nav {
  top: 1.6rem;
  bottom: 0;
  z-index: 2;
  width: 100%;
  position: fixed;
  height: calc(100% - 1.6rem);
  padding-bottom: 20px;
  left: -100%;
  background: #8f000b;
  overflow-y: auto; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-tb-10 {
  margin-bottom: 10px;
  margin-top: 10px; }

.padding-tb-10 {
  padding-bottom: 10px;
  padding-top: 10px; }

.padding-tb-30 {
  padding-bottom: 30px;
  padding-top: 30px; }

.margin-tb-30 {
  margin-bottom: 30px;
  margin-top: 30px; }

.margin-tb-40 {
  margin-bottom: 40px;
  margin-top: 40px; }

.margin-tb-20 {
  margin-bottom: 20px;
  margin-top: 20px; }

.banner {
  height: 300px;
  background: url("../images/banner-bg.png") center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 22px; }
  .banner .bannerImg {
    width: 100%;
    height: 353px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .banner .bannerImg img {
      max-width: 100%;
      max-height: 100%; }
  .banner.banner_index {
    height: 351px; }
  .banner .teachers_details {
    padding: 37px 0; }
    .banner .teachers_details .teacher_top {
      border: 1px solid #d9d9d9;
      padding: 13px; }
      .banner .teachers_details .teacher_top .t_photo {
        width: 168px;
        height: 196px;
        line-height: 196px; }
      .banner .teachers_details .teacher_top .t_name {
        margin-left: 34px;
        width: 970px; }
        .banner .teachers_details .teacher_top .t_name .t_name_one {
          border-bottom: 1px solid #d9d9d9;
          height: 46px;
          line-height: 46px;
          overflow: hidden; }
          .banner .teachers_details .teacher_top .t_name .t_name_one .t_name_tit {
            font-size: 26px;
            font-weight: bold;
            margin-right: 48px; }
          .banner .teachers_details .teacher_top .t_name .t_name_one .zhicheng {
            font-size: 18px; }
            .banner .teachers_details .teacher_top .t_name .t_name_one .zhicheng .zhicheng_icon {
              display: inline-block;
              background-image: url("../images/icon.png");
              width: 19px;
              height: 20px;
              background-position: -3px 0px;
              vertical-align: middle;
              margin-right: 10px;
              background-repeat: no-repeat; }
          .banner .teachers_details .teacher_top .t_name .t_name_one i.likenum {
            display: inline-block;
            width: 18px;
            height: 18px;
            background-image: url("../images/icon.png");
            background-position: -62px 0px;
            vertical-align: middle;
            margin-right: 15px;
            background-repeat: no-repeat; }
        .banner .teachers_details .teacher_top .t_name .t_name_two {
          padding: 15px 0; }
          .banner .teachers_details .teacher_top .t_name .t_name_two .dg_info {
            float: left;
            width: 50%;
            font-size: 16px;
            margin: 15px 0; }
            .banner .teachers_details .teacher_top .t_name .t_name_two .dg_info i.dg_icon {
              background-image: url("../images/icon.png");
              background-repeat: no-repeat;
              width: 22px;
              height: 22px;
              display: inline-block;
              vertical-align: middle;
              margin-right: 15px; }
              .banner .teachers_details .teacher_top .t_name .t_name_two .dg_info i.dg_icon.shenf_a {
                background-position: 0px -53px; }
              .banner .teachers_details .teacher_top .t_name .t_name_two .dg_info i.dg_icon.shenf_b {
                background-position: -59px -55px; }
              .banner .teachers_details .teacher_top .t_name .t_name_two .dg_info i.dg_icon.shenf_c {
                background-position: 0px -105px; }
              .banner .teachers_details .teacher_top .t_name .t_name_two .dg_info i.dg_icon.shenf_d {
                background-position: -58px -109px; }

.research_index .research-mian .group_index .column {
  border-bottom: 1px solid #25904a; }
  .research_index .research-mian .group_index .column .page_title {
    font-size: 24px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    height: 53px;
    background-color: #25904a;
    line-height: 53px;
    position: relative; }
    .research_index .research-mian .group_index .column .page_title:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 35px solid transparent;
      border-bottom: 0px solid transparent;
      border-left: 35px solid #e7a509;
      right: -43px;
      bottom: 0; }
    .research_index .research-mian .group_index .column .page_title:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 53px solid transparent;
      border-bottom: 0 solid transparent;
      border-left: 24px solid #25904a;
      right: -24px; }
  .research_index .research-mian .group_index .column .current_location {
    height: 53px;
    line-height: 53px;
    color: #e7a509; }
    .research_index .research-mian .group_index .column .current_location .location_icon {
      width: 20px;
      display: inline-block;
      height: 26px;
      background-image: url(../images/icon.png);
      background-repeat: no-repeat;
      background-position: -1px -510px;
      vertical-align: middle;
      margin-right: 13px; }

.footer {
  background-color: #0b662a;
  color: #ffffff;
  padding: 30px 0; }
  .footer .footer_logo {
    padding: 34px 0; }
  .footer .copyright {
    width: 485px;
    padding: 34px 0; }
    .footer .copyright .copyright_list {
      line-height: 30px; }
      .footer .copyright .copyright_list span {
        margin-right: 20px; }

.tG_right {
  width: 295px; }
  .tG_right .ercode {
    border: 1px solid #d9d9d9;
    padding: 10px; }
    .tG_right .ercode .ercode_c {
      background: #f8f8f8;
      text-align: center;
      padding: 20px; }
      .tG_right .ercode .ercode_c .visits {
        text-align: left;
        line-height: 40px; }
        .tG_right .ercode .ercode_c .visits .updated .updated_icon {
          display: inline-block;
          background-image: url(../images/icon.png);
          background-repeat: no-repeat;
          vertical-align: middle;
          background-position: 1px -244px;
          width: 20px;
          height: 20px;
          margin-right: 13px; }
        .tG_right .ercode .ercode_c .visits .visits_unm .visits_icon {
          display: inline-block;
          background-image: url(../images/icon.png);
          background-repeat: no-repeat;
          vertical-align: middle;
          background-position: -64px -244px;
          width: 20px;
          height: 20px;
          margin-right: 13px; }
      .tG_right .ercode .ercode_c .er_code_img {
        padding: 10px;
        background: #FFF;
        display: inline-block;
        width: 120px;
        height: 120px;
        box-sizing: border-box;
        }
        .tG_right .ercode .ercode_c .er_code_img img {
          width: 104px;
          height: 104px; }
      .tG_right .ercode .ercode_c .er_code {
        text-align: center;
        height: 26px;
        line-height: 26px;
        width: 100%; }














.page table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.page .PrevDisabled,.pages .Next,a.Prev,.pages .NextDisabled,a.Next,.NextDisabled {
    border: 1px solid #0b662a  !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #0b662a  !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
}

.page input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #0b662a  !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
}

.page input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#004D7A, EndColorStr=#004D7A)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#004D7A), to(#004D7A))!important;
    background: -moz-linear-gradient( top,#004D7A,#004D7A)!important;
    background: -ms-linear-gradient(top,#004D7A 0%,#004D7A 100%)!important;
}