@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: Helvetica Neue,Helvetica, Arial, 'LiHei Pro', '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: transparent; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 82, 166, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #0B52A6;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  outline: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1300px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.editor {
  word-break: break-all; }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }

html,
body {
  background-image: url(../_img/bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat; }

header .header_bg {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(500%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
  background-image: -o-linear-gradient(top, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
  background-image: linear-gradient(to bottom, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
  font-size: 0;
  position: relative; }

header #logo,
header nav {
  display: inline-block;
  vertical-align: middle; }

header #logo {
  width: 40%;
  padding-left: 1rem; }

header nav {
  width: 60%; }
  header nav .menu {
    width: 100%; }
    header nav .menu li {
      display: inline-block;
      vertical-align: middle;
      width: 20%; }
      header nav .menu li.active a {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(500%, rgba(0, 0, 0, 0.4)));
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
        background-image: -o-linear-gradient(bottom, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
        background-image: linear-gradient(to top, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%); }
      header nav .menu li a {
        font-size: 1.2rem;
        display: block;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center; }
        header nav .menu li a:hover {
          background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(500%, rgba(0, 0, 0, 0.4)));
          background-image: -webkit-linear-gradient(bottom, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
          background-image: -o-linear-gradient(bottom, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
          background-image: linear-gradient(to top, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%); }

header #lang {
  width: 152px;
  height: 37px;
  background-image: url(../_img/header_language.png);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.1rem;
  color: #fff;
  line-height: 37px;
  text-align: center;
  padding-left: 1.5rem; }

footer {
  font-size: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(500%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
  background-image: -o-linear-gradient(top, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
  background-image: linear-gradient(to bottom, #FFFFFF 0, rgba(0, 0, 0, 0.4) 500%);
  padding-top: 1rem;
  padding-bottom: 1rem; }
  footer .left {
    width: 70%;
    display: inline-block;
    vertical-align: middle; }
    footer .left .item {
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      width: 23%; }
      footer .left .item:first-child {
        width: 29%; }
      footer .left .item .icon,
      footer .left .item .txt {
        display: inline-block;
        vertical-align: middle; }
      footer .left .item .icon {
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #0B52A6; }
        footer .left .item .icon:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 100%; }
        footer .left .item .icon img {
          vertical-align: middle;
          display: inline-block; }
      footer .left .item .txt {
        font-size: .8rem;
        padding-left: .5rem; }
  footer .right {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
    text-align: right; }

main {
  margin-top: 1rem; }
  main#index {
    margin-top: 0; }

.block_title {
  width: 140px;
  height: 41px;
  font-size: 1rem;
  color: #fff;
  background-image: url(../_img/title.png);
  font-size: 1.1rem;
  line-height: 41px;
  text-align: center;
  padding-right: 1.5rem; }

.margin_fix {
  margin-left: -10px; }

article .bg {
  background-color: #eee; }

.l_pages {
  text-align: center;
  padding: 2rem 0; }
  .l_pages a {
    font-size: .9rem;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#003060), to(#0062C4));
    background-image: -webkit-linear-gradient(bottom, #003060, #0062C4);
    background-image: -o-linear-gradient(bottom, #003060, #0062C4);
    background-image: linear-gradient(to top, #003060, #0062C4); }
    .l_pages a:hover, .l_pages a.active {
      background: none;
      color: #0B52A6; }
    .l_pages a.prev, .l_pages a.next {
      width: 59px; }

#banner .bg_img {
  width: 100%;
  padding-bottom: 33.23%;
  height: 0;
  position: relative; }
  #banner .bg_img .banner_p-row {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%; }
    #banner .bg_img .banner_p-row .txt-row {
      font-size: 1.1rem;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(236, 236, 236, 0)), to(#ECECEC));
      background-image: -webkit-linear-gradient(right, rgba(236, 236, 236, 0), #ECECEC);
      background-image: -o-linear-gradient(right, rgba(236, 236, 236, 0), #ECECEC);
      background-image: linear-gradient(to left, rgba(236, 236, 236, 0), #ECECEC);
      padding: .5rem; }
    #banner .bg_img .banner_p-row .s_img-row {
      font-size: 0; }
      #banner .bg_img .banner_p-row .s_img-row li {
        display: inline-block;
        vertical-align: middle;
        padding: 1rem;
        margin-bottom: 1vw;
        width: 33.333%;
        position: relative; }
        #banner .bg_img .banner_p-row .s_img-row li:before {
          height: 55%;
          width: 1px;
          background-color: #fff;
          position: absolute;
          top: 2rem;
          left: 0; }

#index #section1 {
  margin: 1rem 0; }
  #index #section1 .row {
    margin: 0 -20px; }
  #index #section1 .block {
    width: 33.333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    #index #section1 .block .bg {
      background-color: #eee;
      background-position: right center;
      background-repeat: no-repeat; }
    #index #section1 .block .txt {
      height: 8rem; }
    #index #section1 .block .more_icon {
      text-align: right;
      position: relative;
      right: -10px; }
  #index #section1 #home_about .bg {
    background-image: url(../_img/home/home_about_pic.png); }
  #index #section1 #home_about .txt {
    line-height: 1.8rem;
    overflow: hidden;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #index #section1 #home_product .bg {
    background-image: url(../_img/home/home_product_pic.png); }
  #index #section1 #home_product .product_slider {
    margin-bottom: 0; }
  #index #section1 #home_product .p-row {
    font-size: 0;
    width: 100%;
    position: relative; }
    #index #section1 #home_product .p-row .p_name,
    #index #section1 #home_product .p-row .p_img {
      font-size: 1.2rem;
      display: inline-block;
      vertical-align: middle;
      width: 50%; }
    #index #section1 #home_product .p-row .p_name {
      text-align: center; }
    #index #section1 #home_product .p-row .p_img .pic {
      width: 100%;
      padding-bottom: 50%; }
  #index #section1 #home_contact .bg {
    background-image: url(../_img/home/home_contact_pic.png); }
  #index #section1 #home_contact .txt {
    font-size: 0;
    padding-top: 1rem;
    padding-left: 1rem; }
    #index #section1 #home_contact .txt .contact_txt,
    #index #section1 #home_contact .txt .contact_img {
      display: inline-block;
      vertical-align: middle; }
    #index #section1 #home_contact .txt .contact_txt {
      font-size: .9rem;
      width: 60%; }
    #index #section1 #home_contact .txt .contact_img {
      width: 40%; }

