﻿*{
	margin: 0 auto;
	padding: 0;
}


a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:focus,
a:hover {
  color: black;
  text-decoration: none;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a img {
  cursor: pointer;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.errorMessage {
  color: #c30;
  margin: 0 5px;
  vertical-align: middle;
}
.errorMessage:before {
  vertical-align: inherit;
}
.errorMessage.top {
  vertical-align: top;
}
[class^="xy-col-"],
[class*=" xy-col-"] {
  float: left;
  min-height: 1px;
  position: relative;
}
.xySation {
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.xySationShow {
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-animation: fadeInUp 1s;
  -ms-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}
@media (max-width: 767.98px) {
  .xySation {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}

html {
  font-size: 12px;
}
body {
  position: relative;
  overflow-y: scroll;
  color: black;
  font-family: Microsoft YaHei, Arial, "微软雅黑", "宋体";
  font-size: 1em;
  line-height: 2;
}
.xy-container {
  width: 100%;
}
.xy-container-fluid {
  width: 100%;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}

header {
  position:fixed;
  top:0;
  z-index: 10;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: rgba(51,51,51,0.5);
}
header.opacity{
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background-color:black;
}
header nav.navbar-default {
  max-width: 1220px;
  min-height: 40px;
  margin-bottom: 0;
  background-color:transparent;
  border-width: 0;
}
header nav.navbar-default > .navbar-header > .navbar-toggle {
  margin: 3px 15px 3px 0;
  border-color: transparent;
}
header nav.navbar-default > .navbar-header > .navbar-toggle > .icon-bar {
  background-color: white;
}
header nav.navbar-default > .navbar-header > .navbar-toggle:focus,
header nav.navbar-default > .navbar-header > .navbar-toggle:hover {
  background-color: transparent;
}
header nav.navbar-default > .navbar-header > .navbar-brand {
  height: 40px;
  padding: 0;
}
header nav.navbar-default > .navbar-header > .navbar-brand > img {
  height: 100%;
}
header nav.navbar-default > .navbar-collapse {
  position:absolute;
  left:0;
  right: 0;
  top: 50px;
  z-index: 10;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color:white;
  border-width: 0;
}
header nav.navbar-default > .navbar-collapse > .nav {
  margin: 0;
  padding: 5px 0;
}
header nav.navbar-default > .navbar-collapse > .nav > li > a,
header nav.navbar-default > .navbar-collapse > .nav > li > font{
  padding: 3px 10px;
  line-height: 2;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
header nav.navbar-default > .navbar-collapse > .nav > li > a:focus,
header nav.navbar-default > .navbar-collapse > .nav > li > a:hover {
  color: white;
  text-decoration: none;
}
header nav.navbar-default > .navbar-collapse > .nav > li.active > a {
  background-color: transparent;
}
header nav.navbar-default > .navbar-collapse > .nav > li > font > i {
  margin-top:4px;
  margin-left:0;
  margin-right:5px;
}

header nav.navbar-default > .navbar-collapse > .nav > li > ul,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul{
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
}
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > a,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > font {
  padding: 5px 15px 5px 23px;
  display: block;
  cursor: pointer;
  color: black;
  font-size: 14px;
  text-decoration: none;
  background-image:url(404.png);
  background-position:8px center;
  background-repeat:no-repeat;
}
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul > li > a,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul > li > font{
  padding: 3px 10px 3px 13px;
  display: block;
  cursor: pointer;
  color: black;
  font-size: 12px;
  text-decoration: none;
}

header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul > li > a > i,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul > li > font > i{
  margin-right:6px;
}
header nav.navbar-default > .navbar-collapse > .nav > li.open > font,
header nav.navbar-default > .navbar-collapse > .nav > li.open > font > i {
  color: white;
}
header nav.navbar-default > .navbar-collapse > .nav > li.open > font > i {
  margin-top:4px;
  margin-left:0;
  margin-right:5px;
}
header nav.navbar-default > .navbar-collapse > .nav > li.open > ul,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li.open > ul{
  display: block;
}
header nav.navbar-default > .navbar-collapse > .nav > li#lang > a{
  height:30px;
  width:30px;
  padding:0;
  float:left;
  cursor: pointer;
  color:white;
  text-align: center;
  line-height: 30px;
  background-color:transparent;
  border:0;
  border-radius: 50%;
}
header nav.navbar-default > .navbar-collapse > .nav > li#lang > a.active,
header nav.navbar-default > .navbar-collapse > .nav > li#lang > a:focus,
header nav.navbar-default > .navbar-collapse > .nav > li#lang > a:hover{
  color: white;
  background-color:#343434;
}
@media (max-width: 767px) {
  header nav.navbar-default {
    min-height: 30px;
    padding:10px 0;
  }
  header nav.navbar-default > .navbar-header > .navbar-brand {
    position:absolute;
    left:50%;
    height: 30px;
    margin-left: -23.5px;
  }
  header nav.navbar-default > .navbar-header > .navbar-toggle {
    width:24px;
    height:20px;
    padding:2px 5px;
    margin: 3px 0 3px 5px;
    float:left;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-width:0;
  }
  header nav.navbar-default > .navbar-header > .navbar-toggle > .icon-bar{
    margin-left:0;
    background-color:white;
  }
  header nav.navbar-default > .navbar-header > .navbar-toggle > #bar2{
    width:60%;
  }
  header nav.navbar-default > .navbar-header > .navbar-toggle > #bar3{
    width:80%;
  }
  header nav.navbar-default > .navbar-header > .nav-search {
    width:24px;
    height: 20px;
    padding:2px 5px;
    margin: 3px 5px 3px 0;
    float:right;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background-color:transparent;
    border-color: transparent;
    border-width:0;
  }
  header nav.navbar-default > .navbar-header > .nav-search:focus {
    outline: 0;
  }
  header nav.navbar-default > .navbar-header > button .icon-remove{
    display: block;
    color:white;
  }
  header nav.navbar-default > .navbar-header > button.collapsed .icon-remove{
    display: none;
  }
  header nav.navbar-default > .navbar-header > button .icon-search{
    display: none;
    color:white;
  }
  header nav.navbar-default > .navbar-header > button.collapsed .icon-search{
    display: block;
  }
  header nav.navbar-default > .navbar-header > button span{
    display: none;
  }
  header nav.navbar-default > .navbar-header > button.collapsed span{
    display: block;
  }
  header nav.navbar-default > .navbar-collapse > .nav {
    position: absolute;
    left:7%;
    right:7%;
    top:10px;
    width: 86%;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li{
    padding:10px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a,
  header nav.navbar-default > .navbar-collapse > .nav > li > font,
  header nav.navbar-default > .navbar-collapse > .nav > li.open > font,
  header nav.navbar-default > .navbar-collapse > .nav > li > a:focus,
  header nav.navbar-default > .navbar-collapse > .nav > li > a:hover {
    padding:0;
    display: block;
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > font i{
    font-size: 22px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li.open > font i{
    color:black;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li hr{
    margin:0 -10px;
    border-top-color:#bababa;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartwap{
    display: inline-flex;
    vertical-align: middle;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartwap .badge{
    height: 16px;
    padding:2px 5px;
    margin:4px 0 0 5px;
    float:right;
    line-height: 16px;
    background-color:red;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartwap img{
    height:16px;
    padding:4px;
    margin-right:10px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li .xy-col-1-2{
    width:50%;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li .xy-col-1-2 a{
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li .xy-col-1-2 a.active{
    color: #61479a;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > ul{
    padding:5px 0;
  }
  header nav.navbar-default > .navbar-collapse > #wapsearch{
    position:absolute;
    left:7%;
    right:7%;
    top:10px;
    width: 82%;
    padding:10px 2%;
    border-bottom: 1px black solid;
  }
  header nav.navbar-default > .navbar-collapse > #wapsearch .icon-search{
    font-size: 18px;
    line-height: 28px;
  }
  header nav.navbar-default > .navbar-collapse > #wapsearch input.trim{
    width: 90%;
    height: 28px;
    padding:0 10px;
    line-height: 28px;
    background-color:transparent;
    border-width:0;
  }
  
  header nav.navbar-default > .navbar-header #cartbtn{
    position: relative;
    padding:0;
  }
  header nav.navbar-default > .navbar-header #cartbtn .badge{
    position:absolute;
    right:-8px;
    top:-8px;
    padding: 1px 3px;
    font-weight:400;
    line-height: 16px;
    text-align: center;
    background-color:rgba(255,0,0,0.7);
  }
  header nav.navbar-default > .navbar-header #cartbtn img{
    width:20px;
    padding:5px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:transparent;
    border-radius: 50%;
  }
  header nav.navbar-default > .navbar-header #cartbtn:focus img,
  header nav.navbar-default > .navbar-header #cartbtn:hover img{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:#343434;
  }
}
@media (min-width: 768px) {
  header {
    border-top-width: 0;
  }
  header nav.navbar-default {
    padding:0;
    border-radius: 0;
    -webkit-animation: fadeOpacity 1s;
    -ms-animation: fadeOpacity 1s;
    animation: fadeOpacity 1s;
  }
  header nav.navbar-default > .navbar-header{
    position: relative;
    z-index: 20;
  }
  header nav.navbar-default > .navbar-header > .navbar-brand {
    height: 50px;
    margin-left:20px;
  }
  header nav.navbar-default > .navbar-header > .navbar-brand img {
    height:auto;
    max-height: 70%;
    margin-top:8%;
  }
  header nav.navbar-default > #nav-search{
    display: none !important;
  }
  header nav.navbar-default > .navbar-collapse {
    position: relative;
    top: 0;
    background: none;
  }
  header nav.navbar-default > .navbar-collapse > #lang {
    position: absolute;
    right: 25px;
    top: 0;
  }
  header nav.navbar-default > .navbar-collapse > #lang > a {
    height: 2em;
    width: 2em;
    display: inline-block;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: lighter;
    line-height: 2;
    text-align: center;
    border-radius: 50%;
  }
  header nav.navbar-default > .navbar-collapse > #lang > a:focus,
  header nav.navbar-default > .navbar-collapse > #lang > a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #8a8a8a;
  }
  header nav.navbar-default > .navbar-collapse > #lang > a.active {
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    background-color: #8a8a8a;
  }
  header nav.navbar-default > .navbar-collapse > #lang > a.active:focus,
  header nav.navbar-default > .navbar-collapse > #lang > a.active:hover {
    color: white;
    text-decoration: none;
  }
  header nav.navbar-default > .navbar-collapse > .nav {
    position: absolute;
    bottom: 40%;
    right: 10px;
    padding: 0;
    margin: 0 0 -12px 0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li {
    margin-right: 17px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a {
    padding: 5px 0 0;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5;
    border-bottom:2px transparent solid;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a.active,
  header nav.navbar-default > .navbar-collapse > .nav > li > a:focus,
  header nav.navbar-default > .navbar-collapse > .nav > li > a:hover {
    color:white;
    text-decoration: none;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li a.nav-search{
    padding:0;
    border-width:0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li a.nav-search:focus,
  header nav.navbar-default > .navbar-collapse > .nav > li a.nav-search:hover{
    border-bottom-color:transparent;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > i {
    margin-left:5px;
    cursor: pointer;
    color:#b7b7b7;
    line-height: 1;
    text-align: center;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > i.icon-search{
    width:23px;
    height: 23px;
    margin-left:0;
    padding:0;
    display: block;
    color:white;
    line-height: 23px;
    text-align: center;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > .popover > .popover-content > #topsearch {
    width: 210px;
    overflow: hidden;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > .popover > .popover-content > #topsearch > input.trim {
    height: 24px;
    width: 160px;
    float: left;
    padding: 2px 5px;
    color:#666;
    border: 1px #ccc solid;
    border-radius: 2px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > .popover > .popover-content > #topsearch > button {
    float: right;
    color:white;
    background-color:black;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > .dropdown-menu {
    left: 0;
    right: auto;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > .dropdown-menu > li > a {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 2;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > .dropdown-menu > li > a:focus,
  header nav.navbar-default > .navbar-collapse > .nav > li > .dropdown-menu > li > a:hover {
    color:#fec524;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li.open > a {
    background-color: transparent;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li.active > a {
    border-bottom-color: #1d1d1d;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > a,
  header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > font {
    color: white;
    background:black;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form{
    height: 27px;
    background-color:transparent;
    border-color:transparent transparent rgba(255, 255, 255, 0.5);
    border-width:0 0 1px;
    border-style: solid;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim{
    width:60px;
    height:18px;
    padding:3px 5px;
    color:white;
    background-color:transparent;
    border-width:0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim::-webkit-input-placeholder{
    color:white;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim:-moz-placeholder{
    color:white;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim::-moz-placeholder{
    color:white;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim:-ms-input-placeholder{
    color:white;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form button.btn{
    width:20px;
    height:20px;
    padding:2px;
    background-color:transparent;
    border-width:0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn{
    position: relative;
    padding:0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn .badge{
    position:absolute;
    right:-8px;
    top:-8px;
    padding: 1px 3px;
    font-weight:400;
    line-height: 16px;
    text-align: center;
    background-color:rgba(255,0,0,0.7);
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn img{
    width:20px;
    padding:5px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:transparent;
    border-radius: 50%;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn:focus img,
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn:hover img{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:#343434;
  }
}
@media (min-width: 992px) {
  header nav.navbar-default > .navbar-collapse > .nav > li {
    margin-right: 32px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim{
    width:90px;
  }
}
@media (min-width: 1090px) {
  header nav.navbar-default > .navbar-header > .navbar-brand {
    height: 60px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li a.nav-search{
    margin-top:2px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > i.icon-search{
    width:25px;
    height: 25px;
    line-height: 25px;
  }
}
@media (min-width: 1185px) {
  header nav.navbar-default > .navbar-collapse > .nav > li {
    margin-right: 47px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar-default > .navbar-header > .navbar-brand {
    height: 70px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a {
    font-size: 16px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > i.icon-search{
    width:27px;
    height: 27px;
    line-height: 27px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim{
    width:120px;
  }
}

#index-banner{
  position:relative;
  overflow: hidden;
}
#index-banner.xySationShow {
  -webkit-animation: fadeOpacity 2s;
  -ms-animation: fadeOpacity 2s;
  animation: fadeOpacity 2s;
}
#index-banner #carousel-banner {
  overflow:hidden;
}
#index-banner #carousel-banner > .carousel-inner > .item {
  max-width: 1920px;
}
#index-banner #carousel-banner > .carousel-inner > .item img {
  width: 100%;
  max-width: none;
  top: 0px;
}
#index-banner #carousel-banner > .carousel-inner > .item img.font{
  position: absolute;
  opacity: 0;
}
#index-banner #carousel-banner > .carousel-inner > .item.active   img.font {
  animation: fadeOpacity 0.5s;
  -ms-animation: fadeOpacity 0.5s;
  -moz-animation: fadeOpacity 0.5s;
  -webkit-animation: fadeOpacity 0.5s;
  -o-animation: fadeOpacity 0.5s;
  
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#index-banner .carousel.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
#index-banner .carousel.carousel-fade .carousel-inner .item,
#index-banner .carousel.carousel-fade .carousel-inner .active.left,
#index-banner .carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
#index-banner .carousel.carousel-fade .carousel-inner .active,
#index-banner .carousel.carousel-fade .carousel-inner .next.left,
#index-banner .carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#index-banner .carousel.carousel-fade .carousel-inner .next,
#index-banner .carousel.carousel-fade .carousel-inner .prev,
#index-banner .carousel.carousel-fade .carousel-inner .active.left,
#index-banner .carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#index-banner #carousel-banner > .carousel-control {
  top:0%;
  bottom:0%;
  background:none;
}
#index-banner #carousel-banner > .carousel-control > i {
  position: absolute;
  top: 40%;
  left: 30%;
  max-width: 40%;
  color:white;
  font-size: 1.5em;
}
#index-banner #carousel-banner > .carousel-control.right > i {
  right: 30%;
}
@media (min-width: 768px) {
  #index-banner #carousel-banner > .carousel-control {
    top:40%;
    bottom:40%;
  }
  #index-banner #carousel-banner > .carousel-control > i {
    top:0;
    font-size: 4em;
  }
  #index-banner .carousel > .carousel-indicators {
    bottom: 3%;
    margin-bottom: 0;
  }
  #index-banner .carousel > .carousel-indicators > li {
    height: 4px;
    width: 100px;
    margin: 0 3px;
    background-color: #848484;
    border-width: 0;
    border-radius: 0;
  }
  #index-banner .carousel > .carousel-indicators > li.active {
    background-color: #fc4400;
  }
}
@media (min-width: 1200px) {
  #index-banner #carousel-banner > .carousel-control > i {
    top:20%;
  }
}

#index-about{
  width:96%;
  max-width:1050px;
  padding:2% 0 5%;
}
#index-about #icons{
  padding:2% 0;
}
#index-about #icons img{
  margin:0 10px;
}
.index-about-font1{
  font-size: 38px;
  line-height: 1.6;
}
.index-about-font2{
  font-size: 24px;
  line-height: 1.6;
}
.index-about-font3{
  font-size: 16px;
  line-height: 1.6;
}
.index-about-font4{
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #index-about{
    padding:10% 0;
  }
  .index-about-font2{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .index-about-font4{
    font-size: 12px;
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  #index-about #icons img{
    margin:0 18px;
  }
  .index-about-font1{
    font-size: 42px;
  }
  .index-about-font2{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .index-about-font1{
    font-size: 46px;
  }
  .index-about-font2{
    font-size: 32px;
  }
  .index-about-font3{
    font-size: 18px;
  }
  .index-about-font4{
    font-size: 16px;
  }
}
@media (min-width: 1379px) {
  #index-about{
    padding-bottom:11%;
  }
}

#index-proclass{
  padding-bottom: 40px;
  background-color:#fff9e4;
}
#top-proclass{
  max-width:1362px;
  padding:2% 0;
  color:white;
  background-color:#150402;
}
.top-proclass-font1{
  font-size: 38px;
  line-height: 1.6;
}
.top-proclass-font2{
  max-width: 410px;
  font-size: 14px;
  line-height: 1.6;
}
.top-proclass-font3{
  font-size: 14px;
  line-height: 1.6;
}
.top-proclass-font3 a{
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top:0;
  display: inline-block;
  vertical-align: middle;
  color:white;
}
.top-proclass-font3 a:focus,
.top-proclass-font3 a:hover{
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top:-5px;
  text-shadow:2px 2px 2px rgba(255, 255, 255, 0.3);
}
.top-proclass-font3 font{
  height: 12px;
  padding-left:2%;
  margin-left:2%;
  display: inline-block;
  vertical-align: middle;
  border-left:1px white solid;
}
#main-proclass{
  position: relative;
}
#main-proclass hr{
  position:absolute;
  bottom: 0;
  top:0;
  left:50%;
  height: auto;
  margin:0 0 0 -1px;
  border-color:#150402;
  border-style:solid;
  border-width:0 0 0 2px;
}
#main-proclass .num{
  max-width: 1144px;
}
#main-proclass .num [class^="pull-"],
#main-proclass .num [class*=" pull-"] {
  width: 48%;
  font-size: 18px;
  line-height: 3;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#main-proclass .num .pull-left.xySationShow{
  animation: fadeInLeft 0.5s;
  -ms-animation: fadeInLeft 0.5s;
  -moz-animation: fadeInLeft 0.5s;
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
}
#main-proclass .num .pull-right.xySationShow{
  animation: fadeInRight 0.5s;
  -ms-animation: fadeInRight 0.5s;
  -moz-animation: fadeInRight 0.5s;
  -webkit-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
}
#main-proclass .num [class^="pull-"].xySationShow,
#main-proclass .num [class*=" pull-"].xySationShow {
  
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#main-proclass [class^="bg-"],
#main-proclass [class*=" bg-"] {
  position: relative;
  background-position: center center;
  background-repeat: repeat-y;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#main-proclass .bg-left.xySationShow{
  animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
}
#main-proclass .bg-right.xySationShow{
  animation: fadeInRight 1s;
  -ms-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
}
#main-proclass [class^="bg-"].xySationShow,
#main-proclass [class*=" bg-"].xySationShow {
  
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#main-proclass .bg-left{
  background-image: url(../image/proclass-bg-left.png);
}
#main-proclass .bg-right{
  background-image: url(../image/proclass-bg-right.png);
}
#main-proclass [class^="bg-"] > div,
#main-proclass [class*=" bg-"] > div {
  position: relative;
  max-width: 1144px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size:cover;
}
#main-proclass [class^="bg-"] > div.pc1,
#main-proclass [class*=" bg-"] > div.pc1 {
  background-image: url(../image/pc1.png);
}
#main-proclass [class^="bg-"] > div.pc2,
#main-proclass [class*=" bg-"] > div.pc2 {
  background-image: url(../image/pc2.png);
}
#main-proclass [class^="bg-"] > div.pc3,
#main-proclass [class*=" bg-"] > div.pc3 {
  background-image: url(../image/pc3.png);
}
#main-proclass [class^="bg-"] > div.pc4,
#main-proclass [class*=" bg-"] > div.pc4 {
  background-image: url(../image/pc4.png);
}
#main-proclass [class^="bg-"] > div.pc5,
#main-proclass [class*=" bg-"] > div.pc5 {
  background-image: url(../image/pc5.png);
}
#main-proclass [class^="bg-"] img,
#main-proclass [class*=" bg-"] img {
  max-width:48%;
  animation: xyNarrow 0.5s;
  -ms-animation: xyNarrow 0.5s;
  -moz-animation: xyNarrow 0.5s;
  -webkit-animation: xyNarrow 0.5s;
  -o-animation: xyNarrow 0.5s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#main-proclass [class^="bg-"] img:focus,
