@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: Arial, "Microsoft JhengHei", Helvetica, sans-serif;
  overflow-x: hidden;
  color: #000000;
  font-size: 1rem; }

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

a, button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline: none; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #fff; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #2D5BAD; }

::selection {
  background: #2D5BAD;
  color: #fff; }

.navbar-default {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 2em; }
  .navbar-default .nav_box ul {
    margin-bottom: 0; }
    .navbar-default .nav_box ul li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 30px; }
      .navbar-default .nav_box ul li a {
        display: block;
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        font-size: 1.1rem;
        color: #000000;
        position: relative; }
        .navbar-default .nav_box ul li a:before {
          -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
          content: "";
          width: 0;
          height: 1px;
          background-color: #C71406;
          position: absolute;
          left: 0;
          bottom: 0;
          margin: auto; }
        .navbar-default .nav_box ul li a:hover:before, .navbar-default .nav_box ul li a:focus:before {
          width: 100%; }
      .navbar-default .nav_box ul li.nav_member {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        background: #2D5BAD url(../image/icon/icon1.png) no-repeat bottom;
        background-position-x: 10%;
        border-radius: 6px;
        width: 198px;
        height: 56px;
        margin-left: 3em; }
        .navbar-default .nav_box ul li.nav_member a {
          color: #fff;
          height: 56px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .navbar-default .nav_box ul li.nav_member a:before {
            content: normal; }
        .navbar-default .nav_box ul li.nav_member:hover, .navbar-default .nav_box ul li.nav_member:focus {
          background: #699713 url(../image/icon/icon1.png) no-repeat bottom;
          background-position-x: 10%; }

@media (max-width: 1199px) {
  .navbar-default .nav_box ul li {
    margin-left: 15px; }
    .navbar-default .nav_box ul li.nav_member {
      margin-left: 2em; } }
@media (max-width: 1099px) {
  .navbar-default .nav_box ul li.nav_member {
    margin-left: 1em;
    width: 150px;
    background-position-x: 0%; }
    .navbar-default .nav_box ul li.nav_member:hover, .navbar-default .nav_box ul li.nav_member:focus {
      background-position-x: 0%; } }
@media (max-width: 991px) {
  .navbar-default .nav_box {
    width: 100%;
    display: none;
    border-top: 1px solid #2D5BAD; }
    .navbar-default .nav_box ul {
      padding: 2em 0 0;
      text-align: center; }
      .navbar-default .nav_box ul li {
        width: 32%;
        margin: 0 auto;
        margin-bottom: 20px; }
        .navbar-default .nav_box ul li a {
          font-weight: bold; }
        .navbar-default .nav_box ul li.nav_member {
          display: block;
          width: 30%;
          margin: 20px auto; }

  .toggle_bar {
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: relative; }
    .toggle_bar i {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      display: block;
      width: 35px;
      height: 2px;
      background-color: #2D5BAD;
      margin: 10px auto; }
    .toggle_bar.active i {
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      .toggle_bar.active i:nth-child(2) {
        opacity: 0; }
      .toggle_bar.active i:nth-child(3) {
        transform: rotate(-45deg); }

  .logo {
    width: 25%;
    margin-top: 5px; } }
@media (max-width: 767px) {
  .navbar-default {
    padding: 0 1em; } }
@media (max-width: 480px) {
  .navbar-default .nav_box ul li.nav_member {
    width: 80%; } }
#loading {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: block;
  overflow: hidden; }
  #loading img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

header {
  position: relative; }

.index_banner {
  padding: 0 2em; }
  .index_banner .slick-dots {
    bottom: 1em;
    text-align: left;
    padding-left: 2em; }
    .index_banner .slick-dots li {
      width: 61px;
      height: 3px;
      background-color: #fff; }
      .index_banner .slick-dots li.slick-active {
        background-color: #2D5BAD; }

.marquee {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  width: 835px;
  position: absolute;
  right: 1.5%;
  bottom: -5%; }
  .marquee span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D5BAD;
    font-size: 1.1rem;
    color: #fff;
    height: 77px;
    width: 209px; }

.marquee_slick {
  margin-bottom: 0;
  width: 626px;
  height: 77px;
  padding: 1em;
  background-color: #F8F8FB; }
  .marquee_slick dd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto; }
    .marquee_slick dd a {
      font-size: 1.1rem;
      display: block;
      color: #202020;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      line-height: 24px;
      height: 25px; }
      .marquee_slick dd a:hover, .marquee_slick dd a:focus {
        color: #2D5BAD; }

.index_about_box {
  margin-top: 8em;
  background: #F8F8FB url(../image/bg.png) repeat-x center bottom; }

.index_about_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5em; }
  .index_about_items h3 {
    color: #C71406;
    font-size: 1.5rem; }
  .index_about_items h4 {
    font-size: 1.9rem;
    font-family: "time"; }
  .index_about_items p {
    font-size: 1.1rem; }
  .index_about_items a {
    display: block;
    color: #2D5BAD;
    font-size: 0.83rem;
    text-align: right;
    margin: 20px 0; }
    .index_about_items a:hover, .index_about_items a:focus {
      color: #C71406; }

.index_news_bg {
  padding: 3em 0; }
  .index_news_bg .col-md-10 .row .col-md-3 {
    padding: 0; }
    .index_news_bg .col-md-10 .row .col-md-3:last-child .index_news_items {
      border: 0; }

.index_title {
  text-align: center; }
  .index_title h3 {
    color: #C71406;
    font-size: 1.5rem; }
  .index_title h4 {
    font-size: 1.42rem;
    font-family: "time"; }

.index_news_items {
  position: relative;
  border-right: 1px solid #CDCDCD;
  margin: 3em auto; }
  .index_news_items a {
    display: block;
    padding: 0 1em 1em; }
    .index_news_items a img {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      margin: 0 auto 20px; }
    .index_news_items a span {
      display: block;
      color: #2D5BAD;
      font-size: 1rem;
      margin-bottom: 10px; }
    .index_news_items a h3 {
      font-size: 1rem;
      color: #000000;
      margin-bottom: 20px; }
    .index_news_items a .more {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      display: block;
      text-align: right;
      color: #AAAAAA;
      font-size: 0.83rem; }
    .index_news_items a .new {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      display: block;
      width: 57px;
      line-height: 57px;
      background-color: #2D5BAD;
      border-radius: 100%;
      color: #fff;
      text-align: center;
      position: absolute;
      top: -1.5em;
      left: 2em;
      z-index: 1; }
    .index_news_items a:hover img, .index_news_items a:focus img {
      opacity: 0.8; }
    .index_news_items a:hover .more, .index_news_items a:focus .more {
      color: #699713; }
    .index_news_items a:hover .new, .index_news_items a:focus .new {
      background-color: #699713; }

.index_a {
  margin: 2em auto; }
  .index_a a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 240px;
    height: 62px;
    background-color: #2D5BAD;
    color: #fff;
    font-size: 1rem;
    position: relative;
    z-index: 1; }
    .index_a a span {
      font-size: 0.83rem; }
    .index_a a:before {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 100%;
      height: 3px;
      background-color: #C71406;
      z-index: -1; }
    .index_a a:hover:before, .index_a a:focus:before {
      height: 100%;
      bottom: 0;
      top: auto; }

.index_news_bg2 {
  background-color: #F8F8FB;
  padding: 3em 0; }
  .index_news_bg2 .index_news_box .index_new_title {
    font-size: 1.42rem;
    margin-bottom: 30px; }
    .index_news_bg2 .index_news_box .index_new_title span {
      font-size: 1.5rem;
      color: #C71406; }

.index_news_items2 {
  width: 100%;
  margin: 30px auto; }
  .index_news_items2 a {
    display: block; }
    .index_news_items2 a .index_month {
      display: inline-block;
      vertical-align: middle;
      color: #2D5BAD;
      font-size: 0.75rem;
      text-align: center;
      margin-right: 10px;
      font-weight: bold; }
      .index_news_items2 a .index_month b {
        display: block;
        font-size: 1.67rem;
        color: #5F5F5F;
        margin-bottom: -6px; }
    .index_news_items2 a h3 {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.08rem;
      margin-bottom: 0;
      color: #464637; }
    .index_news_items2 a:hover h3, .index_news_items2 a:focus h3 {
      color: #699713; }

.index_a2 {
  text-align: right; }
  .index_a2 a {
    display: block;
    font-size: 1rem;
    color: #333333; }
    .index_a2 a span {
      font-size: 0.83rem; }
    .index_a2 a:hover, .index_a2 a:focus {
      color: #699713; }

.footer {
  background-color: #2D5BAD;
  border-top: 3px solid #C71406;
  padding: 3.5em 0; }
  .footer h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px; }
  .footer ul {
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-bottom: 0; }
    .footer ul li {
      list-style: none;
      color: #fff;
      font-size: 1rem;
      margin-bottom: 10px; }
      .footer ul li a {
        color: #fff; }
        .footer ul li a:hover, .footer ul li a:focus {
          color: #699713; }
  .footer .col-md-7 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end; }
  .footer .footer_fb {
    display: block;
    width: 200px;
    height: 65px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .footer .footer_fb img {
      margin-right: 10px; }
    .footer .footer_fb:hover, .footer .footer_fb:focus {
      background-color: #699713; }
  .footer p {
    width: 100%;
    color: #fff;
    text-align: right; }
    .footer p a {
      color: #fff;
      font-size: 0.9rem; }

.member_fix_right {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 443px;
  z-index: 3; }
  .member_fix_right ul {
    list-style: none;
    margin-bottom: 0; }
    .member_fix_right ul li {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      width: 70px;
      height: 187px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 26px; }
      .member_fix_right ul li a {
        display: block;
        color: #fff;
        text-align: center;
        line-height: normal;
        font-size: 1rem; }
        .member_fix_right ul li a span {
          display: block;
          width: 20px;
          margin: 0 auto; }
        .member_fix_right ul li a img {
          margin: 10px auto; }
      .member_fix_right ul li:nth-child(1) {
        background-color: #699713; }
        .member_fix_right ul li:nth-child(1):hover, .member_fix_right ul li:nth-child(1):focus {
          background-color: #C71406; }
      .member_fix_right ul li:nth-child(2) {
        background-color: #2D5BAD; }
        .member_fix_right ul li:nth-child(2):hover, .member_fix_right ul li:nth-child(2):focus {
          background-color: #5F5F5F; }
      .member_fix_right ul li.top {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        height: auto;
        cursor: pointer; }
        .member_fix_right ul li.top img {
          border: 1px solid #EEEEEE; }
        .member_fix_right ul li.top:hover, .member_fix_right ul li.top:focus {
          opacity: 0.9; }

@media (max-width: 1199px) {
  .marquee {
    position: inherit;
    padding: 0 3em;
    width: 100%; }

  .index_about_box {
    margin-top: 4em; }

  .index_about_items {
    padding: 0 3em; }

  .index_news_bg {
    padding: 1.5em 0; }

  .index_news_bg2 {
    padding: 1.5em 0; } }
@media (max-width: 991px) {
  .marquee {
    padding: 0 1.5em; }
    .marquee span {
      width: 25%; }

  .marquee_slick {
    width: 78%; }

  .index_about_box {
    margin-top: 1em; }
    .index_about_box img {
      display: block;
      margin: 20px auto; } }
@media (max-width: 767px) {
  .index_news_items {
    border: 0;
    margin: 2em auto; }

  .footer {
    padding: 1.5em 0 3.5em; }
    .footer h3 {
      text-align: center; }
    .footer ul {
      text-align: center;
      border: 0; }
    .footer .footer_fb {
      margin: 10px auto 15px; }
    .footer p {
      text-align: center;
      margin-bottom: 0; }

  .member_fix_right {
    left: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 10; }
    .member_fix_right ul {
      display: flex;
      justify-content: space-between; }
      .member_fix_right ul li {
        width: 100%;
        height: auto; }
        .member_fix_right ul li a span {
          display: inline-block;
          vertical-align: middle;
          width: auto; }
        .member_fix_right ul li:nth-child(2) {
          margin-left: -4px; }
        .member_fix_right ul li.top {
          margin-left: -4px;
          width: 102px; } }
@media (max-width: 576px) {
  .marquee span {
    width: 35%;
    height: 50px; }

  .marquee_slick {
    width: 64%;
    height: 50px; }
    .marquee_slick dd {
      margin: 0 auto; }

  .index_news_items {
    margin: 1em auto; }

  .index_news_box {
    margin: 15px auto; }

  .index_a {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .index_banner {
    padding: 0; } }
.about_banner {
  background: no-repeat top left;
  background-size: cover;
  height: 469px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3em; }
  .about_banner h2 {
    color: #f1795d;
    font-size: 1.6rem;
    font-weight: bolder;
    font-style: italic;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 0 -2px 0px #fff, -2px 0 0px #fff, 2px 0 0px #fff, 0 2px 0px #fff; }
  .about_banner h1 {
    font-size: 1.7rem;
    color: #fff;
    background-color: #b0a8a6;
    padding: 0.2em 0.5em;
    width: 29%; }

.bookmark ul {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #727272; }
  .bookmark ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 4px; }
    .bookmark ul li a {
      font-size: 0.9rem;
      color: #727272; }

.about_bg {
  padding: 1.5em 0 0;
  background: #f8f8fb url(../image/bg.png) repeat-x center bottom; }
  .about_bg .index_title {
    margin-bottom: 8em; }

.about_box {
  background-color: #2D5BAD;
  text-align: center;
  padding: 1em; }
  .about_box ul {
    list-style: none;
    margin-bottom: 0; }
    .about_box ul li {
      padding: 1em 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .about_box ul li a {
        display: block;
        color: #fff;
        font-size: 1.3rem; }
        .about_box ul li a img {
          display: block;
          margin: 8px auto;
          border: 1px solid #fff;
          border-radius: 100%; }
      .about_box ul li:last-child {
        border: 0; }
      .about_box ul li:hover a, .about_box ul li:focus a, .about_box ul li.active a {
        opacity: 0.8;
        color: #c5e3ff; }

.about_title h3 {
  font-size: 1.42rem;
  color: #fff;
  padding: 0.5em;
  padding-left: 1.5em;
  position: relative;
  z-index: 1; }
  .about_title h3 span {
    font-size: 0.83rem;
    margin-left: 10px; }
  .about_title h3:before {
    display: block;
    content: "";
    width: 417px;
    height: 100%;
    background-color: #2D5BAD;
    border-left: 8px solid #809bcb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .about_title h3:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #2D5BAD;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2; }
.about_title h2 {
  font-size: 1.42rem;
  color: #fff;
  padding: 0.5em;
  padding-left: 1.5em;
  position: relative;
  z-index: 1; }
  .about_title h2 span {
    font-size: 0.83rem;
    margin-left: 10px; }
  .about_title h2:before {
    display: block;
    content: "";
    width: 417px;
    height: 100%;
    background-color: #2D5BAD;
    border-left: 8px solid #809bcb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .about_title h2:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #2D5BAD;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2; }

.about_box2 {
  background: #fff url(../image/pic_7.png) no-repeat right bottom;
  padding-bottom: 10em;
  margin: 0 0 20px; }
  .about_box2 img {
    margin-top: 3em; }
  .about_box2 p {
    margin-top: 3em;
    font-size: 1.33rem; }
  .about_box2 h4 {
    text-align: right;
    font-size: 1.1rem;
    margin-top: 3em; }
    .about_box2 h4 img {
      margin: 0 10px;
      margin-top: 10px; }
    .about_box2 h4 span {
      display: inline-block;
      vertical-align: middle;
      margin-top: 30px; }

.about_title2 h3 {
  font-size: 1.42rem;
  color: #fff;
  padding: 0.5em;
  padding-left: 1.5em;
  position: relative;
  z-index: 1; }
  .about_title2 h3 span {
    font-size: 0.83rem;
    margin-left: 10px; }
  .about_title2 h3:before {
    display: block;
    content: "";
    width: 417px;
    height: 100%;
    background-color: #699713;
    border-left: 8px solid #b3d379;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .about_title2 h3:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #699713;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2; }

.about_box3 {
  padding-bottom: 8em;
  background-color: #fff;
  margin: 0; }
  .about_box3 img {
    margin-top: 3em; }
  .about_box3 p {
    margin-top: 3em;
    font-size: 1.33rem; }
  .about_box3 h4 {
    text-align: right;
    font-size: 1.1rem;
    margin-top: 3em; }
    .about_box3 h4 img {
      margin: 0 10px;
      margin-top: 10px; }
    .about_box3 h4 span {
      display: inline-block;
      vertical-align: middle;
      margin-top: 30px; }

.about_box5 {
  padding: 2em 3em;
  padding-bottom: 10em;
  background-color: #fff; }

.about_list {
  margin: 30px auto 0; }
  .about_list ul {
    text-align: center; }
    .about_list ul li {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 20px; }
      .about_list ul li a {
        font-size: 1rem;
        color: #464646;
        background-color: #e1e0e0;
        padding: 0.5em 1em;
        border-radius: 50px; }
        .about_list ul li a:hover, .about_list ul li a:focus {
          background-color: #C71406;
          color: #fff; }

.about_box4 {
  margin-bottom: 3em;
  border-bottom: 1px dashed #e4e4e4; }
  .about_box4 h3 {
    color: #C71406;
    padding-left: 15px;
    font-size: 1.25em;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px; }
    .about_box4 h3:before {
      content: "";
      width: 5px;
      height: 5px;
      background-color: #C71406;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .about_box4 p {
    font-size: 1rem; }

.about_box6 {
  margin: 2em auto; }
  .about_box6 h3 {
    color: #699713;
    font-size: 1.33rem;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative; }
    .about_box6 h3:before {
      content: "";
      width: 233px;
      height: 1px;
      background-color: #699713;
      position: absolute;
      bottom: -1px;
      left: 0;
      margin: auto; }
    .about_box6 h3 span {
      font-size: 0.92rem; }
  .about_box6 p {
    font-size: 1.08rem; }
  .about_box6 img {
    margin: 20px auto; }

.about_box7 {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around; }
  .about_box7 img {
    display: block;
    margin: 10px 0;
    width: 24.6%; }

@media (max-width: 1280px) {
  .about_box7 {
    flex-wrap: wrap; }
    .about_box7 img {
      width: 31%; } }
@media (max-width: 1199px) {
  .about_bg .index_title {
    margin-bottom: 3em; } }
@media (max-width: 1099px) {
  .about_banner h2 {
    font-size: 2.8rem; }
  .about_banner h1 {
    width: 50%; } }
@media (max-width: 991px) {
  .about_title h3:before {
    width: 100%; }
  .about_title h2:before {
    width: 100%; }

  .about_box2 {
    padding-bottom: 6em; }
    .about_box2 img {
      margin-top: 1em; }
    .about_box2 p {
      margin-top: 1em; }

  .about_title2 h3:before {
    width: 100%; }

  .about_box3 p {
    margin-top: 2em; }

  .about_bg .index_title {
    margin-bottom: 3em; }

  .about_box ul li a {
    font-size: 1.2rem; }

  .about_box7 img {
    width: 48%; } }
@media (max-width: 767px) {
  .about_banner {
    height: 300px;
    padding-bottom: 1em;
    margin-top: 10px; }
    .about_banner h2 {
      font-size: 2.2rem; }

  .about_box {
    margin-bottom: 2em;
    padding: 0; }
    .about_box ul li a img {
      display: inline-block;
      margin-right: 10px; }

  .about_box3 {
    padding-bottom: 2em; }

  .about_box5 {
    padding: 2em 2em;
    padding-bottom: 0em; }

  .about_list {
    margin: 30px auto 10px; } }
@media (max-width: 576px) {
  .about_banner {
    background-position-x: 35%; }
    .about_banner h2 {
      font-size: 2.2rem; }
    .about_banner h1 {
      width: 75%; } }
@media (max-width: 480px) {
  .about_banner h2 {
    font-size: 2rem;
    line-height: 33px; }
  .about_banner h1 {
    width: 100%; } }
.news_bg {
  background-color: #fff;
  padding: 5em 0; }

.news_items {
  margin-bottom: 20px;
  padding: 0 15px;
  position: relative;
  z-index: 9; }
  .news_items a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    position: relative; }
    .news_items a:before {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      content: "";
      height: 1px;
      background-color: #2D5BAD;
      width: 0;
      position: absolute;
      bottom: -1px;
      left: 0;
      margin: auto; }
    .news_items a b {
      font-size: 1rem;
      color: #464637;
      font-weight: normal;
      font-family: "time";
      width: 90px; }
    .news_items a span {
      display: block;
      padding: 0.3em 0.5em;
      font-size: 0.92rem;
      color: #fff;
      background-color: #7c7c7c;
      margin: 0 30px;
      width: 15%;
      text-align: center; }
    .news_items a p {
      font-size: 1.17rem;
      color: #464637;
      margin-bottom: 0;
      position: relative;
      padding-left: 30px;
      width: 70%; }
      .news_items a p:before {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #7c7c7c;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .news_items a:hover b, .news_items a:focus b {
      color: #blue; }
    .news_items a:hover span, .news_items a:focus span {
      background-color: #2D5BAD; }
    .news_items a:hover p, .news_items a:focus p {
      color: #2D5BAD; }
      .news_items a:hover p:before, .news_items a:focus p:before {
        background-color: #2D5BAD; }
    .news_items a:hover:before, .news_items a:focus:before {
      width: 30%; }

.page {
  display: block;
  margin: 4em auto; }
  .page ul {
    text-align: center; }
    .page ul li {
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      margin: 0 10px;
      width: 33px;
      line-height: 30px;
      border-radius: 100%;
      border: 1px solid #2D5BAD; }
      .page ul li a {
        display: block;
        color: #2D5BAD;
        font-size: 1rem; }
      .page ul li:first-child {
        border: 0; }
        .page ul li:first-child img {
          transform: rotate(180deg); }
        .page ul li:first-child:hover, .page ul li:first-child:focus {
          background-color: transparent;
          opacity: 0.5; }
      .page ul li:last-child {
        border: 0; }
        .page ul li:last-child:hover, .page ul li:last-child:focus {
          background-color: transparent;
          opacity: 0.5; }
      .page ul li:hover, .page ul li:focus, .page ul li.active {
        background-color: #2D5BAD; }
        .page ul li:hover a, .page ul li:focus a, .page ul li.active a {
          color: #fff; }

.news_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.news_bg2 {
  background: url(../image/pic_23.png) no-repeat top right; }

.news_title {
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  margin-bottom: 2em;
  padding: 1em; }
  .news_title:before {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #2D5BAD;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: auto; }
  .news_title span {
    display: inline-block;
    vertical-align: middle;
    background-color: #2D5BAD;
    color: #fff;
    font-size: 0.92rem;
    padding: 0.3em 1em;
    margin-right: 10px; }
  .news_title em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 1rem;
    color: #2D5BAD; }
  .news_title h3 {
    display: block;
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2D5BAD;
    margin: 10px auto; }

.news_content {
  border-bottom: 1px solid #bfbfbf;
  padding: 1em;
  padding-bottom: 4em; }
  .news_content p {
    display: block;
    font-size: 1.25rem; }
    .news_content p span {
      color: #2D5BAD; }
  .news_content img {
    margin: 20px auto; }

.news_table {
  margin: 2em auto; }
  .news_table table {
    width: 100%; }
    .news_table table tr:nth-child(even) {
      background-color: rgba(45, 91, 173, 0.15); }
    .news_table table tr th {
      padding: 0.5em;
      text-align: center;
      background-color: #2d5bad;
      color: #fff;
      font-size: 1rem; }
    .news_table table tr td {
      padding: 0.6em;
      font-size: 1rem; }
      .news_table table tr td:first-child {
        text-align: center;
        color: #426bb5; }

.news_share {
  display: block;
  margin: 20px auto;
  padding: 1em; }
  .news_share ul {
    text-align: right; }
    .news_share ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      font-size: 1rem; }

.news_back {
  margin: 1em auto 3em; }
  .news_back a {
    display: flex;
    width: 70px;
    height: 70px;
    background-color: #2D5BAD;
    border-radius: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center; }
    .news_back a:hover, .news_back a:focus {
      background-color: #699713; }

.news_page {
  margin: 3em auto;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 3.5em 2em; }
  .news_page ul {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    margin-bottom: 0; }
    .news_page ul li {
      display: flex;
      flex-wrap: wrap;
      border-right: 1px solid #d1d1d1;
      padding: 2em;
      width: 49%; }
      .news_page ul li span {
        font-size: 0.9rem;
        color: #6f6f6f; }
      .news_page ul li p {
        font-size: 1.1rem;
        color: #242424;
        margin-bottom: 0; }
      .news_page ul li:last-child {
        border: 0; }

@media (max-width: 1199px) {
  .news_bg {
    padding: 2em 0 0; }

  .news_icon {
    display: none; } }
@media (max-width: 767px) {
  .news_items a {
    flex-wrap: wrap; }
    .news_items a p {
      display: block;
      width: 100%;
      margin-top: 10px;
      padding-left: 15px; }
    .news_items a span {
      margin: 0 20px;
      width: auto; } }
@media (max-width: 576px) {
  .news_page {
    padding: 1em 0; }

  .page ul li {
    margin: 0 3px; } }
.event_bg2 .index_title {
  margin: 2em 0; }

.event_bg {
  background: url(../image/pic_18.png) no-repeat left top;
  padding: 5em 1em 3em; }

.event_items {
  border: 0;
  margin: 0 auto;
  margin-bottom: 2em; }
  .event_items a {
    padding: 1em; }
    .event_items a:hover, .event_items a:focus {
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .event_items a .new {
      top: -1em; }

.event_bg3 {
  background: url(../image/pic_19.png) no-repeat right center; }

.event_dl dd {
  margin-bottom: 20px;
  font-size: 1.33rem;
  color: #699713; }
  .event_dl dd span {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    line-height: 33px;
    background-color: #C71406;
    border-radius: 50px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    margin-right: 2em;
    font-size: 1.17rem; }
    .event_dl dd span:before {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      background-color: #C71406;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1.5em;
      margin: auto; }

.event_a {
  display: inline-block;
  vertical-align: middle;
  background-color: #C71406;
  padding: 0.2em 1em;
  color: #fff;
  font-size: 1.25rem; }
  .event_a:hover, .event_a:focus {
    color: #fff;
    background-color: #2D5BAD; }

.event_page {
  margin: 3em auto;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.1);
  padding: 1em 1em; }
  .event_page ul {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    margin-bottom: 0; }
    .event_page ul li {
      display: flex;
      flex-wrap: wrap;
      border-right: 1px solid #d1d1d1;
      padding: 2em;
      width: 49%; }
      .event_page ul li a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: auto; }
      .event_page ul li img {
        width: 35%;
        margin: 0 20px; }
      .event_page ul li span {
        font-size: 0.9rem;
        color: #6f6f6f; }
      .event_page ul li p {
        font-size: 1.1rem;
        color: #242424;
        margin-bottom: 0; }
      .event_page ul li:last-child {
        border: 0; }

.event_title_h3 {
  margin: 30px auto 50px; }
  .event_title_h3 h3 {
    color: #3f3f3f;
    font-size: 1.75rem;
    text-align: center; }

.album_box a {
  display: block;
  margin: 0 10px; }
  .album_box a img {
    display: block;
    margin: 0 auto; }
  .album_box a p {
    color: #000;
    font-size: 1rem;
    text-align: center;
    margin-top: 10px; }
.album_box .slick-prev, .album_box .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff url(../image/icon/arrows2.png) no-repeat center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 9; }
  .album_box .slick-prev:hover, .album_box .slick-prev:focus, .album_box .slick-next:hover, .album_box .slick-next:focus {
    background: #fff url(../image/icon/arrows2.png) no-repeat center; }
  .album_box .slick-prev:before, .album_box .slick-next:before {
    content: initial; }
.album_box .slick-prev {
  transform: rotate(180deg);
  top: 42%; }
.album_box .slick-disabled {
  opacity: 0.3;
  cursor: not-allowed; }

@media (max-width: 1199px) {
  .album_box .slick-prev {
    left: 0; }
  .album_box .slick-next {
    right: 0; } }
@media (max-width: 1099px) {
  .event_bg {
    background-size: 32%; } }
@media (max-width: 991px) {
  .event_page {
    padding: 1em 0.5em; }
    .event_page ul li {
      padding: 1em; } }
@media (max-width: 576px) {
  .event_page {
    margin: 0 15px; }
    .event_page ul li a {
      flex-wrap: wrap; }
      .event_page ul li a img {
        width: 50%; }
    .event_page ul li:last-child img {
      order: -1; }

  .event_bg2 .index_title {
    margin: 1.5em 0; } }
.download_items {
  background-color: #fff;
  border-left: 4px solid #2D5BAD;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.5em;
  margin-bottom: 20px; }
  .download_items h3 {
    margin-bottom: 0;
    font-size: 1.1rem; }
  .download_items .download_items2 {
    display: flex;
    align-items: center;
    justify-content: center; }
  .download_items span {
    width: 105px;
    font-size: 1rem;
    color: #2D5BAD;
    margin-right: 10px;
    text-align: center; }
  .download_items a {
    width: 160px;
    line-height: 42px;
    border-radius: 50px;
    background-color: #2D5BAD;
    color: #fff;
    text-align: center; }
    .download_items a:hover, .download_items a:focus {
      background-color: #699713; }
    .download_items a img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      border-right: 1px solid #fff;
      padding-right: 10px; }

@media (max-width: 991px) {
  .download_items a {
    width: 130px; }
    .download_items a img {
      margin-right: 5px; }
  .download_items span {
    width: 100px;
    margin-right: 5px; } }
@media (max-width: 767px) {
  .download_items {
    flex-direction: column;
    align-items: flex-start; }
    .download_items .download_items2 {
      margin-top: 15px; }
    .download_items span {
      width: auto;
      margin-right: 10px; } }
.link_box {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  background-color: #fff;
  padding: 1em;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 2em; }
  .link_box a {
    display: flex;
    align-items: center; }
    .link_box a .link_items {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      margin: auto;
      width: 100%; }
      .link_box a .link_items h3 {
        font-weight: bold;
        font-size: 1.25rem;
        color: #2D5BAD; }
      .link_box a .link_items p {
        color: #979797;
        font-size: 0.92rem;
        margin-bottom: 0;
        width: 100%; }
    .link_box a .link {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      position: absolute;
      bottom: 1em;
      right: 1em;
      margin: auto;
      width: 44px;
      height: 44px;
      border: 1px solid #2D5BAD;
      border-radius: 100%;
      background-color: #fff; }
      .link_box a .link img:nth-child(1) {
        display: none; }
  .link_box:hover, .link_box:focus {
    background-color: #ececec; }
    .link_box:hover a .link, .link_box:focus a .link {
      background-color: #2D5BAD; }
      .link_box:hover a .link img:nth-child(1), .link_box:focus a .link img:nth-child(1) {
        display: block; }
      .link_box:hover a .link img:nth-child(2), .link_box:focus a .link img:nth-child(2) {
        display: none; }

.link_bg {
  padding-bottom: 10em; }

@media (max-width: 1360px) {
  .link_box {
    padding-bottom: 3em; } }
@media (max-width: 1280px) {
  .link_box {
    padding-bottom: 4em; } }
@media (max-width: 1199px) {
  .link_box a {
    flex-direction: column; } }
@media (max-width: 991px) {
  .link_box {
    padding-bottom: 4em; } }
.contact_items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 5em auto;
  padding-right: 1em;
  position: relative; }
  .contact_items:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #cccccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  .contact_items img {
    border: 1px solid #2D5BAD;
    border-radius: 100%;
    margin-right: 20px;
    background-color: #fff; }
  .contact_items .c_box h3 {
    color: #2D5BAD;
    font-size: 1.42rem;
    font-weight: bold; }
  .contact_items .c_box p {
    font-size: 1.17rem;
    color: #454545; }
    .contact_items .c_box p a {
      color: #454545;
      word-wrap: break-word;
      word-break: break-all; }

.contact_bg .col-md-4:nth-child(3) .contact_items:before {
  content: initial; }

.contact_form {
  margin: 30px auto; }
  .contact_form iframe {
    box-shadow: -10px 10px 0 #2D5BAD; }
  .contact_form .form-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1em;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
    .contact_form .form-group label {
      color: #2D5BAD;
      font-size: 1.17rem;
      width: 150px;
      margin-bottom: 0;
      line-height: 34px; }
      .contact_form .form-group label span {
        color: #C71406; }
    .contact_form .form-group .form-control {
      border: 0;
      border-radius: 0; }
  .contact_form button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em 0 3em;
    width: 240px;
    height: 62px;
    background-color: #2D5BAD;
    border: 0;
    color: #fff;
    font-size: 1rem;
    position: relative;
    z-index: 1; }
    .contact_form button span {
      font-size: 0.83rem; }
    .contact_form button:before {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 100%;
      height: 3px;
      background-color: #C71406;
      z-index: -1; }
    .contact_form button:hover:before, .contact_form button:focus:before {
      height: 100%;
      bottom: 0;
      top: auto; }

@media (max-width: 1600px) {
  .contact_items {
    padding-right: 15px; }
    .contact_items img {
      width: 20%; } }
@media (max-width: 1099px) {
  .contact_items {
    flex-direction: column; }
    .contact_items img {
      margin: 20px auto;
      width: auto; } }
@media (max-width: 991px) {
  .contact_items .c_box h3 {
    text-align: center; }
  .contact_items .c_box p a {
    display: block; }

  .contact_form iframe {
    margin: 2em auto; }

  .contact_items {
    margin: 0 auto; } }
@media (max-width: 767px) {
  .contact_items {
    margin: 10px auto; }
    .contact_items:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      top: auto;
      bottom: 0;
      right: 0;
      left: 0; }
    .contact_items .c_box {
      width: 100%; }
      .contact_items .c_box p {
        text-align: center; } }
.login_form {
  padding-bottom: 8em; }
  .login_form p {
    text-align: center;
    flex: 1.1rem;
    line-height: 28px;
    position: relative;
    padding-bottom: 2em;
    margin-bottom: 2em; }
    .login_form p:before {
      content: "";
      width: 41px;
      height: 1px;
      background-color: #6e6e6f;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .login_form button {
    margin: 2em auto; }

.forgot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto; }
  .forgot ul {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .forgot ul li {
      list-style: none; }
      .forgot ul li a {
        font-size: 1rem;
        color: #565656; }
        .forgot ul li a img {
          margin-right: 10px; }
        .forgot ul li a:hover, .forgot ul li a:focus {
          color: #2D5BAD; }
  .forgot button {
    width: 420px;
    height: 79px; }

.login_bg {
  background: url(../image/pic_21.png) no-repeat center left; }

.member_list {
  padding-bottom: 1em; }
  .member_list ul {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .member_list ul li {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      list-style: none;
      width: 224px;
      height: 79px;
      border-radius: 50px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      position: relative;
      overflow: hidden;
      z-index: 1; }
      .member_list ul li:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -10%;
        z-index: -1; }
      .member_list ul li a {
        color: #04245d;
        font-size: 1.25rem;
        font-weight: bold; }
      .member_list ul li:nth-child(1):before {
        background: url(../image/icon/icon13.png) no-repeat left bottom; }
      .member_list ul li:nth-child(2):before {
        background: url(../image/icon/icon14.png) no-repeat left bottom; }
      .member_list ul li:nth-child(3):before {
        background: url(../image/icon/icon15.png) no-repeat left bottom; }
      .member_list ul li:nth-child(4):before {
        background: url(../image/icon/icon16.png) no-repeat left bottom; }
      .member_list ul li:nth-child(5):before {
        background: url(../image/icon/icon17.png) no-repeat left bottom; }
      .member_list ul li:hover, .member_list ul li:focus, .member_list ul li.active {
        background-color: #2D5BAD; }
        .member_list ul li:hover:before, .member_list ul li:focus:before, .member_list ul li.active:before {
          opacity: 0.2; }
        .member_list ul li:hover a, .member_list ul li:focus a, .member_list ul li.active a {
          color: #fff; }

.member_bg {
  background-color: #fff;
  padding: 3em 11em 10em; }

.member_items {
  border-bottom: 1px dashed #e4e4e4;
  margin-bottom: 3em;
  padding-bottom: 2em; }
  .member_items h3 {
    font-size: 1.17rem;
    color: #2D5BAD;
    font-weight: bold;
    position: relative;
    padding-left: 15px; }
    .member_items h3 span {
      color: #C71406;
      font-size: 1rem; }
    .member_items h3:before {
      display: block;
      content: "";
      width: 4px;
      height: 4px;
      background-color: #2D5BAD;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .member_items p {
    font-size: 0.92rem;
    line-height: 30px; }

.member_box {
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  width: 49%; }
  .member_box h4 {
    background-color: #2D5BAD;
    height: 68px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-size: 1.25rem;
    padding: 0 1em;
    overflow: hidden;
    margin-bottom: 0; }
  .member_box img {
    position: relative;
    top: 10px; }
  .member_box ul {
    list-style: none;
    padding: 1em 2em;
    background-color: #d7e6ff;
    height: 133px; }
    .member_box ul li {
      font-size: 1.17rem; }

.member_box2 {
  padding: 0 1em; }
  .member_box2 ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 1.17rem; }
    .member_box2 ul li img {
      margin-right: 10px; }
    .member_box2 ul li span {
      color: #2D5BAD;
      font-weight: bold; }
  .member_box2 table {
    width: 100%;
    margin: 30px auto; }
    .member_box2 table tr {
      border-bottom: 1px dashed #e4e4e4; }
      .member_box2 table tr:nth-child(odd) {
        background-color: rgba(214, 223, 238, 0.18); }
      .member_box2 table tr:nth-child(1) {
        border-bottom: 3px solid #2D5BAD;
        border-top: 3px solid #2D5BAD;
        background-color: #fff; }
      .member_box2 table tr th {
        padding: 1em;
        font-size: 1.25rem;
        font-weight: normal;
        color: #2D5BAD;
        text-align: center; }
        .member_box2 table tr th:first-child {
          width: 200px; }
      .member_box2 table tr td {
        padding: 1.5em 1em;
        text-align: center;
        font-size: 1rem; }
        .member_box2 table tr td:nth-last-child(2) {
          color: #699713; }

.qa {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  margin-bottom: 3em; }
  .qa:before {
    display: block;
    content: "";
    position: absolute;
    top: 1em;
    left: 1em;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px dashed #afafb1;
    z-index: -1; }
  .qa .q {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #fff;
    padding: 2.5em; }
    .qa .q h3 {
      color: #699713;
      font-size: 1.17rem;
      margin-bottom: 0; }
    .qa .q span {
      display: inline-block;
      vertical-align: middle;
      font-size: 0.75rem;
      font-weight: bold;
      margin-right: 1em; }
    .qa .q .q_box {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .qa .q .q_box b {
        color: #2D5BAD;
        font-size: 0.9rem;
        width: 60px;
        margin: 0 10px; }
    .qa .q .plus {
      width: 17px;
      height: 17px;
      position: relative; }
      .qa .q .plus i {
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        display: block;
        width: 17px;
        height: 4px;
        background-color: #2D5BAD;
        border-radius: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .qa .q .plus i:nth-child(2) {
          transform: rotate(90deg); }
      .qa .q .plus.active i {
        background-color: #C71406;
        border-radius: 50px; }
        .qa .q .plus.active i:nth-child(2) {
          transform: rotate(0); }
  .qa .a {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.17rem;
    display: none;
    background-color: #fff;
    padding: 0.5em 2.5em 2.5em;
    position: relative;
    z-index: 1; }
    .qa .a span {
      color: #C71406;
      font-size: 0.75rem;
      font-weight: bold;
      margin-right: 1.5em; }
    .qa .a em {
      display: block;
      font-size: 1rem;
      color: #2D5BAD;
      font-style: normal;
      margin-top: 20px; }

.member3_box table tr td {
  position: relative; }
  .member3_box table tr td span {
    display: block;
    color: #969696; }
  .member3_box table tr td:nth-child(1) {
    width: 130px; }
  .member3_box table tr td:nth-child(2) {
    text-align: left; }
    .member3_box table tr td:nth-child(2) a {
      color: #393939; }
  .member3_box table tr td:nth-last-child(1) {
    width: 130px; }
.member3_box table tr:hover td, .member3_box table tr:focus td {
  color: #C71406; }
  .member3_box table tr:hover td span, .member3_box table tr:focus td span {
    color: #C71406; }
  .member3_box table tr:hover td a, .member3_box table tr:focus td a {
    color: #C71406; }
  .member3_box table tr:hover td:nth-child(1):after, .member3_box table tr:focus td:nth-child(1):after {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #C71406;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.5em;
    margin: auto; }

.member3_box2 {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .member3_box2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 311px;
    height: 79px;
    background-color: #2D5BAD;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    box-shadow: 6px 6px 0 #d6dfee, -6px -6px 0 #d6dfee, -6px 6px 0 #d6dfee, 6px -6px 0 #d6dfee; }
    .member3_box2 a:hover, .member3_box2 a:focus {
      background-color: #699713; }

.member3_form {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .member3_form .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
    .member3_form .form-group .form-control {
      background-color: #f3f3f3;
      border: 1px solid #f3f3f3;
      border: 0;
      height: 51px;
      margin-left: 10px; }
    .member3_form .form-group button {
      width: 51px;
      height: 51px;
      background: #2D5BAD url(../image/icon/search.png) no-repeat center;
      border: 0; }
  .member3_form label {
    font-size: 1.25rem;
    color: #2D5BAD;
    width: 80px;
    margin-bottom: 0;
    font-weight: bold; }
  .member3_form .form-control {
    border: 0;
    border-bottom: 1px solid #939393;
    border-radius: 0;
    font-size: 1.1rem;
    width: 214px;
    height: 51px; }

.member_chatroom h3 {
  border-bottom: 3px solid #2D5BAD;
  border-top: 3px solid #2D5BAD;
  padding: 0.8em 0.5em;
  color: #2D5BAD;
  font-size: 1.58rem;
  margin-bottom: 20px; }
.member_chatroom .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #C71406;
  font-size: 1.25rem;
  margin: 20px auto; }
  .member_chatroom .name img {
    margin-right: 10px; }
  .member_chatroom .name time {
    border-left: 1px solid #C71406;
    margin-left: 10px;
    padding-left: 10px;
    color: #585858; }
.member_chatroom .member_chatroom_box {
  padding: 1.5em;
  background-color: #f8f9fc;
  margin-bottom: 20px; }
  .member_chatroom .member_chatroom_box p {
    font-size: 1.17rem; }

.member_chatroom2 {
  background-color: #f8f8f8;
  padding: 1em 2em;
  border-left: 3px solid #2D5BAD;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .member_chatroom2 .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #2D5BAD;
    font-size: 1.25rem;
    margin: 20px auto; }
    .member_chatroom2 .name img {
      margin-right: 10px; }
    .member_chatroom2 .name time {
      border-left: 1px solid #2D5BAD;
      margin-left: 10px;
      padding-left: 10px;
      color: #585858; }
  .member_chatroom2 p {
    font-size: 1.17rem; }

.message {
  border-top: 1px dashed #e4e4e4; }
  .message h3 {
    text-align: center;
    font-size: 1.58rem;
    margin: 30px auto; }
  .message span {
    display: block;
    font-size: 1.17rem;
    color: #575757;
    margin-bottom: 10px; }
  .message em {
    font-size: 1rem;
    font-style: normal; }
  .message a {
    display: inline-block;
    vertical-align: middle;
    background-color: #2D5BAD;
    border-radius: 4px;
    color: #fff;
    padding: 0.5em;
    text-align: center; }
    .message a:hover, .message a:focus {
      background-color: #699713; }
  .message .custom-file {
    margin-bottom: 20px; }
  .message .custom-file-label::after {
    content: "選擇檔案資料"; }
  .message .form-control {
    border-radius: 0;
    background-color: #f0f0f0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; }
  .message button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2em auto 3em;
    width: 240px;
    height: 62px;
    background-color: #2D5BAD;
    border: 0;
    color: #fff;
    font-size: 1rem;
    position: relative;
    z-index: 1; }
    .message button span {
      font-size: 0.83rem; }
    .message button:before {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 100%;
      height: 3px;
      background-color: #C71406;
      z-index: -1; }
    .message button:hover:before, .message button:focus:before {
      height: 100%;
      bottom: 0;
      top: auto; }

.rwd-table {
  overflow: hidden; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:before {
      content: attr(data-th) " : ";
      display: inline-block; }

.member_qa_box2 {
  margin: 30px auto 50px; }
  .member_qa_box2 a {
    margin: 0 auto; }

.message_box {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  .message_box span {
    margin-right: 20px;
    color: #699713; }
    .message_box span i {
      font-style: normal;
      color: #000; }

.message_box2 {
  border-bottom: 1px solid #ddd;
  margin: 20px auto; }
  .message_box2 h4 {
    color: #2D5BAD;
    font-size: 1rem;
    font-weight: bold; }
  .message_box2 ol {
    padding-left: 20px;
    font-size: 0.9rem; }

.message_box3 h4 {
  font-size: 1.25rem;
  color: #2D5BAD; }

@media (min-width: 767px) {
  .rwd-table td:before {
    display: none; }

  .rwd-table th, .rwd-table td {
    display: table-cell; } }
@media (max-width: 1600px) {
  .member3_box2 a {
    width: 200px; }

  .member3_form {
    width: 60%; } }
@media (max-width: 1380px) {
  .member3_form {
    width: 70%; } }
@media (max-width: 1340px) {
  .member3_box2 a {
    width: 155px; } }
@media (max-width: 1199px) {
  .member_bg {
    padding: 3em 5em 10em; } }
@media (max-width: 991px) {
  .member_bg {
    padding: 3em 3em 0; }

  .member3_box2 {
    display: block; }
    .member3_box2 a {
      margin-bottom: 15px; }

  .member3_form {
    width: 100%; } }
@media (max-width: 767px) {
  .member_list ul {
    flex-wrap: wrap; }
    .member_list ul li {
      margin-bottom: 20px;
      width: 155px; }

  .member_box ul {
    padding: 0.5em 1em; }

  .member_box2 .rwd-table td:before {
    color: #2D5BAD;
    margin-right: 10px; }
  .member_box2 table tr td {
    text-align: left;
    padding: 0.2em 0; }

  .member3_box table tr td:nth-child(1) {
    width: auto; }
  .member3_box table tr td:nth-last-child(2) {
    width: auto; }
  .member3_box table tr td:nth-last-child(1) {
    width: auto; }

  .member3_box2 {
    display: block; }
    .member3_box2 a {
      margin-bottom: 20px; }

  .member3_form {
    width: 100%; }

  .member3_box table tr:hover td:nth-child(1):after,
  .member3_box table tr:focus td:nth-child(1):after {
    left: 5.8em; } }
@media (max-width: 590px) {
  .member3_form {
    display: block; }
    .member3_form label {
      display: inline-block;
      vertical-align: middle; }
    .member3_form .form-control {
      display: inline-block;
      vertical-align: middle; }
    .member3_form .form-group {
      width: 100%;
      margin-top: 10px;
      justify-content: space-between; }
      .member3_form .form-group .form-control {
        width: 100%;
        margin-left: 0; }

  .member3_box2 a {
    width: 100%;
    height: 50px; } }
@media (max-width: 576px) {
  .member_bg {
    padding: 3em 2em 0; }

  .member_box {
    width: 100%; }

  .member_items {
    margin-bottom: 2em;
    padding-bottom: 1em; }

  .qa .q {
    padding: 1.5em; }
  .qa .a {
    padding: 0.5em 1.5em 1.5em; } }

/*# sourceMappingURL=style.css.map */
