@charset "UTF-8";
/*@import url("febf4c0205d840c4b6386502bc3afccb.css");*/
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: 'Microsoft Yahei', Marcellus;
  background-color: #ffffff; }

/* common
-----------------------------------------------------------------------------*/
.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.mb {
  display: none !important; }

.loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  padding: 10%;
  animation: onload 0.3s;
  -moz-animation: onload 0.3s;
  -webkit-animation: onload 0.3s;
  -o-animation: onload 0.3s; }
  .loading img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

@keyframes onload {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes onload {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes onload {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes onload {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.product_1 .loading {
  display: none !important; }

.txt_redB {
  color: #FF0000;
  font-weight: bold; }

.txt_ongB {
  color: #fc9525;
  font-weight: bold; }

.cu_pointer {
  cursor: pointer; }

.topLink_mb {
  background-color: #666666;
  position: fixed;
  bottom: -100%;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 111; }
  .topLink_mb.tpmb-up {
    bottom: -100%; }
  .topLink_mb .row {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .topLink_mb .row [class^="column"] {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 0;
      border-right: 1px solid #999999; }
      .topLink_mb .row [class^="column"]:last-child {
        border-right: 0; }
      .topLink_mb .row [class^="column"] a {
        color: #ffffff;
        font-size: 13px;
        display: block;
        text-align: center;
        padding: 15px 12px 13px 12px; }
        .topLink_mb .row [class^="column"] a i {
          font-size: 15px; }
          .topLink_mb .row [class^="column"] a i.fa-globe {
            font-size: 18px; }
        .topLink_mb .row [class^="column"] a p {
          margin-top: 6px; }
        .topLink_mb .row [class^="column"] a:hover {
          color: #D7000F; }
          .topLink_mb .row [class^="column"] a:hover i:before {
            color: #D7000F; }

.itemImg {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden; }
  .itemImg img {
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.itemImg.noneImg {
  background-color: #AD0101;
  background-image: url("../images/noimage.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  .itemImg.noneImg img {
    display: none; }

.img_border {
  border: 1px solid #666666; }

.page_title {
  text-align: center; }
  .page_title .big_txt {
    color: #000000;
    font-size: 36px; }
    .page_title .big_txt:after {
      content: "";
      width: 80px;
      height: 2px;
      display: block;
      margin: 30px auto;
      background-color: #E60012; }
  .page_title .small_txt {
    color: #000;
    font-size: 20px; }
  .page_title.block_pd .big_txt {
    margin-bottom: 0px; }

.title_bar {
  color: #000000;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #666666; }

.table-responsive.fir_txl table tr th:first-child,
.table-responsive.fir_txl table tr td:first-child {
  text-align: left;
  width: 20%; }

.table-responsive table {
  width: 100%;
  border-collapse: collapse; }
  .table-responsive table tr th,
  .table-responsive table tr td {
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #CCCCCC; }
    .table-responsive table tr th a,
    .table-responsive table tr td a {
      color: #0c3f74; }
      .table-responsive table tr th a:hover, .table-responsive table tr th a:focus,
      .table-responsive table tr td a:hover,
      .table-responsive table tr td a:focus {
        color: #ad0101; }
  .table-responsive table thead tr th {
    color: #000000;
    padding: 10px 5px;
    border-right-color: #ffffff;
    background-color: #CCCCCC; }
    .table-responsive table thead tr th:last-child {
      border-color: #CCCCCC; }
  .table-responsive table tbody tr td {
    padding: 5px 5px;
    color: #666666;
    background-color: #ffffff; }
  .table-responsive table tbody tr:nth-child(even) td {
    background-color: #F2F2F2; }

.red_star {
  color: #AD0101;
  margin-left: 5px; }

/* icon
-----------------------------------------------------------------------------*/
.icon_clr {
  background-repeat: no-repeat;
  display: inline-block; }

.icon_ft {
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: middle; }

.icon_ft_tel {
  background-image: url(../images/icon_ft_tel.png);
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: sub; }
.icon_ft_fax{
  background-image: url(../images/icon_ft_fax.png);
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: sub; }
.icon_ft_mail {
  background-image: url(../images/icon_ft_mail.png);
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: sub; }
.icon_shopCart {
  background-image: url(../images/shopping-cart.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle; }
.footlink a{color: #333;}
.footlink{height: 50px;line-height: 50px;}
.footlink ul{width: 900px;margin:auto;}
.footlink ul li{float: left;width:300px;}
/* btn
-----------------------------------------------------------------------------*/
.btn_del {
  color: #666666;
  width: 120px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  padding: 2px 0;
  background-color: #ffffff;
  border: 1px solid #CCCCCC; }
  .btn_del:hover {
    color: #ffffff !important;
    border-color: #AD0101;
    background-color: #AD0101; }

.btn_center {
  margin-left: auto;
  margin-right: auto; }

.btn_single {
  display: block;
  width: 235px;
  color: #000000;
  font-size: 16px;
  padding: 10.5px;
  text-align: center;
  border-radius: 44px;
  border: 1px solid #000000;
  background-color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn_single:hover {
    color: #ffffff;
    border-color: #AD0101;
    background-color: #AD0101; }

.btn_link_single {
  width: 235px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .btn_link_single a {
    display: block;
    font-size: 16px;
    padding: 13px 10.5px;
    text-align: center;
    border-radius: 44px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff; }
    .btn_link_single a.active, .btn_link_single a:hover {
      color: #ffffff;
      border-color: #AD0101;
      background-color: #AD0101; }

.btn_link_double {
  margin: 30px -15px; }
  .btn_link_double ul {
    font-size: 0; }
    .btn_link_double ul li {
      width: 235px;
      margin-left: 15px;
      margin-right: 15px;
      display: inline-block; }
      .btn_link_double ul li button {
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 13px 10.5px;
        text-align: center;
        border-radius: 44px;
        border: 1px solid #CCCCCC;
        background-color: #ffffff; }
        .btn_link_double ul li button:hover {
          cursor: pointer;
          color: #ffffff;
          border-color: #AD0101;
          background-color: #AD0101; }
      .btn_link_double ul li a {
        display: block;
        font-size: 16px;
        padding: 13px 10.5px;
        text-align: center;
        border-radius: 44px;
        border: 1px solid #CCCCCC;
        background-color: #ffffff; }
        .btn_link_double ul li a:hover {
          color: #ffffff;
          border-color: #AD0101;
          background-color: #AD0101; }

@media screen and (max-width: 667px) {
  .footlink{display: none;}
  .btn_link_double {
    margin-left: 0;
    margin-right: 0; }
    .btn_link_double ul {
      margin-left: -2.5%; }
      .btn_link_double ul li {
        width: 47.5%;
        margin-left: 2.5%;
        margin-right: 0; } }

@media screen and (max-width: 414px) {
  .btn_link_double ul {
    margin-left: 0; }
    .btn_link_double ul li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 20px; } }

/* header
-----------------------------------------------------------------------------*/
header {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  header.sticky .nav {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 0 5px #666666;
    box-shadow: 0 0 5px #666666; }
    header.sticky .nav .navBar .logo img {
      height: 45px; }
    header.sticky .nav .navBar .navMenu > li > a {
      padding-top: 20px;
      padding-bottom: 20px; }
  header.sticky .topLink {
    height: 0; }
  header .topLink {
    text-align: right;
    background-color: #AD0101;
    display: block;
    height: 25px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s; }
    header .topLink .tl_list > li {
      padding-left: 28px;
      padding-right: 28px;
      display: inline-block;
      position: relative; }
      header .topLink .tl_list > li:after {
        content: "";
        width: 1px;
        height: 11px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: inline-block;
        background-color: #ffffff; }
      header .topLink .tl_list > li:last-child {
        padding-right: 0; }
        header .topLink .tl_list > li:last-child:after {
          display: none; }
      header .topLink .tl_list > li > a {
        color: #ffffff;
        display: block;
        font-size: 14px;
        line-height: 25px; }
        header .topLink .tl_list > li > a i {
          margin-right: 5px;
          font-size: 17px;
          vertical-align: middle; }
      header .topLink .tl_list > li.lan {
        position: relative; }
        header .topLink .tl_list > li.lan a i {
          margin-right: 0;
          margin-left: 5px;
          font-size: 12px; }
        header .topLink .tl_list > li.lan:hover > ul {
          display: block; }
        header .topLink .tl_list > li.lan ul {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          background-color: #F7F7F7;
          display: none;
          z-index: 1;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          -webkit-transition: all .3s ease; }
          header .topLink .tl_list > li.lan ul li a {
            color: #000000;
            font-size: 14px;
            display: block;
            text-align: left;
            padding: 12px; }
            header .topLink .tl_list > li.lan ul li a:hover {
              color: #AD0101; }
  header .nav {
    background: url(../images/topbg.jpg);
    z-index: 999; }
    header .nav .navBar {
      /*display: -webkit-box;*/
      display: -ms-flexbox;
      /*display: flex;*/
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      header .nav .navBar .logo a {
        display: block; }
        header .nav .navBar .logo a img {
          /*81px*/
          -webkit-transition: height 0.3s;
          -moz-transition: height 0.3s;
          -o-transition: height 0.3s;
          transition: height 0.3s; }
      header .nav .navBar .navMenu > li {
        display: inline-block;
        vertical-align: top; }
        header .nav .navBar .navMenu > li > a {
          display: block;
          padding: 0px 40px;
          -o-transition-duration: .1s;
          transition-duration: .1s;
          -webkit-transition-duration: .1s;height: 52px;line-height: 52px;}
          header .nav .navBar .navMenu > li > a span {
            color: #000000;
            font-size: 16px; }
        header .nav .navBar .navMenu > li:last-child {
          margin-right: 0; }
        header .nav .navBar .navMenu > li:hover > a {
          background-color: #F2F2F2;
          border-bottom-color: #AD0101; }
          header .nav .navBar .navMenu > li:hover > a span {
            color: #AD0101; }
        header .nav .navBar .navMenu > li.more {
          position: relative;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
          header .nav .navBar .navMenu > li.more > a > span:after {
            color: #AD0101;
            content: "\e900";
            font-size: 12px;
            margin-left: 5px;
            font-family: 'icomoon'; }
          header .nav .navBar .navMenu > li.more:hover > .moreMenu {
            display: block; }
          header .nav .navBar .navMenu > li.more.multiMenu {
            position: static; }
            header .nav .navBar .navMenu > li.more.multiMenu .moreMenu {
              left: 0;
              right: 0;
              margin: auto;
              width: 100%;
              border-bottom: 0;
              z-index: 10; }
              header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_top {
                padding: 25px 10%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start; }
                header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_top ul li {
                  margin-left: 20px;
                  padding: 5px 0; }
                  header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_top ul li a {
                    display: block;
                    color: #666666;
                    font-size: 14px;
                    line-height: 1; }
                    header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_top ul li a:hover {
                      color: #AD0101; }
                  header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_top ul li:first-child {
                    color: #000000;
                    font-size: 14px;
                    margin-left: 0; }
                    header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_top ul li:first-child a:before {
                      color: #CD201C;
                      content: "\e901";
                      font-family: 'icomoon';
                      margin-right: 5px; }
              header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_btm {
                font-size: 0; }
                header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_btm a {
                  color: #ffffff;
                  width: 50%;
                  font-size: 16px;
                  text-align: center;
                  display: inline-block;
                  padding: 22px 10px;
                  position: relative;
                  background-color: #666666; }
                  header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_btm a:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-left: 60px solid #999999;
                    border-bottom: 60px solid transparent;
                    position: absolute;
                    top: 0;
                    left: 0; }
                  header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_btm a:hover {
                    background-color: #AD0101; }
                    header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_btm a:hover:before {
                      border-left: 60px solid #DA170E; }
                  header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_btm a i {
                    margin-right: 5px; }
        header .nav .navBar .navMenu > li .moreMenu {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          min-width: 230px;
          z-index: 3;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          -webkit-animation-duration: .5s;
          animation-duration: .5s;
          background-color: #F7F7F7;
          display: none; }
          header .nav .navBar .navMenu > li .moreMenu > li {
            position: relative; }
            header .nav .navBar .navMenu > li .moreMenu > li a {
              display: block;
              padding: 12px;
              color: #000000;
              font-size: 14px; }
              header .nav .navBar .navMenu > li .moreMenu > li a:hover {
                color: #AD0101; }
            header .nav .navBar .navMenu > li .moreMenu > li > ul.moreMenu {
              left: 100%;
              top: 0; }
            header .nav .navBar .navMenu > li .moreMenu > li:hover ul {
              display: block; }

/* mobileMenu */
.mb_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-color: #000000;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: none; }

.mbPanel {
  position: relative;
  background-color: #ffffff;
  display: none; }
  .mbPanel .mobileMenu {
    z-index: 1000; }
  .mbPanel .mb_header {
    z-index: 991;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 5px #666666;
    box-shadow: 0 0 5px #666666;
    background-color: #ffffff; }
    .mbPanel .mb_header.sticky {
      position: fixed;
      width: 100%; }
      .mbPanel .mb_header.sticky a .logo {
        height: 45px; }
    .mbPanel .mb_header a {
      display: block; }
      .mbPanel .mb_header a .logo {
        height: 22px;
        margin-top:10px;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -o-transition: height 0.3s;
        transition: height 0.3s; }
    .mbPanel .mb_header > div.row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mbPanel .mb_header > div.row [class^="column"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; }
        .mbPanel .mb_header > div.row [class^="column"]:first-child a {
          color: #000000;
          font-size: 18px;
          margin-bottom: 3px; }
        .mbPanel .mb_header > div.row [class^="column"]:nth-child(2) {
          text-align: center; }
  .mbPanel .btn-list {
    position: absolute;
    right: 10px;
    top: 50px;
    display: none; }
    .mbPanel .btn-list button {
      cursor: pointer;
      border: 0;
      background-color: transparent; }
      .mbPanel .btn-list button i {
        color: #000000;
        font-size: 28px;
        margin-top: 2px; }
  .mbPanel .slide-menu {
    position: fixed;
    width: 320px;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    transition: -webkit-transform 300ms ease-in-out;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    z-index: 1000; }
    .mbPanel .slide-menu .controls {
      background-color: #AD0101;
      background-image: url(../images/pattern_black.png); }
      .mbPanel .slide-menu .controls button {
        background-color: transparent;
        border: 0;
        cursor: pointer;
        display: block;
        width: 100%;
        padding: 15px 24px;
        color: #ffffff;
        font-size: 25px;
        font-family: 'Verdana'; }
        .mbPanel .slide-menu .controls button span {
          float: left; }
        .mbPanel .slide-menu .controls button img {
          float: right;
          width: 25px;
          margin-top: 2.5px; }
    .mbPanel .slide-menu .slider {
      position: absolute;
      top: 62px;
      left: 0;
      width: 100%;
      transition: -webkit-transform 300ms ease-in-out;
      -webkit-transition: -webkit-transform 300ms ease-in-out;
      -o-transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      will-change: transform; }
    .mbPanel .slide-menu ul {
      padding-left: 0;
      list-style: none;
      position: relative;
      width: 320px;
      max-width: 100%;
      margin: 0; }
      .mbPanel .slide-menu ul > li:first-child > a, .mbPanel .slide-menu ul > li:nth-child(2) > a, .mbPanel .slide-menu ul > li:nth-child(3) > a, .mbPanel .slide-menu ul > li:nth-child(4) > a {
        background-color: #f0f0f0; }
      .mbPanel .slide-menu ul > li:first-child > ul > li > a, .mbPanel .slide-menu ul > li:nth-child(2) > ul > li > a, .mbPanel .slide-menu ul > li:nth-child(3) > ul > li > a, .mbPanel .slide-menu ul > li:nth-child(4) > ul > li > a {
        background-color: #ffffff; }
      .mbPanel .slide-menu ul > li a {
        display: block;
        padding: 12px 35px 12px 24px;
        color: #000000;
        font-size: 16px;
        text-decoration: none;
        position: relative;
        border-bottom: 1px solid #ccc;
        background-color: #ffffff; }
        .mbPanel .slide-menu ul > li a:hover {
          color: #D7000F; }
        .mbPanel .slide-menu ul > li a i {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 28px; }
      .mbPanel .slide-menu ul > li ul {
        position: absolute;
        top: 0;
        left: 100%;
        display: none; }
        .mbPanel .slide-menu ul > li ul li a {
          background-color: #ffffff !important; }
  .mbPanel .slide-menu.no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
    .mbPanel .slide-menu.no-transition * {
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }

/* banner
-----------------------------------------------------------------------------*/
.full_banner {
  position: relative; }
  .full_banner .slick-prev {
    left: 30px; }
    .full_banner .slick-prev:hover .icon_idxBnr_prev {
      background-image: url(../images/icon_bnr-prevhw.png); }
  .full_banner .slick-next {
    right: 30px; }
    .full_banner .slick-next:hover .icon_idxBnr_next {
      background-image: url(../images/icon_bnr-nexthw.png); }
  .full_banner .slick-prev,
  .full_banner .slick-next {
    width: 50px;
    height: 50px;
    z-index: 1;
    opacity: 0.4; }
    .full_banner .slick-prev:before,
    .full_banner .slick-next:before {
      display: none; }
    .full_banner .slick-prev:hover,
    .full_banner .slick-next:hover {
      opacity: 1; }
  .full_banner .slick-slide img {
    width: 100%; }

.banner {
  position: relative;
  line-height: 0; }
  .banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    background-image: url(../images/bnr_line.png);
    background-repeat: repeat; }
  .banner .page_title {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto; }
    .banner .page_title p {
      color: #ffffff; }
      .banner .page_title p:after {
        background-color: #ffffff;
        display: none; }
  .banner .cover_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7); }
    .banner .cover_menu ul {
      font-size: 0;
      text-align: center; }
      .banner .cover_menu ul li {
        min-width: 205px;
        display: inline-block; }
        .banner .cover_menu ul li a {
          display: block;
          color: #ffffff;
          font-size: 16px;
          text-align: center;
          padding: 22px 10px; }
          .banner .cover_menu ul li a:hover, .banner .cover_menu ul li a.active {
            color: #000000;
            background-color: #ffffff; }

/* page
-----------------------------------------------------------------------------*/
.page {
  padding-bottom: 50px;
  background-image: url(../images/circleline_bg.svg), url(../fonts/circle_bg.svg);
  background-repeat: no-repeat;
  background-position: -50% 23%, 150% 97%; }

.main {
  padding-top: 70px;
  padding-bottom: 40px; }

.breadcrumb {
  text-align: right;
  padding: 10px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc; }
  .breadcrumb ul li {
    display: inline-block; }
    .breadcrumb ul li a {
      display: block;
      color: #000000;
      font-size: 12px; }
      .breadcrumb ul li a:before {
        content: "｜";
        color: #000000;
        margin-right: 5px; }
    .breadcrumb ul li:first-child a {
      color: #AD0101; }
      .breadcrumb ul li:first-child a:before {
        display: none; }
    .breadcrumb ul li:last-child a {
      color: #999999; }

.pageNumber {
  text-align: right;
  margin: 50px 0; }
  .pageNumber ul li {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
    .pageNumber ul li:first-child {
      margin-left: 0; }
    .pageNumber ul li input {
      width: 51px;
      height: 44px;
      color: #666666;
      font-size: 24px;
      text-align: center;
      font-family: 'Verdana';
      border: 1px solid #CCCCCC; }
    .pageNumber ul li a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: block;
      text-align: center; }

/* subMenu
-----------------------------------------------------------------------------*/
.subMenu .sub_title {
  color: #000000;
  font-size: 36px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  letter-spacing: -1px;
  border-bottom: 7px solid #CCCCCC; }

.subMenu ul li a {
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 13px 8px 13px 15px;
  cursor: pointer;
  position: relative; }
  .subMenu ul li a:before {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 12px;
    font-weight: lighter;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg); }

.subMenu ul li.has-sub.open > a {
  color: #AD0101;
  border-bottom: 1px solid #cccccc; }
  .subMenu ul li.has-sub.open > a:before {
    font-size: 12px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -5px; }

.subMenu ul li.has-sub.open ul li a {
  color: #666666;
  padding-left: 30px; }
  .subMenu ul li.has-sub.open ul li a:before {
    left: 15px; }

.subMenu ul li.has-sub.open ul li:hover a {
  color: #000000; }

.subMenu ul li ul {
  display: none; }

.subMenu > ul > li {
  border-bottom: 1px solid #cccccc; }
  .subMenu > ul > li > a:hover {
    color: #AD0101; }

/* index
-----------------------------------------------------------------------------*/
.index #fancybox-container-1.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  background-color: #000000; }

#index_modal {
  background-color: transparent; }
  #index_modal .fancybox-close-small:hover:after {
    background: #cc0000; }
  #index_modal .fancybox-close-small:after {
    color: #ffffff;
    border-radius: 50%;
    background: #AD0101; }

.idx_blockTit {
  padding: 50px 0; }
  .idx_blockTit p {
    color: #000000;
    font-size: 28px;
    margin-top: 5px; }

.graphic_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .graphic_menu .gm_item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    padding: 15px 15px 34px 15px;
    -webkit-box-shadow: 3px 3px 5px #cccccc;
    box-shadow: 3px 3px 5px #cccccc;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .graphic_menu .gm_item:after, .graphic_menu .gm_item:before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .graphic_menu .gm_item:before {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      top: 0;
      height: 87px;
      background-color: #F2F2F2;
      border-left: 87px solid #AD0101;
      border-bottom: 87px solid transparent;
      z-index: 2; }
    .graphic_menu .gm_item:after {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      top: 0;
      height: 100%;
      background-color: #F2F2F2;
      z-index: 1; }
    .graphic_menu .gm_item:hover {
      z-index: 5;
      overflow: visible; }
      .graphic_menu .gm_item:hover:before, .graphic_menu .gm_item:hover:after {
        opacity: 1; }
      .graphic_menu .gm_item:hover:before {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px); }
      .graphic_menu .gm_item:hover:after {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .graphic_menu .gm_item:hover img {
        position: relative;
        z-index: 5; }
      .graphic_menu .gm_item:hover .gmi_txt {
        color: #000000;
        position: relative;
        z-index: 5; }
    .graphic_menu .gm_item .gmi_txt {
      color: #000000;
      font-size: 22px;
      margin-top: 15px; }

.scroll_blk {
  text-align: center;
  padding: 20px 0; }
  .scroll_blk .scrolldown {
    display: inline-block;
    -webkit-animation-name: scrolldown;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes scrolldown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.idx_industry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .idx_industry .bigCircle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 360px;
    height: 360px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 3; }
    .idx_industry .bigCircle .cirFM {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin: auto; }
      .idx_industry .bigCircle .cirFM .cir_title {
        color: #AD0101;
        font-size: 40px; }
        .idx_industry .bigCircle .cirFM .cir_title:after {
          content: "";
          width: 126px;
          height: 4px;
          display: block;
          margin: 40px auto;
          background-color: #CCCCCC; }
      .idx_industry .bigCircle .cirFM .cir_txt {
        font-size: 25px;
        line-height: 35px;
        min-height: 70px; }
  .idx_industry .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .idx_industry .col a:hover .colImg:after {
      -webkit-transition: background-color 500ms linear;
      -ms-transition: background-color 500ms linear;
      -o-transition: background-color 500ms linear;
      transition: background-color 500ms linear;
      background-color: transparent; }
    .idx_industry .col a .colImg {
      position: relative;
      height: 100%;
      overflow: hidden;
      padding-bottom: 100%; }
      .idx_industry .col a .colImg .col_tit {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 20%;
        margin-top: -5.5%;
        -webkit-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%); }
        .idx_industry .col a .colImg .col_tit p {
          color: #ffffff;
          font-size: 22px;
          line-height: 32px;
          text-align: center;
          text-shadow: 0 0 2px #000; }
        .idx_industry .col a .colImg .col_tit img {
          display: block;
          margin: 15px auto 0 auto; }
      .idx_industry .col a .colImg > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .idx_industry .col a .colImg:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.65); }
    .idx_industry .col.col-r a .colImg {
      height: 0;
      padding-bottom: 35%; }
      .idx_industry .col.col-r a .colImg .col_tit {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -5.5%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

.idxPro {
  margin-bottom: 50px;
  position: relative; }
  .idxPro:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../fonts/circle_bg.svg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 150% center;
    z-index: -1; }
  .idxPro .idxPro_slick {
    overflow: hidden; }
    .idxPro .idxPro_slick .slick-slide {
      margin: 10px; }
    .idxPro .idxPro_slick:hover .slick-arrow.slick-prev {
      left: 0; }
    .idxPro .idxPro_slick:hover .slick-arrow.slick-next {
      right: 0; }
    .idxPro .idxPro_slick .slick-arrow {
      width: 45px;
      height: 45px;
      z-index: 5;
      top: 26%;
      background-color: #ffffff;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .idxPro .idxPro_slick .slick-arrow.slick-prev {
        left: -45px; }
      .idxPro .idxPro_slick .slick-arrow.slick-next {
        right: -45px; }
      .idxPro .idxPro_slick .slick-arrow:before {
        display: none; }
    .idxPro .idxPro_slick .slick-dots {
      position: relative;
      bottom: 0;
      margin: 40px 0; }
      .idxPro .idxPro_slick .slick-dots li {
        margin: 0; }
        .idxPro .idxPro_slick .slick-dots li button:before {
          color: #CCCCCC;
          font-size: 10px;
          opacity: 1; }
        .idxPro .idxPro_slick .slick-dots li.slick-active button:before {
          color: #AD0101; }

.idxNews .idxNews_slick .slick-slide {
  margin: 20px;
  opacity: 0.5 !important; }
  .idxNews .idxNews_slick .slick-slide.slick-active {
    opacity: 1 !important;
    margin-top: 0; }

.idxNews_button {
  width: 760px;
  margin: 30px auto 100px auto; }
  .idxNews_button .newsSlide_Arrow {
    color: #000000;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    padding: 0;
    background-color: transparent; }
    .idxNews_button .newsSlide_Arrow img {
      vertical-align: middle; }
    .idxNews_button .newsSlide_Arrow.slide_prev img {
      margin-right: 10px; }
    .idxNews_button .newsSlide_Arrow.slide_next img {
      margin-left: 10px; }
  .idxNews_button .btn_link_single {
    margin: 0;
    display: inline-block; }

.idxAbout {
  position: relative; }
  .idxAbout:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../fonts/circle_bg.svg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: -50% center;
    opacity: 0.2;
    z-index: -1; }
  .idxAbout .idxAB_blk {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto; }
    .idxAbout .idxAB_blk .idx_blockTit {
      padding-bottom: 15%; }
    .idxAbout .idxAB_blk .idxAB_txt {
      color: #000000;
      font-size: 16px;
      line-height: 40px;
      padding-bottom: 5%; }
  .idxAbout .itemImg {
    padding-bottom: 100%; }
    .idxAbout .itemImg .triangle_wh {
      width: 100px;
      height: 0;
      padding-bottom: 100%;
      overflow: hidden;
      z-index: 2;
      position: absolute;
      left: 0;
      bottom: 0; }
      .idxAbout .itemImg .triangle_wh:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-right: 100px solid transparent;
        border-bottom: 1000px solid #ffffff; }
    .idxAbout .itemImg img {
      width: 100%;
      height: 100%; }

/* about
-----------------------------------------------------------------------------*/
.about_cont .fixed_bg {
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .about_cont .fixed_bg.abBlk_01 {
    background-image: url(../images/abbg_01-1.jpg); }
  .about_cont .fixed_bg.abBlk_02 {
    position: relative;
    background-image: url(../images/abbg_01-2.jpg);
    z-index: -2; }
    .about_cont .fixed_bg.abBlk_02:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background-color: rgba(0, 0, 0, 0.65); }
    .about_cont .fixed_bg.abBlk_02 .page_title .big_txt {
      color: #ffffff; }
    .about_cont .fixed_bg.abBlk_02 .ab_txt {
      color: #ffffff; }

.about_cont .container {
  padding-top: 40px;
  padding-bottom: 40px; }

.about_cont .abImg {
  margin-bottom: 30px; }

.about_cont .abTxt_group {
  margin-bottom: 35px; }

.about_cont .abT_pt {
  padding-top: 35px; }

.about_cont .ab_tit {
  color: #000000;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px; }

.about_cont .abT_bold {
  font-weight: bold; }

.about_cont .ab_txt {
  color: #000000;
  font-size: 16px;
  line-height: 30px; }

.about_cont .table-responsive th,
.about_cont .table-responsive td {
  line-height: 30px;
  padding: 5px 10px; }

.about_cont .title_bar {
  margin-bottom: 10px; }

.about_cont .abBlk_05 .row {
  margin-top: 20px; }
  .about_cont .abBlk_05 .row [class^="column"]:first-child {
    padding-right: 30px; }
  .about_cont .abBlk_05 .row [class^="column"]:last-child {
    padding-left: 30px; }
  .about_cont .abBlk_05 .row [class^="column"] .ab_list {
    margin-bottom: 50px; }
    .about_cont .abBlk_05 .row [class^="column"] .ab_list li {
      color: #000000;
      font-size: 16px; }
      .about_cont .abBlk_05 .row [class^="column"] .ab_list li:before {
        content: "●";
        font-size: 30px;
        color: #666666;
        vertical-align: -3px;
        margin-right: 6px; }
  .about_cont .abBlk_05 .row [class^="column"] .manufact_blk {
    background-image: url("../images/abimg_01-3.jpg");
    background-repeat: no-repeat;
    position: relative;
    min-height: 352px; }
    .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos {
      position: absolute;
      width: 350px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .title {
        color: #ffffff;
        font-size: 24px;
        line-height: 34px;
        padding: 5px 0;
        margin-bottom: 20px;
        border: 1px solid #ffffff; }
      .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .txt {
        color: #ffffff;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px; }
      .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .btn {
        width: 235px;
        margin: 0 auto; }
        .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .btn a {
          display: block;
          color: #000000;
          padding: 15px 10px;
          font-size: 16px;
          border-radius: 44px;
          background-color: #ffffff; }
          .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .btn a:hover {
            color: #ffffff;
            background-color: #ad0101; }

.about_cont .ab_warranty_gp ul.grid.columns-2 > li {
  margin-bottom: 100px;
  vertical-align: middle; }

.about_cont b {
  font-weight: bold; }

.about_cont .mreport_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px; }
  .about_cont .mreport_group > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }

.about_cont .month_report_btn {
  margin-top: 10px;
  margin-bottom: 10px; }
  .about_cont .month_report_btn .btn_link_single {
    margin-top: 5px;
    margin-bottom: 0; }

.about_cont .ab_tabs .abTabs_nav {
  padding-left: 0;
  margin-bottom: 20px;
  text-align: center; }
  .about_cont .ab_tabs .abTabs_nav li {
    display: inline-block;
    margin: 13px; }
    .about_cont .ab_tabs .abTabs_nav li:first-child a {
      border-left: 1px solid #CCC; }
    .about_cont .ab_tabs .abTabs_nav li a {
      color: #000000;
      font-size: 18px;
      padding: 13px;
      text-align: center;
      border-radius: 44px;
      border: 1px solid #666666;
      display: block;
      background-color: #ffffff; }
      .about_cont .ab_tabs .abTabs_nav li a:hover, .about_cont .ab_tabs .abTabs_nav li a.active {
        color: #ffffff;
        background-color: #AD0101; }

.about_cont .ab_tabs .abTabs_content {
  padding: 10px;
  margin-top: -1px; }

.about_cont .table-responsive.four_col th:not(:nth-child(2)) {
  width: 145px; }

.about_cont .table-responsive.thr_col th:first-child, .about_cont .table-responsive.thr_col th:last-child {
  width: 145px; }

.about_cont .table-responsive.thr_col2 th:not(:first-child) {
  width: 145px; }

.about_cont .table-responsive.two_col th:last-child {
  width: 145px; }

.about_cont .select_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -15px 50px -15px; }
  .about_cont .select_bar .bar_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px; }
    .about_cont .select_bar .bar_item .btn_link_single {
      margin-top: 0;
      margin-bottom: 0; }

.about_cont .select_dp {
  position: relative;
  border-radius: 44px;
  background-color: #ffffff; }
  .about_cont .select_dp:after {
    position: absolute;
    color: #AD0101;
    content: "\e900";
    font-family: 'icomoon';
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0; }
  .about_cont .select_dp select {
    cursor: pointer;
    width: 100%;
    color: #000000;
    font-size: 18px;
    padding: 8.5px 65px 8.5px 20px;
    border-radius: 44px;
    font-family: 'Marcellus';
    border: 1px solid #cccccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    position: relative;
    z-index: 2; }

.about_cont .listStyle_number {
  list-style: outside decimal none;
  margin-left: 15px; }
  .about_cont .listStyle_number li {
    font-size: 16px;
    margin-bottom: 10px; }

/* product
-----------------------------------------------------------------------------*/
.product .editor {
  margin-bottom: 20px; }

.share_social {
  margin-bottom: 20px; }
  .share_social ul li {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }
    .share_social ul li .social_txt {
      font-size: 16px;
      line-height: 30px; }
    .share_social ul li i {
      font-size: 35px; }
      .share_social ul li i.fa-facebook-square {
        color: #3b5998; }
      .share_social ul li i.fa-linkedin-square {
        color: #007bb6; }
      .share_social ul li i.fa-twitter-square {
        color: #00aced; }
      .share_social ul li i.fa-google-plus-square {
        color: #dc4e41; }
    .share_social ul li .btn_clipboard {
      cursor: pointer;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      text-align: center;
      background-color: #666666; }
      .share_social ul li .btn_clipboard i {
        color: #ffffff;
        font-size: 16px;
        line-height: 32px; }

.srh_results {
  color: #333333;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: right; }
  .srh_results p {
    margin-bottom: 10px; }
    .srh_results p span {
      font-weight: bold; }
  .srh_results ul {
    margin-bottom: 10px; }
    .srh_results ul li {
      margin: 0 3px;
      display: inline-block; }
      .srh_results ul li a {
        display: block;
        color: #AD0101;
        border: 1px solid #4d4d4d;
        padding: 3px; }
      .srh_results ul li.active a, .srh_results ul li:hover a {
        color: #ffffff;
        background-color: #AD0101; }

.product > .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -15px; }
  .product > .row > [class^="column"] {
    padding: 0 15px; }
    .product > .row > [class^="column"]:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }

.product .proModel_tbl {
  margin-top: 20px;
  margin-bottom: 40px; }
  .product .proModel_tbl table thead tr th:first-child {
    width: 7%; }
  .product .proModel_tbl table thead tr th:nth-child(2) {
    text-align: left;
    width: 10%; }
  .product .proModel_tbl table thead tr th:nth-child(3) {
    width: 10%; }
  .product .proModel_tbl table thead tr th:nth-child(4), .product .proModel_tbl table thead tr th:nth-child(5) {
    width: 15%; }
  .product .proModel_tbl table tbody tr td {
    color: #0c3f74;
    -webkit-text-size-adjust: none; }
    .product .proModel_tbl table tbody tr td:nth-child(2) {
      text-align: left; }
  .product .proModel_tbl table tbody tr:hover td {
    color: #ad0101; }

.product .proModel_title {
  color: #AD0101;
  font-size: 18px;
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative; }
  .product .proModel_title:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -1px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-image: url(../images/rgarrow.svg);
    position: absolute;
    left: 0;
    top: 6px; }

.product .pro_list {
  font-size: 0px;
  margin-left: -2.5%;
  margin-bottom: 40px; }
  .product .pro_list .pro_item {
    width: 30.83%;
    margin: 0 0 2.5% 2.5%;
    display: inline-block;
    vertical-align: top; }

.pro_item a {
  display: block; }
  .pro_item a .itemImg {
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .pro_item a .ip_title {
    color: #000000;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .pro_item a .ip_title .newPro_tips {
      margin-right: 5px; }
  .pro_item a .ip_txt {
    color: #999999;
    font-size: 16px; }
  .pro_item a:hover .ip_title {
    color: #AD0101; }
  .pro_item a:hover .itemImg {
    border-color: #CCCCCC; }

ul.ip_txt {
  list-style-type: initial;
  margin-left: 15px; }

.column--3of4 .protxt {
  font-size: 14px;
  padding-bottom: 30px;
  line-height: 24px; }

.pord_rblk .pord_top {
  margin-bottom: 30px; }

.pord_rblk .row [class^="column"]:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%; }

.pord_rblk .proDlist_editor p {
  color: #000000;
  font-size: 16px;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative; }
  .pord_rblk .proDlist_editor p:before {
    color: #DA170E;
    content: "\e901";
    font-size: 12px;
    font-family: 'icomoon';
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 5px; }

.pord_rblk .proDlist_editor.none_icon p:before {
  display: none; }

.pro_btnBar .btn_link_single {
  width: 100%;
  margin: 0; }
  .pro_btnBar .btn_link_single a i,
  .pro_btnBar .btn_link_single a img {
    margin-right: 5px;
    vertical-align: sub; }
  .pro_btnBar .btn_link_single a:hover i:before {
    color: #ffffff; }

.pro_btnBar.btnBar_pd {
  padding-bottom: 2.5%; }

/* booking */
#booking table thead tr th {
  padding-left: 15px;
  padding-right: 15px; }
  #booking table thead tr th.qty {
    width: 20px; }
  #booking table thead tr th.boking {
    width: 100px; }

#booking table tbody tr td {
  padding-left: 15px;
  padding-right: 15px; }

.booking_pd {
  margin-bottom: 70px; }

.bookingDataBox {
  width: 120px;
  padding: 5px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }

.bookingArea {
  font-size: 0;
  white-space: nowrap;
  position: relative;
  left: -100%;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out; }

.bookingArea.active {
  left: 0; }

.bookingControl {
  font-size: 16px;
  display: inline-block;
  width: 120px;
  position: relative; }
  .bookingControl input {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%; }

.bookingStartBtn {
  font-size: 16px;
  width: 120px;
  border-radius: 25px;
  cursor: pointer;
  font-family: 'Verdana';
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .bookingStartBtn:hover {
    color: #ffffff;
    border-color: #AD0101;
    background-color: #AD0101; }

.bookingControl__Btn {
  position: absolute;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border: 0;
  top: 2px;
  background-color: #666666; }

.bookingControl__Btn:hover {
  cursor: pointer;
  background-color: #AD0101; }

.bookingControl__Btn.Reduce {
  left: 0; }

.bookingControl__Btn.Add {
  right: 0; }

.boking_formTit {
  color: #000000;
  font-size: 16px;
  padding-bottom: 30px; }

.booking_search .row {
  margin: 0 -1.5%; }
  .booking_search .row [class^="column"] {
    padding: 0 1.5%; }

.booking_search .bkSrh_tit {
  color: #000000;
  font-size: 18px;
  padding-bottom: 15px; }

.booking_search .bkSrh_select {
  position: relative;
  border-radius: 44px;
  background-color: #ffffff; }
  .booking_search .bkSrh_select select {
    cursor: pointer;
    width: 100%;
    color: #000000;
    font-size: 18px;
    padding: 11.5px 65px 11.5px 20px;
    border-radius: 44px;
    font-family: 'Verdana';
    border: 1px solid #cccccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    position: relative;
    z-index: 2; }
    .booking_search .bkSrh_select select::-ms-expand {
      display: none; }
    .booking_search .bkSrh_select select:hover {
      border-color: #AD0101; }
  .booking_search .bkSrh_select:after {
    position: absolute;
    color: #AD0101;
    content: "\e900";
    font-family: 'icomoon';
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0; }

.booking_search .bkSrh_input {
  width: 100%;
  color: #666666;
  font-size: 18px;
  padding: 11.5px 20px;
  border-radius: 44px;
  font-family: 'Verdana';
  border: 1px solid #cccccc; }
  .booking_search .bkSrh_input:hover {
    border-color: #AD0101; }
  .booking_search .bkSrh_input:disabled {
    cursor: no-drop;
    background-color: #ffffff; }

.booking_search .bkSrh_btn {
  margin-bottom: 50px; }
  .booking_search .bkSrh_btn .btn_link_single {
    display: inline-block;
    margin-right: 25px; }
  .booking_search .bkSrh_btn .bkSrh_login {
    font-size: 16px;
    display: inline-block; }
    .booking_search .bkSrh_btn .bkSrh_login a {
      color: #E60012;
      text-decoration: underline; }

.booking_search .full_w {
  width: 97.5% !important; }
  .booking_search .full_w textarea.bkSrh_input {
    border-radius: 20px; }

.booking_search .captcha {
  width: 97.5% !important; }
  .booking_search .captcha .bkSrh_input {
    width: 370px; }
  .booking_search .captcha .captcha_img {
    vertical-align: middle;
    margin-left: 30px; }
  .booking_search .captcha .captcha_link {
    color: #AD0101;
    text-decoration: underline;
    display: inline-block;
    margin-left: 30px; }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: #ffffff; }

.fancybox-close-small:after {
  color: #ffffff;
  border-radius: 0;
  background: #666666; }

/* selector */
.nosrh_txt {
  color: #AD0101;
  font-size: 18px; }

.pro_selector {
  margin-bottom: 50px; }
  .pro_selector .selector_tit {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px; }
  .pro_selector .btn_link_single {
    width: 100%;
    margin: 0; }
    .pro_selector .btn_link_single i {
      margin-right: 10px; }
  .pro_selector .selectBox_main .selector_box {
    padding: 2px 10px;
    border: 1px solid #cccccc;
    margin-bottom: 10px; }
    .pro_selector .selectBox_main .selector_box ul {
      font-size: 0; }
      .pro_selector .selectBox_main .selector_box ul li {
        margin: 5px 8px;
        display: inline-block; }
        .pro_selector .selectBox_main .selector_box ul li a {
          display: block;
          color: #666666;
          font-size: 14px; }
          .pro_selector .selectBox_main .selector_box ul li a.enabled {
            color: #666666; }
          .pro_selector .selectBox_main .selector_box ul li a.disabled {
            color: #f5f5f5;
            cursor: not-allowed; }
          .pro_selector .selectBox_main .selector_box ul li a:hover, .pro_selector .selectBox_main .selector_box ul li a.active {
            color: #AD0101; }
          .pro_selector .selectBox_main .selector_box ul li a.disabled:hover {
            color: #f5f5f5;
            cursor: not-allowed; }
    .pro_selector .selectBox_main .selector_box .select_mb {
      display: none; }
  .pro_selector .keyword_input {
    width: 500px;
    font-size: 16px;
    padding: 10.5px 30px;
    border-radius: 44px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    font-family: 'Verdana'; }

/* news
-----------------------------------------------------------------------------*/
.news_list .news_item {
  margin-bottom: 30px; }

.news_item a {
  display: block;
  border: 1px solid #cccccc; }
  .news_item a .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .news_item a .row .column:last-child {
      padding: 20px 30px; }
  .news_item a .news_img {
    position: relative; }
    .news_item a .news_img .cover {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 0px 14px;
      width: 64px;
      height: 64px;
      text-align: center;
      color: #ffffff;
      background-color: #AD0101;
      z-index: 5; }
      .news_item a .news_img .cover .date {
        font-size: 28px;
        margin-top: 3px;
        margin-bottom: 5px;
        padding-bottom: 8px;
        line-height: 1;
        border-bottom: 1px solid #ffffff; }
      .news_item a .news_img .cover .month {
        font-size: 15px;
        line-height: 1; }
  .news_item a .news_title {
    color: #AD0101;
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
    height:40px;
    overflow: hidden; }
  .news_item a .news_txt {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden; }
  .news_item a:hover {
    border: 2px solid #AD0101; }

.news_item .itemImg img {
  width: 100%; }

.newsD_title {
  color: #000000;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 7px solid #CCCCCC; }

.newsD_date {
  padding: 5px 20px;
  width: 74px;
  height: 74px;
  text-align: center;
  color: #ffffff;
  background-color: #DA170E;
  z-index: 5; }
  .newsD_date .date {
    font-size: 28px;
    margin-top: 3px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    line-height: 1;
    border-bottom: 1px solid #ffffff; }
  .newsD_date .month {
    font-size: 15px;
    line-height: 1; }

.newsD_button {
  width: 100%; }

.down_num {
  padding: 5px 20px;
  width: 74px;
  height: 74px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  background-color: #DA170E; }
  .down_num .num_txt {
    color: #FFFFFF;
    font-size: 32px; }

/* troubleshooting
-----------------------------------------------------------------------------*/
.tsh .tsh_list {
  border: 1px solid #CCCCCC;
  border-bottom: 0; }
  .tsh .tsh_list .row {
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tsh .tsh_list .row [class^="column"] .tsh_tit {
      color: #000000;
      font-size: 22px;
      line-height: 72px; }
    .tsh .tsh_list .row [class^="column"] .tsh_txt {
      color: #666666;
      font-size: 16px;
      line-height: 26px; }
    .tsh .tsh_list .row [class^="column"] a {
      display: block; }
      .tsh .tsh_list .row [class^="column"] a i:before {
        color: #CCCCCC;
        font-size: 30px; }
      .tsh .tsh_list .row [class^="column"] a:hover i:before {
        color: #DA170E; }
    .tsh .tsh_list .row [class^="column"]:first-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px; }
    .tsh .tsh_list .row [class^="column"]:nth-child(2) {
      -ms-flex-item-align: start;
      align-self: flex-start; }
    .tsh .tsh_list .row [class^="column"]:last-child {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8%;
      flex: 0 0 8%; }
  .tsh .tsh_list:last-child {
    border-bottom: 1px solid #CCCCCC; }

/* faq
-----------------------------------------------------------------------------*/
.faq {
  margin: 0 auto 50px; }
  .faq li {
    position: relative;
    margin-bottom: 15px; }
    .faq li .title {
      width: 100%;
      display: block;
      cursor: pointer;
      color: #000000;
      padding: 10px 20px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-bottom: 7px solid #CCCCCC;
      background-color: #ffffff;
      position: relative; }
      .faq li .title:before, .faq li .title:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 25px;
        bottom: 0;
        background-color: #CCCCCC; }
      .faq li .title:before {
        left: 0; }
      .faq li .title:after {
        right: 0; }
      .faq li .title .arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .faq li .title .arrow .qtit {
          font-size: 32px;
          margin-right: 20px;
          width: 65px; }
        .faq li .title .arrow .qtxt {
          font-size: 22px;
          padding-top: 5px;
          padding-right: 50px;
          display: inline-block; }
        .faq li .title .arrow:after {
          content: "+";
          width: 30px;
          height: 30px;
          position: absolute;
          right: 20px;
          top: 0;
          bottom: 0;
          margin: auto;
          font-size: 30px;
          line-height: 27px;
          text-align: center;
          color: #000000;
          background-color: #ffffff;
          border: 1px solid #CCCCCC; }
      .faq li .title.active.title, .faq li .title:hover.title {
        color: #DA170E;
        border-bottom-color: #000000; }
        .faq li .title.active.title:before, .faq li .title.active.title:after, .faq li .title:hover.title:before, .faq li .title:hover.title:after {
          background-color: #000000; }
      .faq li .title.active .arrow:after {
        content: "-";
        color: #ffffff;
        line-height: 23px;
        background-color: #DA170E;
        border-color: #DA170E; }
    .faq li .editor {
      display: none;
      color: #666666;
      font-size: 16px;
      line-height: 30px;
      padding: 15px 20px; }

/* contact
-----------------------------------------------------------------------------*/
.cont_office .offices_list .itemImg {
  padding-bottom: 44%; }

.cont_office .offices_list .text_FM {
  padding: 20px 10px; }
  .cont_office .offices_list .text_FM .title {
    color: #000000;
    font-size: 22px;
    margin-bottom: 30px; }
  .cont_office .offices_list .text_FM .txt_list li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 20px; }
    .cont_office .offices_list .text_FM .txt_list li:last-child {
      margin-bottom: 0; }

.cont_office .offices_srh {
  padding: 20px;
  margin-bottom: 50px;
  background-color: #EFEFEF; }
  .cont_office .offices_srh button {
    margin: 0; }

.cont_office .table-responsive {
  margin-bottom: 80px; }
  .cont_office .table-responsive th,
  .cont_office .table-responsive td {
    padding: 10px; }

/* footer
-----------------------------------------------------------------------------*/
footer .ft_top {
  padding: 30px 0;
  background-color: #F2F2F2;
  border-bottom: 1px solid #E60012; }
  footer .ft_top .subscribe_newsletter {
    margin-left: auto;
    margin-right: auto;
    width: 75%; }
    footer .ft_top .subscribe_newsletter .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    footer .ft_top .subscribe_newsletter .title {
      color: #000000;
      font-size: 18px; }
    footer .ft_top .subscribe_newsletter .btn_subscribe {
      position: relative; }
      footer .ft_top .subscribe_newsletter .btn_subscribe input {
        width: 100%;
        min-height: 44px;
        border-radius: 44px;
        padding: 10px 200px 10px 30px;
        border: 0;
        font-size: 18px;
        font-family: 'Verdana'; }
      footer .ft_top .subscribe_newsletter .btn_subscribe a {
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 180px;
        font-size: 16px;
        text-align: center;
        height: 44px;
        line-height: 40px;
        border-radius: 44px;
        color: #ffffff;
        border: 1px solid #AD0101;
        background-color: #AD0101;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        footer .ft_top .subscribe_newsletter .btn_subscribe a:hover {
          color: #CCCCCC;
          border-color: #CCCCCC;
          background-color: #ffffff; }

footer .ft_menu {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #F2F2F2; }
  footer .ft_menu .row {
    margin-bottom: 20px; }
  footer .ft_menu .menu_title {
    color: #E60012;
    font-size: 21px;
    margin-bottom: 25px; }
  footer .ft_menu .menu_list li {
    margin-bottom: 5px; }
    footer .ft_menu .menu_list li a {
      display: block;
      color: #333333;
      font-size: 14px; }
      footer .ft_menu .menu_list li a:hover {
        color: #AD0101; }
  footer .ft_menu .social_link {
    font-size: 0; }
    footer .ft_menu .social_link li {
      display: inline-block;
      margin-right: 20px; }
      footer .ft_menu .social_link li a {
        width: 24px;
        height: 24px;
        display: block;
        border-radius: 50%;
        background-color: #AD0101; }
        footer .ft_menu .social_link li a:hover {
          background-color: #E60012; }
      footer .ft_menu .social_link li:last-child {
        margin-right: 0; }

footer .ft_copyright {
  text-align: center;
  background-color: #AD0101; }
  footer .ft_copyright .copyRightTxt {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 24px 15px 10px;
    line-height: 1; }
    footer .ft_copyright .copyRightTxt .cyt {
      color: #ffffff;
      position: relative;
      display: inline-block;
      vertical-align: -2px;
      overflow: hidden; }
      footer .ft_copyright .copyRightTxt .cyt img {
        position: absolute;
        opacity: 0;
        z-index: 1;
        top: 0;
        left: 0; }

.goTop {
  display: none;
  cursor: pointer;
  position: fixed;
  right: -95px;
  bottom: 10%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.goActive {
  right: 0 !important;
  display: block !important;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* gdpr */
.gdprBlock {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  .gdprBlock:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .gdprBlock .gdprBlock_cont {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .gdprBlock .gdprBlock_cont .gdprBlockItem__lt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%; }
    .gdprBlock .gdprBlock_cont .gdprBlockItem__rt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%; }

.gdprBlock.show {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%); }

.GDPR__btnArea {
  position: relative; }

.gdprBlock__txt {
  color: #FFFFFF;
  margin: 10px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  position: relative; }

.gdpr__Btn {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
  margin: 20px auto 10px auto;
  text-decoration: none;
  border-radius: 50px;
  background-color: #AD0101; }

.gdpr__Btn:hover {
  color: #ffffff; }

.gdpr__Link {
  display: block;
  vertical-align: middle;
  text-align: center; }

a.gdpr__Link {
  color: #FFFFFF;
  margin-bottom: 10px;
  text-decoration: underline; }

.info_menuList {
  margin-bottom: 25px; }
  .info_menuList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .info_menuList ul li {
      min-width: 210px;
      margin: 10px; }
      .info_menuList ul li a {
        width: 100%;
        display: block;
        text-align: center;
        color: #000000;
        font-size: 16px;
        padding: 13px 10.5px;
        border-radius: 44px;
        font-family: 'Verdana';
        border: 1px solid #000000; }
      .info_menuList ul li:hover a, .info_menuList ul li:focus a, .info_menuList ul li.active a {
        color: #ffffff;
        border-color: #AD0101;
        background-color: #AD0101; }

.infoUim_content {
  max-width: 1064px;
  padding-left: 15px;
  padding-right: 15px; }
  .infoUim_content .infoUim_blk {
    border: 1px solid #CCCCCC;
    margin-bottom: 50px; }
    .infoUim_content .infoUim_blk .infoUim_menu {
      padding: 20px 10px 10px 10px; }
      .infoUim_content .infoUim_blk .infoUim_menu ul li {
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 10px; }
        .infoUim_content .infoUim_blk .infoUim_menu ul li a {
          color: #000;
          display: block;
          font-size: 16px;
          padding: 0 10px;
          border-radius: 3px;
          border: 1px solid #C8C8C8;
          background-color: #D7D7D7; }
          .infoUim_content .infoUim_blk .infoUim_menu ul li a:hover {
            color: #ffffff;
            border-color: #DA170E;
            background-color: #DA170E; }
    .infoUim_content .infoUim_blk .infoUim_list {
      padding: 20px 12px;
      background-color: #F0F0F0; }
      .infoUim_content .infoUim_blk .infoUim_list .title {
        color: #000000;
        font-size: 16px; }
      .infoUim_content .infoUim_blk .infoUim_list .txt {
        color: #999999;
        font-size: 16px; }

/* media query
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1800px) {
  header .nav .navBar .navMenu > li:last-child .moreMenu {
    right: 0;
    left: auto; } }

/* max_1800 end */
@media screen and (max-width: 1510px) {
  .idxAbout .itemImg {
    height: 100%; }
    .idxAbout .itemImg .triangle_wh {
      height: 100%; } }

/* max_1510 end */
@media screen and (max-width: 1500px) {
  header .nav .navBar .navMenu > li > a {
    padding-left: 30px;
    padding-right: 30px; }
  .idx_industry .bigCircle {
    width: 360px;
    height: 360px; }
    .idx_industry .bigCircle .cirFM .cir_title {
      font-size: 42px; }
      .idx_industry .bigCircle .cirFM .cir_title:after {
        margin: 20px auto; }
  .idxAbout .idxAB_blk {
    max-width: 100%;
    padding: 50px; }
  .page {
    background-position: -80% 23%, 180% 97%; } }

/* max_1500 end */
@media screen and (max-width: 1400px) {
  .idx_industry .bigCircle {
    width: 300px;
    height: 300px; }
    .idx_industry .bigCircle .cirFM .cir_title {
      font-size: 35px; }
    .idx_industry .bigCircle .cirFM .cir_txt {
      font-size: 18px;
      line-height: 28px; } }

/* max_1400 end */
@media screen and (max-width: 1350px) {
  header .nav .navBar .navMenu > li > a {
    padding-left: 20px;
    padding-right: 20px; }
  .idx_industry .bigCircle {
    width: 400px;
    height: 400px; }
  .idx_industry .col.col-r a .colImg .col_tit {
    margin-top: -10%; }
  .page {
    background-position: -150% 23%, 250% 97%; }
  footer .ft_top .subscribe_newsletter {
    width: 85%; }
    footer .ft_top .subscribe_newsletter .btn_subscribe {
      max-width: 450px;
      margin: 0 auto; } }

/* max_1300 end */
@media screen and (max-width: 1200px) {
  header .nav .navBar .navMenu > li > a {
    padding-right: 12px;
    padding-left: 12px; }
  header .nav .navBar .navMenu > li.more.multiMenu .moreMenu {
    width: 100%; }
    header .nav .navBar .navMenu > li.more.multiMenu .moreMenu .multiM_top {
      padding-left: 35px;
      padding-right: 35px; }
  .page {
    background-image: none; }
  .banner .cover_menu {
    display: none; } }

/* max_1200 end */
@media screen and (max-width: 1080px) {
  header {
    display: none; }
  .topLink_mb {
    bottom: 0; }
  .mbPanel {
    display: block; }
    .mbPanel .btn-list {
      display: block;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .ftMenu_hide {
    display: none; }
  .idxPro:before {
    display: none; }
  .idx_industry {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .idx_industry .bigCircle {
      display: none; }
    .idx_industry .col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .idx_industry .col a .colImg {
        padding-bottom: 35%; }
        .idx_industry .col a .colImg .col_tit {
          left: 0;
          right: 0; }
          .idx_industry .col a .colImg .col_tit img {
            width: 5%; }
      .idx_industry .col.col-r a .colImg .col_tit {
        margin-top: -5%;
        left: 0;
        right: 0; }
  .product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product > .row {
      margin: 0;
      display: block; }
      .product > .row > [class^="column"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
        .product > .row > [class^="column"]:first-child {
          display: none; }
  .main {
    padding-top: 60px;
    padding-bottom: 30px; }
  footer .ft_top .subscribe_newsletter .row [class^="column"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  footer .ft_top .subscribe_newsletter .title {
    text-align: center;
    margin-bottom: 15px;
    line-height: 25px; }
  footer .ft_menu {
    text-align: center; }
    footer .ft_menu .row [class^="column"] {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    footer .ft_menu .menu_list {
      margin-bottom: 30px; }
    footer .ft_menu .menu_title {
      margin-bottom: 15px; } }

/* max_1024 end */
@media screen and (max-width: 992px) {
  .page_title .big_txt {
    font-size: 45px; }
  .graphic_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .graphic_menu .gm_item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding: 30px 15px; }
      .graphic_menu .gm_item:before, .graphic_menu .gm_item:after {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s; }
      .graphic_menu .gm_item:hover:before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
  .idxNews_button {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 22px; }
    .idxNews_button.newsD_button {
      padding: 0; }
  .idxAbout .row .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .idxAbout .idxAB_blk {
    padding: 0 15px; }
    .idxAbout .idxAB_blk .idx_blockTit {
      padding-top: 30px;
      padding-bottom: 30px; }
    .idxAbout .idxAB_blk .idxAB_txt {
      padding-bottom: 30px; }
      .idxAbout .idxAB_blk .idxAB_txt:last-of-type {
        padding-bottom: 0; }
    .idxAbout .idxAB_blk .btn_link_single {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
  .idxAbout .itemImg {
    height: auto; }
    .idxAbout .itemImg .triangle_wh {
      display: none; }
  .product .pro_list .pro_item {
    width: 47.5%; }
  .offices_srh [class^="column"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 15px; }
    .offices_srh [class^="column"]:last-child {
      margin-bottom: 0; }
    .offices_srh [class^="column"] button {
      width: 100%; }
  .pro_selector ul.grid.columns-4 > li {
    width: 30.83%; }
  .about_cont .abBlk_05 .row [class^="column"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .about_cont .abBlk_05 .row [class^="column"]:first-child {
      padding-right: 0; }
    .about_cont .abBlk_05 .row [class^="column"]:last-child {
      padding-left: 0; }
    .about_cont .abBlk_05 .row [class^="column"] .manufact_blk {
      background-size: cover;
      background-position: center; }
  .about_cont .ab_warranty_gp ul.grid {
    margin-left: 0; }
    .about_cont .ab_warranty_gp ul.grid.columns-2 > li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 30px;
      vertical-align: top; }
  .about_cont .mreport_group {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .about_cont .mreport_group > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .about_cont .mreport_group > div .btn_link_single {
        width: 100%; } }

/* max_992 end */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }
  .mb {
    display: block !important; }
  .page_title.block_pd .big_txt {
    margin-bottom: 35px; }
  .page_title .big_txt {
    font-size: 35px; }
  .page_title .small_txt {
    font-size: 18px; }
  .breadcrumb {
    display: none; }
  .full_banner {
    position: relative; }
    .full_banner .slick-prev {
      left: 10px; }
    .full_banner .slick-next {
      right: 10px; }
  .gdprBlock_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block; }
  .gdpr__Btn {
    margin-bottom: 10px; }
  .idx_industry .col a .colImg .col_tit img {
    display: none; }
  .idxNews .idxNews_slick .slick-slide.slick-active {
    margin-top: 20px; }
  .idxNews_button .row {
    font-size: 0;
    display: block; }
    .idxNews_button .row .column {
      width: 50%;
      display: inline-block; }
      .idxNews_button .row .column.last_btnMore {
        width: 100%;
        text-align: center;
        margin-top: 20px; }
  .news_item .row .column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .pord_rblk .row [class^="column"] .proDlist_editor,
  .pord_rblk .row [class^="column"] .itemImg {
    margin-bottom: 30px; }
  .pord_rblk .row [class^="column"]:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .pro_btnBar .grid.columns-4 li {
    width: 30.83%; }
  .booking_search .captcha .bkSrh_input {
    width: 100%;
    margin-bottom: 15px; }
  .booking_search .captcha .captcha_img {
    margin-left: 0; }
  .booking_search .captcha .captcha_link {
    margin-left: 20px; }
  .pageNumber {
    text-align: center; }
  .tsh .tsh_list .row [class^="column"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .tsh .tsh_list .row [class^="column"]:nth-child(2) {
      margin: 15px 0; }
  .faq li .title {
    padding-left: 15px;
    padding-right: 15px; }
    .faq li .title .arrow {
      display: block; }
      .faq li .title .arrow:after {
        top: 10px;
        bottom: auto; }
      .faq li .title .arrow .qtit {
        font-size: 28px;
        margin-right: 0;
        width: 100%;
        display: block; }
      .faq li .title .arrow .qtxt {
        font-size: 18px;
        padding-top: 15px;
        padding-right: 0;
        display: block; }
  .cont_office .offices_list .text_FM {
    padding: 10px; }
  .cont_office .offices_list ul.grid {
    margin-left: 0; }
    .cont_office .offices_list ul.grid.columns-2 > li {
      width: 100%;
      margin-left: 0; }
  .about_cont .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  .about_cont .abBlk_05 .row [class^="column"] .ab_list {
    margin-bottom: 25px; }
  .about_cont .abT_pt,
  .about_cont .abTxt_group {
    margin-bottom: 25px; }
  .about_cont .ab_tit {
    font-size: 22px;
    line-height: 32px; }
  .about_cont .ab_txt {
    font-size: 15px;
    line-height: 30px; }
  .pro_selector .selectBox_main {
    margin-top: 30px;
    margin-bottom: 30px; }
    .pro_selector .selectBox_main .selector_box {
      border: 0;
      padding: 0;
      margin: 20px 0; }
      .pro_selector .selectBox_main .selector_box ul {
        display: none; }
      .pro_selector .selectBox_main .selector_box .select_mb {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 10.5px 20px;
        font-family: 'Verdana';
        border: 1px solid #cccccc; }
  .srh_results ul {
    display: none; }
  footer .ft_top .subscribe_newsletter {
    width: 100%; } }

/* max_767 end */
@media screen and (max-width: 667px) {
  .product .pro_list .pro_item {
    width: 97.5%; }
  .pro_item a .ip_title {
    font-size: 20px; }
  .pro_item a .ip_txt {
    font-size: 13px; }
  .pro_btnBar .grid.columns-4 li {
    width: 47.5%;
    margin-left: 2.5%; }
  .booking_search .row {
    margin: 0; }
    .booking_search .row [class^="column"] {
      padding: 0 0 20px 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .booking_search .bkSrh_btn .btn_link_single {
    margin-right: 0;
    width: 100%; }
  .booking_search .grid {
    margin-left: 0; }
    .booking_search .grid.columns-2 li {
      width: 100%;
      margin-left: 0; }
  .booking_search .full_w,
  .booking_search .captcha {
    width: 100% !important; }
  .booking_pd {
    margin-bottom: 50px; }
  .pro_selector .selector_tit {
    display: none; }
    .pro_selector .selector_tit.nonDispear {
      display: block; }
  .pro_selector ul.grid.columns-4 > li {
    width: 47.5%; }
    .pro_selector ul.grid.columns-4 > li:last-child {
      margin-bottom: 0; }
  .pro_selector .keyword_input {
    width: 100%; }
  .ab_tabs .abTabs_nav li {
    margin-left: 5px;
    margin-right: 5px; }
  .select_bar {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .select_bar .bar_item {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .select_bar .bar_item .btn_link_single {
        width: 100%; }
  .about_cont .mreport_group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about_cont .mreport_group > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }

/* max_667 end */
@media screen and (max-width: 480px) {
  .btn_link_single {
    margin-left: auto;
    margin-right: auto; }
  .page_title .big_txt {
    font-size: 30px; }
  .page_title .small_txt {
    font-size: 16px; }
  .title_bar {
    font-size: 20px; }
  .full_banner {
    position: relative; }
    .full_banner .slick-prev,
    .full_banner .slick-next {
      width: 30px;
      height: 30px; }
  .graphic_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .graphic_menu .gm_item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .pro_btnBar .grid.columns-4 li {
    width: 97.5%; }
  .booking_search .row [class^="column"] {
    padding: 10px 0; }
  .pro_selector ul.grid {
    margin-left: 0; }
    .pro_selector ul.grid.columns-4 > li {
      width: 100%; }
  .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos {
    width: 80%; }
    .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .title {
      padding: 5px;
      font-size: 20px;
      line-height: 30px; }
    .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .txt {
      color: #ffffff;
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 20px; }
    .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .btn {
      width: 100%; }
      .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos .btn a {
        padding: 10px 5px; }
  .about_cont .mreport_group > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 0; }
  footer .ft_top {
    padding-top: 35px;
    padding-bottom: 35px; }
    footer .ft_top .subscribe_newsletter .btn_subscribe input {
      padding-right: 30px; }
    footer .ft_top .subscribe_newsletter .btn_subscribe button {
      position: relative;
      margin: 20px auto 0 auto; }
  footer .ft_menu {
    padding-top: 40px;
    padding-bottom: 0; } }

/* max_480 end */
@media screen and (max-width: 320px) {
  .about_cont .abBlk_05 .row [class^="column"] .manufact_blk .manufact_pos {
    width: 88%; }
  .about_cont .select_bar {
    margin-left: 0;
    margin-right: 0;
    display: block; }
    .about_cont .select_bar .bar_item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 15px; } }

/* max_320 end */
.articleBlock,
.articleBlockStyle01,
.articleBlockStyle02,
.articleBlockStyle03,
.proBlock {
  display: inline-block;
  width: 100%;
  margin: 24px 0; }
  .articleBlock img,
  .articleBlockStyle01 img,
  .articleBlockStyle02 img,
  .articleBlockStyle03 img,
  .proBlock img {
    max-width: 100%;
    border-radius: 0; }
  .articleBlock .slidBlock .slidItem,
  .articleBlockStyle01 .slidBlock .slidItem,
  .articleBlockStyle02 .slidBlock .slidItem,
  .articleBlockStyle03 .slidBlock .slidItem,
  .proBlock .slidBlock .slidItem {
    padding: 15px; }
    .articleBlock a:not(.btn):hover,
    .articleBlockStyle01 a:not(.btn):hover,
    .articleBlockStyle02 a:not(.btn):hover,
    .articleBlockStyle03 a:not(.btn):hover,
    .proBlock a:not(.btn):hover {
      color: #F49C00; }
  .articleBlock > ul > li,
  .articleBlock > ol > li,
  .articleBlockStyle01 > ul > li,
  .articleBlockStyle02 > ul > li,
  .articleBlockStyle03 > ul > li,
  .proBlock > ul > li,
  .articleBlockStyle01 > ol > li,
  .articleBlockStyle02 > ol > li,
  .articleBlockStyle03 > ol > li,
  .proBlock > ol > li {
    margin-bottom: 30px; }
  .articleBlock ul, .articleBlock ol,
  .articleBlockStyle01 ul,
  .articleBlockStyle02 ul,
  .articleBlockStyle03 ul,
  .proBlock ul,
  .articleBlockStyle01 ol,
  .articleBlockStyle02 ol,
  .articleBlockStyle03 ol,
  .proBlock ol {
    margin-bottom: 0; }
    .articleBlock ul li, .articleBlock ol li,
    .articleBlockStyle01 ul li,
    .articleBlockStyle02 ul li,
    .articleBlockStyle03 ul li,
    .proBlock ul li,
    .articleBlockStyle01 ol li,
    .articleBlockStyle02 ol li,
    .articleBlockStyle03 ol li,
    .proBlock ol li {
      color: #033C77; }
      .articleBlock ul li > *, .articleBlock ol li > *,
      .articleBlockStyle01 ul li > *,
      .articleBlockStyle02 ul li > *,
      .articleBlockStyle03 ul li > *,
      .proBlock ul li > *,
      .articleBlockStyle01 ol li > *,
      .articleBlockStyle02 ol li > *,
      .articleBlockStyle03 ol li > *,
      .proBlock ol li > * {
        color: #333333; }
    .articleBlock ul + ul, .articleBlock ul + ol, .articleBlock ol + ul, .articleBlock ol + ol,
    .articleBlockStyle01 ul + ul,
    .articleBlockStyle02 ul + ul,
    .articleBlockStyle03 ul + ul,
    .proBlock ul + ul,
    .articleBlockStyle01 ul + ol,
    .articleBlockStyle02 ul + ol,
    .articleBlockStyle03 ul + ol,
    .proBlock ul + ol,
    .articleBlockStyle01 ol + ul,
    .articleBlockStyle02 ol + ul,
    .articleBlockStyle03 ol + ul,
    .proBlock ol + ul,
    .articleBlockStyle01 ol + ol,
    .articleBlockStyle02 ol + ol,
    .articleBlockStyle03 ol + ol,
    .proBlock ol + ol {
      margin-top: 30px; }
  .proBlock .proList .itemList .item {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.Bbox_in_3c > div:first-child {
  margin-left: -30px;
  margin-right: -30px; }
  .Bbox_in_3c > div:first-child:before, .Bbox_in_3c > div:first-child:after {
    content: " ";
    display: table; }
  .Bbox_in_3c > div:first-child:after {
    clear: both; }
.Bbox_in_3c > div > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .Bbox_in_3c > div > div {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .Bbox_in_3c > div > div {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .Bbox_in_3c > div > div {
      float: left;
      width: 33.33333%; } }
.itemImg {
  width: 100%;
  padding-bottom: 65%;
  border-radius: 0;
  height: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  }
  .itemImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    width: 100%;}
  /*.itemImg:before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    z-index: 0; }*/
  .itemImg .itemHover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(0, 130, 150, 0.8);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out; }
    .itemImg .itemHover img {
      width: auto;
      height: auto;
      min-width: 0;
      min-height: 0;
      position: static;
      transform: none;
      -webkit-transform: none; }
    .itemImg .itemHover > * {
      display: block;
      margin: 0px auto; }
    .itemImg .itemHover > * {
      color: #fff; }
    .itemImg .itemHover:hover {
      opacity: 1; }

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 0; }
  .item > * {
    max-width: 100%; }
  @media (max-width: 768px) {
    .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .item > :nth-child(1),
    .item > :nth-child(2) {
      width: 100% !important;
      padding-left: 0;
      padding-right: 0; } }
  .item .itemContent {
    color: #8c8c8c; }

.itemImg.eye:after {
  content: "\f06e"; }
.itemImg.share:after {
  content: "\f1e0"; }
.proBlock .proList .itemList .item .itemTitle, .proBlock .proList .downloadList .itemList.downloadListType1 .item .itemIcon, .downloadList .proBlock .proList .itemList.downloadListType1 .item .itemIcon {
    margin: 24px 0;
    font-size: 20px;
    color: #333333;
    text-decoration:none; 
}
.itemTitle, .downloadList .itemList.downloadListType1 .item .itemIcon {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    color: #F49C00;
}
.proBlock .proList .itemList .item .itemImg {
    padding-bottom: 80%;
}