#main-proclass [class^="bg-"] img:hover,
#main-proclass [class*=" bg-"] img:focus,
#main-proclass [class*=" bg-"] img:hover {
  animation: xyEnlarge 0.5s;
  -ms-animation: xyEnlarge 0.5s;
  -moz-animation: xyEnlarge 0.5s;
  -webkit-animation: xyEnlarge 0.5s;
  -o-animation: xyEnlarge 0.5s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#main-proclass [class^="bg-"] div[class^="pull-"],
#main-proclass [class^="bg-"] div[class*=" pull-"],
#main-proclass [class*=" bg-"] div[class^="pull-"],
#main-proclass [class*=" bg-"] div[class*=" pull-"] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 47%;
  overflow: hidden;
}
#main-proclass .bg-left div[class^="pull-"],
#main-proclass .bg-left div[class*=" pull-"] {
  left: 0;
}
#main-proclass .bg-right div[class^="pull-"],
#main-proclass .bg-right div[class*=" pull-"] {
  right: 0;
}
#main-proclass .more{
  position: absolute;
  bottom: 15px;
  padding:3px 5px;
  color:white;
  font-size: 14px;
  background-color:black;
  border-radius: 3px;
}
#main-proclass .bg-left .more{
  left:5px;
}
#main-proclass .bg-right .more{
  right:5px;
}
#main-proclass dl{
  margin-bottom: 0;
}
#main-proclass dt{
  position: relative;
  height: 80px;
}
#main-proclass dt div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
#main-proclass dd{
  font-size: 14px;
}
#main-proclass .bg-left dt,
#main-proclass .bg-left dd{
  text-align: right;
}
#main-proclass .bg-right dt,
#main-proclass .bg-right dd{
  text-align: left;
}
@media (max-width: 767px) {
  #index-proclass{
    padding-bottom: 20px;
    background-color:#e6ddd9;
  }
  #top-proclass{
    padding:5% 0;
    margin-bottom: 20px;
    background-color:#231815;
  }
  .top-proclass-font1{
    font-size: 20px;
    line-height: 2;
  }
  .top-proclass-font2{
    padding:0 2%;
    max-width: 340px;
    font-size: 12px;
    line-height: 1.8;
  }
  .top-proclass-font3{
    font-size: 12px;
    line-height: 1.8;
  }
  #main-proclass [class^="bg-"] > div,
  #main-proclass [class*=" bg-"] > div {
    overflow: hidden;
  }
  #main-proclass [class^="bg-"] > div.pc1,
  #main-proclass [class*=" bg-"] > div.pc1 {
    background:none;
  }
  #main-proclass [class^="bg-"] > div.pc2,
  #main-proclass [class*=" bg-"] > div.pc2 {
    background:none;
  }
  #main-proclass [class^="bg-"] > div.pc3,
  #main-proclass [class*=" bg-"] > div.pc3 {
    background:none;
  }
  #main-proclass [class^="bg-"] > div.pc4,
  #main-proclass [class*=" bg-"] > div.pc4 {
    background:none;
  }
  #main-proclass [class^="bg-"] > div.pc5,
  #main-proclass [class*=" bg-"] > div.pc5 {
    background:none;
  }
  #main-proclass [class^="bg-"] img,
  #main-proclass [class*=" bg-"] img {
    max-width:50%;
  }
  #main-proclass [class^="bg-"] div[class^="pull-"],
  #main-proclass [class^="bg-"] div[class*=" pull-"],
  #main-proclass [class*=" bg-"] div[class^="pull-"],
  #main-proclass [class*=" bg-"] div[class*=" pull-"] {
    width: 50%;
  }
  #main-proclass dl{
    padding:10px 5px 0 10px;
    margin-bottom: 35px;
  }
  #main-proclass dt{
    height: auto;
    padding:5px 0;
  }
  #main-proclass dt div{
    position: static;
    transform: translateY(0);
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
  }
  #main-proclass dd{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #main-proclass .bg-left dt,
  #main-proclass .bg-left dd {
    text-align: left;
  }
  #main-proclass .more{
    bottom: 10px;
  }
  #main-proclass .bg-left .more{
    left:10px;
    font-size: 12px;
    line-height: 1.6;
  }
  #main-proclass .bg-right .more{
    left:10px;
    right:auto;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 1159px) {
  .top-proclass-font3{
    padding: 0 2%;
  }
  font.proclass4{
    height:0;
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    border-left-width:0;
  }
}
@media (min-width: 992px) {
  .top-proclass-font1{
    font-size: 42px;
  }
  .top-proclass-font2{
    max-width:455px;
  }
  #main-proclass .num [class^="pull-"],
  #main-proclass .num [class*=" pull-"] {
    font-size: 20px;
    line-height: 3.5;
  }
  #main-proclass .more{
    bottom: 29px;
    font-size: 16px;
  }
  #main-proclass dl{
    margin-bottom: 10px;
  }
  #main-proclass dt{
    height: 90px;
  }
  #main-proclass dt div{
    font-size: 30px;
    line-height: 35px;
  }
  #main-proclass dt div a{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
  }
  #main-proclass dt div a:focus,
  #main-proclass dt div a:hover{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: bold;
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #main-proclass dd{
    font-size: 16px;
  }
  #main-proclass .bg-right dd{
    padding-left:5px;
  }
  #main-proclass .bg-right dd a{
    margin-left:0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
  }
  #main-proclass .bg-right dd a:focus,
  #main-proclass .bg-right dd a:hover{
    margin-left:-5px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: bold;
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #main-proclass .bg-left dd{
    padding-right:5px;
  }
  #main-proclass .bg-left dd a{
    margin-right:0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
  }
  #main-proclass .bg-left dd a:focus,
  #main-proclass .bg-left dd a:hover{
    margin-right:-5px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: bold;
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1100px) {
  #main-proclass dt{
    height: 100px;
  }
  #main-proclass dt div{
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .top-proclass-font1{
    font-size: 46px;
  }
  .top-proclass-font2{
    font-size: 16px;
  }
  .top-proclass-font3{
    font-size: 16px;
  }
  #main-proclass .num [class^="pull-"],
  #main-proclass .num [class*=" pull-"] {
    font-size: 22px;
    line-height: 4;
  }
  #main-proclass .more{
    bottom: 38px;
    font-size: 18px;
  }
  #main-proclass dl{
    margin-bottom: 20px;
  }
  #main-proclass dt{
    height: 120px;
  }
  #main-proclass dt div{
    font-size: 38px;
    line-height: 40px;
  }
  #main-proclass dd{
    font-size: 18px;
  }
}
@media (min-width: 1379px) {
  #index-proclass{
    position: relative;
    padding-bottom:80px;
    padding-top:108px;
  }
  #top-proclass{
    position: absolute;
    left: 50%;
    top: -108px;
    margin-left:-681px;
  }
}