#index #section2 #home_news {
  background-color: #eee;
  background-position: right center;
  background-repeat: no-repeat; }
  #index #section2 #home_news .block_title {
    width: 140px;
    height: 41px;
    font-size: 1rem;
    color: #fff;
    background-image: url(../_img/title.png);
    font-size: 1.1rem;
    line-height: 41px;
    text-align: center;
    padding-right: 1.5rem;
    margin-left: -10px; }
  #index #section2 #home_news .news-row {
    padding: 1.5rem; }
    #index #section2 #home_news .news-row li {
      width: 50%;
      float: left;
      position: relative; }
      #index #section2 #home_news .news-row li a {
        display: block; }
        #index #section2 #home_news .news-row li a:after {
          content: "\f105";
          font-family: 'FontAwesome';
          font-size: 1rem;
          position: absolute;
          right: 1rem;
          bottom: 0;
          color: #0B52A6; }
      #index #section2 #home_news .news-row li .img-row,
      #index #section2 #home_news .news-row li .txt-row {
        float: left; }
      #index #section2 #home_news .news-row li .img-row {
        width: 45%;
        padding: 1rem; }
        #index #section2 #home_news .news-row li .img-row .bg_img {
          height: 0;
          padding-bottom: 70.6%;
          border-radius: 20px; }
      #index #section2 #home_news .news-row li .txt-row {
        width: 55%;
        padding: 1rem;
        padding-left: 0;
        padding-right: 2rem; }
        #index #section2 #home_news .news-row li .txt-row .date {
          font-size: .9rem; }
        #index #section2 #home_news .news-row li .txt-row .news_title {
          font-size: 1.2rem;
          color: #0B52A6;
          margin-bottom: 1rem; }

