* {
  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: "Mukta", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #252525;
  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;
  margin: 4px 0; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #1c2976;
  border-radius: 50px; }

::selection {
  background: #1c2976;
  color: #fff; }

.navbar-default {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #fafafa;
  z-index: 999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

.togglebar {
  display: block; }

.nav_box ul {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0; }
  .nav_box ul li {
    list-style: none;
    margin: 0 2.3em;
    position: relative; }
    .nav_box ul li a {
      display: flex;
      flex-direction: column;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      height: 120px;
      font-family: "Tenor Sans", sans-serif;
      color: #1e1e1e;
      font-size: 1.3rem;
      font-weight: bold; }
      .nav_box ul li a span {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 9px;
        position: relative;
        margin-left: 6px; }
        .nav_box ul li a span 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: 2px;
          height: 10px;
          background-color: #000;
          transform: rotate(45deg);
          position: absolute;
          bottom: 0; }
          .nav_box ul li a span i:nth-child(1) {
            transform: rotate(-45deg);
            left: 2px; }
          .nav_box ul li a span i:nth-child(2) {
            right: 2px; }
    .nav_box ul li ul {
      -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: 100%;
      left: -5em;
      margin: auto;
      width: 305px;
      background-color: #1c2976;
      border-left: 2px solid #db1116;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      height: 0;
      overflow: hidden; }
      .nav_box ul li 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);
        margin: 0 auto;
        width: 100%;
        height: 55px;
        display: flex;
        align-items: center;
        padding-left: 2em;
        border-bottom: 1px solid #fff; }
        .nav_box ul li ul li:last-child {
          border: 0; }
        .nav_box ul li ul li a {
          display: block;
          width: 100%;
          height: 100%;
          text-align: left;
          height: auto;
          font-size: 1rem;
          color: #bbbbbb; }
    .nav_box ul li:hover a, .nav_box ul li:focus a {
      color: #1c2976; }
      .nav_box ul li:hover a span i, .nav_box ul li:focus a span i {
        background-color: #1c2976; }
    .nav_box ul li:hover ul, .nav_box ul li:focus ul {
      height: auto; }
      .nav_box ul li:hover ul li a, .nav_box ul li:focus ul li a {
        color: #bbbbbb; }
      .nav_box ul li:hover ul li:hover, .nav_box ul li:hover ul li:focus, .nav_box ul li:focus ul li:hover, .nav_box ul li:focus ul li:focus {
        background-color: #fff; }
        .nav_box ul li:hover ul li:hover a, .nav_box ul li:hover ul li:focus a, .nav_box ul li:focus ul li:hover a, .nav_box ul li:focus ul li:focus a {
          color: #1c2976; }

.nav_box2 {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .nav_box2 img {
    display: block; }

.memeber_box {
  position: relative;
  z-index: 999; }
  .memeber_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 123px;
    background: #2d42b2;
    background: -moz-linear-gradient(left, #2d42b2 0%, #29357e 100%);
    background: -webkit-linear-gradient(left, #2d42b2 0%, #29357e 100%);
    background: linear-gradient(to right, #2d42b2 0%, #29357e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d42b2', endColorstr='#29357e',GradientType=1 );
    color: #fff;
    font-size: 1rem; }
    .memeber_box a img {
      margin-bottom: 5px; }

.search_box {
  position: relative;
  z-index: 999; }
  .search_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 123px;
    background: #eb141a;
    background: -moz-linear-gradient(-45deg, #eb141a 0%, #cb1419 100%);
    background: -webkit-linear-gradient(-45deg, #eb141a 0%, #cb1419 100%);
    background: linear-gradient(135deg, #eb141a 0%, #cb1419 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb141a', endColorstr='#cb1419',GradientType=1 );
    color: #fff;
    font-size: 1rem; }
    .search_box a img {
      margin-bottom: 5px; }

.search_box2 {
  -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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0; }
  .search_box2.active {
    transform: scale(1);
    opacity: 1;
    z-index: 999; }
  .search_box2 .delete_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);
    width: 65px;
    height: 65px;
    position: absolute;
    top: 2em;
    right: 2em;
    margin: auto;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    padding: 1em; }
    .search_box2 .delete_box i {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 3px;
      background-color: #000; }
      .search_box2 .delete_box i:nth-child(1) {
        transform: rotate(45deg); }
      .search_box2 .delete_box i:nth-child(2) {
        transform: rotate(-45deg); }
    .search_box2 .delete_box:hover, .search_box2 .delete_box:focus {
      transform: rotate(180deg);
      background-color: #db1116; }
  .search_box2 h3 {
    color: #fff;
    font-size: 2.58rem; }
  .search_box2 .search_form {
    position: relative;
    width: 40%; }
    .search_box2 .search_form .form-control {
      height: 50px;
      font-size: 1.25rem;
      border-radius: 0; }
    .search_box2 .search_form button {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background-color: #1c2976;
      border: 0;
      width: 50px;
      height: 50px; }
      .search_box2 .search_form button:hover, .search_box2 .search_form button:focus {
        background-color: #db1116; }

.search_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1; }

.social {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20%; }
  .social 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: 55px;
    height: 55px;
    list-style: none;
    padding-top: 20px;
    overflow: hidden; }
    .social ul li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 1.1rem; }
    .social ul li img {
      display: block;
      margin: 0 auto 30px; }
    .social ul li span {
      display: block;
      transform: rotate(90deg);
      margin: 25px auto; }
    .social ul li:nth-child(1) {
      background-color: #3a579a; }
    .social ul li:nth-child(2) {
      background-color: #df4a32; }
    .social ul li:nth-child(3) {
      background-color: #d71319; }
    .social ul li:hover, .social ul li:focus {
      height: 155px; }

.logo {
  display: block; }
  .logo a {
    display: block; }
    .logo a img {
      display: block; }

@media (max-width: 1716px) {
  .nav_box ul li {
    margin: 0 2.1em; } }
@media (max-width: 1684px) {
  .nav_box ul li {
    margin: 0 1.5em; } }
@media (max-width: 1602px) {
  .nav_box ul li {
    margin: 0 0.8em; } }
@media (max-width: 1489px) {
  .nav_box ul li {
    margin: 0 0.5em; } }
@media (max-width: 1440px) {
  .navbar-default {
    background-color: #fff; }

  .memeber_box a {
    width: 100px;
    height: 100px; }

  .search_box a {
    width: 100px;
    height: 100px; }

  .nav_box ul li a {
    height: 100px; }

  .logo {
    width: 18%; } }
@media (max-width: 1280px) {
  .nav_box ul li a {
    font-size: 1.1rem; } }
@media (max-width: 1199px) {
  .memeber_box a {
    width: 80px;
    height: 80px; }

  .search_box a {
    width: 80px;
    height: 80px; }

  .nav_box ul li a {
    height: 80px; } }
@media (max-width: 1472px) {
  .nav_box ul li {
    margin: 0 0.5em; } }
@media (max-width: 1099px) {
  .nav_box ul li {
    margin: 0 0.6em; }
    .nav_box ul li a {
      font-size: 1rem; }
      .nav_box ul li a span {
        width: 13px;
        margin-left: 6px; }
        .nav_box ul li a span i {
          height: 11px; } }
@media (max-width: 991px) {
  .navbar-default {
    background-color: #fff; }

  .nav_bg {
    -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: 0;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0; }
    .nav_bg.active {
      width: 100%;
      opacity: 1; }

  .nav_box {
    -webkit-transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.7s cubic-bezier(0.42, 0, 0.58, 1);
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    height: 100%;
    background-color: #1c2976;
    padding: 6em 0.5em 0;
    overflow-y: auto;
    transform: translateX(60em);
    opacity: 0;
    z-index: -999; }
    .nav_box.active {
      transform: translateX(0);
      opacity: 1;
      z-index: 999; }
    .nav_box ul {
      flex-direction: column;
      position: relative;
      z-index: 9; }
      .nav_box ul li {
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center; }
        .nav_box ul li a {
          color: #fff;
          height: auto;
          font-size: 1.1rem; }
          .nav_box ul li a span i {
            background-color: #fff; }
        .nav_box ul li ul {
          transition: none;
          display: none;
          position: initial;
          width: 100%;
          height: auto;
          border: 0;
          text-align: center;
          box-shadow: none; }
          .nav_box ul li ul li {
            padding: 0.5em 0;
            padding-left: 0.5em;
            height: auto; }
            .nav_box ul li ul li a {
              display: block;
              font-size: 0.92rem; }

  .togglebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80px;
    height: 80px;
    background-color: #000;
    cursor: pointer;
    position: relative;
    z-index: 999; }
    .togglebar i {
      -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
      display: block;
      width: 30px;
      height: 2px;
      border-radius: 50px;
      background-color: #fff;
      margin: 3px auto; }
    .togglebar.active i {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .togglebar.active i:nth-child(1) {
        transform: rotate(45deg); }
      .togglebar.active i:nth-child(2) {
        opacity: 0; }
      .togglebar.active i:nth-child(3) {
        transform: rotate(-45deg); }

  .logo {
    width: 28%; }

  .fb img {
    margin-right: 10px; }

  .google img {
    margin-right: 10px; }

  .contact img {
    margin-right: 10px; }

  .social {
    display: none; } }
@media (max-width: 767px) {
  .search_box2 .search_form {
    width: 90%; } }
@media (max-width: 576px) {
  .navbar-default {
    background-color: #fff; }

  .logo {
    width: 40%; }

  .memeber_box a {
    width: 60px;
    height: 60px; }
    .memeber_box a span {
      display: none; }

  .search_box a {
    width: 60px;
    height: 60px; }
    .search_box a span {
      display: none; }

  .togglebar {
    width: 60px;
    height: 60px; }

  .nav_box {
    width: 180px; } }
#loading {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: block; }
  #loading img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.index_banner_slick {
  margin-top: -25px; }
  .index_banner_slick.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .index_banner_slick .slick-dots {
    bottom: 2em; }
    .index_banner_slick .slick-dots li button:before {
      width: 16px;
      height: 16px;
      background-color: rgba(255, 255, 255, 0.3);
      opacity: 1; }
    .index_banner_slick .slick-dots li.slick-active button:before {
      background-color: #fff;
      opacity: 1; }

.scroll {
  position: absolute;
  bottom: 5em;
  left: 0;
  right: 0;
  margin: auto; }
  .scroll img {
    display: block;
    margin: 0 auto; }

.in_p_bg {
  background: #1c2976;
  background: -moz-linear-gradient(left, #1c2976 64%, #1c2976 64%, #bd091f 100%);
  background: -webkit-linear-gradient(left, #1c2976 64%, #1c2976 64%, #bd091f 100%);
  background: linear-gradient(to right, #1c2976 64%, #1c2976 64%, #bd091f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2976', endColorstr='#bd091f',GradientType=1 );
  padding: 2em 5em;
  height: 250px;
  position: relative; }

.in_p_slick {
  position: absolute !important;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  z-index: 1; }
  .in_p_slick .slick-prev, .in_p_slick .slick-next {
    width: 32px;
    height: 65px; }
  .in_p_slick .slick-prev {
    left: -1%;
    z-index: 1;
    transform: scaleX(-1);
    top: 38%; }
  .in_p_slick .slick-next {
    right: -1%; }
  .in_p_slick .slick-prev:before, .in_p_slick .slick-next:before {
    width: 32px;
    height: 65px;
    content: url(../image/icon/arrows.png); }

.in_p_items {
  display: block;
  margin: 20px auto 0;
  padding-top: 1em;
  padding: 4em 0; }
  .in_p_items a {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1; }
    .in_p_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);
      display: block;
      content: "";
      width: 120px;
      height: 120px;
      border-radius: 100%;
      background-color: #e3e3e3;
      position: absolute;
      top: 0;
      bottom: 5em;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
    .in_p_items a img {
      display: block;
      margin: 0 auto; }
      .in_p_items a img:nth-child(1) {
        display: block; }
      .in_p_items a img:nth-child(2) {
        display: none; }
    .in_p_items a p {
      -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);
      color: #d5e9fd;
      font-size: 1.1rem;
      margin-top: 2em;
      position: relative; }
      .in_p_items a p: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: 2px;
        background-color: #ea0007;
        margin: 20px auto;
        opacity: 0; }
    .in_p_items a:hover img:nth-child(1), .in_p_items a:focus img:nth-child(1) {
      display: none; }
    .in_p_items a:hover img:nth-child(2), .in_p_items a:focus img:nth-child(2) {
      display: block; }
    .in_p_items a:hover:before, .in_p_items a:focus:before {
      background-color: #fff;
      width: 278px;
      height: 278px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
      bottom: 2.5em; }
    .in_p_items a:hover p, .in_p_items a:focus p {
      font-size: 1.1rem;
      color: #2f3131; }
      .in_p_items a:hover p:after, .in_p_items a:focus p:after {
        opacity: 1;
        width: 36px; }

.in_about_bg {
  background: url(../image/index_bg.jpg) no-repeat top center;
  position: relative;
  height: 649px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .in_about_bg .in_img {
    position: absolute;
    left: 2em;
    bottom: -5em;
    z-index: 1; }
  .in_about_bg .in_img2 {
    position: absolute;
    right: 0;
    bottom: -10em;
    z-index: 1; }

.in_about_box {
  text-align: center; }
  .in_about_box h3 {
    font-size: 2.83rem;
    color: #252525;
    font-weight: 800;
    margin-bottom: 2em; }
    .in_about_box h3:after {
      display: block;
      content: "";
      width: 63px;
      height: 2px;
      background-color: #090b0d;
      margin: 20px auto; }
  .in_about_box p {
    font-size: 1.1rem;
    color: #545454; }
    .in_about_box p span {
      font-weight: bold; }
  .in_about_box a {
    font-family: "Tenor Sans", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 277px;
    height: 61px;
    background-color: #db1116;
    margin: 2.5em auto;
    color: #fff;
    font-size: 1.08rem; }
    .in_about_box a:hover, .in_about_box a:focus {
      background-color: #1c2976; }

.in_p2_bg {
  background: url(../image/index_bg2.png) top center;
  background-size: cover;
  position: relative; }

.in_p_box {
  padding: 4em 0 6em;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start; }
  .in_p_box h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 2em; }

.in_p_items2 {
  display: block;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  width: 100%;
  max-height: 460px; }
  .in_p_items2 a {
    display: block;
    position: relative;
    padding: 1em;
    width: 100%;
    height: 100%; }
    .in_p_items2 a img {
      margin: 0 auto; }
    .in_p_items2 a h3 {
      color: #1c2976;
      font-size: 1.75rem;
      text-align: center;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 24px;
      height: 72px;
      word-break: break-all; }
    .in_p_items2 a p {
      font-size: 1.25rem;
      color: #5f5f5f;
      text-align: center;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 24px;
      height: 48px; }
    .in_p_items2 a .in_p_hover {
      -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: rgba(28, 41, 118, 0.88);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transform: scale(0);
      opacity: 0;
      border-radius: 100%;
      width: 100%;
      height: 100%; }
      .in_p_items2 a .in_p_hover span {
        font-family: "Tenor Sans", sans-serif;
        display: block;
        color: #fff;
        margin: 10px auto; }
    .in_p_items2 a:hover .in_p_hover, .in_p_items2 a:focus .in_p_hover {
      transform: scale(1);
      opacity: 1;
      border-radius: 0; }

.index_a a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #505050;
  font-family: "Tenor Sans", sans-serif;
  font-size: 1rem;
  width: 190px;
  height: 52px;
  border: 1px dotted #a1a1a1;
  margin: 5em auto 0; }
  .index_a a:hover, .index_a a:focus {
    border: 1px dotted #db1116;
    background-color: #db1116;
    color: #fff; }

.in_img3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 15%; }

.index_box {
  background: no-repeat top center;
  background-size: cover;
  height: 561px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .index_box h3 {
    font-size: 3.4rem;
    color: #fff;
    font-weight: 800;
    text-align: center; }
  .index_box p {
    width: 100%;
    font-size: 1.67rem;
    color: #ffffff;
    font-weight: 400;
    text-align: center; }
  .index_box a {
    font-family: "Tenor Sans", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 64px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin: 20px auto; }
    .index_box a:hover, .index_box a:focus {
      background-color: #1c2976;
      border-color: #1c2976; }

.in_n_bg {
  padding: 5em 0; }

.in_n_box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: row; }

.in_n_slick {
  display: flex;
  flex-direction: column;
  flex-direction: row; }

.in_n_title {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  justify-content: space-between; }
  .in_n_title h3 {
    color: #252525;
    font-size: 2.83rem;
    font-weight: 800; }

.in_n_box2 h3 {
  font-family: "Tenor Sans", sans-serif;
  font-size: 1.92rem;
  color: #252525;
  font-weight: bold; }
.in_n_box2 span {
  display: block;
  margin: 1em auto;
  font-size: 1.1rem;
  color: #545454; }
.in_n_box2 p {
  font-size: 1.1rem;
  color: #545454; }
.in_n_box2 a {
  font-family: "Tenor Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 50px;
  border: 1px dotted #1c2976;
  color: #1c2976;
  text-align: center; }
  .in_n_box2 a:hover, .in_n_box2 a:focus {
    background-color: #1c2976;
    color: #fff; }

.in_n_slick_arrows {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .in_n_slick_arrows #aw_left {
    -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: 35px;
    height: 35px;
    background: url(../image/icon/arrows2-2.png) no-repeat center;
    border: 1px solid #db1116;
    transform: scaleX(-1);
    margin-right: 10px; }
    .in_n_slick_arrows #aw_left:hover, .in_n_slick_arrows #aw_left:focus {
      background: #db1116 url(../image/icon/arrows2.png) no-repeat center; }
  .in_n_slick_arrows #aw_right {
    -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: 35px;
    height: 35px;
    background: url(../image/icon/arrows2-2.png) no-repeat center;
    border: 1px solid #db1116; }
    .in_n_slick_arrows #aw_right:hover, .in_n_slick_arrows #aw_right:focus {
      background: #db1116 url(../image/icon/arrows2.png) no-repeat center; }
  .in_n_slick_arrows .dot {
    display: block;
    font-size: 1.1rem;
    color: #979797;
    margin-right: 20px;
    letter-spacing: 4px; }
    .in_n_slick_arrows .dot span {
      color: #db1116; }

.index_a2 a {
  font-family: "Tenor Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 63px;
  background-color: #1c2976;
  margin: 4em auto 2em;
  font-size: 1.08rem;
  color: #fff; }
  .index_a2 a:hover, .index_a2 a:focus {
    background-color: #db1116; }

.footer {
  background-color: #383838;
  padding: 3em 0 0;
  position: relative; }
  .footer .top {
    display: flex;
    flex-direction: column;
    -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);
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #383838;
    position: absolute;
    top: -3.6em;
    right: 8em; }
    .footer .top:hover, .footer .top:focus {
      background-color: #db1116; }

.footer_box {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap; }
  .footer_box h3 {
    font-family: "Tenor Sans", sans-serif;
    color: #bfbfbf;
    font-size: 1.58rem; }
  .footer_box i {
    display: block;
    color: #bfbfbf;
    font-size: 1.1rem;
    margin-top: 1em; }
  .footer_box em {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #383838;
    padding: 0 0.5em;
    margin: 10px auto 20px;
    position: relative;
    font-style: normal;
    font-size: 1.1rem;
    font-weight: bold; }
    .footer_box em:after {
      display: block;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -5px; }
  .footer_box ul {
    margin-bottom: 2em; }
    .footer_box ul li {
      list-style: none;
      color: #fff;
      font-size: 1rem;
      margin-bottom: 10px;
      padding-left: 25px; }
      .footer_box ul li a {
        color: #fff; }
      .footer_box ul li:nth-child(1) {
        background: url(../image/icon/add.png) no-repeat left top; }
      .footer_box ul li:nth-child(2) {
        background: url(../image/icon/phone.png) no-repeat left top; }
      .footer_box ul li:nth-child(3) {
        background: url(../image/icon/fax.png) no-repeat left top; }
      .footer_box ul li:nth-child(4) {
        background: url(../image/icon/email.png) no-repeat left top; }
  .footer_box dl dd a {
    display: block;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding-left: 0.8em; }
    .footer_box dl dd a:before {
      display: block;
      content: "-";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      color: #fff; }
    .footer_box dl dd a:hover, .footer_box dl dd a:focus {
      color: #db1116; }
  .footer_box p {
    display: block;
    border-top: 1px solid #535353;
    color: #5b5b5b;
    font-size: 0.92rem;
    text-align: center;
    margin-bottom: 0;
    padding: 0.5em 0; }
    .footer_box p a {
      color: #a3a3a3; }

.footer_box2 {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap; }
  .footer_box2 a {
    display: block; }
    .footer_box2 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);
      padding: 0.2em; }
    .footer_box2 a:hover img, .footer_box2 a:focus img {
      opacity: 0.5; }

@media (max-width: 1500px) {
  .in_about_bg .in_img2 {
    right: -10em; }

  .in_about_bg .in_img {
    left: -4em; } }
@media (max-width: 1199px) {
  .in_about_bg .in_img2 {
    right: -15em; }

  .in_about_bg .in_img {
    left: -11em; } }
@media (max-width: 991px) {
  .in_about_bg {
    height: 400px; }
    .in_about_bg .in_img2 {
      display: none; }
    .in_about_bg .in_img {
      display: none; }

  .in_about_box h3 {
    margin-bottom: 0; }
  .in_about_box a {
    margin-bottom: 0; }

  .in_img3 {
    display: none; }

  .index_a a {
    margin: 3em auto 0; }

  .in_p_box {
    padding: 4em 0 4em; }

  .index_box {
    height: 450px; } }
@media (max-width: 991px) {
  .in_p_box {
    padding: 2em 0 2em; }
    .in_p_box h2 {
      margin-bottom: 1em; }

  .in_n_bg {
    padding: 2em 0; }

  .index_a2 a {
    margin: 4em auto 0; }

  .footer .top {
    right: 2em; } }
@media (max-width: 767px) {
  .index_box {
    background: no-repeat bottom center;
    background-size: cover;
    height: 300px; }

  .in_n_box img {
    margin-bottom: 20px; }

  .index_banner_slick .slick-dots {
    bottom: 1em; }

  .scroll {
    bottom: 3em;
    width: 7%; } }
@media (max-width: 576px) {
  .in_about_bg {
    height: 480px; }

  .index_box h3 {
    font-size: 2.5rem; }
  .index_box p {
    font-size: 1.5rem; }

  .footer .top {
    right: 0; } }
@media (max-width: 480px) {
  .in_n_bg {
    padding: 2em 0 5em; }

  .in_about_box h4 {
    font-size: 1.25rem; }

  .in_p_items2 a h3 {
    font-size: 1.25rem; } }
.about_banner {
  background: no-repeat top center;
  background-size: cover;
  height: 886px;
  text-align: center;
  padding-top: 14em; }
  .about_banner h1 {
    font-size: 2.83rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .about_banner ul {
    text-align: center; }
    .about_banner ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      color: #fff;
      font-size: 1rem; }
      .about_banner ul li a {
        color: #fff; }

.bg {
  background: url(../image/index_bg2.png) repeat-y top center;
  background-size: cover; }

.about_bg {
  margin-top: -25em; }

.about_box {
  background: no-repeat top center;
  background-size: cover;
  min-height: 599px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2% 15%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .about_box .a_editor_h3 {
    display: block;
    width: 100%;
    position: relative;
    font-size: 1.67rem;
    z-index: 1;
    margin-bottom: 2em; }
    .about_box .a_editor_h3:before {
      display: block;
      content: "Overview";
      color: #fff;
      font-size: 7.25rem;
      font-weight: 800;
      text-shadow: 1px 1px 10px rgba(10, 196, 165, 0.3);
      position: absolute;
      left: -0.2em;
      top: -0.6em;
      margin: auto;
      z-index: -1; }
    .about_box .a_editor_h3:after {
      display: block;
      content: "";
      width: 35px;
      height: 3px;
      background-color: #e60012;
      margin-top: 0.6em; }
  .about_box .a_editor_p {
    display: block;
    width: 100%;
    font-size: 1rem; }
  .about_box .a_editor_span {
    color: #11110f;
    font-size: 1.08rem;
    font-weight: bold; }

.about_box2 {
  background: no-repeat top center;
  background-size: cover;
  height: 755px;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5em 0; }
  .about_box2 .a_editor_h3 {
    display: block;
    width: 100%;
    position: relative;
    font-size: 1.67rem;
    z-index: 1;
    margin-bottom: 4em;
    text-align: center;
    color: #232323; }
    .about_box2 .a_editor_h3:before {
      display: block;
      content: "Philosophy";
      color: rgba(255, 255, 255, 0.68);
      font-size: 7.25rem;
      font-weight: 800;
      position: absolute;
      left: -0.2em;
      right: -0.2em;
      top: -0.6em;
      margin: auto;
      z-index: -1; }
    .about_box2 .a_editor_h3:after {
      display: block;
      content: "";
      width: 35px;
      height: 3px;
      background-color: #e60012;
      margin: 0 auto;
      margin-top: 0.6em; }

.a_editor_items1 {
  display: block;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.17rem;
  position: relative;
  width: 100%;
  z-index: 1; }
  .a_editor_items1:before {
    display: block;
    content: "";
    width: 425px;
    height: 266px;
    border-radius: 100%;
    background-color: rgba(201, 17, 56, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; }

.a_editor_items2 {
  width: 425px;
  height: 266px;
  border-radius: 100%;
  background-color: rgba(70, 160, 16, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: -2em;
  margin-top: -2em; }
  .a_editor_items2 .a_editor_span {
    color: #fff;
    text-align: center;
    font-size: 1.17rem;
    display: block; }
    .a_editor_items2 .a_editor_span:after {
      display: block;
      content: "";
      width: 35px;
      height: 2px;
      background-color: #fff;
      margin: 0.5em auto; }
  .a_editor_items2 .a_editor_p {
    text-align: center;
    color: #282828;
    font-size: 0.92rem; }

.a_editor_items3 {
  width: 425px;
  height: 266px;
  border-radius: 100%;
  background-color: rgba(19, 108, 204, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: -2em;
  margin-top: -2em; }
  .a_editor_items3 .a_editor_span {
    color: #fff;
    text-align: center;
    font-size: 1.17rem;
    display: block; }
    .a_editor_items3 .a_editor_span:after {
      display: block;
      content: "";
      width: 35px;
      height: 2px;
      background-color: #fff;
      margin: 0.5em auto; }
  .a_editor_items3 .a_editor_p {
    text-align: center;
    color: #282828;
    font-size: 0.92rem; }

.about_all {
  background: #fff url(../image/about/pic_7.png) no-repeat bottom center;
  background-size: contain;
  padding: 4em 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.about_box3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100%; }
  .about_box3 h3 {
    display: block;
    width: 100%;
    text-align: center;
    color: #232323;
    font-size: 1.67rem;
    position: relative;
    z-index: 1;
    margin-bottom: 2em; }
    .about_box3 h3:before {
      display: block;
      content: "Milestone";
      color: #f4f9ff;
      font-size: 7.25rem;
      font-weight: 800;
      position: absolute;
      left: -0.2em;
      right: -0.2em;
      top: -0.6em;
      margin: auto;
      z-index: -1; }
    .about_box3 h3:after {
      display: block;
      content: "";
      width: 35px;
      height: 3px;
      background-color: #e60012;
      margin: 0 auto;
      margin-top: 0.6em; }
  .about_box3 b {
    display: block;
    width: 65%;
    height: 233px;
    background-color: #2a6aad;
    position: absolute;
    bottom: -1em;
    left: 13em;
    z-index: -1; }

.about_items4 {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  margin: 3em auto;
  height: 300px;
  padding: 0 2em; }
  .about_items4 img {
    background-color: #fff;
    padding: 0.7em;
    position: relative;
    top: -3.5em;
    left: -5em; }
  .about_items4 i {
    display: block;
    content: "";
    width: 120px;
    height: 86px;
    background-color: #2a6aad;
    position: absolute;
    top: -4.5em;
    right: 4em;
    margin: auto; }
  .about_items4 p {
    font-size: 1.08rem;
    color: #4d4d4d;
    width: 100%; }
    .about_items4 p span {
      color: #1c2976;
      font-size: 1.33rem; }

.about_items5 {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2; }
  .about_items5 .about_icon {
    margin: 0 3em;
    margin-top: -5em;
    position: relative;
    z-index: 9; }
    .about_items5 .about_icon em {
      display: block;
      text-align: center;
      font-size: 1rem;
      color: #cfe4fa;
      margin: 5px auto; }

.about_history {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%; }

.about_timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 7em 0;
  position: relative; }
  .about_timeline:before {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #1261b3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .about_timeline .years {
    padding: 1em 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
    .about_timeline .years:before {
      content: "";
      width: 4px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
  .about_timeline em {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    color: #1c2976; }
  .about_timeline span {
    display: block;
    background-color: #1c2976;
    color: #fff;
    font-size: 1rem;
    width: 209px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center; }

.years_box {
  padding: 1em 2em;
  position: relative; }
  .years_box i {
    display: block;
    font-size: 1.25rem;
    color: #1261b3; }
  .years_box p {
    display: block;
    color: #656565;
    font-size: 1rem; }
  .years_box b {
    display: block;
    width: 7px;
    height: 7px;
    background-color: #1261b3;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -3px;
    margin: auto; }

.years_box2 {
  padding: 1em 2em;
  position: relative;
  text-align: right; }
  .years_box2 i {
    display: block;
    font-size: 1.25rem;
    color: #1261b3; }
  .years_box2 p {
    display: block;
    color: #656565;
    font-size: 1rem; }
  .years_box2 b {
    display: block;
    width: 7px;
    height: 7px;
    background-color: #1261b3;
    border-radius: 100%;
    position: absolute;
    right: -3px;
    margin: auto; }

.about_all2 {
  background: #fff url(../image/about/abg4.jpg) no-repeat top center;
  background-size: cover;
  min-height: auto;
  padding: 5em 2em; }
  .about_all2 .a_editor_img {
    display: block;
    margin: 3em auto; }
  .about_all2 .a_editor_h3 {
    text-align: center;
    color: #232323;
    font-size: 1.67rem;
    position: relative;
    z-index: 1;
    margin-bottom: 2em; }
    .about_all2 .a_editor_h3:before {
      display: block;
      content: "Organization";
      color: #f9f9f9;
      font-size: 7.25rem;
      font-weight: 800;
      position: absolute;
      left: -0.2em;
      right: -0.2em;
      top: -0.6em;
      margin: auto;
      z-index: -1; }
    .about_all2 .a_editor_h3:after {
      display: block;
      content: "";
      width: 35px;
      height: 3px;
      background-color: #e60012;
      margin: 0 auto;
      margin-top: 0.6em; }

.a_pic_1 {
  position: absolute;
  right: 0;
  top: -5em;
  z-index: 1; }

.a_pic_2 {
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 1; }

@media (max-width: 1699px) {
  .about_box3 b {
    width: 67%;
    left: 10em; } }
@media (max-width: 1400px) {
  .about_box3 b {
    width: 70%;
    left: 8em; }

  .about_items5 .about_icon {
    margin: 0 2em;
    margin-top: -5em; } }
@media (max-width: 1280px) {
  .a_pic_1 {
    position: absolute;
    right: 0;
    top: -5em;
    z-index: 1;
    width: 30%; }

  .a_pic_2 {
    position: absolute;
    left: 0;
    top: 48%;
    z-index: 1;
    width: 30%; } }
@media (max-width: 1199px) {
  .about_box3 b {
    width: 100%;
    left: 0; } }
@media (max-width: 1099px) {
  .about_items4 {
    margin-top: 0; }
    .about_items4 img {
      top: 0;
      left: 0; }
    .about_items4 i {
      display: none; } }
@media (max-width: 991px) {
  .a_editor_items1:before {
    width: 310px;
    height: 200px; }

  .a_editor_items2 {
    width: 310px;
    height: 200px;
    margin-top: -4em; }

  .a_editor_items3 {
    width: 310px;
    height: 200px;
    margin-top: -4em; }

  .about_banner {
    height: 750px;
    padding-top: 9em; }

  .a_pic_2 {
    top: 50%; } }
@media (max-width: 767px) {
  .about_box {
    padding: 2.5em 3em;
    min-height: 520px; }
    .about_box .a_editor_h3:before {
      font-size: 5rem; }

  .about_box2 .a_editor_h3:before {
    font-size: 4rem; }

  .about_box3 h3:before {
    font-size: 4rem; }

  .about_all2 .a_editor_h3:before {
    font-size: 3.5rem; }

  .a_editor_items1:before {
    width: 280px;
    height: 200px; }

  .a_editor_items2 {
    width: 280px;
    height: 200px;
    margin-top: -3em; }

  .a_editor_items3 {
    width: 280px;
    height: 200px;
    margin-top: -3em; }

  .about_items5 .about_icon {
    margin: 0 0.5em; }

  .about_banner {
    height: 660px;
    background-size: cover;
    padding-top: 6em; } }
@media (max-width: 576px) {
  .a_editor_items1 {
    width: 280px;
    height: 200px;
    margin: 0 auto;
    background-color: rgba(201, 17, 56, 0.75);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .a_editor_items1:before {
      content: normal; }

  .a_editor_items2 {
    width: 280px;
    height: 200px;
    margin: 0 auto; }

  .a_editor_items3 {
    width: 280px;
    height: 200px;
    margin: 0 auto; }

  .about_box2 {
    height: 790px; }
    .about_box2 .a_editor_h3 {
      margin-bottom: 0em; }

  .about_box3 h3 {
    margin-bottom: 1em; }

  .years_box {
    padding: 0.5em; }

  .years_box2 {
    padding: 0.5em; }

  .a_pic_1 {
    display: none; }

  .a_pic_2 {
    display: none; } }
@media (max-width: 480px) {
  .about_box {
    padding: 1em 1em; }

  .about_box2 {
    padding: 3em 0; }

  .about_items4 {
    flex-wrap: wrap;
    min-height: 300px;
    height: auto;
    padding: 1.5em;
    margin-bottom: 1em; }

  .about_items5 .about_icon {
    margin-top: 0; } }
@media (max-width: 400px) {
  .about_box {
    min-height: 600px; }
    .about_box .a_editor_h3:before {
      font-size: 3rem; }

  .about_box2 .a_editor_h3:before {
    font-size: 3rem; }

  .about_box3 h3:before {
    font-size: 3rem; }

  .about_all2 .a_editor_h3:before {
    font-size: 2.5rem; } }
.factory_banner {
  background: no-repeat top center;
  background-size: cover;
  height: 651px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .factory_banner h1 {
    font-size: 2.83rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .factory_banner ul {
    text-align: center; }
    .factory_banner ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      color: #fff;
      font-size: 1rem; }

.factory_bg {
  background: #fff url(../image/factory/f_bg.png) no-repeat top center;
  padding: 1em 0;
  border-bottom: 1px solid #e4e4e4; }

.factory_box {
  margin: 5em auto;
  text-align: center; }
  .factory_box .f_editor_h3 {
    color: #db1116;
    font-size: 1.75rem;
    position: relative; }
    .factory_box .f_editor_h3:after {
      display: block;
      content: "";
      width: 44px;
      height: 2px;
      background-color: #db1116;
      margin: 20px auto; }
  .factory_box .f_editor_p {
    color: #787777;
    font-size: 1rem; }

.factory_box2 {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  .factory_box2 img {
    display: block; }
  .factory_box2 .factory_box3 {
    -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: 2em;
    position: relative; }
    .factory_box2 .factory_box3 .f_icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 97px;
      height: 97px;
      background-color: #db1116;
      border-radius: 100%;
      position: absolute;
      top: -4em;
      right: 1em; }
      .factory_box2 .factory_box3 .f_icon em {
        display: block;
        color: #fff;
        font-size: 1.25rem;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
    .factory_box2 .factory_box3 .f_editor_h4 {
      -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: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      width: 100%;
      color: #db1116;
      font-size: 1.4rem;
      margin-bottom: 1.5em; }
    .factory_box2 .factory_box3 .f_editor_ul {
      color: #757575;
      border-bottom: 1px solid #c0c0c0;
      padding-bottom: 1em;
      margin-bottom: 1.5em; }
      .factory_box2 .factory_box3 .f_editor_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);
        color: #757575;
        font-size: 1.07rem;
        list-style: none;
        padding-left: 15px;
        position: relative; }
        .factory_box2 .factory_box3 .f_editor_ul li:before {
          display: block;
          content: "";
          width: 5px;
          height: 5px;
          background-color: #db1116;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
    .factory_box2 .factory_box3 dl dd {
      -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);
      color: #232323;
      font-size: 1rem;
      padding-left: 30px; }
      .factory_box2 .factory_box3 dl dd:nth-child(1) {
        background: url(../image/icon/icon8-2.png) no-repeat top left; }
      .factory_box2 .factory_box3 dl dd:nth-child(2) {
        background: url(../image/icon/icon9-2.png) no-repeat top left; }
      .factory_box2 .factory_box3 dl dd:nth-child(3) {
        background: url(../image/icon/icon10-2.png) no-repeat top left; }
      .factory_box2 .factory_box3 dl dd:nth-child(4) {
        background: url(../image/icon/icon11-2.png) no-repeat top left; }
    .factory_box2 .factory_box3 a {
      color: #232323; }
    .factory_box2 .factory_box3 .g_map {
      -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: 100%;
      line-height: 44px;
      border-radius: 4px;
      font-size: 1rem;
      background-color: #727272;
      text-align: center;
      color: #fff;
      font-style: italic;
      margin: 2em auto;
      box-shadow: 0 5px 0 #b5b5b5; }
      .factory_box2 .factory_box3 .g_map img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
    .factory_box2 .factory_box3:hover, .factory_box2 .factory_box3:focus {
      background-color: #545454; }
      .factory_box2 .factory_box3:hover .f_editor_h4, .factory_box2 .factory_box3:focus .f_editor_h4 {
        color: #ffc7c9; }
      .factory_box2 .factory_box3:hover dl dd, .factory_box2 .factory_box3:focus dl dd {
        color: #fff; }
        .factory_box2 .factory_box3:hover dl dd:nth-child(1), .factory_box2 .factory_box3:focus dl dd:nth-child(1) {
          background: url(../image/icon/icon8-3.png) no-repeat top left; }
        .factory_box2 .factory_box3:hover dl dd:nth-child(2), .factory_box2 .factory_box3:focus dl dd:nth-child(2) {
          background: url(../image/icon/icon9-3.png) no-repeat top left; }
        .factory_box2 .factory_box3:hover dl dd:nth-child(3), .factory_box2 .factory_box3:focus dl dd:nth-child(3) {
          background: url(../image/icon/icon10-3.png) no-repeat top left; }
        .factory_box2 .factory_box3:hover dl dd:nth-child(4), .factory_box2 .factory_box3:focus dl dd:nth-child(4) {
          background: url(../image/icon/icon11-3.png) no-repeat top left; }
      .factory_box2 .factory_box3:hover a, .factory_box2 .factory_box3:focus a {
        background-color: #db1116;
        box-shadow: 0 5px 0 #740407; }
      .factory_box2 .factory_box3:hover ul li, .factory_box2 .factory_box3:focus ul li {
        color: #c6c6c6; }
        .factory_box2 .factory_box3:hover ul li:before, .factory_box2 .factory_box3:focus ul li:before {
          background-color: #f8878b; }

.factory_bg2 {
  background: no-repeat bottom center;
  background-size: cover;
  padding: 5em 0; }

.factory_title {
  margin-bottom: 5em; }
  .factory_title .f_editor_h3 {
    color: #1b1b1b;
    font-size: 1.75rem;
    text-align: center; }

.factory_box4 {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .factory_box4 img {
    padding: 0.5em;
    background-color: #fff;
    margin-bottom: 2em; }

.factory_box5 {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .factory_box5 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 3em; }

.factory_slick img {
  margin: 0 1em; }
.factory_slick .slick-prev, .factory_slick .slick-next {
  width: 40px;
  height: 40px;
  background: url(../image/icon/arrows5.png) no-repeat center;
  transform: none;
  z-index: 1; }
  .factory_slick .slick-prev:hover, .factory_slick .slick-prev:focus, .factory_slick .slick-next:hover, .factory_slick .slick-next:focus {
    background: url(../image/icon/arrows5.png) no-repeat center;
    opacity: 0.5; }
.factory_slick .slick-prev {
  transform: rotate(180deg); }
  .factory_slick .slick-prev:before {
    content: normal; }

@media (max-width: 1199px) {
  .factory_box2 {
    margin-bottom: 20px; }
    .factory_box2 .factory_box3 {
      padding: 1em; }
      .factory_box2 .factory_box3 .f_editor_h4 {
        width: 100%;
        margin-top: 1em; }

  .factory_banner {
    height: 400px; } }
@media (max-width: 1099px) {
  .factory_box2 {
    margin-bottom: 20px; }
    .factory_box2 .factory_box3 {
      padding: 1em; }
      .factory_box2 .factory_box3 .f_editor_h4 {
        width: 100%;
        margin-top: 1em; } }
@media (max-width: 991px) {
  .factory_banner {
    height: 300px; } }
@media (max-width: 767px) {
  .factory_banner {
    height: 260px; } }
@media (max-width: 576px) {
  .factory_banner {
    height: 180px; } }
.products_banner {
  background: no-repeat top center;
  background-size: cover;
  height: 452px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .products_banner h1 {
    font-size: 2.83rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .products_banner ul {
    text-align: center; }
    .products_banner ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      color: #fff;
      font-size: 1rem; }
      .products_banner ul li a {
        color: #fff; }

.products_bg {
  background: url(../image/pic_3.png) no-repeat left bottom;
  padding: 5em 3em; }

.filtr-item {
  padding: 0;
  width: 33%;
  height: 460px;
  overflow: hidden; }

.products_left_box h3 {
  color: #2f3131;
  font-style: italic;
  font-size: 2rem;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em; }
  .products_left_box h3 span {
    color: #1c2976; }
.products_left_box em {
  display: block;
  color: #2f3131;
  font-size: 1.25rem;
  margin-bottom: 20px; }
.products_left_box ul {
  list-style: none;
  margin-bottom: 3em; }
  .products_left_box ul .p_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);
    display: block;
    background-color: #f0f0f0;
    border-bottom: 2px solid #fff;
    padding: 0.5em;
    color: #2f3131;
    font-size: 1.17rem;
    cursor: pointer; }
    .products_left_box ul .p_li img:nth-child(2) {
      display: none; }
    .products_left_box ul .p_li:hover, .products_left_box ul .p_li:focus, .products_left_box ul .p_li.active {
      background-color: #1c2976;
      color: #fff; }
      .products_left_box ul .p_li:hover img:nth-child(1), .products_left_box ul .p_li:focus img:nth-child(1), .products_left_box ul .p_li.active img:nth-child(1) {
        display: none; }
      .products_left_box ul .p_li:hover img:nth-child(2), .products_left_box ul .p_li:focus img:nth-child(2), .products_left_box ul .p_li.active img:nth-child(2) {
        display: inline-block;
        vertical-align: middle; }

.p_box {
  border-bottom: 1px solid #c3c3c3;
  background-color: #fff; }
  .p_box .p_h3 {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-style: italic;
    padding: 1em 0;
    cursor: pointer; }
    .p_box .p_h3 i {
      width: 21px;
      height: 2px;
      background-color: #1c2976;
      position: relative; }
      .p_box .p_h3 i: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);
        display: block;
        content: "";
        width: 2px;
        height: 21px;
        background-color: #1c2976;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .p_box .p_h3.active i:before {
      transform: rotate(90deg); }
  .p_box .p_item {
    display: none;
    padding-bottom: 1em; }
    .p_box .p_item.active {
      display: block; }
    .p_box .p_item .custom-control-label {
      color: #2f3131;
      font-size: 1.17rem;
      padding-left: 8px;
      margin-bottom: 20px; }
      .p_box .p_item .custom-control-label:before {
        width: 24px;
        height: 24px;
        background-color: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        border-radius: 2px;
        margin-right: 10px; }
      .p_box .p_item .custom-control-label:after {
        width: 24px;
        height: 24px; }

.page {
  display: block;
  text-align: center;
  margin-top: 3em; }
  .page ul {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none; }
    .page ul li {
      margin: 0 0.5em; }
      .page ul li a {
        font-family: "Tenor Sans", sans-serif;
        color: #545454; }
        .page ul li a:hover, .page ul li a:focus, .page ul li a.active {
          color: #db1116; }

.pre_arrows a {
  display: block;
  width: 28px;
  height: 52px;
  border: 1px dotted #a1a1a1;
  background: url(../image/icon/arrows4.png) no-repeat center;
  font-size: 1rem;
  transform: rotate(180deg); }
  .pre_arrows a:hover, .pre_arrows a:focus {
    border-color: #db1116;
    background: url(../image/icon/arrows2-2.png) no-repeat center; }

.nex_arrows a {
  display: block;
  width: 28px;
  height: 52px;
  border: 1px dotted #a1a1a1;
  background: url(../image/icon/arrows4.png) no-repeat center;
  font-size: 1rem; }
  .nex_arrows a:hover, .nex_arrows a:focus {
    border-color: #db1116;
    background: url(../image/icon/arrows2-2.png) no-repeat center; }

.products_bg2 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 4em 0 8em; }

.products_slick_big {
  border: 6px solid #f1f1f1;
  position: relative;
  z-index: 1; }

.zoom {
  width: 40px;
  height: 40px;
  background-color: #1c2976;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1; }

.products_slick a {
  padding-bottom: 2.5em; }

.products_slick-s {
  padding: 0 6em;
  margin: 30px auto; }
  .products_slick-s .slick-current {
    border: 6px solid #1c2976; }
  .products_slick-s 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);
    border: 6px solid transparent;
    margin: 0 10px; }
    .products_slick-s img:hover, .products_slick-s img:focus {
      border: 6px solid #1c2976; }

.products_detail_box h3 {
  font-size: 3rem;
  color: #1c2976;
  font-weight: bold;
  word-break: break-all; }
.products_detail_box p {
  font-size: 1.4rem;
  color: #545454; }
.products_detail_box ul {
  border-top: 1px solid #e5e5e5;
  padding-top: 2em;
  margin-top: 2em; }
  .products_detail_box ul li {
    font-size: 1.4rem;
    color: #545454;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 0.8em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .products_detail_box ul li:before {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      background-color: #1c2976;
      position: absolute;
      top: 0.6em;
      left: 0;
      margin: auto; }
    .products_detail_box ul li span {
      display: inline-block;
      vertical-align: middle;
      color: #1c2976;
      font-size: 1.4rem;
      width: 25%;
      margin-right: 15px; }
    .products_detail_box ul li strong {
      display: inline-block;
      vertical-align: middle;
      font-weight: normal;
      width: 75%;
      word-break: break-all; }

.color {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .color a {
    display: block;
    width: 58px;
    height: 23px;
    border-radius: 50px;
    border: 4px solid transparent;
    margin-right: 10px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border: 1px solid #ddd; }
    .color a:hover, .color a:focus {
      border-color: #e8e8e8; }

.products_tabs {
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0%, white 71%);
  background: -webkit-linear-gradient(top, #dddddd 0%, white 71%);
  background: linear-gradient(to bottom, #dddddd 0%, white 71%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
  padding-bottom: 3em; }

.products_tabs .nav-tabs {
  border-bottom: 4px solid #1c2976;
  position: relative;
  top: -3.4em;
  justify-content: center; }
  .products_tabs .nav-tabs .nav-item {
    margin: 0 5px; }
    .products_tabs .nav-tabs .nav-item a {
      background-color: #1c2976;
      border-radius: 0;
      border: 0;
      width: 243px;
      height: 51px;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem; }
      .products_tabs .nav-tabs .nav-item a.active {
        background-color: #1c2976; }
.products_tabs .tab-content {
  padding-bottom: 3em; }
  .products_tabs .tab-content .tab-pane {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    justify-content: center; }
    .products_tabs .tab-content .tab-pane ul {
      padding-left: 20px; }
  .products_tabs .tab-content .tab-pane {
    display: none; }
  .products_tabs .tab-content .active {
    display: flex; }

.p_editor_box .p_editor_p {
  font-size: 1rem;
  color: #545454;
  text-align: center; }
  .p_editor_box .p_editor_p span {
    color: #db1116; }
.p_editor_box .p_editor_table {
  width: 100%;
  margin: 1em auto; }
  .p_editor_box .p_editor_table tr:nth-child(even) td {
    background-color: #fff; }
  .p_editor_box .p_editor_table tr:nth-child(even) th {
    background-color: #ba0006; }
  .p_editor_box .p_editor_table tr:nth-child(odd) td {
    background-color: #f0f0f0; }
  .p_editor_box .p_editor_table tr:nth-child(odd) th {
    background-color: #820105; }
  .p_editor_box .p_editor_table tr td {
    padding: 0.5em 1em;
    font-size: 1.1rem;
    color: #545454; }
  .p_editor_box .p_editor_table tr th {
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.17rem;
    text-align: center;
    font-weight: normal; }

.p_back {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 1em;
  padding: 0 5em;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .p_back .back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.17rem;
    color: #1c2976;
    border: 1px dotted #1c2976;
    width: 251px;
    height: 55px;
    margin: 2em auto; }
    .p_back .back:hover, .p_back .back:focus {
      border: 1px dotted #1c2976;
      background-color: #1c2976;
      color: #fff; }
  .p_back .p_pre {
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-size: 1.1rem;
    color: #979797; }
    .p_back .p_pre i {
      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);
      width: 35px;
      height: 35px;
      border: 1px solid #1c2976;
      background: #fff url(../image/icon/arrows2-2.png) no-repeat center;
      transform: rotate(180deg);
      margin-left: 10px; }
    .p_back .p_pre:hover, .p_back .p_pre:focus {
      color: #1c2976; }
      .p_back .p_pre:hover i, .p_back .p_pre:focus i {
        background: #1c2976 url(../image/icon/arrows2.png) no-repeat center; }
  .p_back .p_nex {
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-size: 1.1rem;
    color: #979797; }
    .p_back .p_nex i {
      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);
      width: 35px;
      height: 35px;
      border: 1px solid #1c2976;
      background: #fff url(../image/icon/arrows2-2.png) no-repeat center;
      margin-right: 10px; }
    .p_back .p_nex:hover, .p_back .p_nex:focus {
      color: #1c2976; }
      .p_back .p_nex:hover i, .p_back .p_nex:focus i {
        background: #1c2976 url(../image/icon/arrows2.png) no-repeat center; }

.p_editor_box2 {
  width: 100%; }
  .p_editor_box2 .p_editor_em {
    display: block;
    color: #aaaaaa;
    font-size: 1.83rem;
    padding: 0 25%;
    margin-bottom: 0.3em; }

.p_editor_dl dd {
  -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);
  padding: 1% 25%;
  margin-bottom: 2px;
  font-size: 1.08rem;
  color: #545454;
  overflow: hidden; }
  .p_editor_dl dd:nth-child(even) {
    background-color: #fff; }
  .p_editor_dl dd:nth-child(odd) {
    background-color: #f0f0f0; }
  .p_editor_dl dd 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: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 17px;
    background: url(../image/icon/icon18.png) no-repeat center;
    margin-right: 10px; }
  .p_editor_dl dd a {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 150px;
    line-height: 30px;
    border-radius: 50px;
    border: 1px solid #db1116;
    background: #fff url(../image/icon/icon20.png) no-repeat;
    background-position: 25% 50%;
    text-align: center;
    color: #db1116;
    font-size: 0.83rem;
    padding-left: 25px; }
  .p_editor_dl dd:hover, .p_editor_dl dd:focus {
    color: #db1116; }
    .p_editor_dl dd:hover i, .p_editor_dl dd:focus i {
      background: url(../image/icon/icon17.png) no-repeat center; }
    .p_editor_dl dd:hover a, .p_editor_dl dd:focus a {
      background: #db1116 url(../image/icon/icon19.png) no-repeat;
      background-position: 25% 50%;
      color: #fff; }

@media (max-width: 1800px) {
  .filtr-item {
    height: 430px; } }
@media (max-width: 1640px) {
  .filtr-item {
    height: 410px; } }
@media (max-width: 1540px) {
  .filtr-item {
    height: 380px; } }
@media (max-width: 1500px) {
  .products_slick-s {
    padding: 0 2em; } }
@media (max-width: 1440px) {
  .products_detail_box ul li span {
    width: 35%; } }
@media (max-width: 1399px) {
  .p_editor_dl dd {
    padding: 1% 15%; } }
@media (max-width: 1380px) {
  .filtr-item {
    height: 360px; } }
@media (max-width: 1280px) {
  .filtr-item {
    height: 340px; } }
@media (max-width: 1199px) {
  .products_banner {
    height: 400px; }

  .products_detail_box ul li span {
    width: 40%; }

  .filtr-item {
    height: 330px; } }
@media (max-width: 1099px) {
  .products_bg {
    padding: 5em 0em; }

  .p_editor_dl dd {
    padding: 1% 5%; }

  .filtr-item {
    height: 300px; } }
@media (max-width: 991px) {
  .products_banner {
    height: 300px; }

  .filtr-item {
    height: 300px; } }
@media (max-width: 840px) {
  .filtr-item {
    height: 300px; } }
@media (max-width: 767px) {
  .products_bg {
    background: none; }

  .products_banner {
    height: 260px; }

  .products_slick-s {
    padding: 0; }

  .p_back {
    padding: 0; }

  .products_bg2 {
    padding: 1em 0 5em; }

  .products_detail_box h3 {
    font-size: 2.5rem; } }
@media (max-width: 576px) {
  .page {
    margin-top: 0em; }

  .products_banner {
    height: 180px; }

  .products_tabs .nav-tabs .nav-item {
    width: 100%;
    margin: 0 auto; }
    .products_tabs .nav-tabs .nav-item a {
      width: 100%; }

  .p_back .back {
    width: 180px; }

  .filtr-item {
    height: 265px; } }
@media (max-width: 480px) {
  .filtr-item {
    width: 50%; }

  .p_back .back {
    width: 130px; }

  .products_detail_box ul li {
    font-size: 1.1rem;
    padding-left: 0.5em;
    display: block; }
    .products_detail_box ul li span {
      width: 100%; }
    .products_detail_box ul li strong {
      width: 100%; } }
@media (max-width: 360px) {
  .p_back .back {
    width: 75px; }

  .filtr-item {
    height: 250px; } }
.news_bg {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 3em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%; }

.news_list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2em; }
  .news_list ul {
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .news_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);
      width: 316px;
      line-height: 47px;
      border: 1px solid #1c2976;
      border-radius: 50px;
      margin: 10px 10px; }
      .news_list ul li a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 1rem;
        color: #1c2976; }
      .news_list ul li:hover, .news_list ul li:focus, .news_list ul li.active {
        background-color: #1c2976; }
        .news_list ul li:hover a, .news_list ul li:focus a, .news_list ul li.active a {
          color: #fff; }

.n_timeline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: row; }
  .n_timeline:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dotted #a6aabe;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto; }
  .n_timeline:after {
    display: block;
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 100%;
    background-color: #fff;
    border: 5px solid #db1116;
    margin: 0 auto;
    position: relative;
    z-index: 1; }

.news_box {
  margin: 2em auto;
  position: relative; }
  .news_box b {
    display: block;
    border-top: 1px dotted #a6aabe;
    width: 80px;
    position: absolute;
    right: -6em;
    top: 2.7em;
    margin: auto; }
    .news_box b:after {
      display: block;
      content: "";
      width: 9px;
      height: 9px;
      background-color: #db1116;
      border-radius: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -0.45em;
      margin: auto; }
  .news_box .month {
    display: flex;
    flex-direction: column;
    -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);
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #1c2976;
    color: #1c2976;
    font-size: 1.42rem;
    font-family: "Tenor Sans", sans-serif;
    line-height: normal;
    position: relative;
    z-index: 1; }
    .news_box .month i {
      display: block;
      font-style: normal;
      font-size: 2.42rem; }
  .news_box 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-top: -3em;
    background-color: #f3f3f3;
    opacity: 0.6; }
  .news_box h3 {
    color: #252525;
    font-size: 1.83rem;
    margin: 20px auto; }
  .news_box p {
    color: #545454;
    font-size: 1.1rem; }
  .news_box .more {
    display: flex;
    flex-direction: column;
    -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);
    align-items: center;
    justify-content: center;
    color: #db1116;
    width: 144px;
    height: 51px;
    border: 1px dotted #db1116; }
  .news_box:hover .month, .news_box:focus .month {
    background-color: #1c2976;
    color: #fff; }
  .news_box:hover img, .news_box:focus img {
    opacity: 1; }
  .news_box:hover .more, .news_box:focus .more {
    background-color: #db1116;
    color: #fff; }

.news_box2 {
  margin: 20em auto 2em;
  position: relative; }
  .news_box2 b {
    display: block;
    border-top: 1px dotted #a6aabe;
    width: 80px;
    position: absolute;
    left: -6em;
    top: 2.7em;
    margin: auto; }
    .news_box2 b:after {
      display: block;
      content: "";
      width: 9px;
      height: 9px;
      background-color: #db1116;
      border-radius: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -0.45em;
      margin: auto; }
  .news_box2 .month {
    display: flex;
    flex-direction: column;
    -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);
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #1c2976;
    color: #1c2976;
    font-size: 1.42rem;
    font-family: "Tenor Sans", sans-serif;
    line-height: normal;
    position: relative;
    z-index: 1; }
    .news_box2 .month i {
      display: block;
      font-style: normal;
      font-size: 2.42rem; }
  .news_box2 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-top: -3em;
    background-color: #f3f3f3;
    opacity: 0.6; }
  .news_box2 h3 {
    color: #252525;
    font-size: 1.83rem;
    margin: 20px auto; }
  .news_box2 p {
    color: #545454;
    font-size: 1.1rem; }
  .news_box2 .more {
    display: flex;
    flex-direction: column;
    -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);
    align-items: center;
    justify-content: center;
    color: #db1116;
    width: 144px;
    height: 51px;
    border: 1px dotted #db1116; }
  .news_box2:hover .month, .news_box2:focus .month {
    background-color: #1c2976;
    color: #fff; }
  .news_box2:hover img, .news_box2:focus img {
    opacity: 1; }
  .news_box2:hover .more, .news_box2:focus .more {
    background-color: #db1116;
    color: #fff; }

.news_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%; }

.news_detail_title span {
  display: block;
  color: #7f7f7f;
  font-size: 1.1rem; }
.news_detail_title h3 {
  color: #252525;
  font-size: 2.4rem; }

.n_line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 1em auto; }

.news_box3 {
  margin: 1em auto; }
  .news_box3 .n_editor_ul {
    padding-left: 25px; }
    .news_box3 .n_editor_ul li {
      color: #015db3;
      font-size: 1.4rem;
      margin-bottom: 10px; }
  .news_box3 iframe {
    margin: 1em auto; }
  .news_box3 .n_editor_p {
    font-size: 1.17rem;
    color: #545454; }

.share_box {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 3em; }
  .share_box dl {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    padding: 0.8em 0;
    margin-bottom: 0; }
    .share_box dl dt {
      font-style: italic;
      font-weight: normal;
      color: #545454;
      font-size: 1.1rem;
      margin-right: 10px; }
    .share_box dl dd {
      margin: 0 5px; }
      .share_box dl dd a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background-color: #bbbbbb;
        border-radius: 100%; }
        .share_box dl dd a:hover, .share_box dl dd a:focus {
          background-color: #db1116; }

.news_pre {
  -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: 15em;
  left: -3em; }
  .news_pre .n_arrows {
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
    margin-left: 4em; }
  .news_pre i {
    display: inline-block;
    vertical-align: middle;
    color: #252525;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 1.42rem; }
    .news_pre i em {
      color: #db1116; }
  .news_pre .news_pre_box {
    background-color: #f5f5f5;
    padding: 1em;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    width: 320px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .news_pre .news_pre_box img {
      margin-right: 10px; }
    .news_pre .news_pre_box .news_pre_box2 h3 {
      font-size: 1rem;
      color: #252525; }
    .news_pre .news_pre_box .news_pre_box2 span {
      color: #7f7f7f;
      font-size: 0.9rem; }
  .news_pre:hover, .news_pre:focus {
    left: 0; }

.news_nex {
  -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: 15em;
  right: -3em; }
  .news_nex .n_arrows {
    display: inline-block;
    vertical-align: middle; }
  .news_nex i {
    display: inline-block;
    vertical-align: middle;
    color: #252525;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 1.42rem;
    margin-left: 5em; }
    .news_nex i em {
      color: #db1116; }
  .news_nex .news_pre_box {
    background-color: #f5f5f5;
    padding: 1em;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    width: 320px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .news_nex .news_pre_box img {
      margin-right: 10px; }
    .news_nex .news_pre_box .news_pre_box2 h3 {
      font-size: 1rem;
      color: #252525; }
    .news_nex .news_pre_box .news_pre_box2 span {
      color: #7f7f7f;
      font-size: 0.9rem; }
  .news_nex:hover, .news_nex:focus {
    right: 0; }

@media (max-width: 1680px) {
  .news_box b {
    right: -5.3em; }

  .news_box2 b {
    left: -5.3em; } }
@media (max-width: 1366px) {
  .news_box b {
    right: -4.3em; }

  .news_box2 b {
    left: -4.3em; }

  .news_list ul li {
    width: 200px; } }
@media (max-width: 1280px) {
  .news_box b {
    right: -4.2em; }

  .news_box2 b {
    left: -4.2em; } }
@media (max-width: 1199px) {
  .news_pre {
    bottom: 1em; }

  .news_nex {
    bottom: 1em; } }
@media (max-width: 1099px) {
  .news_pre {
    display: none; }

  .news_nex {
    display: none; } }
@media (max-width: 1024px) {
  .news_box b {
    right: -4.9em; }

  .news_box2 b {
    left: -4.9em; } }
@media (max-width: 768px) {
  .news_box b {
    right: -4.4em; }

  .news_box2 b {
    left: -4.4em; } }
@media (max-width: 767px) {
  .news_list ul li {
    width: 135px; } }
@media (max-width: 720px) {
  .news_box b {
    right: -0.8em; }

  .news_box2 b {
    left: -0.8em; } }
@media (max-width: 640px) {
  .news_box b {
    right: -0.8em; }

  .news_box2 b {
    left: -0.8em; } }
@media (max-width: 576px) {
  .news_box {
    margin: 20px auto; }
    .news_box b {
      display: none; }
    .news_box img {
      width: 100%; }

  .n_timeline:before {
    content: normal; }
  .n_timeline:after {
    content: normal; }

  .news_box2 {
    margin: 20px auto; }
    .news_box2 b {
      display: none; }
    .news_box2 img {
      width: 100%; }

  .news_list ul li {
    width: 100%; } }
.download_search {
  background: #c6c5c5;
  background: -moz-linear-gradient(top, #c6c5c5 0%, #c4c3c3 89%, #a8a8a8 100%);
  background: -webkit-linear-gradient(top, #c6c5c5 0%, #c4c3c3 89%, #a8a8a8 100%);
  background: linear-gradient(to bottom, #c6c5c5 0%, #c4c3c3 89%, #a8a8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c5c5', endColorstr='#a8a8a8',GradientType=0 );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
  width: 100%; }

.download_form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .download_form h3 {
    display: block;
    width: 100%; }
  .download_form .form-control {
    height: 56px;
    border-radius: 6px;
    margin-bottom: 10px; }
  .download_form button {
    display: block;
    background-color: #db1116;
    border: 0;
    width: 100%;
    line-height: 56px;
    margin-bottom: 10px; }

.download_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);
  margin: 2em auto;
  background-color: #f6f6f6;
  border-radius: 2px;
  border: 2px solid transparent; }
  .download_box h3 {
    -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);
    text-align: center;
    font-size: 1rem;
    color: #2b2b2b;
    margin-top: 2em; }
    .download_box h3: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: 44px;
      height: 1px;
      background-color: #1c2976;
      margin: 1em auto; }
  .download_box:hover, .download_box:focus {
    background-color: #1c2976;
    border: 2px solid #1c2976; }
    .download_box:hover h3, .download_box:focus h3 {
      color: #fff; }
      .download_box:hover h3:after, .download_box:focus h3:after {
        background-color: #fff; }
    .download_box:hover .download_icon, .download_box:focus .download_icon {
      background-color: #db1116; }

.download_icon {
  -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: 63px;
  height: 63px;
  border-radius: 100%;
  background: #1c2976 url(../image/icon/icon13.png) no-repeat center;
  margin: 0 auto;
  margin-top: -2em;
  position: relative;
  z-index: 1; }

.download_box2 {
  padding: 1em; }

.d_flex {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap; }

.contact_title {
  padding: 1em 0 2em;
  border-bottom: 1px solid #e5e5e5;
  width: 100%; }
  .contact_title h3 {
    text-align: center;
    font-family: "Tenor Sans", sans-serif;
    font-size: 1.67rem;
    color: #424242;
    font-weight: bold; }
  .contact_title p {
    font-size: 1.33rem;
    color: #424242;
    text-align: center; }

.contact_map {
  background: url(../image/contact/c_bg.png) no-repeat center;
  min-height: 480px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3em;
  margin-bottom: 5em; }
  .contact_map .contact_box {
    background: #fff url(../image/contact/c_bg2.png) no-repeat right bottom;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    border-top: 12px solid #db1116;
    padding: 2em; }
    .contact_map .contact_box span {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 230px;
      height: 43px;
      border: 1px solid #db1116;
      font-size: 1.1rem;
      font-family: "Tenor Sans", sans-serif;
      color: #db1116;
      margin-bottom: 2em; }
    .contact_map .contact_box ul {
      list-style: none; }
      .contact_map .contact_box ul li {
        padding-left: 3em;
        position: relative;
        margin-bottom: 20px;
        font-size: 1rem;
        color: #424242;
        word-wrap: break-word;
        word-break: break-all; }
        .contact_map .contact_box ul li a {
          color: #424242; }
        .contact_map .contact_box ul li:before {
          display: block;
          content: "";
          width: 33px;
          height: 33px;
          background-color: #db1116;
          border-radius: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
        .contact_map .contact_box ul li:nth-child(1):before {
          background: url(../image/icon/icon8.png) no-repeat center; }
        .contact_map .contact_box ul li:nth-child(2):before {
          background: url(../image/icon/icon9.png) no-repeat center; }
        .contact_map .contact_box ul li:nth-child(3):before {
          background: url(../image/icon/icon10.png) no-repeat center; }
        .contact_map .contact_box ul li:nth-child(4):before {
          background: url(../image/icon/icon11.png) no-repeat center; }

.contact_from {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 4em 0 5em; }
  .contact_from label {
    color: #545454;
    font-size: 1.08rem;
    width: 100%; }
    .contact_from label span {
      display: block;
      float: right;
      background-color: #db1116;
      border-radius: 50px;
      color: #fff;
      font-size: 0.83rem;
      width: 49px;
      line-height: 18px;
      text-align: center;
      margin-top: 5px; }
  .contact_from .form-control {
    margin-bottom: 20px;
    background-color: #eeeeee;
    height: 46px;
    border-radius: 50px;
    border: 0; }
    .contact_from .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #db1116;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(219, 17, 22, 0.25); }
  .contact_from .form-control2 {
    border-radius: 20px; }
  .contact_from button {
    background-color: #db1116;
    border-radius: 50px;
    border: 0;
    width: 100%;
    height: 77px;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 3px 0 #b2b2b2;
    outline: none; }
    .contact_from button img {
      margin-right: 10px; }
    .contact_from button:hover, .contact_from button:focus {
      background-color: #1c2976; }

.c_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26%; }

@media (max-width: 767px) {
  .c_img {
    display: none; }

  .contact_from button {
    margin-top: 20px; } }
@media (max-width: 576px) {
  .contact_map {
    margin-bottom: 0;
    min-height: auto;
    background: none; }
    .contact_map .contact_box span {
      width: 100%; }

  .contact_from {
    padding: 3em 0 0em; } }
.member_bg {
  background: #f5f5f5 url(../image/f_bg4.jpg) no-repeat top center;
  background-position-y: 9%; }

.member_bg2 {
  margin-top: 6em; }

.member_bg3 {
  padding: 0 0 3em;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.login_title {
  background-color: rgba(37, 37, 37, 0.8);
  text-align: center;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em; }
  .login_title h3 {
    font-size: 2.83rem;
    font-weight: bold;
    color: #fff; }
    .login_title h3:after {
      display: block;
      content: "";
      width: 71px;
      height: 3px;
      background-color: #fff;
      margin: 20px auto 0; }

.login_form {
  width: 70%;
  margin: 0 auto; }
  .login_form .form-control {
    height: 46px;
    border-radius: 50px;
    background-color: #eeeeee;
    border: 0;
    margin-bottom: 25px;
    text-align: center; }
    .login_form .form-control:focus {
      background-color: #fff;
      border-color: #ff868a;
      outline: 0;
      box-shadow: 0 0 0 0.1rem #ff868a; }
    .login_form .form-control:nth-child(1) {
      background: #eeeeee url(../image/icon/icon21.png) no-repeat;
      background-position: 5% 50%; }
      .login_form .form-control:nth-child(1):focus {
        background-color: #fff;
        border-color: #ff868a;
        outline: 0;
        box-shadow: 0 0 0 0.1rem #ff868a; }
    .login_form .form-control:nth-child(2) {
      background: #eeeeee url(../image/icon/icon22.png) no-repeat;
      background-position: 5% 50%; }
      .login_form .form-control:nth-child(2):focus {
        background-color: #fff;
        border-color: #ff868a;
        outline: 0;
        box-shadow: 0 0 0 0.1rem #ff868a; }
  .login_form button {
    background-color: #db1116;
    border-radius: 50px;
    border: 0;
    width: 305px;
    height: 77px;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 3px 0 #b2b2b2;
    outline: none;
    margin: 0 auto 2em; }
    .login_form button img {
      margin-right: 10px; }
    .login_form button:hover, .login_form button:focus {
      background-color: #1c2976; }
  .login_form h3 {
    font-family: "Tenor Sans", sans-serif;
    color: #424242;
    font-size: 1.67rem;
    text-align: center;
    font-weight: bold; }
  .login_form h4 {
    font-size: 1.33rem;
    color: #424242;
    text-align: center;
    margin: 2em auto; }
  .login_form p {
    font-size: 1.08rem;
    color: #252525;
    text-align: center; }
    .login_form p a {
      color: #db1116;
      text-decoration: underline; }

.l_line {
  width: 100%;
  height: 1px;
  background-color: #949494;
  margin: 3em auto; }

.join {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  width: 305px;
  height: 77px;
  border: 3px solid #db1116;
  font-size: 1.25rem;
  margin: 2em auto;
  color: #db1116; }
  .join:hover, .join:focus {
    color: #fff;
    background-color: #db1116; }

.j_box .scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow: hidden;
  width: 100%;
  height: 284px;
  border: 1px solid #d3d3d3;
  border-radius: 10px; }
  .j_box .scroll-wrapper iframe {
    width: 100%;
    height: 284px;
    border: 0; }

.join_form {
  margin-top: 4em;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  .join_form h3 {
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    color: #424242;
    font-size: 1.67rem;
    font-weight: bold; }
  .join_form h4 {
    text-align: center;
    color: #424242;
    font-size: 1.33rem;
    margin-bottom: 4em; }
  .join_form label {
    color: #404040;
    font-size: 1.17rem;
    margin-bottom: 20px; }
  .join_form .form-control {
    margin-bottom: 20px;
    border-radius: 50px;
    height: 46px; }
    .join_form .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: rgba(234, 0, 7, 0.75);
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(255, 113, 113, 0.25); }
  .join_form span {
    display: block;
    width: 49px;
    line-height: 18px;
    background-color: #db1116;
    border-radius: 50px;
    color: #fff;
    font-size: 0.83rem;
    text-align: center;
    margin-bottom: 20px; }
  .join_form button {
    background-color: #db1116;
    border-radius: 50px;
    border: 0;
    width: 305px;
    height: 77px;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 3px 0 #b2b2b2;
    outline: none;
    margin: 0 auto 2em; }
    .join_form button img {
      margin-right: 10px; }
    .join_form button:hover, .join_form button:focus {
      background-color: #1c2976; }

.j_box h3 {
  text-align: center;
  font-size: 1.17rem;
  color: #db1116;
  margin-bottom: 3em; }
  .j_box h3:after {
    display: block;
    content: "";
    width: 51px;
    height: 3px;
    background-color: #db1116;
    margin: 15px auto; }
.j_box .custom-control {
  text-align: center;
  margin: 2em auto; }
  .j_box .custom-control .custom-control-label::before {
    width: 21px;
    height: 21px;
    border: 1px solid #d3d3d3;
    background-color: #fff; }
  .j_box .custom-control .custom-control-label::after {
    width: 21px;
    height: 21px; }
  .j_box .custom-control label {
    margin-bottom: 0; }
  .j_box .custom-control span {
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    line-height: 18px;
    background-color: #db1116;
    border-radius: 50px;
    color: #fff;
    font-size: 0.83rem;
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px; }

.code {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .code .form-control {
    width: 30%;
    margin-right: 20px; }

.member_title {
  margin: 2em auto 5em; }
  .member_title h3 {
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    color: #424242;
    font-size: 1.67rem;
    font-weight: bold; }
  .member_title p {
    text-align: center;
    color: #424242;
    font-size: 1.33rem; }

.member_form {
  border-left: 1px solid #db1116;
  overflow: hidden; }
  .member_form .member_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0; }
    .member_form .member_box .col-md-3 {
      padding: 0; }
    .member_form .member_box label {
      background-color: #f2f2f2;
      color: #404040;
      font-size: 1.17rem;
      padding: 1em;
      width: 100%;
      margin-bottom: 2px; }
      .member_form .member_box label span {
        display: inline-block;
        vertical-align: middle;
        width: 49px;
        line-height: 18px;
        background-color: #db1116;
        border-radius: 50px;
        color: #fff;
        font-size: 0.83rem;
        text-align: center;
        margin-bottom: 0;
        margin-left: 10px; }
    .member_form .member_box .form-control {
      border-radius: 50px;
      height: 46px;
      text-align: center; }
      .member_form .member_box .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: rgba(234, 0, 7, 0.75);
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255, 113, 113, 0.25); }
  .member_form button {
    background-color: #db1116;
    border-radius: 50px;
    border: 0;
    width: 305px;
    height: 77px;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 3px 0 #b2b2b2;
    outline: none;
    margin: 2em auto 1em; }
    .member_form button img {
      margin-right: 10px; }
    .member_form button:hover, .member_form button:focus {
      background-color: #1c2976; }
  .member_form i {
    display: block;
    font-style: normal;
    color: #252525;
    text-align: center;
    font-size: 1.08rem; }
  .member_form a {
    margin-bottom: 5em; }

.m_img {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0; }

@media (max-width: 767px) {
  .j_box .scroll-wrapper {
    overflow-y: scroll; } }
@media (max-width: 576px) {
  .login_form {
    width: 100%; }

  .j_box .code .form-control {
    width: 80%; }

  .member_form .member_box label {
    background-color: transparent; }

  .m_img {
    display: none; } }
@media (max-width: 480px) {
  .member_form button {
    width: 100%; }
  .member_form a {
    width: 100%;
    margin-top: 1em; }

  .join {
    width: 100%; }

  .login_form button {
    width: 100%; }

  .join_form button {
    width: 100%; } }

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