#index-showroom{
  padding:3% 0;
}
.index-showroom-font1{
  font-size: 38px;
  line-height: 1.6;
}
.index-showroom-font2{
  font-size: 24px;
  line-height: 1.6;
}
.index-showroom-font3{
  width:92%;
  max-width: 510px;
  font-size: 14px;
  line-height: 1.6;
}
#index-showroom img{
  max-width:92%;
  margin-top: 2%;
}
@media (max-width: 767px) {
  .index-showroom-font1{
    font-size: 20px;
    font-weight: bold;
  }
  .index-showroom-font2{
    width: 260px;
    font-size: 14px;
    line-height: 1.5;
  }
  .index-showroom-font3{
    width:92%;
    color:#666666;
    font-size: 12px;
    line-height: 1.8;
  }
  #index-showroom img{
    max-width:92%;
  }
}
@media (min-width: 992px) {
  .index-showroom-font1{
    font-size: 42px;
  }
  .index-showroom-font2{
    font-size: 28px;
  }
  #index-showroom img{
    max-width:100%;
  }
}
@media (min-width: 1200px) {
  .index-showroom-font1{
    font-size: 46px;
  }
  .index-showroom-font2{
    font-size: 32px;
  }
  .index-showroom-font3{
    max-width: 600px;
    font-size: 16px;
  }
}