#about section {
  margin: 2rem 0;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 8rem; }
  #about section .section_title {
    font-size: 2rem;
    margin-bottom: 2rem; }
  #about section .fancy {
    text-align: center;
    display: block; }

#about #section1 .txt-row {
  font-size: 1.1rem;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto; }
  #about #section1 .txt-row p {
    line-height: 1.5;
    margin-bottom: 0.8vw; }
    #about #section1 .txt-row p:first-letter {
      text-transform: uppercase;
      font-size: 1.5rem; }

#about #section3 .txt-row {
  font-size: 0; }
  #about #section3 .txt-row .img-row,
  #about #section3 .txt-row .txt {
    display: inline-block;
    vertical-align: middle; }
  #about #section3 .txt-row .img-row {
    width: 66.6666%; }
  #about #section3 .txt-row .txt {
    width: 33.33333%;
    text-align: left;
    padding-left: 1rem; }
    #about #section3 .txt-row .txt ul li {
      margin-bottom: 2rem; }
      #about #section3 .txt-row .txt ul li .title {
        font-size: 1.1rem;
        margin-bottom: .3rem;
        font-weight: bold; }
      #about #section3 .txt-row .txt ul li .detail {
        font-size: 1rem; }

#about #section4 .list {
  font-size: 0; }
  #about #section4 .list li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.1rem;
    width: 33.33333%;
    text-align: center; }

#about #section5 .detail {
  margin-bottom: 2rem; }

#news .news-row {
  max-width: 90%;
  margin: 2rem auto; }
  #news .news-row li {
    margin: 1.5rem 0; }
    #news .news-row li a {
      display: block;
      padding: 1.5rem;
      background-color: #fff;
      position: relative; }
      #news .news-row li a:hover:before {
        opacity: .5;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      #news .news-row li a:before {
        content: '';
        width: 35px;
        height: 27px;
        background-image: url(../_img/more_bt.png);
        position: absolute;
        right: -10px;
        bottom: 0;
        opacity: 1;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      #news .news-row li a:after {
        content: '';
        display: table;
        clear: both;
        visibility: hidden; }
      #news .news-row li a .news_img,
      #news .news-row li a .news_txt-row {
        float: left;
        min-height: 1px; }
      #news .news-row li a .news_img {
        width: 200px; }
        #news .news-row li a .news_img .bg_img {
          height: 0;
          padding-bottom: 66%; }
      #news .news-row li a .news_txt-row {
        width: calc(100% - 200px);
        padding-left: 2rem; }
        #news .news-row li a .news_txt-row .news_title {
          font-size: 1.3rem; }
        #news .news-row li a .news_txt-row .date {
          font-size: 1.1rem;
          color: #0B52A6; }
        #news .news-row li a .news_txt-row .detail {
          font-size: 1.1rem; }

#news.inner .bg {
  padding-bottom: 3rem;
  min-height: 800px; }

#news.inner .inner_news_title {
  font-size: 1.3rem;
  text-align: center; }

#news.inner .date {
  font-size: 1.2rem;
  color: #0B52A6;
  margin: 2rem 0;
  text-align: center; }

#news.inner .editor {
  max-width: 90%;
  margin: auto; }

#news.inner .back {
  position: absolute;
  right: 0;
  bottom: 0; }
  #news.inner .back a:hover {
    opacity: .5; }

