* {
  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: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #231815;
  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: 5px; }

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

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

::-webkit-scrollbar-thumb {
  background-color: #034FBA; }

::selection {
  background: #034FBA;
  color: #fff; }

.navbar-default {
  background: #00a0e9;
  background: -moz-linear-gradient(top, #00a0e9 20%, #034cb8 100%);
  background: -webkit-linear-gradient(top, #00a0e9 20%, #034cb8 100%);
  background: linear-gradient(to bottom, #00a0e9 20%, #034cb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e9', endColorstr='#034cb8',GradientType=0 );
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0.8em 0;
  border-bottom: 8px solid #FAEE00; }
  .navbar-default .container {
    position: relative; }
  .navbar-default .logo {
    display: inline-block;
    vertical-align: middle; }
    .navbar-default .logo img:nth-child(2) {
      display: none; }
  .navbar-default .language {
    display: inline-block;
    vertical-align: middle; }
    .navbar-default .language .form-control {
      font-size: 18px;
	  height: 36px;
      border: 0;
      border-radius: 0;
      background-color: transparent;
      box-shadow: none;
      color: #fff; }
      .navbar-default .language .form-control option {
        color: #000; }
  .navbar-default .search_icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    width: 11%;
    cursor: pointer; }
  .navbar-default .toggle_bar {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .navbar-default .toggle_bar i {
      display: block;
      width: 40px;
      height: 2px;
      background-color: #fff;
      margin: 10px auto; }
      .navbar-default .toggle_bar i:first-child {
        margin-top: 5px; }

.nav_box2 {
  float: right;
  margin-top: 20px; }

.search_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);
  display: none;
  transform: translateY(10em);
  width: 40%;
  background-color: #034FBA;
  padding: 2em;
  position: absolute;
  top: 127%;
  right: 0; }
  .search_box .search_delete {
    -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: 20px;
    height: 20px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    position: absolute;
    top: 1em;
    right: 1em; }
    .search_box .search_delete 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: 20px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .search_box .search_delete i:nth-child(1) {
        transform: rotate(45deg); }
      .search_box .search_delete i:nth-child(2) {
        transform: rotate(-45deg); }
    .search_box .search_delete:hover i:nth-child(1), .search_box .search_delete:focus i:nth-child(1) {
      transform: rotate(60deg); }
    .search_box .search_delete:hover i:nth-child(2), .search_box .search_delete:focus i:nth-child(2) {
      transform: rotate(-60deg); }
  .search_box h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 0; }
  .search_box form {
    position: relative; }
    .search_box form .form-control {
      border-radius: 0;
      border: 0;
      height: 50px; }
    .search_box form button {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background-color: #00A0E9;
      border: 0;
      padding: 8px; }
      .search_box form button img {
        width: 75%;
        margin: 0 auto; }
      .search_box form button:hover, .search_box form button:focus {
        background-color: #E60012; }
  .search_box.active {
    display: block;
    transform: translateY(0); }

.nav_box {
  -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: none;
  transform: translateX(60em);
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999; }
  .nav_box ul li {
    display: block;
    margin-bottom: 1.2em; }
    .nav_box ul li a {
      font-size: 2.3rem;
      color: #fff; }
      .nav_box ul li a:hover, .nav_box ul li a:focus {
        color: #73CAF3; }
  .nav_box.active {
    display: flex;
    transform: translateX(0); }
  .nav_box .toggle_delete {
    -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: 42px;
    height: 42px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer; }
    .nav_box .toggle_delete 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: 42px;
      height: 2px;
      background-color: #888888;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .nav_box .toggle_delete i:nth-child(1) {
        transform: rotate(45deg); }
      .nav_box .toggle_delete i:nth-child(2) {
        transform: rotate(-45deg); }
    .nav_box .toggle_delete:hover i:nth-child(1), .nav_box .toggle_delete:focus i:nth-child(1) {
      transform: rotate(30deg); }
    .nav_box .toggle_delete:hover i:nth-child(2), .nav_box .toggle_delete:focus i:nth-child(2) {
      transform: rotate(-30deg); }

@media (max-width: 991px) {
  .navbar-default .logo {
    width: 30%; }

  .nav_box2 {
    float: right;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between; } }
@media (max-width: 767px) {
  .navbar-default .logo {
    width: 15%; }
    .navbar-default .logo img:nth-child(1) {
      display: none; }
    .navbar-default .logo img:nth-child(2) {
      display: block; }
  .navbar-default .language .form-control {
    font-size: 15px; }
  .navbar-default .search_icon {
    width: 7%;
    margin: 0 10px; }
  .navbar-default .toggle_bar i {
    width: 35px;
    margin: 8px auto; }

  .search_box {
    width: 100%; } }
@media (max-width: 576px) {
  .navbar-default .logo {
    width: 18%;
    margin-top: 8px; }

  .nav_box {
    width: 100%; } }
.wrapper {
  clear: both; }

.index_banner_slick {
  margin-top: 4em; }
  .index_banner_slick a {
    outline: none; }
  .index_banner_slick .slick-prev, .index_banner_slick .slick-next {
    width: 19px;
    height: 37px;
    z-index: 9;
    background: url(../image/icon/arrows.png) no-repeat center; }
    .index_banner_slick .slick-prev:hover, .index_banner_slick .slick-prev:focus, .index_banner_slick .slick-next:hover, .index_banner_slick .slick-next:focus {
      background: url(../image/icon/arrows.png) no-repeat center; }
  .index_banner_slick .slick-prev {
    left: 15%;
    transform: scaleX(-1); }
  .index_banner_slick .slick-next {
    right: 15%; }

.index_news_box {
  padding: 1em 0 0;
  padding-left: 1.5em; }
  .index_news_box h3 {
    font-size: 2.25rem;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    padding-left: 25px;
    margin-bottom: 30px;
    position: relative; }
    .index_news_box h3:before {
      display: block;
      content: "";
      width: 187px;
      height: 7px;
      background-color: #000000;
      position: absolute;
      bottom: -4px;
      left: 0; }
  .index_news_box dl {
    padding-left: 25px; }
    .index_news_box dl dd {
      margin-bottom: 12px; }
      .index_news_box dl dd a {
        font-size: 1.1rem;
        color: #666666;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .index_news_box dl dd a span {
          font-size: 1rem; }
        .index_news_box dl dd a:hover, .index_news_box dl dd a:focus {
          color: #E60012; }

.index_products_bg {
  background: url(../image/bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 3em;
  padding-bottom: 3em; }
  .index_products_bg img {
    margin: 0px auto; }

.index_products_title h3 {
  font-size: 2.25rem;
  color: #333333;
  border-bottom: 1px solid #E60012;
  padding-bottom: 15px;
  padding-left: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative; }
  .index_products_title h3:before {
    display: block;
    content: "";
    width: 187px;
    height: 7px;
    background-color: #E60012;
    position: absolute;
    bottom: -4px;
    left: 0; }

.index_products_box p {
  font-size: 1.1rem;
  color: #000000;
  font-weight: bold;
  padding-right: 8em;
  padding-left: 25px;
  line-height: 35px; }

.index_service_bg {
  padding: 1.5em 0; }

.index_service_box {
  margin-bottom: 30px; }
  .index_service_box p {
    font-size: 1.1rem;
    color: #808080;
    margin-top: 10px; }

.index_service_title h3 {
  font-size: 2.25rem;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative; }
  .index_service_title h3:before {
    display: block;
    content: "";
    width: 187px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    bottom: -4px;
    left: 0; }

.footer {
  background-color: #1A1A1A; }

.footer_box2 {
  padding: 2em 0;
  overflow: hidden;
  color: #fff; }
  .footer_box2 dl {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .footer_box2 dl dd {
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #E60012; }
      .footer_box2 dl dd a {
        color: #fff;
        font-size: 1.10rem; }
        .footer_box2 dl dd a:hover, .footer_box2 dl dd a:focus {
          color: #E60012; }
      .footer_box2 dl dd:last-child {
        border: 0;
        margin: 0;
        padding: 0; }
  .footer_box2 h4 {
    font-size: 1.33rem;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px; }
  .footer_box2 p {
    font-size: 1rem;
    margin-bottom: 3px; }
    .footer_box2 p a {
      color: #fff; }
      .footer_box2 p a:hover, .footer_box2 p a:focus {
        color: #E60012; }

.footer_box3 {
  background-color: #E60012;
  text-align: center; }
  .footer_box3 p {
    color: #fff;
    margin-top: 10px;
    font-size: 1rem; }

@media (max-width: 1199px) {
  .pic_1 {
    margin-top: 2em; }

  .footer_box2 dl dd {
    padding-right: 10px;
    margin-right: 10px; } }
@media (max-width: 991px) {
  .index_banner_slick {
    margin-top: 3em; }
    .index_banner_slick .slick-prev {
      left: 5%; }
    .index_banner_slick .slick-next {
      right: 5%; }

  .index_news_box h3 {
    padding-left: 0; }
  .index_news_box dl {
    padding-left: 0; }

  .index_products_title h3 {
    padding-left: 0; }

  .index_products_box p {
    font-size: 1.1rem;
    color: #000000;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0; }

  .index_service_title h3 {
    padding-left: 0; }

  .footer_box2 dl {
    flex-wrap: wrap; }
    .footer_box2 dl dd {
      margin-bottom: 20px; }
      .footer_box2 dl dd:last-child {
        margin-bottom: 20px; } }
@media (max-width: 767px) {
  .index_news_box {
    padding-left: 0; }

  .index_products_bg {
    padding-top: 0em; }

  .footer {
    text-align: center; }

  .footer_box2 {
    padding: 1em 0; }
    .footer_box2 dl {
      justify-content: center; }

  .index_products_bg img {
    margin: 20px auto 0; } }
@media (max-width: 576px) {
  .index_news_box h3 {
    font-size: 1.9rem; }

  .index_products_title h3 {
    font-size: 1.9rem; }

  .index_service_title h3 {
    font-size: 1.9rem; }

  .footer_box2 dl dd {
    padding-right: 5px;
    margin-right: 5px; } }
.products_banner {
  margin-top: 4em; }
  .products_banner i {
    display: block;
    height: 20px;
    width: 100%;
    background-color: #E60012; }

.products_bg {
  padding: 2em 0; }

.products_box {
  position: relative;
  margin: 10px auto; }
  .products_box a {
    display: block; }
    .products_box a span {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      font-size: 1.6rem;
      background-color: rgba(0, 0, 0, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      text-align: center;
      padding: 0.5em; }
    .products_box a:hover span, .products_box a:focus span {
      opacity: 0;
      transform: scale(0); }

.products_list dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .products_list dl dd {
    display: block;
    margin: 5px 10px; }
    .products_list dl dd a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1em;
      border: 1px solid #B3B3B3;
      color: #B3B3B3;
      font-size: 1.5rem;
      text-align: center;
      text-decoration: none; }
      .products_list dl dd a:hover, .products_list dl dd a:focus {
        border: 1px solid #E60012;
        color: #E60012;
        font-weight: bold; }
    .products_list dl dd.active a {
      border: 1px solid transparent;
      color: #000;
      font-weight: bold; }

.products_box2 {
  margin: 10px auto; }
  .products_box2 a {
    display: block;
    text-decoration: none; }
    .products_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);
      margin: 0 auto;
      border: 1px solid #B3B3B3; }
    .products_box2 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: #231815;
      font-size: 1.25rem;
      text-align: center; }
    .products_box2 a:hover img, .products_box2 a:focus img {
      border: 1px solid #E60012; }
    .products_box2 a:hover p, .products_box2 a:focus p {
      color: #E60012; }

.products_detail_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  position: relative; }
  .products_detail_title:before {
    display: block;
    content: "";
    width: 187px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    bottom: -4px;
    left: 0; }
  .products_detail_title ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    color: #666666;
    font-weight: bold;
    margin-right: 40px;
    position: relative; }
    .products_detail_title ul li a {
      color: #000; }
    .products_detail_title ul li:nth-child(1):before {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #000;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1em;
      margin: auto; }
    .products_detail_title ul li:nth-child(2):before {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #666666;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1em;
      margin: auto; }
    .products_detail_title ul li:nth-child(2) a {
      color: #E60012; }

.products_detail_box {
  padding: 0 15px; }
  .products_detail_box span {
    display: block;
    font-size: 1.5rem;
    color: #231815; }
  .products_detail_box img {
    margin: 0 auto; }

.p_editor_box {
  padding: 0 15px; }
  .p_editor_box .p_editor_ul {
    padding-left: 20px;
    margin: 2em auto 4em; }
    .p_editor_box .p_editor_ul li {
      font-size: 1.1rem;
      margin-bottom: 10px; }
  .p_editor_box .p_editor_table {
    margin: 20px auto; }
    .p_editor_box .p_editor_table table {
      width: 100%; }
      .p_editor_box .p_editor_table table tr th {
        padding: 0.5em;
        border: 1px solid #888888;
        color: #595757;
        font-size: 1rem;
        background-color: #FAD9C7;
        text-align: center;
        font-weight: bold; }
      .p_editor_box .p_editor_table table tr td {
        padding: 0.5em;
        border: 1px solid #888888;
        font-size: 1.1rem; }
        .p_editor_box .p_editor_table table tr td img {
          margin: 0 auto; }
  .p_editor_box .p_editor_h3 {
    background: no-repeat url(../image/icon/arrows2.png) left center;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    padding-left: 25px;
    margin-bottom: 20px; }

.products_bg2 {
  padding: 2em 0;
  border-top: 2px solid #E60012; }
  .products_bg2 .products_tab .nav-tabs {
    border: 0;
    margin: 2em auto 3em; }
    .products_bg2 .products_tab .nav-tabs li {
      margin-bottom: 15px;
      margin-right: 15px; }
      .products_bg2 .products_tab .nav-tabs li.active a {
        border: 1px solid rgba(102, 102, 102, 0.5);
        border-bottom-color: rgba(102, 102, 102, 0.5);
        border-radius: 4px;
        color: #E60012; }
      .products_bg2 .products_tab .nav-tabs li a {
        padding: 0.2em 0.5em;
        font-size: 1.67rem;
        color: #B3B3B3;
        margin-right: 0;
        border: 1px solid rgba(102, 102, 102, 0.5);
        border-bottom-color: rgba(102, 102, 102, 0.5);
        border-radius: 4px;
        font-weight: bold; }
        .products_bg2 .products_tab .nav-tabs li a:hover, .products_bg2 .products_tab .nav-tabs li a:focus {
          background-color: transparent;
          color: #E60012; }
        .products_bg2 .products_tab .nav-tabs li a img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px; }
  .products_bg2 .p_editor_box2 img {
    margin: 30px auto; }
  .products_bg2 .p_editor_h2 {
    font-size: 2.25rem;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative; }
    .products_bg2 .p_editor_h2:before {
      display: block;
      content: "";
      width: 187px;
      height: 7px;
      background-color: #000000;
      position: absolute;
      bottom: -4px;
      left: 0; }
  .products_bg2 .p_editor_h3 {
    background: no-repeat url(../image/icon/arrows2.png) left center;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    padding-left: 25px;
    margin-bottom: 20px; }
  .products_bg2 .p_editor_ul {
    list-style: none;
    margin-bottom: 30px; }
    .products_bg2 .p_editor_ul li {
      font-size: 1.1rem;
      color: #000;
      margin-bottom: 10px;
      font-weight: bold; }
      .products_bg2 .p_editor_ul li span {
        color: #E60012;
        margin-right: 10px; }
  .products_bg2 .p_editor_table {
    margin: 20px auto; }
    .products_bg2 .p_editor_table table {
      width: 100%; }
      .products_bg2 .p_editor_table table tr th {
        padding: 0.5em;
        border: 1px solid #888888;
        color: #595757;
        font-size: 1rem;
        background-color: #FAD9C7;
        text-align: center;
        font-weight: bold; }
      .products_bg2 .p_editor_table table tr td {
        padding: 0.5em;
        border: 1px solid #888888;
        font-size: 1.1rem; }
        .products_bg2 .p_editor_table table tr td img {
          margin: 0 auto; }

@media (max-width: 991px) {
  .products_banner {
    margin-top: 3em; }

  .products_list dl dd a {
    font-size: 1.2rem;
    padding: 0.5em; }

  .products_detail_title {
    padding-left: 0; }
    .products_detail_title ul li {
      font-size: 1.6rem; }
      .products_detail_title ul li:nth-child(1):before {
        border-width: 8px 0 8px 10px; }
      .products_detail_title ul li:nth-child(2):before {
        border-width: 8px 0 8px 10px; }

  .products_bg2 .products_tab .nav-tabs li a {
    font-size: 1.3rem; } }
@media (max-width: 767px) {
  .products_list dl dd {
    margin: 5px; }

  .products_banner i {
    height: 10px; } }
@media (max-width: 576px) {
  .products_box a span {
    font-size: 1.3rem; }

  .products_bg2 .products_tab .nav-tabs li {
    width: 100%;
    margin-bottom: 10px; }

  .products_bg2 .p_editor_h2 {
    font-size: 1.9rem;
    padding-left: 0; }

  .products2_detail_a a {
    width: 50%; } }
@media (max-width: 480px) {
  .products_box a span {
    font-size: 1rem; } }
.contact_form {
  margin: 20px auto; }
  .contact_form label {
    color: #333333;
    font-size: 1.05rem;
    margin-bottom: 20px; }
    .contact_form label span {
      color: #F8B62D; }
  .contact_form .form-control {
    margin-bottom: 20px; }

.contact_sumit {
  text-align: center; }
  .contact_sumit button {
    background-color: #718CC7;
    border-radius: 4px;
    font-size: 1.17rem;
    color: #fff;
    width: 138px;
    line-height: 40px;
    border: 0;
    margin: 20px 5px; }
    .contact_sumit button img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .contact_sumit button:hover, .contact_sumit button:focus {
      background-color: #E60012; }
      .contact_sumit button:hover:nth-child(2), .contact_sumit button:focus:nth-child(2) {
        background-color: #999; }

@media (max-width: 991px) {
  .contact_form label {
    margin-bottom: 5px; }
  .contact_form .form-control {
    margin-bottom: 10px; } }
.a_editor_box {
  margin: 20px auto 50px; }
  .a_editor_box .a_editor_img {
    margin: 20px auto; }
  .a_editor_box .a_editor_h4 {
    font-size: 1.4rem;
    font-weight: bold; }
  .a_editor_box .a_editor_p {
    font-size: 1.1rem;
    margin-bottom: 4em; }

@media (max-width: 576px) {
  .a_editor_box .a_editor_p {
    margin-bottom: 2em; } }
.news_box .form-control {
  border-radius: 0;
  text-align: center;
  border: 1px solid #B3B3B3;
  height: 46px;
  width: 336px;
  margin: 10px auto 30px;
  font-size: 1.3rem; }
.news_box select, .news_box option {
  text-align: center; }

.news_box2 {
  margin-bottom: 30px; }
  .news_box2 a {
    display: block;
    text-decoration: none; }
    .news_box2 a img {
      margin: 20px auto; }
    .news_box2 a span {
      display: block;
      text-align: center;
      font-size: 1.25rem;
      color: #231815; }
    .news_box2 a 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: 1.5rem;
      margin-top: 0;
      color: #231815;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 24px;
      height: 50px; }
    .news_box2 a:hover h3, .news_box2 a:focus h3 {
      color: #E60012; }

.bak {
  display: block;
  position: relative;
  margin: 30px auto;
  text-align: -webkit-right; }
  .bak:before {
    display: block;
    content: "";
    width: 85%;
    height: 1px;
    background-color: #BFBFBF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1; }
  .bak span {
    -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;
    font-size: 1.5rem;
    color: #4D4D4D;
    width: 136px;
    height: 55px;
    background: #fff url(../image/icon/back.png) no-repeat left center;
    padding-left: 2.8em;
    line-height: 55px; }
  .bak:hover span, .bak:focus span {
    color: #E60012; }

.tech_list {
  margin: 20px auto 50px; }
  .tech_list ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin-right: 20px; }
    .tech_list ul li a {
      display: block;
      border: 1px solid #B3B3B3;
      color: #B3B3B3;
      font-size: 2rem;
      padding: 0.5em 1.5em; }
      .tech_list ul li a:hover, .tech_list ul li a:focus, .tech_list ul li a.active {
        color: #E60012;
        border-color: #E60012; }

.tech_box {
  margin: 20px auto; }
  .tech_box a {
    display: block;
    text-decoration: none; }
    .tech_box a img {
      margin: 0 auto; }
    .tech_box a span {
      -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;
      font-size: 1.2rem;
      color: #231815;
      text-align: center;
      margin: 10px auto; }
    .tech_box a:hover span, .tech_box a:focus span {
      color: #E60012; }

.tech_box2 dl dd:nth-child(odd) {
  background-color: #E6E6E6; }
.tech_box2 dl dd a {
  display: block;
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
  padding: 0.5em; }
  .tech_box2 dl dd a:hover, .tech_box2 dl dd a:focus {
    color: #E60012; }

.t_editor_box {
  display: block; }
  .t_editor_box .t_editor_h3 {
    font-size: 1.5rem;
    color: #000000;
    background-color: #E6E6E6;
    padding: 0.5em; }
  .t_editor_box .t_editor_p {
    font-size: 1.5rem; }
  .t_editor_box .t_editor_img {
    margin: 20px auto; }

@media (max-width: 576px) {
  .tech_list ul li a {
    font-size: 1.2rem;
    padding: 0.3em 0.3em; }

  .tech_box a span {
    font-size: 1rem; } }
.p_more {
  display: block;
  background-color: #E60012;
  border-radius: 4px;
  color: #fff;
  font-size: 1.75rem;
  padding: 0.3em;
  width: 30%;
  margin: 0.6em auto;
  text-align: center;
  text-decoration: none; }
  .p_more:hover, .p_more:focus {
    background-color: #034FBA;
    color: #fff; }




.flex-container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction:row;
	flex-wrap:wrap;
}
.tech_box_flex {
	width: 33%;
	padding: 5px 10px;
}

@media (max-width: 991px) {
  .p_more {
    width: 60%; } 

  .tech_list ul li a {
    font-size: 1.5rem;
    padding: 0.6em 0.6em; }
}
@media (max-width: 480px) {
  .p_more {
    width: 90%;
    font-size: 1rem; } 
  .tech_list ul li a {
    font-size: 1.2rem;
    padding: 0.3em 0.3em; }
	.tech_box_flex {width: 50%;}
}

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