#footnav{
  background-color:#ffc52d;
}
#footnav article{
  max-width: 1230px;
  padding-top: 0.5%;
  background-color:white;
}
#footnav ul{
  width:91%;
  max-width: 1030px;
  margin:0 auto;
  float: none;
  display: flex;
  border-bottom: 1px black solid;
}
#footnav li{
  font-size: 18px;
}
#footnav article > div{
  width:91%;
  max-width:1030px;
  padding:2% 0 3%;
  margin: 0 auto;
}
#footnav article .xy-col-3{
  width:30%;
}
#footnav article .xy-col-4{
  width:40%;
  display: table;
  text-align: right;
  white-space:nowrap;
}
#footnav article .xy-col-4 div{
  transform: translateY(25%);
}
#footnav .xy-col-4 > div > *{
  margin:0 3%;
  cursor: pointer;
}
#footnav .xy-col-4 img{
  max-width:40%;
}
#footnav dd{
  font-size: 14px;
  line-height: 1.7;
}
#footnav dt{
  padding:3% 0;
  font-size: 16px;
  font-weight: 400;
}
#footnav dt .title{
  padding:3px 5px;
  margin-right:20px;
  display: inline-block;
  color:white;
  line-height: 20px;
  background-color:black;
  border-radius: 3px;
}
@media (max-width: 991px) {
  #footnav{
    background-color:transparent;
  }
  #footnav li{
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footnav article > div{
    padding:5% 0;
  }
  #footnav article .xy-col-3{
    width:100%;
  }
  #footnav article .xy-col-4{
    width:100%;
    text-align: left;
  }
  #footnav article .xy-col-4 div{
    transform: translateY(0);
  }
  #footnav .xy-col-4 > div > *{
    margin-left:0;
  }
  #footnav .xy-col-4 img{
    max-width:15%;
  }
  #footnav .xy-col-4 > div > *:last-child img{
    max-width:25%;
  }
  #footnav dd{
    font-size: 12px;
  }
  #footnav dt{
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  #footnav dd br{
    display: block !important;
  }
}