.product_inner {
  max-width: 95%;
  margin: 2rem auto; }
  .product_inner aside {
    width: 200px;
    float: left; }
    .product_inner aside .title {
      position: relative; }
      .product_inner aside .title:after {
        content: '';
        width: 100%;
        height: 5px;
        background-color: #005AB4;
        position: absolute;
        bottom: 0;
        left: 0; }
      .product_inner aside .title p {
        width: 95px;
        height: 31px;
        line-height: 31px;
        background-image: url(../_img/product/class.png);
        color: #fff;
        padding-left: 1rem;
        font-size: 1.1rem; }
    .product_inner aside .list {
      background-color: #fff;
      padding: 1rem 1.5rem; }
      .product_inner aside .list li {
        margin: .5rem 0; }
        .product_inner aside .list li.active a {
          color: #0B52A6; }
        .product_inner aside .list li a {
          display: block;
          font-size: 1.1rem; }
          .product_inner aside .list li a:hover {
            color: #0B52A6; }
        .product_inner aside .list li .sublist li {
          position: relative; }
          .product_inner aside .list li .sublist li:before {
            content: '';
            width: 1rem;
            height: 3px;
            background-color: #0B52A6;
            position: absolute;
            top: .8em;
            left: -1.6rem; }
  .product_inner .right_block {
    float: left;
    width: calc(100% - 200px);
    padding-left: 2rem; }
    .product_inner .right_block .p_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .product_inner .right_block .p_list li {
        width: 33.33333%;
        padding: 1rem;
        margin-bottom: 2rem; }
        .product_inner .right_block .p_list li a {
          display: block;
          position: relative; }
          .product_inner .right_block .p_list li a:after {
            content: "\f101";
            font-family: 'FontAwesome';
            font-size: 1rem;
            right: 0;
            bottom: 0;
            position: absolute;
            color: #0B52A6; }
          .product_inner .right_block .p_list li a:hover .img-row .p_name {
            background: #000; }
            .product_inner .right_block .p_list li a:hover .img-row .p_name:after {
              border-left: 17px solid #000; }
          .product_inner .right_block .p_list li a .img-row {
            position: relative; }
            .product_inner .right_block .p_list li a .img-row .pic {
              width: 100%;
              padding-bottom: 100%;
              background-color: #fff;
              border-bottom: 1px solid #0B52A6; }
            .product_inner .right_block .p_list li a .img-row .p_name {
              padding: 5px 1rem;
              line-height: 1.5;
              min-height: 34px;
              color: #fff;
              background: #0062C4;
              top: -17px;
              display: inline-block;
              border-top-left-radius: 10px;
              border-bottom-left-radius: 10px;
              position: relative; }
              .product_inner .right_block .p_list li a .img-row .p_name:after {
                content: '';
                width: 0;
                height: 0;
                border-top: 17px solid transparent;
                border-bottom: 17px solid transparent;
                border-left: 17px solid #0062C4;
                position: relative;
                right: -17px;
                display: block;
                position: absolute;
                top: calc(50% - 17px); }
          .product_inner .right_block .p_list li a .p_info .item {
            margin-bottom: 5px;
            overflow: hidden; }
            .product_inner .right_block .p_list li a .p_info .item .left {
              font-size: 1rem;
              margin-right: .5rem; }
            .product_inner .right_block .p_list li a .p_info .item .right {
              font-size: 1.1rem;
              color: #0B52A6; }

.top-row {
  margin-bottom: 1rem;
  font-size: 0; }
  .top-row .img-row,
  .top-row .info-row {
    display: inline-block;
    vertical-align: middle; }
  .top-row .img-row {
    width: 55%; }
    .top-row .img-row .pic {
      background-color: #fff;
      padding-bottom: 66.85%;
      height: 0; }
  .top-row .info-row {
    width: 45%;
    padding-left: 1rem; }
    .top-row .info-row .name-row {
      position: relative;
      font-size: 1rem; }
      .top-row .info-row .name-row .p_name {
        padding: 5px 1rem;
        line-height: 1.5;
        min-height: 34px;
        height: 34px;
        color: #fff;
        background: #0062C4;
        display: inline-block;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: relative; }
        .top-row .info-row .name-row .p_name:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 17px solid transparent;
          border-bottom: 17px solid transparent;
          border-left: 17px solid #0062C4;
          position: relative;
          right: -17px;
          display: block;
          position: absolute;
          top: calc(50% - 17px); }
      .top-row .info-row .name-row:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #0062c4;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .top-row .info-row .p_info {
      margin-bottom: 2rem; }
      .top-row .info-row .p_info .item {
        margin-bottom: 5px; }
        .top-row .info-row .p_info .item span {
          display: inline-block; }
        .top-row .info-row .p_info .item .left {
          font-size: 1rem;
          margin-right: .5rem; }
        .top-row .info-row .p_info .item .right {
          font-size: 1.1rem;
          color: #0B52A6; }

.editor_block .item {
  margin-bottom: 2rem; }
  .editor_block .item .title {
    font-size: 1.8rem;
    color: #0B52A6;
    margin-bottom: 1rem; }

#product.inner .right_block .back {
  position: absolute;
  right: 0;
  bottom: 0; }

#contact article .bg {
  min-height: 800px;
  padding-bottom: 4rem; }

.info-row {
  max-width: 90%;
  margin: auto; }
  .info-row #contact_form,
  .info-row .info {
    width: 50%;
    float: left; }
  .info-row .info {
    padding-left: 1rem;
    padding-top: 1rem; }
    .info-row .info .item {
      font-size: 0;
      display: block;
      vertical-align: middle;
      margin: 1rem 0; }
      .info-row .info .item .icon,
      .info-row .info .item .txt {
        display: inline-block;
        vertical-align: middle; }
      .info-row .info .item .icon {
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #0B52A6; }
        .info-row .info .item .icon:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 100%; }
        .info-row .info .item .icon img {
          vertical-align: middle;
          display: inline-block; }
      .info-row .info .item .txt {
        font-size: .95rem;
        padding-left: .5rem; }

#contact_form {
  padding-right: 1rem; }
  #contact_form ul li {
    margin: 1rem 0; }
    #contact_form ul li:after {
      content: '';
      display: table;
      clear: both; }
    #contact_form ul li label {
      width: 112px;
      float: left;
      line-height: 31px; }
    #contact_form ul li input[type="text"] {
      float: left;
      width: calc(100% - 112px);
      padding: 0;
      background-color: #fff;
      border: none;
      min-height: 31px;
      outline: 0;
      padding: 5px 8px; }
    #contact_form ul li.send-row {
      text-align: right; }
      #contact_form ul li.send-row input[type="button"] {
        display: inline-block;
        width: 120px;
        height: 31px;
        line-height: 28px;
        border: 1px solid #0B52A6;
        background-color: #0B52A6;
        color: #fff;
        font-size: 1.2rem;
        padding: 0;
        cursor: pointer; }
        #contact_form ul li.send-row input[type="button"]:hover {
          background: none;
          color: #0B52A6; }