footer{
  background-color:black;
}
footer article{
  padding:2% 0;
  color:white;
  font-size: 14px;
  line-height: 1.6;
}
footer article a,
footer article a:focus,
footer article a:hover{
  color:white;
}
@media (max-width: 767px) {
  footer article{
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  footer article{
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  footer article{
    font-size: 18px;
  }
}

#inner-banner article{
  position: relative;
}
#inner-banner img {
  width: 100%;
}
#inner-banner .font{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color:white;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  transform: translateY(25%);
}
#inner-banner .font small{
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media (max-width: 767px) {
  #inner-banner .font{
    top:50%;
    margin-top: -22px;
    font-size: 22px;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  #inner-banner .font{
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  #inner-banner .font{
    font-size: 46px;
  }
}

#inner-about{
  width:90%;
  max-width: 1144px;
  padding:4% 0;
}
.inner-about-font1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-about-font2{
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-about-font3{
  color:#666666;
  line-height: 1.6;
}
.inner-about-font3 p{
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .inner-about-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .inner-about-font2{
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .inner-about-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-about-font1{
    font-size: 32px;
  }
}

#inner-spirit{
  background-color:#f8f8f8;
}
#inner-spirit article{
  width:96%;
  max-width:1024px;
  padding:3% 0 5%;
}
.inner-spirit-font1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#inner-spirit .xy-col-3-5{
  width:60%;
}
#inner-spirit .xy-col-2-5{
  width:40%;
}
#inner-spirit [class^="xy-col-"],
#inner-spirit [class*=" xy-col-"] {
  margin-top: 4%;
}
#inner-spirit .media-left div{
  width:64px;
  height:64px;
  margin-top: 1em;
  line-height: 60px;
  text-align: center;
  background-color:#fcc425;
  border-radius:50%;
}
#inner-spirit .media-body{
  color:#666666;
  line-height: 1.6;
}
#inner-spirit .media-heading{
  color:black;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 767px) {
  #inner-spirit{
    background-color:#f0f0f0;
  }
  #inner-spirit article{
    width:90%;
    padding:10% 0;
  }
  .inner-spirit-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #inner-spirit .xy-col-3-5{
    width:100%;
  }
  #inner-spirit .xy-col-2-5{
    width:100%;
  }
  #inner-spirit .media-heading{
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .inner-spirit-font1{
    font-size: 28px;
  }
  #inner-spirit .xy-col-3-5{
    width:55%;
    margin-right: 5%;
  }
  #inner-spirit .media-heading{
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .inner-spirit-font1{
    font-size: 32px;
  }
  #inner-spirit .xy-col-3-5{
    width:50%;
    margin-right: 10%;
  }
  #inner-spirit .media-heading{
    font-size: 24px;
  }
}

#inner-rdcenter{
  background-color:#fcc425;
}
#inner-rdcenter .xy-col-1-2{
  width:50%;
}
#inner-rdcenter article{
  position: relative;
}
#inner-rdcenter article #recenterfont{
  position:absolute;
  bottom: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  transform: translateY(-50%);
}
#recenterfont > div{
  width:46%;
  margin-right:2%;
  float: right;
}
.inner-rdcenter-font1{
  color:white;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.inner-rdcenter-font2{
  color:white;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.inner-rdcenter-font2 p{
  margin-bottom: 0;
  line-height: 1.5;
}
#inner-rdcenter img{
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#inner-rdcenter img.xySationShow{
  animation: fadeInLeft 0.5s;
  -ms-animation: fadeInLeft 0.5s;
  -moz-animation: fadeInLeft 0.5s;
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
.inner-rdcenter-font1.xySationShow,
.inner-rdcenter-font2.xySationShow{
  animation: fadeInRight 0.5s;
  -ms-animation: fadeInRight 0.5s;
  -moz-animation: fadeInRight 0.5s;
  -webkit-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
  
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  #inner-rdcenter .xy-col-1-2{
    width:100%;
  }
  #inner-rdcenter article #recenterfont{
    position:relative;
    bottom: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 1160px;
    margin: auto;
    transform: translateY(-50%);
  }
  #recenterfont > div{
    width:84%;
    margin:8%;
    float: right;
  }
  .inner-rdcenter-font1{
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .inner-rdcenter-font2 p{
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  #recenterfont > div{
    width:40%;
    margin-right:5%;
  }
  .inner-rdcenter-font1{
    font-size: 28px;
  }
  .inner-rdcenter-font2 p{
    margin-bottom: 10px;
    line-height: 1.7;
  }
}
@media (min-width: 1100px) {
  .inner-rdcenter-font2{
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .inner-rdcenter-font1{
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #recenterfont > div{
    margin-right:0;
  }
}

#inner-quality article{
  width:96%;
  max-width:1050px;
  padding:3% 0 5%;
}
.inner-quality-font1{
  margin-bottom: 2%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-quality-font2{
  line-height: 1.8;
  margin-bottom: 4%;
  margin-top: 0.5%;
}
#quality-icons{
  position: relative;
  width:100%;
  max-width: 570px;
}
#quality-icons::before{
  content: '';
  display: block;
  width: 100%;
  padding-top:53%;
}
#quality-icons #icon1{
  position: absolute;
  left:50%;
  top: 0;
  width: 136px;
  height: 56px;
  padding:40px 0;
  margin-left: -68px;
  color: white;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  background-color:black;
  border-radius: 50%;
}
#quality-icons #icon2{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100px;
  height: 60px;
  padding:20px 0;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color:#fcc425;
  border-radius: 50%;
}
#quality-icons #icon3{
  position: absolute;
  bottom: 0;
  left: 37%;
  width: 100px;
  height: 60px;
  padding:20px 0;
  margin-left:-50px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color:#fcc425;
  border-radius: 50%;
}
#quality-icons #icon4{
  position: absolute;
  bottom: 0;
  right: 37%;
  width: 100px;
  height: 60px;
  padding:20px 0;
  margin-right:-50px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color:#fcc425;
  border-radius: 50%;
}
#quality-icons #icon5{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 60px;
  padding:20px 0;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color:#fcc425;
  border-radius: 50%;
}
#quality-icons #line{
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#quality-icons #line.xySationShow{
  animation: fadeOpacity 0.5s;
  -ms-animation: fadeOpacity 0.5s;
  -moz-animation: fadeOpacity 0.5s;
  -webkit-animation: fadeOpacity 0.5s;
  -o-animation: fadeOpacity 0.5s;
  
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#quality-icons #line1{
  position:absolute;
  bottom: 45%;
  left: 50%;
  right:0;
  top: 10px;
  border-left:1px #bbbbbb solid;
}
#quality-icons #line2{
  position:absolute;
  bottom: 10px;
  left: 50px;
  right:50px;
  top: 55%;
  background-color:#bbbbbb;
}
#quality-icons #line2 .xy-col-1-3{
  width:33.33%;
  height: 100%;
  margin-left: -1px;
  background-color:white;
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
#quality-icons #line2 .xy-col-1-3:last-child{
  border-right-width:1px;
  margin-right: -1px;
}
@media (max-width: 767px) {
  #inner-quality article{
    width:90%;
    padding:10% 0;
  }
  .inner-quality-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #quality-icons::before{
    height: 250px;
    padding-top:0;
  }
  #quality-icons #icon1{
    width: 110px;
    height: 50px;
    padding:30px 0;
    margin-left: -55px;
    font-size: 16px;
    line-height: 25px;
  }
  #quality-icons #icon2{
    width: 70px;
    height: 64px;
    padding: 3px 0;
    font-size: 12px;
    line-height: 16px;
  }
  #quality-icons #icon3{
    width: 70px;
    height: 64px;
    padding: 3px 0;
    margin-left:-35px;
    font-size: 12px;
    line-height: 16px;
  }
  #quality-icons #icon4{
    width: 70px;
    height: 64px;
    padding: 3px 0;
    margin-right:-35px;
    font-size: 12px;
    line-height: 16px;
  }
  #quality-icons #icon5{
    width: 70px;
    height: 64px;
    padding: 3px 0;
    font-size: 12px;
    line-height: 16px;
  }
  #quality-icons #line2{
    left: 35px;
    right:35px;
  }
}
@media (min-width: 992px) {
  .inner-quality-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-quality-font1{
    font-size: 32px;
  }
}