.map-row {
  max-width: 90%;
  margin: auto;
  margin-top: 4vw; }
  .map-row .pic {
    width: 100%;
    padding-bottom: 30%; }

@media only screen and (max-width: 1024px) {
  #phone_icon .button {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone_icon .button:before, #phone_icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 3px;
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; }
    #phone_icon .button:after {
      content: "";
      top: 60%; }
    #phone_icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      #phone_icon .button.action:before {
        top: 50%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background-color: #fff; }
      #phone_icon .button.action:after {
        top: 50%;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background-color: #fff; }
  header {
    position: relative;
    z-index: 9999; }
    header .header_bg #logo {
      text-align: center;
      display: block;
      width: 100%;
      max-width: 50%;
      margin: auto;
      padding-top: 10px;
      padding-bottom: 10px; }
    header .header_bg nav {
      display: block;
      width: 100%;
      position: fixed;
      height: 100%;
      width: 250px;
      left: -250px;
      top: 0;
      z-index: 9999;
      background-color: #0B52A6;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      padding-top: 4rem; }
      header .header_bg nav.active {
        left: 0;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      header .header_bg nav .menu li {
        display: block;
        width: 100%; }
        header .header_bg nav .menu li.active a {
          color: #0B52A6; }
        header .header_bg nav .menu li a {
          color: #fff;
          padding-top: .5rem;
          padding-bottom: .5rem; }
  #banner .bg_img .banner_p-row .txt-row {
    font-size: .9rem; }
  #banner .bg_img .banner_p-row .s_img-row li .p_name {
    font-size: .7rem; } }

@media only screen and (max-width: 768px) {
  #index #section2 #home_news .news-row li .img-row,
  #index #section2 #home_news .news-row li .txt-row {
    float: none;
    width: 100%; }
  footer .left .item {
    width: 50% !important;
    margin-bottom: 1rem; }
  .product_inner .right_block .p_list li {
    width: 50%; }
    .product_inner .right_block .p_list li a .img-row .p_name {
      border-radius: 10px;
      position: relative; }
      .product_inner .right_block .p_list li a .img-row .p_name:after {
        display: none; }
  .top-row .info-row .name-row .p_name {
    border-radius: 10px;
    position: relative; }
    .top-row .info-row .name-row .p_name:after {
      display: none; } }

@media only screen and (max-width: 640px) {
  .product_inner aside,
  .product_inner .right_block {
    width: 100%;
    display: block;
    float: none;
    padding: 0; }
  .product_inner aside {
    margin-bottom: 2rem; }
    .product_inner aside .title {
      background-color: #005AB4;
      border-radius: 8px;
      cursor: pointer; }
      .product_inner aside .title p {
        background-image: none; }
    .product_inner aside .list {
      max-height: 0;
      overflow: hidden;
      padding: 0 1.5rem;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .product_inner aside .list.active {
        max-height: 1300px;
        padding: 1rem 1.5rem;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
  .product_inner .right_block .p_list li {
    width: 100%; }
  .info-row #contact_form,
  .info-row .info {
    width: 100%;
    display: block;
    float: none;
    padding: 0; } }

@media only screen and (max-width: 480px) {
  #phone_icon .button {
    top: 5px; }
  header #lang {
    width: 50px;
    font-size: 0; }
    header #lang:first-letter {
      font-size: 1rem; }
  #index #section1 .block {
    width: 100%;
    float: none;
    display: block;
    max-width: 90%;
    margin: auto;
    margin-bottom: 2rem; }
    #index #section1 .block .txt {
      height: auto; }
  #banner .bg_img .banner_p-row {
    display: none; }
  #index #section2 #home_news {
    max-width: 90%;
    margin: 0 auto;
    float: none; }
    #index #section2 #home_news .news-row li {
      width: 100%; }
  footer {
    border-top: 2px solid #0B52A6; }
    footer .left,
    footer .right {
      float: none;
      width: 100%;
      display: block; }
    footer .left {
      margin-bottom: 2rem; }
      footer .left .item {
        width: 100% !important; }
  #about #section3 .txt-row .img-row,
  #about #section3 .txt-row .txt {
    width: 100%;
    display: block;
    padding-left: 0; }
  #about #section3 .txt-row .img-row {
    margin-bottom: 2rem; }
  #about #section4 .list li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1.8rem; }
  #news .news-row li a .news_img,
  #news .news-row li a .news_txt-row {
    width: 100%;
    display: block;
    padding: 0; }
  #news .news-row li a .news_img {
    margin-bottom: 1rem; }
  .top-row .img-row,
  .top-row .info-row {
    width: 100%;
    float: none;
    padding: 0; }
  .top-row .info-row {
    margin-top: 2rem; }
  .map-row .pic {
    padding-bottom: 100%; }
  #contact_form ul li label, #contact_form ul li input[type="text"] {
    float: none;
    width: 100%; } }

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