#inner-room{
  background-color:#fcc425;
}
#inner-room article{
  width:96%;
  max-width:1220px;
  padding:3% 0 5%;
}
.inner-room-font1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-room-font2{
  line-height: 2;
  margin-bottom: 2%;
  margin-top: 0.5%;
}
#inner-room .xy-col-1-2{
  width:50%;
  margin: 0.5% 0;
}
#inner-room .xy-col-1-2 img{
  max-width: 98%;
}
@media (max-width: 767px) {
  #inner-room article{
    width:98%;
    padding:10% 0;
  }
  .inner-room-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .inner-room-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-room-font1{
    font-size: 32px;
  }
}

#inner-factory article{
  width:96%;
  max-width:1218px;
  padding:3% 0 5%;
}
.inner-factory-font1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-factory-font2{
  line-height: 2;
  margin-bottom: 2%;
  margin-top: 0.5%;
}
#inner-factory .xy-col-1-3{
  width:33.33%;
  margin: 0.5% 0;
}
#inner-factory .xy-col-1-3 img{
  max-width: 98%;
}
@media (max-width: 767px) {
  #inner-factory article{
    width:98%;
    padding:7% 0;
  }
  .inner-factory-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #inner-factory .xy-col-1-3{
    width:50%;
    margin: 0.5% 0;
  }
}
@media (min-width: 992px) {
  .inner-factory-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-factory-font1{
    font-size: 32px;
  }
}

#inner-honor{
  background-color:#f0f0f0;
}
#inner-honor article{
  width:96%;
  max-width:1220px;
  padding:3% 0 5%;
}
.inner-honor-font1{
  margin-bottom: 4%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#inner-honor .xy-col-1-4{
  width:25%;
}
#inner-honor .xy-col-1-4 img{
  max-width: 80%;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
@media (max-width: 767px) {
  #inner-honor article{
    width:90%;
    padding:10% 0;
  }
  .inner-honor-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #inner-honor .xy-col-1-4{
    width:50%;
    margin: 5% 0;
  }
}
@media (min-width: 992px) {
  .inner-honor-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-honor-font1{
    font-size: 32px;
  }
}

#inner-brand{
  padding:2% 0;
  background-color:#f2f2f2;
}
#inner-brand article{
  width:96%;
  max-width: 1230px;
}
#inner-brand .panel{
  margin-bottom: 2%;
}
#inner-brand .panel-body{
  padding:20px;
}
#inner-brand .xy-col-1-2{
  width:49%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#inner-brand .panel.xySationShow .news{
  animation: fadeInLeft 0.5s;
  -ms-animation: fadeInLeft 0.5s;
  -moz-animation: fadeInLeft 0.5s;
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#inner-brand .panel.xySationShow .prolist{
  animation: fadeInRight 0.5s;
  -ms-animation: fadeInRight 0.5s;
  -moz-animation: fadeInRight 0.5s;
  -webkit-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
  
  animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#inner-brand .news > div{
  max-width: 440px;
  margin-left: 0;
  text-align: center;
}
#inner-brand .news > div div{
  padding:5% 0;
  text-align: left;
}
#inner-brand .news > div .btn{
  margin:0 auto;
  color:white;
  background-color:#231815;
  border-color: #231815;
}
#inner-brand .prolist{
  float: right;
}
#inner-brand .prolist .xy-col-1-3{
  position:relative;
  width:33%;
}
#inner-brand .prolist .xy-col-1-3::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 116.36%;
}
#inner-brand .prolist .xy-col-1-3 img{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 92%;
  max-height: 92%;
  margin: auto;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
#inner-brand .prolist .xy-col-1-3 img:focus,
#inner-brand .prolist .xy-col-1-3 img:hover{
  animation: pulse 0.5s;
  -ms-animation: pulse 0.5s;
  -moz-animation: pulse 0.5s;
  -webkit-animation: pulse 0.5s;
  -o-animation: pulse 0.5s;
}
@media (max-width: 767px) {
  #inner-brand{
    background-color:#e2e5ea;
  }
  #inner-brand .xy-col-1-2{
    width:100%;
  }
  #inner-brand .prolist{
    padding-top: 5%;
  }
  #inner-brand .prolist .xy-col-1-3 img{
    max-width: 86%;
    max-height: 86%;
  }
}
@media (min-width: 992px) {
  #inner-brand .panel-body{
    padding:30px;
  }
}
@media (min-width: 1200px) {
  #inner-brand .panel-body{
    padding:40px;
  }
}

#inner-catalog article{
  width:96%;
  max-width:1260px;
  padding:2% 0;
}
#inner-catalog .xy-col-1-3{
  width:50%;
  margin:1% 0;
}
#inner-catalog .xy-col-1-3 > a{
  width:94%;
  max-width: 382px;
  display: block;
  background-color:#efefef;
}
#inner-catalog .xy-col-1-3 img{
  max-width: 50%;
  margin-left: 0;
  display: inline-block;
}
#inner-catalog .xy-col-1-3 > a div{
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
#inner-catalog .xy-col-1-3 > a div p{
  padding: 0 4%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #inner-catalog .xy-col-1-3{
    width:100%;
  }
}
@media (min-width: 992px) {
  #inner-catalog .xy-col-1-3{
    width:33.33%;
  }
}

#inner-news{
  background-color:#f2f2f2;
}
#inner-news .tab-content ul li.list-group-item{
  margin: 0;
  border-width:0 0 1px;
  border-radius: 0;
}
#inner-news .list-group-item-heading{
  display: flex;
}
#inner-news .list-group-item-heading div{
  position: relative;
  padding-right: 85px;
  margin: 0;
  display: inline-block;
  color:#4a4a4a;
  font-weight: bold;
}
#inner-news .list-group-item-heading font{
  position: absolute;
  right:0;
  top:50%;
  width:80px;
  margin-top:-8px;
  color:white;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  background-color:black;
  border-radius: 7px;
}
#inner-news .list-group-item-text{
  color:#858585;
  line-height: 1.6;
}
#inner-news .list-group-item a{
  color:#d0197b;
}
@media (max-width: 767px) {
  #inner-news{
    background-color:white;
  }
  #inner-news .nav-tabs{
    width:88%;
    margin: 5% auto 2%;
    border-width:0;
  }
  #inner-news .nav-tabs li{
    width:50%;
    margin: 0 -1px;
    border:1px #d0197b solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #inner-news .nav-tabs li + li{
    width:50%;
    margin: 0 -1px;
    border:1px #d0197b solid;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #inner-news .nav-tabs li.active{
    background-color:#d0197b;
  }
  #inner-news .nav-tabs li a{
    padding: 5px 0;
    color:#595959;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color:transparent;
    border-width:0;
  }
  #inner-news .nav-tabs li.active a{
    color:white;
  }
  #inner-news .tab-content .list-group-item{
    padding-left:6%;
    padding-right:6%;
  }
}
@media (min-width: 768px) {
  #inner-news{
    padding: 2.5% 0;
    background-color:#f2f2f2;
  }
  #inner-news .tab-content{
    max-width: 1232px;
  }
  #inner-news .tab-content > .tab-pane{
    width:44%;
    padding: 1% 2% 1.5%;
    margin:0 1%;
    display: inline-block;
    float:left;
    background-color:white;
  }
  #inner-news .tab-content .list-group-item{
    padding-bottom: 3%;
    padding-top: 3%;
  }
  #inner-news .tab-content .tab-pane li:first-child div{
    padding: 10px 15px;
    font-size: 24px;
    font-weight: bold;
  }
  #inner-news .tab-content .tab-pane li:last-child{
    padding: 10px 15px;
    line-height: 2;
  }
  #newslist{
    width: 90%;
    max-width: 1164px;
    padding: 15px 2%;
    margin: 0 auto;
    background-color:white;
  }
  #newslist .list-group-item{
    margin:0;
    border-width:0 0 1px;
    border-radius: 0;
  }
}
:root #inner-news .list-group-item-heading{
  display: block\9;
}
:root #inner-news .list-group-item-heading .ellipsis{
  padding-right: 0\9;
  white-space: normal\9;
}
:root #inner-news .list-group-item-heading font{
  position: relative\9;
  margin-left: 10px\9;
}

#detail{
  max-width: 1230px;
  border-radius: 0;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#detail .panel-body > h3 {
  margin-bottom: 0;
  margin-top: 0;
  color: #474747;
  font-size: 1.429em;
  line-height: 1.5;
  border-bottom: 1px #e7e7e7 solid;
}
#detail .panel-body > h3 small {
  padding-bottom: 10px;
  display: block;
  color: #acacac;
  line-height: 2;
}
#detail .panel-body > div {
  padding: 10px 0;
}
#detail .panel-body > div video {
  max-width: 100%;
  height: auto;
}
#detail .panel-body > div img {
  display: inline-block;
}
#detail .panel-body > div,
#detail .panel-body > div * {
  color: #464646;
  font-size: 1em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #detail .panel-body > h3 {
    font-size: 1.714em;
    line-height: 2;
    font-weight: bold;
  }
  #detail .panel-body > div{
    padding: 20px;
  }
  #detail .panel-body > div,
  #detail .panel-body > div * {
    font-size: 1.071em;
    line-height: 2;
  }
  #detail .panel-body > div video {
    margin: 0 auto;
    height: 600px;
  }
}

#inner-products{
  position: relative;
}
#inner-products .proclass-group{
  width: 96%;
  max-width: 1220px;
  display: table;
}
#inner-products .proclass-group div{
  min-width: 1px;
  display: table-cell;
  text-align: center;
  background-color:black;
  border-radius: 20px;
}
#inner-products .proclass-group div.line{
  width:2%;
  background-color:transparent;
}
#inner-products .proclass-group div.active{
  background-color:#fec524;
}
#inner-products .proclass-group div.xySation:focus,
#inner-products .proclass-group div.xySation:hover{
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
#inner-products .proclass-group .btn{
  white-space: normal;
  display: inline-block;
  color:white;
}
#masonry{
  min-width: 90%;
}
#masonry .thumbnail {
  width:32%;
  padding: 0;
  margin: 0.5%;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-width: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
#masonry .thumbnail:focus,
#masonry .thumbnail:hover{
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.8);
  box-shadow: 2px 2px 10px rgba(0,0,0,.8);
}
#masonry .thumbnail .imgs {
  padding: 8px;
}
#masonry .thumbnail .imgs > div {
  position:relative;
}
#masonry .thumbnail .imgs > div i {
  position:absolute;
  right:0;
  top:0;
  width:26px;
  height:26px;
  padding: 2px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  color:#888888;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-color:white;
  border-radius: 50%;
}
#masonry .thumbnail .imgs > div i:focus,
#masonry .thumbnail .imgs > div i:hover{
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#masonry .thumbnail .imgs > div div{
  line-height: 2;
}
#masonry .thumbnail .imgs .title{
  color:black;
  font-weight: bold;
}
#masonry .thumbnail .imgs .font{
  color:#666666;
}
#masonry .thumbnail .imgs .link{
  
}
#masonry .thumbnail .imgs .link a{
  color:#666666;
}
#masonry .thumbnail .imgs .link a:focus,
#masonry .thumbnail .imgs .link a:hover{
  color:#d0197b;
  text-decoration: underline;
}
#masonry .thumbnail .imgs img{
  margin-bottom: 10px;
}

#openwin {
  width: 96%;
  margin: 0 auto;
}
#openwin > div {
  width: 100%;
}
#openwin > div > #title {
  padding-bottom: 10px;
  font-size: 1.333em;
  line-height: 2;
}

#openwin .carousel-control {
  top:0%;
  bottom:0%;
  background:none;
}
#openwin .carousel-control > i {
  position: absolute;
  top: 40%;
  left: 30%;
  max-width: 40%;
  color:white;
  font-size: 1.5em;
}
#openwin .carousel-control.right > i {
  right: 30%;
}
@media (min-width: 768px) {
  #openwin > table {
    width:90%;
    max-width: 840px;
    margin: 0 auto;
    border-spacing: 5px;
  }
  #openwin > table td {
    width: 25%;
    padding: 1px;
    cursor: pointer;
    border: 1px #d0d0d0 solid;
  }
  #openwin > table td > div {
    position: relative;
    width: 100%;
  }
  #openwin > table td > div::before {
    content: '';
    display: block;
    width: 100%;
    padding-top:74%;
  }
  #openwin > table td > div > img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  #openwin > table td#big {
    width: 75%;
    padding: 0;
    cursor: auto;
    border: 1px #d0d0d0 solid;
  }
  #openwin > table td#big > div {
    position: relative;
    width: 100%;
  }
  #openwin > table td#big > div::before {
    content: '';
    display: block;
    width: 100%;
    padding-top:74%;
  }
  #openwin > table td#big > div > img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  #openwin > table td.active {
    padding: 0;
    border: 3px #d0197b solid;
  }
  #openwin > table td.active > i {
    display: block;
  }
}
#openwin > div.openinfo{
  width:88%;
  max-width: 670px;
  padding:2% 0 5%;
  margin:0 auto;
}
#openwin > div.openinfo > div{
  color:black;
  line-height: 2;
}
#openwin > div.openinfo > div label{
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
}
#openwin > div.openinfo > div.name{
  font-size:2em;
}
#openwin > div.openinfo > div.model{
  font-size:1.143em;
}
#openwin > div.openinfo > div.description{
  font-size:1.143em;
}
#openwin > div.openinfo button.btn{
  padding-left:25px;
  padding-right:25px;
  margin-top: 15px;
  color:white;
  background-color:#d0197b;
  border-radius: 15px;
}
#openwin > div.openinfo button.btn img{
  margin-right: 5px;
  display:inline-block;
}
@media (max-width: 991px) {
  #masonry .thumbnail {
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  }
}
@media (max-width: 767px) {
  #inner-products #group-box{
    padding:2% 0;
    overflow-y:auto;
    background-color:#f6f6f6;
  }
  #inner-products .proclass-group{
    min-width:600px;
  }
  #inner-products .proclass-group div{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    border-radius: 5px;
  }
  #inner-products .proclass-group div.xySationShow{
    animation: fadeInRight 0.5s;
    -ms-animation: fadeInRight 0.5s;
    -moz-animation: fadeInRight 0.5s;
    -webkit-animation: fadeInRight 0.5s;
    -o-animation: fadeInRight 0.5s;
    
    animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    
    animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
  }
  #inner-products-iframe{
    background-color:#f6f6f6;
  }
  #inner-products-iframe .iframe-left{
    padding:5px 10px;
  }
  #leftnav{
    margin-bottom: 5px;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
  }
  #leftnav .list-group-item{
    min-width:33.33%;
    padding:0;
    margin:0;
    background-color:transparent;
    border-width:0;
    border-radius: 0;
  }
  #leftnav .list-group-item a{
    position: relative;
    padding: 3px 10px 3px 18px;
    display: block;
  }
  #leftnav .list-group-item a i{
    position: absolute;
    left:8px;
    top:50%;
    width:4px;
    height:4px;
    margin-top:-2px;
    background-color:#bbbbbb;
  }
  #leftnav .list-group-item a:focus,
  #leftnav .list-group-item a:hover,
  #leftnav .list-group-item a.active{
    color:#d0197b;
    text-decoration: underline;
  }
  #leftnav .list-group-item a:focus i,
  #leftnav .list-group-item a:hover i,
  #leftnav .list-group-item a.active i{
    background-color:#d0197b;
  }
  #leftnav .list-group-item a font{
    position:absolute;
    left:0;
    top:50%;
    width:14px;
    height:14px;
    margin-top:-7px;
    color:#bbbbbb;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
  #leftnav .list-group-item a:focus font,
  #leftnav .list-group-item a:hover font,
  #leftnav .list-group-item a.active font{
    color:#d0197b;
  }
  #masonry .thumbnail {
    width:47%;
  }
}
@media (min-width: 768px) {
  #inner-products{
    background-color:#f6f6f6;
  }
  #inner-products .proclass-group{
    padding:10px 0;
  }
  #inner-products-iframe{
    background-color:#f6f6f6;
  }
  #inner-products-iframe article{
    padding:2% 0;
  }
  #inner-products-iframe .iframe{
    max-width: 1230px;
    display: flex;
  }
  #inner-products-iframe .iframe-left{
    min-width: 1px;
    flex: 1;
    background-color:white;
  }
  #leftnav .title{
    padding:20px 5% 10px 5%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  #leftnav .list-group-item{
    padding-left:5%;
    padding-right:5%;
    border-width:0;
    border-radius: 0;
  }
  #leftnav .list-group-item a{
    position: relative;
    padding-left:14px;
    display: block;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  #leftnav .list-group-item a i{
    position: absolute;
    left:0;
    top:50%;
    width:4px;
    height:4px;
    margin-top:-2px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:#bbbbbb;
  }
  #leftnav .list-group-item a:focus,
  #leftnav .list-group-item a:hover,
  #leftnav .list-group-item a.active{
    color:#fec524;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    text-decoration: underline;
  }
  #leftnav .list-group-item a:focus i,
  #leftnav .list-group-item a:hover i,
  #leftnav .list-group-item a.active i{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:#fec524;
  }
  #leftnav .list-group-item a font{
    position: absolute;
    left:0;
    top:50%;
    width:14px;
    height:14px;
    margin-top:-7px;
    color:#bbbbbb;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color:#bbbbbb;
  }
  #leftnav .list-group-item a:focus font,
  #leftnav .list-group-item a:hover font,
  #leftnav .list-group-item a.active font{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color:#d0197b;
  }
  #inner-products-iframe .iframe-right{
    min-width: 1px;
    flex: 3;
  }
}
@media (min-width: 992px) {
  #inner-products{
    background-color:transparent;
  }
  #inner-products .proclass-group{
    padding:0;
  }
  #inner-products .proclass-group{
    margin-top:-54px;
  }
  #inner-products-iframe{
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  #inner-products-iframe .iframe-right{
    flex: 4;
  }
  #leftnav .title{
    padding-left:10%;
  }
  #leftnav .list-group-item{
    padding-left:10%;
  }
  #leftnav .list-group-item a{
    padding-left:18px;
  }
  #masonry .thumbnail {
    width:23%;
  }
}

#inner-contact{
  position: relative;
}
#inner-map{
  line-height: 0;
}
#inner-info div{
  max-width: 1230px;
  padding:3% 0;
  margin: 0 auto;
  background-color:#f2f2f2;
}
#inner-info dl{
  width:90%;
  max-width: 860px;
  margin-bottom: 0;
}
#inner-info dt{
  padding:10px 0 10px 30px;
  color:#333333;
  font-size: 1.286em;
}
#inner-info dd{
  position: relative;
  padding:10px 0 10px 30px;
  color:#333333;
  line-height: 20px;
}
#inner-info dd i{
  position: absolute;
  left:0;
  top:10px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
#inner-info dd i#icon1{
  background-image:url(404.png);
}
#inner-info dd i#icon2{
  background-image:url(404.png);
}
#inner-info dd i#icon3{
  background-image:url(404.png);
}
#inner-info dd i#icon4{
  background-image:url(404.png);
}
@media (max-width: 767px) {
  #inner-info dt{
    padding-left: 0;
  }
  #inner-info dd{
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #inner-info dd i{
    top:5px;
  }
}
@media (min-width: 1157px) {
  #inner-info{
    position: absolute;
    bottom:0;
  }
  #inner-info div{
    background-color:white;
  }
}

#cart {
  width:90%;
  padding-bottom:5%;
  margin: 0 auto 5%;
}
#cart table.xySationShow{
  animation: fadeInUp 0.3s;
  -ms-animation: fadeInUp 0.3s;
  -moz-animation: fadeInUp 0.3s;
  -webkit-animation: fadeInUp 0.3s;
  -o-animation: fadeInUp 0.3s;
}
#cart table td {
  padding: 5px 0;
  font-size: 1em;
  line-height: 2;
}
#cart table td > font {
  color: #c30;
}
#cart table td > input {
  width: 180px;
  height: 20px;
  line-height: 20px;
  padding: 2px 5px;
  border: 1px #dbdbdb solid;
  border-radius: 4px;
}
#cart table td > textarea {
  width: 87%;
  height: 120px;
  line-height: 20px;
  padding: 2px 5px;
  border: 1px #dbdbdb solid;
  border-radius: 4px;
}
#cart table td > button {
  padding: 6px 45px;
  margin-right: 15px;
}
#cart > .table {
  table-layout: fixed;
}
#cart > .table thead > tr:first-child {
  background-color: #f5f5f5;
}
#cart > .table.table-bordered {
  border: 1px solid #ddd;
}
#cart > .table.table-bordered tbody > tr:first-child td,
#cart > .table.table-bordered tbody > tr:first-child th {
  border-top-width: 1px;
}
#cart > .table.table-striped tbody > tr:nth-of-type(even) {
  background-color: #ecf2fc;
}
#cart > .table.table-striped tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
#cart > .table tbody > tr td a.btn-default,
#cart > .table tbody > tr th a.btn-default {
  background-color: transparent;
  border-color: transparent;
}
#cart > .table tbody > tr td a.btn-default:hover,
#cart > .table tbody > tr th a.btn-default:hover,
#cart > .table tbody > tr td a.btn-default:active,
#cart > .table tbody > tr th a.btn-default:active {
  border-color: #CCCCCC;
}
#cart > .table tbody > tr td a.btn-default .glyphicon,
#cart > .table tbody > tr th a.btn-default .glyphicon {
  font-size: 14px;
  top: 3px;
}
#cart > .table tbody > tr td a.btn-default .glyphicon-remove,
#cart > .table tbody > tr th a.btn-default .glyphicon-remove {
  color: red;
}
#cart > .table tbody > tr td.img,
#cart > .table tbody > tr th.img {
  height: 161px;
  vertical-align: middle;
}
#cart > .table tbody > tr td.img > div,
#cart > .table tbody > tr th.img > div {
  position: relative;
  width: 200px;
}
#cart > .table tbody > tr td.img > div::before,
#cart > .table tbody > tr th.img > div::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 74%;
}
#cart > .table tbody > tr td.img > div > img,
#cart > .table tbody > tr th.img > div > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  margin:auto;
}
#cart .table tbody input.trim{
  width: 50%;
}
#cart table .th{
  width: 24%;
}
#cart table .td{
  width: 76%;
}
#cart table td .xy-col-1-2{
  width:50%;
}
#cart table td .xy-col-1-2 table{
  width:100%;
  margin:0;
}
@media (max-width: 991px) {
  #cart table .th{
    width: 30%;
  }
  #cart table .td{
    width: 70%;
  }
  #cart table td > input{
    width:auto;
  }
}
@media (max-width: 767px) {
  #cart {
    padding-bottom:10%;
  }
  #cart table td .xy-col-1-2{
    width:100%;
  }
  #cart table td.tdtable{
    padding:0;
  }
  #cart table td > button {
    padding: 6px 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .backToTop{
    position: fixed;
    bottom:10px;
    right:10px;
    width:40px;
    height: 150px;
  }
  .backToTop .top{
    position: absolute;
    left: 0;
    top: 0;
    padding:6px 8px;
    cursor: pointer;
    background-color:white;
  }
  .backToTop .middle{
    position: absolute;
    left: 0;
    top: 50%;
    padding:6px 2px 7px 3px;
    margin-top:-20px;
    background-color:white;
  }
  .backToTop .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    padding:7px 3px;
    background-color:white;
  }
  .backToTop .badge{
    position: absolute;
    right:0;
    top:50px;
    padding:2px 3px;
    font-weight: 400;
    background-color:red;
  }
}

@media (min-width: 768px) {
  .iframe-left #leftsearch{
    padding:0 5%;
  }
  .iframe-left #leftsearch .icon-search{
    width:28px;
    height: 28px;
    color:white;
    font-size: 18px;
    line-height: 28px;
    background-color:#cccccc;
    border:1px #cccccc solid;
    border-radius: 3px;
    vertical-align: middle;
  }
  .iframe-left #leftsearch input.trim{
    width: 65%;
    height: 28px;
    padding:0 10px;
    line-height: 28px;
    background-color:white;
    border:1px #cccccc solid;
    border-radius: 3px;
    vertical-align: middle;
  }
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}