@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Jura:600);
/* line 4, ../sass/_common.scss */
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* line 8, ../sass/_common.scss */
.whiteFontLinkStyle, .content .features ul a {
  color: #fff;
}
/* line 10, ../sass/_common.scss */
.whiteFontLinkStyle a, .content .features ul a a {
  color: #fff;
}
/* line 12, ../sass/_common.scss */
.whiteFontLinkStyle a:visited, .content .features ul a a:visited {
  color: #fff;
}
/* line 15, ../sass/_common.scss */
.whiteFontLinkStyle a:hover, .content .features ul a a:hover {
  color: #eee;
}
/* line 18, ../sass/_common.scss */
.whiteFontLinkStyle a:active, .content .features ul a a:active {
  color: #ddd;
}

/* line 23, ../sass/_common.scss */
.lightFontLinkStyle, .content .breadcrumb, footer ul {
  color: #999;
}
/* line 25, ../sass/_common.scss */
.lightFontLinkStyle a, .content .breadcrumb a, footer ul a {
  color: #999;
}
/* line 27, ../sass/_common.scss */
.lightFontLinkStyle a:visited, .content .breadcrumb a:visited, footer ul a:visited {
  color: #999;
}
/* line 30, ../sass/_common.scss */
.lightFontLinkStyle a:hover, .content .breadcrumb a:hover, footer ul a:hover {
  color: #666;
}
/* line 33, ../sass/_common.scss */
.lightFontLinkStyle a:active, .content .breadcrumb a:active, footer ul a:active {
  color: #ccc;
}

/* line 38, ../sass/_common.scss */
.midFontLinkStyle {
  color: #666;
}
/* line 40, ../sass/_common.scss */
.midFontLinkStyle a {
  color: #666;
}
/* line 42, ../sass/_common.scss */
.midFontLinkStyle a:visited {
  color: #666;
}
/* line 45, ../sass/_common.scss */
.midFontLinkStyle a:hover {
  color: #333;
}
/* line 48, ../sass/_common.scss */
.midFontLinkStyle a:active {
  color: #ccc;
}

/* line 53, ../sass/_common.scss */
.grayFontLinkStyle, header .searchBar {
  color: #454545;
}
/* line 55, ../sass/_common.scss */
.grayFontLinkStyle a, header .searchBar a {
  color: #454545;
}
/* line 57, ../sass/_common.scss */
.grayFontLinkStyle a:visited, header .searchBar a:visited {
  color: #454545;
}
/* line 60, ../sass/_common.scss */
.grayFontLinkStyle a:hover, header .searchBar a:hover {
  color: #000;
}
/* line 63, ../sass/_common.scss */
.grayFontLinkStyle a:active, header .searchBar a:active {
  color: #666;
}

/* line 68, ../sass/_common.scss */
.darkFontLinkStyle {
  color: #333;
}
/* line 70, ../sass/_common.scss */
.darkFontLinkStyle a {
  color: #333;
}
/* line 72, ../sass/_common.scss */
.darkFontLinkStyle a:visited {
  color: #333;
}
/* line 75, ../sass/_common.scss */
.darkFontLinkStyle a:hover {
  color: #000;
}
/* line 78, ../sass/_common.scss */
.darkFontLinkStyle a:active {
  color: #999;
}

/* line 83, ../sass/_common.scss */
.blackFontLinkStyle {
  color: #222;
}
/* line 85, ../sass/_common.scss */
.blackFontLinkStyle a {
  color: #222;
}
/* line 87, ../sass/_common.scss */
.blackFontLinkStyle a:visited {
  color: #222;
}
/* line 90, ../sass/_common.scss */
.blackFontLinkStyle a:hover {
  color: #000;
}
/* line 93, ../sass/_common.scss */
.blackFontLinkStyle a:active {
  color: #999;
}

/* line 98, ../sass/_common.scss */
.menuFontLinkStyle, header .navWidth nav, header .navWidth nav .productsButton, header .navWidth nav .caseStudiesButton {
  color: #000;
}
/* line 100, ../sass/_common.scss */
.menuFontLinkStyle a, header .navWidth nav a, header .navWidth nav .productsButton a, header .navWidth nav .caseStudiesButton a {
  color: #000;
}
/* line 102, ../sass/_common.scss */
.menuFontLinkStyle a:visited, header .navWidth nav a:visited {
  color: #000;
}
/* line 105, ../sass/_common.scss */
.menuFontLinkStyle a:hover, header .navWidth nav a:hover {
  color: #ba1c22;
}
/* line 108, ../sass/_common.scss */
.menuFontLinkStyle a:active, header .navWidth nav a:active {
  color: #444;
}

/* line 1, ../sass/_mainSetting.scss */
* {
  margin: 0;
}

/* line 4, ../sass/_mainSetting.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../sass/_mainSetting.scss */
html,
body {
  font-family: "Microsoft JhengHei","Heiti TC",'Roboto Condensed', sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 20, ../sass/_mainSetting.scss */
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], textarea, select {
  font-family: Arial,"Microsoft JhengHei","Heiti TC", sans-serif;
}

/*.wrap {
  	min-height: 100%;
  	margin-bottom: -350px; 
}
.wrap:after {
    content: "";
    display: block;
}*/
/* line 31, ../sass/_mainSetting.scss */
.wrap {
  overflow: hidden;
}

/* line 35, ../sass/_mainSetting.scss */
#gotop {
  z-index: 99;
  right: 20px;
  bottom: 100px;
  cursor: pointer;
  position: fixed;
}
/* line 42, ../sass/_mainSetting.scss */
#gotop:hover a {
  background: #ba1b23 url("../images/up.png") no-repeat center;
}
/* line 45, ../sass/_mainSetting.scss */
#gotop:hover p {
  color: #ba1b23;
}
/* line 49, ../sass/_mainSetting.scss */
#gotop a {
  display: block;
  font-size: 1.25em;
  padding: 20px 20px;
  background: #999 url("../images/up.png") no-repeat center;
  border-radius: 99px 99px 99px 99px;
  -moz-border-radius: 99px 99px 99px 99px;
  -webkit-border-radius: 99px 99px 99px 99px;
}
/* line 58, ../sass/_mainSetting.scss */
#gotop p {
  text-align: center;
  line-height: 2em;
  font-size: 0.875em;
  color: #999;
}

/* line 1, ../sass/_header.scss */
header {
  height: 100%;
  z-index: 99;
}
/* line 4, ../sass/_header.scss */
header .bxslider {
  z-index: 2;
  position: relative;
  top: 0;
}
/* line 9, ../sass/_header.scss */
header .contactBox {
  display: none;
}
/* line 12, ../sass/_header.scss */
header .searchBar {
  position: absolute;
  top: 0;
  z-index: 3;
  height: 4em;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
/* line 20, ../sass/_header.scss */
header .searchBar .width {
  width: 94%;
  height: 4em;
  margin: 0 auto;
}
/* line 26, ../sass/_header.scss */
header .searchBar .width ul li {
  float: left;
  padding-left: 1.25em;
}
/* line 29, ../sass/_header.scss */
header .searchBar .width ul li span {
  visibility: hidden;
}
/* line 34, ../sass/_header.scss */
header .searchBar .width ul.left {
  font-family: 'Trebuchet MS',Tahoma, sans-serif;
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1em;
  color: #454545;
  float: left;
}
/* line 41, ../sass/_header.scss */
header .searchBar .width ul.left .contactBox {
  display: none;
}
/* line 44, ../sass/_header.scss */
header .searchBar .width ul.left .tel, header .searchBar .width ul.left .mail {
  margin-right: 2em;
}
/* line 47, ../sass/_header.scss */
header .searchBar .width ul.left .tel {
  padding-top: 0.1em;
}
/* line 50, ../sass/_header.scss */
header .searchBar .width ul.left .facebook, header .searchBar .width ul.left .twitter, header .searchBar .width ul.left .youtube {
  margin-right: 0.2em;
}
/* line 53, ../sass/_header.scss */
header .searchBar .width ul.left .facebook {
  height: 23px;
  width: 26px;
}
/* line 57, ../sass/_header.scss */
header .searchBar .width ul.left .twitter {
  height: 20px;
  width: 22px;
  margin-top: 2px;
}
/* line 62, ../sass/_header.scss */
header .searchBar .width ul.left .youtube {
  height: 17px;
  width: 25px;
  margin-top: 4px;
}
/* line 70, ../sass/_header.scss */
header .searchBar .width .tel {
  display: block;
  background: url("../images/tel.png") no-repeat left top;
}
/* line 73, ../sass/_header.scss */
header .searchBar .width .tel:hover {
  background: url("../images/tel.png") no-repeat left bottom;
}
/* line 70, ../sass/_header.scss */
header .searchBar .width .mail {
  display: block;
  background: url("../images/mail.png") no-repeat left top;
}
/* line 73, ../sass/_header.scss */
header .searchBar .width .mail:hover {
  background: url("../images/mail.png") no-repeat left bottom;
}
/* line 70, ../sass/_header.scss */
header .searchBar .width .facebook {
  display: block;
  background: url("../images/facebook.png") no-repeat left top;
}
/* line 73, ../sass/_header.scss */
header .searchBar .width .facebook:hover {
  background: url("../images/facebook.png") no-repeat left bottom;
}
/* line 70, ../sass/_header.scss */
header .searchBar .width .twitter {
  display: block;
  background: url("../images/twitter.png") no-repeat left top;
}
/* line 73, ../sass/_header.scss */
header .searchBar .width .twitter:hover {
  background: url("../images/twitter.png") no-repeat left bottom;
}
/* line 70, ../sass/_header.scss */
header .searchBar .width .youtube {
  display: block;
  background: url("../images/youtube.png") no-repeat left top;
}
/* line 73, ../sass/_header.scss */
header .searchBar .width .youtube:hover {
  background: url("../images/youtube.png") no-repeat left bottom;
}
/* line 70, ../sass/_header.scss */
header .searchBar .width .search {
  display: block;
  background: url("../images/search.png") no-repeat left top;
}
/* line 73, ../sass/_header.scss */
header .searchBar .width .search:hover {
  background: url("../images/search.png") no-repeat left bottom;
}
/* line 78, ../sass/_header.scss */
header .searchBar .width ul.right {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 1em;
  font-size: 1.25em;
  color: #454545;
  float: right;
  width: 360px;
}
/* line 86, ../sass/_header.scss */
header .searchBar .width ul.right a {
  float: left;
}
/* line 89, ../sass/_header.scss */
header .searchBar .width ul.right .___gcse_0 {
  width: 140px;
}
/* line 92, ../sass/_header.scss */
header .searchBar .width ul.right .InputBox, header .searchBar .width ul.right .searchBox {
  padding-left: 0.25em;
}
/* line 95, ../sass/_header.scss */
header .searchBar .width ul.right .InputBox {
  width: 140px;
}
/* line 98, ../sass/_header.scss */
header .searchBar .width ul.right .search, header .searchBar .width ul.right .langage {
  width: 29px;
  height: 29px;
}
/* line 102, ../sass/_header.scss */
header .searchBar .width ul.right .search {
  padding-bottom: -0.5em;
  display: block;
  height: 22px;
  border: 0;
  cursor: pointer;
}
/* line 110, ../sass/_header.scss */
header .searchBar .width ul.right .langageBlock {
  line-height: 1.25em;
  display: block;
  height: 2em;
  padding-right: 1.5em;
  background: url(../images/langage.png) no-repeat right 8px;
}
/* line 116, ../sass/_header.scss */
header .searchBar .width ul.right .langageBlock:hover {
  background: url(../images/langage_hover.png) no-repeat right 8px;
}
/* line 120, ../sass/_header.scss */
header .searchBar .width ul.right .searchInput {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #666;
  background: rgba(255, 255, 255, 0);
  background: url(../images/googleSearch.png) no-repeat;
  width: 140px;
  font-size: 0.875em;
  color: #333;
}
/* line 130, ../sass/_header.scss */
header .searchBar .width ul.right .searchInput:focus {
  background: rgba(255, 255, 255, 0);
}
/* line 135, ../sass/_header.scss */
header .searchBar .width .langageBox {
  display: none;
  position: absolute;
  top: 4em;
  right: 2%;
  z-index: 4;
}
/* line 142, ../sass/_header.scss */
header .searchBar .width .langageBox a {
  border-top: 1px solid #999;
  display: block;
  width: 110px;
  height: 60px;
  font-size: 1.25em;
  background: rgba(255, 255, 255, 0.6);
  line-height: 3em;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
/* line 152, ../sass/_header.scss */
header .searchBar .width .langageBox a:hover {
  background: rgba(200, 200, 200, 0.6);
}
/* line 157, ../sass/_header.scss */
header .searchBar .width .open {
  display: block;
}
/* line 160, ../sass/_header.scss */
header .searchBar .width .close {
  display: none;
}
/* line 165, ../sass/_header.scss */
header .navWidth {
  display: block;
  width: 94%;
  top: 6em;
  left: 3%;
  right: 6%;
  position: absolute;
  z-index: 2;
}
/* line 173, ../sass/_header.scss */
header .navWidth h1 {
  float: left;
}
/* line 175, ../sass/_header.scss */
header .navWidth h1 a {
  display: block;
  width: 200px;
  margin-left: 0;
}
/* line 179, ../sass/_header.scss */
header .navWidth h1 a span {
  visibility: hidden;
}
/* line 182, ../sass/_header.scss */
header .navWidth h1 a img {
  width: 100%;
}
/* line 188, ../sass/_header.scss */
header .navWidth nav {
  float: right;
  width: 55%;
}
/* line 193, ../sass/_header.scss */
header .navWidth nav a {
  font-size: 1.5em;
  display: block;
  float: left;
  line-height: 2em;
  text-shadow: 1px -0.5px 1px rgba(255, 255, 255, 0.4);
}
/* line 199, ../sass/_header.scss */
header .navWidth nav a:hover {
  text-shadow: -0.5px -0.5px 2px rgba(0, 0, 0, 0.1);
}
/* line 204, ../sass/_header.scss */
header .navWidth nav a.indexMobileButton {
  display: none;
}
/* line 208, ../sass/_header.scss */
header .navWidth nav .productsButton, header .navWidth nav .caseStudiesButton {
  display: none;
  height: 100%;
}
/* line 213, ../sass/_header.scss */
header .navWidth nav .productsButton li, header .navWidth nav .caseStudiesButton li {
  border-top: 1px dotted #333;
  height: 2.5em;
}
/* line 214, ../sass/_header.scss */
header .navWidth nav .productsButton li a, header .navWidth nav .caseStudiesButton li a {
  display: block;
  width: 130px;
  line-height: 2em;
  font-size: 1.25em;
  margin-left: 0;
  text-shadow: 1px -0.5px 1px rgba(255, 255, 255, 0.4);
}
/* line 221, ../sass/_header.scss */
header .navWidth nav .productsButton li a:hover, header .navWidth nav .caseStudiesButton li a:hover {
  text-shadow: -0.5px -0.5px 1px rgba(0, 0, 0, 0.2);
}
/* line 227, ../sass/_header.scss */
header .navWidth nav .productsButton li:first-child, header .navWidth nav .caseStudiesButton li:first-child {
  border-top: 0;
}
/* line 232, ../sass/_header.scss */
header .navWidth nav .productsButton {
  position: absolute;
  z-index: 99;
  top: 3em;
  left: 0.1em;
  display: none;
}
/* line 239, ../sass/_header.scss */
header .navWidth nav .caseStudiesButton {
  position: absolute;
  z-index: 99;
  top: 3em;
  left: 0.1em;
  display: none;
}
/* line 246, ../sass/_header.scss */
header .navWidth nav .products, header .navWidth nav .caseStudies {
  position: relative;
  display: block;
  float: left;
  margin-left: 3em;
}
/* line 252, ../sass/_header.scss */
header .navWidth nav .products {
  width: 9.5em;
}
/* line 255, ../sass/_header.scss */
header .navWidth nav .caseStudies {
  width: 6em;
}

/* line 1, ../sass/_content.scss */
.bx_max {
  display: block;
}

/* line 4, ../sass/_content.scss */
.bx_768 {
  display: none;
}

/* line 8, ../sass/_content.scss */
.CasePage .bx-pager, .productsPage .bx-pager {
  display: none;
}

/* line 13, ../sass/_content.scss */
.content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 17, ../sass/_content.scss */
.content .color {
  background: #f3f4f5;
}
/* line 20, ../sass/_content.scss */
.content .width {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
/* line 26, ../sass/_content.scss */
.content .roadBlock_768, .content .roadBlock_568 {
  display: none;
}
/* line 28, ../sass/_content.scss */
.content .roadBlock_768 img, .content .roadBlock_568 img {
  width: 100%;
}
/* line 32, ../sass/_content.scss */
.content .products {
  padding-top: 2em;
  padding-bottom: 4em;
}
/* line 35, ../sass/_content.scss */
.content .products ul {
  height: 100%;
  overflow: hidden;
}
/* line 38, ../sass/_content.scss */
.content .products ul li {
  width: 32%;
  float: left;
  margin-left: 2%;
}
/* line 43, ../sass/_content.scss */
.content .products ul li:first-child {
  margin-left: 0;
}
/* line 46, ../sass/_content.scss */
.content .products ul li a {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  text-align: center;
}
/* line 52, ../sass/_content.scss */
.content .products ul li a img {
  width: 75%;
  margin: auto;
}
/* line 57, ../sass/_content.scss */
.content .products ul li p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3em;
  line-height: 2em;
  color: #ccc;
}
/* line 62, ../sass/_content.scss */
.content .products ul li p span {
  color: #333;
}
/* line 69, ../sass/_content.scss */
.content .warehouseBlock, .content .roadBlock, .content .contactBlock {
  width: 100%;
}
/* line 71, ../sass/_content.scss */
.content .warehouseBlock img, .content .roadBlock img, .content .contactBlock img {
  width: 100%;
}
/* line 75, ../sass/_content.scss */
.content .contactBlock {
  padding-top: 4em;
  height: 100%;
  overflow: hidden;
  padding-bottom: 4em;
}
/* line 80, ../sass/_content.scss */
.content .contactBlock .contact {
  width: 49%;
  float: left;
}
/* line 83, ../sass/_content.scss */
.content .contactBlock .contact input {
  height: 2em;
  font-size: 1.5em;
  line-height: 3em;
  padding-left: 1em;
  border: 1px solid #ccc;
  background: #eee;
  width: 100%;
  color: #333;
  margin-bottom: 1em;
}
/* line 94, ../sass/_content.scss */
.content .contactBlock .contact .message {
  height: 10em;
  font-size: 1.5em;
  line-height: 1.75em;
  padding-left: 1em;
  border: 1px solid #ccc;
  background: #eee;
  width: 100%;
  color: #333;
  margin-bottom: 1em;
  resize: none;
}
/* line 106, ../sass/_content.scss */
.content .contactBlock .contact input.submitButton {
  background: #b51b23;
  color: #fff;
  height: 3em;
  line-height: 3em;
  font-size: 1.25em;
  width: 6.5em;
  padding-left: 0.25em;
}
/* line 114, ../sass/_content.scss */
.content .contactBlock .contact input.submitButton:hover {
  background: #8c050b;
  cursor: pointer;
}
/* line 120, ../sass/_content.scss */
.content .contactBlock iframe {
  width: 49%;
  float: right;
}
/* line 124, ../sass/_content.scss */
.content .contactBlock address {
  width: 49%;
  float: right;
  color: #333;
  margin-top: 1em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
}
/* line 132, ../sass/_content.scss */
.content .contactBlock address span {
  font-size: 0.75em;
  font-weight: normal;
}
/* line 138, ../sass/_content.scss */
.content .features {
  padding-top: 4em;
  height: 100%;
  overflow: hidden;
  padding-bottom: 4em;
}
/* line 144, ../sass/_content.scss */
.content .features ul a {
  width: 23.5%;
  margin-left: 2%;
  background: #b51b23;
  float: left;
  color: #fff;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 3em;
}
/* line 153, ../sass/_content.scss */
.content .features ul a:first-child {
  margin-left: 0;
}
/* line 157, ../sass/_content.scss */
.content .features ul a h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3em;
  line-height: 2em;
  font-weight: bold;
}
/* line 163, ../sass/_content.scss */
.content .features ul a img {
  width: 20%;
}
/* line 166, ../sass/_content.scss */
.content .features ul a h6 {
  font-size: 1.75em;
  line-height: 2em;
}
/* line 170, ../sass/_content.scss */
.content .features ul a p {
  margin-top: 1em;
}
/* line 172, ../sass/_content.scss */
.content .features ul a p img {
  width: 80%;
}
/* line 179, ../sass/_content.scss */
.content .productPage {
  padding-top: 2em;
}
/* line 180, ../sass/_content.scss */
.content .productPage h3 {
  font-size: 3em;
  font-weight: bold;
  line-height: 2em;
  color: #000;
}
/* line 185, ../sass/_content.scss */
.content .productPage h3 span {
  font-size: 0.75em;
}
/* line 189, ../sass/_content.scss */
.content .productPage .bigPic {
  width: 35%;
}
/* line 191, ../sass/_content.scss */
.content .productPage .bigPic img {
  width: 100%;
}
/* line 195, ../sass/_content.scss */
.content .productPage article {
  padding-top: 2em;
  padding-bottom: 4em;
}
/* line 198, ../sass/_content.scss */
.content .productPage article h4 {
  font-size: 2em;
  font-weight: bold;
}
/* line 204, ../sass/_content.scss */
.content .productPage ul.productList {
  display: block;
  background: #fff;
  height: 180px;
}
/* line 208, ../sass/_content.scss */
.content .productPage ul.productList li {
  font-size: 1.25em;
  line-height: 2em;
  font-weight: bold;
  color: #333;
  list-style-position: outside;
  margin-left: 2em;
  float: left;
}
/* line 216, ../sass/_content.scss */
.content .productPage ul.productList li p {
  padding-top: 0.5em;
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: normal;
  color: #666;
}
/* line 226, ../sass/_content.scss */
.content .productPage ul.Tablet li {
  list-style-image: url("../images/square1.jpg");
}
/* line 231, ../sass/_content.scss */
.content .productPage ul.Linear li {
  list-style-image: url("../images/square2.jpg");
}
/* line 236, ../sass/_content.scss */
.content .productPage ul.HighBay li {
  list-style-image: url("../images/square3.jpg");
}
/* line 240, ../sass/_content.scss */
.content .productPage ul.productBox {
  height: 100%;
  overflow: hidden;
  padding-bottom: 6em;
}
/* line 244, ../sass/_content.scss */
.content .productPage ul.productBox li {
  width: 18.4%;
  float: left;
  margin-left: 2%;
  margin-top: 2em;
}
/* line 250, ../sass/_content.scss */
.content .productPage ul.productBox li:first-child {
  margin-left: 0;
}
/* line 253, ../sass/_content.scss */
.content .productPage ul.productBox li a {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  text-align: center;
}
/* line 259, ../sass/_content.scss */
.content .productPage ul.productBox li a img {
  width: 75%;
  margin: auto;
}
/* line 264, ../sass/_content.scss */
.content .productPage ul.productBox li h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  color: #545454;
}
/* line 270, ../sass/_content.scss */
.content .productPage ul.productBox li p {
  padding-top: 0.5em;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #666;
}
/* line 277, ../sass/_content.scss */
.content .productPage ul.productBox .firstLine {
  margin-left: 0;
}
/* line 282, ../sass/_content.scss */
.content .casePage {
  padding-top: 4em;
  padding-bottom: 4em;
  height: 100%;
  overflow: hidden;
}
/* line 287, ../sass/_content.scss */
.content .casePage ul {
  height: 100%;
  overflow: hidden;
}
/* line 290, ../sass/_content.scss */
.content .casePage ul li {
  width: 23.5%;
  float: left;
  margin-left: 2%;
}
/* line 295, ../sass/_content.scss */
.content .casePage ul li:first-child {
  margin-left: 0;
}
/* line 298, ../sass/_content.scss */
.content .casePage ul li a {
  display: block;
  width: 100%;
}
/* line 301, ../sass/_content.scss */
.content .casePage ul li a img {
  border: 1px solid #ccc;
  width: 100%;
}
/* line 306, ../sass/_content.scss */
.content .casePage ul li p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3em;
  line-height: 2em;
  color: #ccc;
}
/* line 311, ../sass/_content.scss */
.content .casePage ul li p span {
  color: #333;
}
/* line 317, ../sass/_content.scss */
.content .casePage h3 {
  font-size: 3em;
  font-weight: bold;
  line-height: 2em;
  color: #000;
}
/* line 322, ../sass/_content.scss */
.content .casePage h3 span {
  font-size: 0.65em;
  font-weight: normal;
  color: #666;
}
/* line 328, ../sass/_content.scss */
.content .casePage .leftBlock {
  float: left;
}
/* line 332, ../sass/_content.scss */
.content .casePage .rightBlock {
  float: right;
}
/* line 336, ../sass/_content.scss */
.content .casePage article {
  height: 100%;
  overflow: hidden;
  width: 44%;
}
/* line 341, ../sass/_content.scss */
.content .casePage article h4 {
  font-size: 2em;
  font-weight: bold;
  color: #454545;
}
/* line 345, ../sass/_content.scss */
.content .casePage article h4 span {
  color: #ccc;
}
/* line 349, ../sass/_content.scss */
.content .casePage article p.word {
  color: #565656;
  padding-left: 2.5em;
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.75em;
}
/* line 355, ../sass/_content.scss */
.content .casePage article p.word span.title {
  font-size: 1.125em;
  font-weight: bold;
  color: #454545;
}
/* line 360, ../sass/_content.scss */
.content .casePage article p.word span.big {
  font-size: 1.5em;
  color: #333;
}
/* line 364, ../sass/_content.scss */
.content .casePage article p.word span.save {
  font-size: 2.5em;
  font-weight: bold;
  color: #000;
}
/* line 370, ../sass/_content.scss */
.content .casePage article p.spec {
  font-size: 1em;
  padding-left: 3em;
  font-weight: normal;
  line-height: 1.75em;
  color: #999;
  padding-bottom: 0.5em;
}
/* line 377, ../sass/_content.scss */
.content .casePage article p.spec span {
  color: #878787;
  margin-top: 1em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.5em;
}
/* line 385, ../sass/_content.scss */
.content .casePage article p.smallSpec {
  width: 46%;
}
/* line 389, ../sass/_content.scss */
.content .casePage p.smallPic {
  width: 39%;
  text-align: left;
}
/* line 393, ../sass/_content.scss */
.content .casePage p.pic {
  width: 52%;
  text-align: center;
}
/* line 396, ../sass/_content.scss */
.content .casePage p.pic img {
  width: 70%;
}
/* line 400, ../sass/_content.scss */
.content .casePage ul.productBox {
  height: 100%;
  overflow: hidden;
  padding-bottom: 6em;
}
/* line 404, ../sass/_content.scss */
.content .casePage ul.productBox li {
  width: 18.4%;
  float: left;
  margin-left: 2%;
  margin-top: 2em;
}
/* line 410, ../sass/_content.scss */
.content .casePage ul.productBox li:first-child {
  margin-left: 0;
}
/* line 413, ../sass/_content.scss */
.content .casePage ul.productBox li a {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  text-align: center;
  height: 18em;
  line-height: 30em;
}
/* line 421, ../sass/_content.scss */
.content .casePage ul.productBox li a img {
  width: 75%;
  margin: auto;
}
/* line 426, ../sass/_content.scss */
.content .casePage ul.productBox li h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  color: #545454;
}
/* line 432, ../sass/_content.scss */
.content .casePage ul.productBox li p {
  padding-top: 0.5em;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #666;
}
/* line 439, ../sass/_content.scss */
.content .casePage ul.productBox .firstLine {
  margin-left: 0;
}
/* line 444, ../sass/_content.scss */
.content .detialTablet, .content .detialLinear, .content .detialHighbay {
  font-size: 1.25em;
  line-height: 2em;
  color: #666;
  display: block;
  clear: both;
  margin-top: 1em;
}
/* line 451, ../sass/_content.scss */
.content .detialTablet ul, .content .detialLinear ul, .content .detialHighbay ul {
  margin-top: 1em;
}
/* line 453, ../sass/_content.scss */
.content .detialTablet ul li, .content .detialLinear ul li, .content .detialHighbay ul li {
  list-style-position: outside;
  margin-left: 1.5em;
}
/* line 461, ../sass/_content.scss */
.content .detialTablet h4 {
  color: #2f8582;
}
/* line 464, ../sass/_content.scss */
.content .detialTablet li {
  list-style-image: url("../images/dot.png");
}
/* line 469, ../sass/_content.scss */
.content .detialLinear h4 {
  color: #0063bf;
}
/* line 472, ../sass/_content.scss */
.content .detialLinear li {
  list-style-image: url("../images/dot2.png");
}
/* line 477, ../sass/_content.scss */
.content .detialHighbay h4 {
  color: #2c4283;
}
/* line 480, ../sass/_content.scss */
.content .detialHighbay li {
  list-style-image: url("../images/dot3.png");
}
/* line 484, ../sass/_content.scss */
.content .moreTablet, .content .moreLinear, .content .moreHighbay {
  margin-top: 40px;
  padding: 15px 25px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
}
/* line 491, ../sass/_content.scss */
.content .moreTablet {
  background: #2f8582;
  color: #fff;
}
/* line 494, ../sass/_content.scss */
.content .moreTablet:hover {
  background: #2f9d99;
}
/* line 498, ../sass/_content.scss */
.content .moreLinear {
  background: #0063bf;
  color: #fff;
}
/* line 501, ../sass/_content.scss */
.content .moreLinear:hover {
  background: #1e78cc;
}
/* line 505, ../sass/_content.scss */
.content .moreHighbay {
  background: #2c4283;
  color: #fff;
}
/* line 508, ../sass/_content.scss */
.content .moreHighbay:hover {
  background: #5d45b0;
}
/* line 512, ../sass/_content.scss */
.content .breadcrumb {
  font-size: 0.875em;
  padding-bottom: 2em;
}
/* line 517, ../sass/_content.scss */
.content .breadcrumb .active {
  color: #b51b23;
}
/* line 519, ../sass/_content.scss */
.content .breadcrumb .active:hover {
  color: #b51b23;
}
/* line 524, ../sass/_content.scss */
.content .backIndex {
  background: #b51b23;
  color: #fff;
  height: 3em;
  line-height: 3em;
  font-size: 1.25em;
  width: 6.5em;
  padding-left: 0.25em;
}
/* line 532, ../sass/_content.scss */
.content .backIndex:hover {
  background: #8c050b;
  cursor: pointer;
}

/* line 1, ../sass/_footer.scss */
footer {
  background: #333333;
  width: 100%;
  clear: both;
  height: 350px;
}
/* line 7, ../sass/_footer.scss */
footer .width {
  width: 94%;
  margin: 0 auto;
}
/* line 11, ../sass/_footer.scss */
footer section {
  width: 45%;
  float: left;
}
/* line 15, ../sass/_footer.scss */
footer h4 {
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  padding-top: 100px;
}
/* line 21, ../sass/_footer.scss */
footer h6 {
  font-size: 1em;
  color: #bbbbbb;
  padding-top: 30px;
}
/* line 27, ../sass/_footer.scss */
footer ul {
  padding-top: 90px;
  float: left;
  margin-left: 120px;
}
/* line 32, ../sass/_footer.scss */
footer ul li {
  font-size: 1em;
  line-height: 2em;
  color: #ccc;
}
/* line 37, ../sass/_footer.scss */
footer ul .title {
  font-size: 1.25em;
  color: #fff;
  font-weight: bold;
  line-height: 2em;
  padding-bottom: 20px;
}
/* line 45, ../sass/_footer.scss */
footer ul.secondUl {
  margin-left: 100px;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  /* line 2, ../sass/_mediaQuery_PC.scss */
  header {
    font-size: 0.9em;
  }
  /* line 5, ../sass/_mediaQuery_PC.scss */
  header nav .width h1 a {
    width: 170px;
  }

  /* line 9, ../sass/_mediaQuery_PC.scss */
  .bx_max {
    display: block;
  }

  /* line 12, ../sass/_mediaQuery_PC.scss */
  .bx_768 {
    display: none;
  }

  /* line 18, ../sass/_mediaQuery_PC.scss */
  .content .features ul a {
    padding-bottom: 2em;
  }
  /* line 21, ../sass/_mediaQuery_PC.scss */
  .content .features ul a li h5 {
    font-size: 2em;
    line-height: 1.5em;
  }
  /* line 25, ../sass/_mediaQuery_PC.scss */
  .content .features ul a li h6 {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  /* line 29, ../sass/_mediaQuery_PC.scss */
  .content .features ul a li p {
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 40, ../sass/_mediaQuery_PC.scss */
  .content .contactBlock .contact input, .content .contactBlock .contact .message {
    font-size: 1.25em;
  }
  /* line 48, ../sass/_mediaQuery_PC.scss */
  .content .casePage ul li p {
    font-size: 2em;
  }
  /* line 53, ../sass/_mediaQuery_PC.scss */
  .content .casePage article {
    width: 53%;
  }
  /* line 56, ../sass/_mediaQuery_PC.scss */
  .content .casePage article p.word span.save {
    font-size: 2.25em;
  }
  /* line 61, ../sass/_mediaQuery_PC.scss */
  .content .casePage article p.smallSpec {
    width: 58%;
  }
  /* line 65, ../sass/_mediaQuery_PC.scss */
  .content .casePage p.pic {
    width: 45%;
  }
  /* line 67, ../sass/_mediaQuery_PC.scss */
  .content .casePage p.pic img {
    width: 100%;
  }
  /* line 71, ../sass/_mediaQuery_PC.scss */
  .content .casePage article.three, .content .casePage article.four {
    width: 100% !important;
  }
  /* line 75, ../sass/_mediaQuery_PC.scss */
  .content article.three .smallPic {
    margin-left: -150px;
  }
  /* line 79, ../sass/_mediaQuery_PC.scss */
  .content .productPage {
    /*.Tablet {
    	li:nth-child(5) {
    		margin-left: 0;
    	}
    }
    .Linear {
    	li:nth-child(5) {
    		margin-left: 0;
    	}
    }
    .HighBay {
    	li:nth-child(5) {
    		margin-left: 0;
    	}
    }
    ul.productBox {
    	.firstLine {
    		margin-left: 2%;
    	}
    	li {
    		width: 23.5%;
    	
    		h6 {
    			font-size: 1.5em;
    		}
    		
    	}
    } */
  }
  /* line 80, ../sass/_mediaQuery_PC.scss */
  .content .productPage .bigPic {
    width: 40%;
  }
  /* line 83, ../sass/_mediaQuery_PC.scss */
  .content .productPage ul.productList {
    height: 300px;
  }
  /* line 85, ../sass/_mediaQuery_PC.scss */
  .content .productPage ul.productList li {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  /* line 121, ../sass/_mediaQuery_PC.scss */
  header {
    font-size: 0.9em;
  }
  /* line 127, ../sass/_mediaQuery_PC.scss */
  header nav .width h1 a {
    width: 150px;
  }
  /* line 131, ../sass/_mediaQuery_PC.scss */
  header nav .width a {
    font-size: 1.25em;
  }
  /* line 134, ../sass/_mediaQuery_PC.scss */
  header nav .width .products {
    width: 8em;
  }
  /* line 139, ../sass/_mediaQuery_PC.scss */
  header nav .caseStudies {
    margin-left: 2em;
  }

  /* line 144, ../sass/_mediaQuery_PC.scss */
  .bx_max {
    display: block;
  }

  /* line 147, ../sass/_mediaQuery_PC.scss */
  .bx_768 {
    display: none;
  }

  /* line 155, ../sass/_mediaQuery_PC.scss */
  .content .products ul li p {
    font-size: 2.5em;
  }
  /* line 163, ../sass/_mediaQuery_PC.scss */
  .content .features ul a {
    padding-bottom: 2em;
  }
  /* line 166, ../sass/_mediaQuery_PC.scss */
  .content .features ul a li h5 {
    font-size: 2em;
    line-height: 1.5em;
  }
  /* line 170, ../sass/_mediaQuery_PC.scss */
  .content .features ul a li h6 {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  /* line 174, ../sass/_mediaQuery_PC.scss */
  .content .features ul a li p {
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 184, ../sass/_mediaQuery_PC.scss */
  .content .contactBlock .contact {
    width: 53%;
  }
  /* line 186, ../sass/_mediaQuery_PC.scss */
  .content .contactBlock .contact input, .content .contactBlock .contact .message {
    font-size: 1.125em;
  }
  /* line 189, ../sass/_mediaQuery_PC.scss */
  .content .contactBlock .contact input.submitButton {
    font-size: 1.125em;
  }
  /* line 193, ../sass/_mediaQuery_PC.scss */
  .content .contactBlock iframe {
    width: 45%;
    height: 300px;
    float: right;
  }
  /* line 198, ../sass/_mediaQuery_PC.scss */
  .content .contactBlock address {
    width: 45%;
  }
  /* line 205, ../sass/_mediaQuery_PC.scss */
  .content .casePage ul li p {
    font-size: 2em;
  }
  /* line 210, ../sass/_mediaQuery_PC.scss */
  .content .casePage article {
    width: 53%;
  }
  /* line 213, ../sass/_mediaQuery_PC.scss */
  .content .casePage article p.word span.save {
    font-size: 2.25em;
  }
  /* line 218, ../sass/_mediaQuery_PC.scss */
  .content .casePage article p.smallSpec {
    width: 58%;
  }
  /* line 222, ../sass/_mediaQuery_PC.scss */
  .content .casePage p.pic {
    width: 45%;
  }
  /* line 224, ../sass/_mediaQuery_PC.scss */
  .content .casePage p.pic img {
    width: 100%;
  }
  /* line 228, ../sass/_mediaQuery_PC.scss */
  .content .casePage article.three, .content .casePage article.four {
    width: 100% !important;
  }
  /* line 232, ../sass/_mediaQuery_PC.scss */
  .content article.three .smallPic {
    margin-left: -150px;
  }
  /* line 236, ../sass/_mediaQuery_PC.scss */
  .content .productPage {
    			/*.Tablet {
    				li:nth-child(4), li:nth-child(7) {
    					margin-left: 0;
    				}
    			}
    			.Linear {
    				li:nth-child(4) {
    					margin-left: 0;
    				}
    			}
    			.HighBay {
    				li:nth-child(4), li:nth-child(4) {
    					margin-left: 0;
    				}
    			}
    			ul.productBox {
    				.firstLine {
    					margin-left: 2%;
    				}
    				li {
    					width: 32%;
    				
    					h6 {
    						font-size: 1.5em;
    					}
    					
    				}
    
    			} */
  }
  /* line 237, ../sass/_mediaQuery_PC.scss */
  .content .productPage .bigPic {
    width: 45%;
  }
  /* line 240, ../sass/_mediaQuery_PC.scss */
  .content .productPage ul.productList {
    height: 300px;
  }
  /* line 242, ../sass/_mediaQuery_PC.scss */
  .content .productPage ul.productList li {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  /* line 6, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right {
    width: 350px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  /* line 17, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right {
    width: 350px;
  }
  /* line 23, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav {
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  /* line 30, ../sass/_mediaQuery_Tablet.scss */
  header {
    font-size: 0.9em;
  }
  /* line 36, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .langageBox {
    font-size: 0.9em;
    margin-top: 5px;
  }
  /* line 39, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .langageBox a {
    width: 90px;
    height: 50px;
  }
  /* line 44, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.left, header .searchBar .width ul.right {
    padding-top: 0.2em;
    font-size: 1.125em;
    line-height: 1.25em;
  }
  /* line 49, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right {
    width: 350px;
    margin-right: -0.5em;
  }
  /* line 52, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right .langageBlock {
    background: url(../images/langage-s.png) no-repeat 51px 4px;
  }
  /* line 54, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right .langageBlock:hover {
    background: url(../images/langage_hover-s.png) no-repeat 50px 4px;
  }
  /* line 59, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .searchInput {
    height: 24px;
  }
  /* line 64, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul li {
    padding-left: 1.75em;
  }
  /* line 73, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth h1 a {
    width: 130px;
  }
  /* line 77, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav {
    margin-top: 0em;
    width: 60%;
  }
  /* line 80, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav a {
    font-size: 1.25em;
  }
  /* line 83, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .products {
    width: 7.5em;
  }
  /* line 86, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .products, header .navWidth nav .caseStudies {
    margin-left: 2em;
  }
  /* line 91, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth .caseStudies {
    margin-left: 2em;
  }

  /* line 96, ../sass/_mediaQuery_Tablet.scss */
  .bx_max {
    display: block;
  }

  /* line 99, ../sass/_mediaQuery_Tablet.scss */
  .bx_768 {
    display: none;
  }

  /* line 106, ../sass/_mediaQuery_Tablet.scss */
  .content .products ul li p {
    font-size: 2.25em;
  }
  /* line 114, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  /* line 118, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a li h5 {
    font-size: 1.75em;
    line-height: 1.5em;
  }
  /* line 122, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a li h6 {
    font-size: 1em;
    line-height: 1.5em;
  }
  /* line 126, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a li p {
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 136, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock .contact {
    width: 53%;
  }
  /* line 138, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock .contact input, .content .contactBlock .contact .message {
    font-size: 1em;
  }
  /* line 141, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock .contact input.submitButton {
    font-size: 1.125em;
  }
  /* line 145, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock iframe {
    width: 45%;
    height: 300px;
    float: right;
  }
  /* line 150, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock address {
    width: 45%;
    font-size: 1.25em;
  }
  /* line 158, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage ul li p {
    font-size: 1.5em;
  }
  /* line 163, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article {
    width: 53%;
  }
  /* line 166, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article p.word span.big {
    font-size: 1.35em;
    line-height: 1em;
  }
  /* line 170, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article p.word span.save {
    font-size: 1.75em;
    line-height: 1em;
  }
  /* line 176, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article p.smallSpec {
    width: 58%;
  }
  /* line 180, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage p.pic {
    width: 45%;
  }
  /* line 182, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage p.pic img {
    width: 100%;
  }
  /* line 186, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article.three, .content .casePage article.four {
    width: 100% !important;
  }
  /* line 190, ../sass/_mediaQuery_Tablet.scss */
  .content article.three .smallPic {
    margin-left: -150px;
  }
  /* line 194, ../sass/_mediaQuery_Tablet.scss */
  .content .productPage {
    			/*.Tablet {
    				li:nth-child(4), li:nth-child(7) {
    					margin-left: 0;
    				}
    			}
    			.Linear {
    				li:nth-child(4) {
    					margin-left: 0;
    				}
    			}
    			.HighBay {
    				li:nth-child(4) {
    					margin-left: 0;
    				}
    			}
    			ul.productBox {
    				.firstLine {
    					margin-left: 2%;
    				}
    				li {
    					width: 32%;
    					
    					h6 {
    						font-size: 1.5em;
    					}
    					
    				}
    
    			} */
  }
  /* line 195, ../sass/_mediaQuery_Tablet.scss */
  .content .productPage .bigPic {
    width: 50%;
  }
  /* line 198, ../sass/_mediaQuery_Tablet.scss */
  .content .productPage ul.productList {
    height: 300px;
  }
  /* line 200, ../sass/_mediaQuery_Tablet.scss */
  .content .productPage ul.productList li {
    margin-bottom: 1em;
  }

  /* line 235, ../sass/_mediaQuery_Tablet.scss */
  footer {
    height: 320px;
  }
  /* line 237, ../sass/_mediaQuery_Tablet.scss */
  footer h4 {
    padding-top: 70px;
  }
  /* line 240, ../sass/_mediaQuery_Tablet.scss */
  footer section {
    width: 50%;
  }
  /* line 243, ../sass/_mediaQuery_Tablet.scss */
  footer ul {
    padding-top: 60px;
    margin-left: 60px;
  }
  /* line 247, ../sass/_mediaQuery_Tablet.scss */
  footer ul.secondUl {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  /* line 254, ../sass/_mediaQuery_Tablet.scss */
  header .indexHeaderMenu {
    position: absolute;
    right: 0%;
  }
  /* line 259, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width {
    width: 94%;
    position: relative;
  }
  /* line 262, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .langageBox {
    right: -2%;
    margin-top: -4px;
  }
  /* line 267, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .langageBox a {
    width: 80px;
    height: 40px;
    font-size: 1em;
    margin-right: 5em;
  }
  /* line 275, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul li {
    padding-left: 1.2em;
  }
  /* line 281, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth {
    width: 94%;
    position: absolute;
  }
  /* line 285, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth h1 {
    margin-top: 1.6em;
  }
  /* line 287, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth h1 a {
    width: 130px;
  }
  /* line 291, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav {
    width: 116px;
    border: rgba(255, 255, 255, 0.7) 1px solid;
  }
  /* line 294, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .products, header .navWidth nav .caseStudies {
    margin-left: 0;
  }
  /* line 297, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .home {
    border-top: 0;
  }
  /* line 300, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav a {
    font-size: 1.125em;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    display: block;
    color: #333;
    width: 115px;
    height: 2.5em;
    line-height: 2.5em;
    margin-left: 0;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
  }
  /* line 311, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav a:hover {
    background: rgba(255, 255, 255, 0.65);
  }
  /* line 315, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .productsButton, header .navWidth nav .caseStudiesButton {
    display: none;
    top: 0px;
    left: -116px;
  }
  /* line 320, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .productsButton li, header .navWidth nav .caseStudiesButton li {
    border-top: 0;
  }
  /* line 322, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .productsButton li a, header .navWidth nav .caseStudiesButton li a {
    width: 115px;
    font-size: 1.125em;
    line-height: 2.5em;
    background: rgba(255, 255, 255, 0.65);
  }
  /* line 327, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .productsButton li a:hover, header .navWidth nav .caseStudiesButton li a:hover {
    background: rgba(255, 255, 255, 0.75);
  }
  /* line 337, ../sass/_mediaQuery_Tablet.scss */
  header a.indexMobileButton {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0.5em;
    right: 0%;
    float: right;
    width: 40px;
    height: 40px;
    background: url("../images/menu.png") no-repeat top;
  }
  /* line 347, ../sass/_mediaQuery_Tablet.scss */
  header a.indexMobileButton:hover {
    background-position: bottom;
  }
  /* line 352, ../sass/_mediaQuery_Tablet.scss */
  header a.mobileButtonClose {
    background: url(../images/menu-close.png) no-repeat center top;
    text-decoration: none;
  }
  /* line 355, ../sass/_mediaQuery_Tablet.scss */
  header a.mobileButtonClose:hover {
    background-position: bottom;
  }
}
@media screen and (min-width: 569px) and (max-width: 768px) {
  /* line 362, ../sass/_mediaQuery_Tablet.scss */
  header {
    font-size: 0.9em;
  }
  /* line 365, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar {
    height: 4em;
  }
  /* line 367, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width {
    margin-top: 0.3em;
  }
  /* line 370, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .tel {
    display: block;
    background: url("../images/tel-s.png") no-repeat left center;
  }
  /* line 373, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .tel:hover {
    background: url("../images/tel-sb.png") no-repeat left center;
  }
  /* line 370, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .mail {
    display: block;
    background: url("../images/mail-s.png") no-repeat left center;
  }
  /* line 373, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .mail:hover {
    background: url("../images/mail-sb.png") no-repeat left center;
  }
  /* line 378, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .search {
    display: block;
    background: url("../images/search-s.png") no-repeat left top;
  }
  /* line 381, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .search:hover {
    background: url("../images/search-s.png") no-repeat left bottom;
  }
  /* line 385, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.left {
    width: 255px;
  }
  /* line 387, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.left .tel {
    margin-right: 0.7em;
  }
  /* line 390, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.left .mail {
    margin-right: 0;
  }
  /* line 394, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right {
    width: 280px;
    margin-right: 4.5em;
  }
  /* line 397, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right .langageBlock {
    background: url(../images/langage-s.png) no-repeat 46px 4px;
  }
  /* line 399, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right .langageBlock:hover {
    background: url(../images/langage_hover-s.png) no-repeat 45px 4px;
  }
  /* line 405, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.left, header .searchBar .width ul.right {
    font-size: 1em;
    line-height: 1.25em;
  }
  /* line 409, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .searchInput {
    height: 24px;
    width: 115px !important;
  }
  /* line 416, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth {
    top: 4em;
  }
  /* line 419, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth h1 {
    margin-top: 1.5em;
  }
  /* line 421, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth h1 a {
    width: 130px;
  }
  /* line 425, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav {
    border: rgba(255, 255, 255, 0.7) 1px solid;
  }
  /* line 427, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .products, header .navWidth nav .caseStudies {
    margin-left: 0;
  }
  /* line 431, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav a {
    font-size: 1.125em;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    display: block;
    color: #333;
    width: 115px;
    height: 2.5em;
    line-height: 2.5em;
    margin-left: 0;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
  }
  /* line 442, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav a:hover {
    background: rgba(255, 255, 255, 0.65);
  }
  /* line 446, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .productsButton, header .navWidth nav .caseStudiesButton {
    display: none;
    top: 0px;
    left: -116px;
  }
  /* line 451, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .productsButton li, header .navWidth nav .caseStudiesButton li {
    border-top: 0;
  }
  /* line 453, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .productsButton li a, header .navWidth nav .caseStudiesButton li a {
    width: 115px;
    font-size: 1.125em;
    line-height: 2.5em;
    background: rgba(255, 255, 255, 0.65);
  }
  /* line 458, ../sass/_mediaQuery_Tablet.scss */
  header .navWidth nav .productsButton li a:hover, header .navWidth nav .caseStudiesButton li a:hover {
    background: rgba(255, 255, 255, 0.75);
  }

  /* line 468, ../sass/_mediaQuery_Tablet.scss */
  .bx_768 {
    display: none;
  }

  /* line 471, ../sass/_mediaQuery_Tablet.scss */
  .bx_max {
    display: block;
  }

  /* line 475, ../sass/_mediaQuery_Tablet.scss */
  .content .roadBlock, .content .roadBlock_568 {
    display: none;
  }
  /* line 478, ../sass/_mediaQuery_Tablet.scss */
  .content .roadBlock_768 {
    display: block;
  }
  /* line 485, ../sass/_mediaQuery_Tablet.scss */
  .content .products ul li p {
    font-size: 1.5em;
  }
  /* line 491, ../sass/_mediaQuery_Tablet.scss */
  .content .features {
    padding-bottom: 3em;
  }
  /* line 494, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a {
    width: 47%;
    margin-left: 3%;
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
  }
  /* line 500, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a:nth-child(3) {
    margin-left: 0;
  }
  /* line 506, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a li h5 {
    font-size: 2em;
    line-height: 2em;
  }
  /* line 510, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a li h6 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  /* line 514, ../sass/_mediaQuery_Tablet.scss */
  .content .features ul a li p {
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 524, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock .contact {
    width: 100%;
  }
  /* line 526, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock .contact input, .content .contactBlock .contact .message {
    font-size: 1em;
  }
  /* line 529, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock .contact input.submitButton {
    font-size: 1.125em;
  }
  /* line 533, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock iframe {
    width: 100%;
    height: 300px;
    margin-top: 1.5em;
    float: right;
  }
  /* line 539, ../sass/_mediaQuery_Tablet.scss */
  .content .contactBlock address {
    width: 100%;
    font-size: 1.25em;
  }
  /* line 546, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage ul li {
    width: 48%;
  }
  /* line 548, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage ul li p {
    font-size: 2em;
  }
  /* line 551, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage ul li:nth-child(3) {
    margin-left: 0;
  }
  /* line 556, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article {
    width: 100%;
  }
  /* line 559, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article p.word span.save {
    font-size: 2.25em;
    padding-bottom: 1em;
    display: block;
  }
  /* line 566, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article p.smallSpec {
    width: 58%;
  }
  /* line 570, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage p.pic {
    width: 100%;
  }
  /* line 572, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage p.pic img {
    width: 90%;
  }
  /* line 576, ../sass/_mediaQuery_Tablet.scss */
  .content .casePage article.three, .content .casePage article.four {
    width: 100% !important;
  }
  /* line 580, ../sass/_mediaQuery_Tablet.scss */
  .content article.three .smallPic {
    margin-left: 0px;
  }
  /* line 584, ../sass/_mediaQuery_Tablet.scss */
  .content .detialTablet, .content .detialLinear, .content .detialHighbay {
    font-size: 1.125em;
  }
  /* line 587, ../sass/_mediaQuery_Tablet.scss */
  .content .productPage {
    			/*.Tablet {
    				li:nth-child(3), li:nth-child(5), li:nth-child(6) {
    					margin-left: 0;
    				}
    			}
    			.Linear {
    				li:nth-child(3), li:nth-child(5) {
    					margin-left: 0;
    				}
    			}
    			.HighBay {
    				li:nth-child(3), li:nth-child(5), li:nth-child(7)  {
    					margin-left: 0;
    				}
    			}
    			ul.productBox {
    				.firstLine {
    					margin-left: 2%;
    				}
    				li {
    					width: 49%;
    					
    					h6 {
    						font-size: 1.5em;
    					}
    					
    				}
    
    			} */
  }
  /* line 588, ../sass/_mediaQuery_Tablet.scss */
  .content .productPage .bigPic {
    width: 60%;
  }
  /* line 591, ../sass/_mediaQuery_Tablet.scss */
  .content .productPage ul.productList {
    height: 400px;
  }
  /* line 593, ../sass/_mediaQuery_Tablet.scss */
  .content .productPage ul.productList li {
    margin-bottom: 1em;
  }

  /* line 629, ../sass/_mediaQuery_Tablet.scss */
  footer {
    height: 250px;
  }
  /* line 631, ../sass/_mediaQuery_Tablet.scss */
  footer h4 {
    padding-top: 50px;
    font-size: 1em;
    line-height: 1.5em;
  }
  /* line 636, ../sass/_mediaQuery_Tablet.scss */
  footer h6 {
    font-size: 0.875em;
    padding-top: 20px;
  }
  /* line 640, ../sass/_mediaQuery_Tablet.scss */
  footer section {
    width: 35%;
  }
  /* line 643, ../sass/_mediaQuery_Tablet.scss */
  footer ul {
    padding-top: 40px;
    margin-left: 60px;
  }
  /* line 646, ../sass/_mediaQuery_Tablet.scss */
  footer ul li {
    font-size: 0.875em;
    line-height: 1.75em;
    color: #ccc;
  }
  /* line 651, ../sass/_mediaQuery_Tablet.scss */
  footer ul .title {
    font-size: 1em;
    line-height: 2.75em;
    padding-bottom: 0px;
  }
  /* line 657, ../sass/_mediaQuery_Tablet.scss */
  footer ul.secondUl {
    margin-left: 30px;
  }
}
@media screen and (min-width: 569px) and (max-width: 659px) {
  /* line 663, ../sass/_mediaQuery_Tablet.scss */
  header {
    font-size: 0.9em;
  }
  /* line 665, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar {
    height: 4em;
  }
  /* line 668, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox {
    display: block;
    float: left;
    width: 100px;
    margin-top: 1.2em;
  }
  /* line 673, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox a.button {
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 6px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.125em;
  }
  /* line 681, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox a.button:hover {
    color: #fff;
  }
  /* line 685, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox ul {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 6px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    width: 170px;
    height: 100%;
    margin-top: -22px;
    margin-left: 62px;
    overflow: hidden;
  }
  /* line 698, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox ul .tel {
    display: block;
    background: url("../images/tel-w.png") no-repeat left center;
  }
  /* line 701, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox ul .tel:hover {
    background: url("../images/tel-wb.png") no-repeat left center;
  }
  /* line 698, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox ul .mail {
    display: block;
    background: url("../images/mail-w.png") no-repeat left center;
  }
  /* line 701, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox ul .mail:hover {
    background: url("../images/mail-wb.png") no-repeat left center;
  }
  /* line 707, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox ul .tel, header .searchBar .width .contactBox ul .mail {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
  }
  /* line 712, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox ul a {
    color: #fff;
  }
  /* line 714, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .contactBox ul a:hover {
    color: #ccc;
  }
  /* line 720, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.left {
    display: none;
  }
  /* line 723, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.left .tel {
    margin-right: 0.7em;
  }
  /* line 726, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.left .mail {
    margin-right: 0;
    margin-top: 0.2em;
  }
  /* line 731, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right {
    margin-right: 4.5em;
    margin-top: 1em;
    font-size: 1.125em !important;
  }
  /* line 735, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right .langageBlock {
    background: url(../images/langage-s.png) no-repeat 50px 4px;
  }
  /* line 737, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul.right .langageBlock:hover {
    background: url(../images/langage_hover-s.png) no-repeat 50px 4px;
  }
  /* line 742, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .searchInput {
    height: 24px;
    width: 120px !important;
  }
  /* line 746, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .langage {
    padding-left: 0.5em;
  }
  /* line 750, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .langageBox {
    top: 4em;
  }
  /* line 752, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width .langageBox a {
    width: 80px;
    height: 46px;
    font-size: 1.125em;
    margin-right: 3.5em;
  }
  /* line 760, ../sass/_mediaQuery_Tablet.scss */
  header .searchBar .width ul li {
    padding-left: 1.5em;
  }
  /* line 767, ../sass/_mediaQuery_Tablet.scss */
  header .productPage .bigPic {
    width: 65%;
  }
  /* line 770, ../sass/_mediaQuery_Tablet.scss */
  header .productPage ul.productList {
    height: 400px;
  }
  /* line 772, ../sass/_mediaQuery_Tablet.scss */
  header .productPage ul.productList li {
    margin-bottom: 1em;
  }

  /* line 778, ../sass/_mediaQuery_Tablet.scss */
  .bx_768 {
    display: none;
  }

  /* line 781, ../sass/_mediaQuery_Tablet.scss */
  .bx_max {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 568px) {
  /* line 2, ../sass/_mediaQuery_Mobile.scss */
  header {
    font-size: 0.9em;
  }
  /* line 4, ../sass/_mediaQuery_Mobile.scss */
  header .navWidth {
    top: 4em;
  }
  /* line 7, ../sass/_mediaQuery_Mobile.scss */
  header .navWidth nav h1 {
    margin-top: 1em;
  }
  /* line 12, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar {
    height: 4em;
  }
  /* line 14, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width {
    margin-top: 0.3em;
  }
  /* line 16, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox {
    display: block;
    float: left;
    width: 60px;
    margin-top: 1.2em;
  }
  /* line 21, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox a.button {
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 6px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.125em;
  }
  /* line 29, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox a.button:hover {
    color: #fff;
  }
  /* line 33, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 6px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    width: 170px;
    height: 48px;
    margin-top: -22px;
    margin-left: 62px;
    overflow: hidden;
  }
  /* line 47, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel {
    display: block;
    background: url("../images/tel-w.png") no-repeat left center;
  }
  /* line 50, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel:hover {
    background: url("../images/tel-wb.png") no-repeat left center;
  }
  /* line 47, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .mail {
    display: block;
    background: url("../images/mail-w.png") no-repeat left center;
  }
  /* line 50, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .mail:hover {
    background: url("../images/mail-wb.png") no-repeat left center;
  }
  /* line 56, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel, header .searchBar .width .contactBox ul .mail {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
  }
  /* line 61, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul a {
    color: #fff;
  }
  /* line 63, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul a:hover {
    color: #ccc;
  }
  /* line 69, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.left {
    display: none;
  }
  /* line 72, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right {
    margin-right: 3.5em;
    margin-top: 1em;
    font-size: 1.125em !important;
    width: 300px;
  }
  /* line 77, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .langageBlock {
    background: url(../images/langage-s.png) no-repeat 50px 4px;
  }
  /* line 79, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .langageBlock:hover {
    background: url(../images/langage_hover-s.png) no-repeat 50px 4px;
  }
  /* line 83, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right li {
    margin-left: 0;
  }
  /* line 87, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .searchInput {
    height: 24px;
    width: 120px !important;
  }
  /* line 92, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langageBox {
    top: 4em;
  }
  /* line 94, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langageBox a {
    width: 80px;
    height: 46px;
    font-size: 1.125em;
    margin-right: 4.2em;
  }
  /* line 102, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langage {
    padding-left: 0.5em;
  }

  /* line 108, ../sass/_mediaQuery_Mobile.scss */
  .bx_768 {
    display: block;
  }

  /* line 111, ../sass/_mediaQuery_Mobile.scss */
  .bx_max {
    display: none;
  }

  /* line 115, ../sass/_mediaQuery_Mobile.scss */
  .content .roadBlock, .content .roadBlock_768 {
    display: none;
  }
  /* line 118, ../sass/_mediaQuery_Mobile.scss */
  .content .roadBlock_568 {
    display: block;
  }
  /* line 123, ../sass/_mediaQuery_Mobile.scss */
  .content .products ul li {
    width: 100%;
    margin-left: 0%;
  }
  /* line 129, ../sass/_mediaQuery_Mobile.scss */
  .content .features {
    padding-bottom: 3em;
  }
  /* line 132, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a {
    width: 47%;
    margin-left: 3%;
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
  }
  /* line 138, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a:nth-child(3) {
    margin-left: 0;
  }
  /* line 144, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li h5 {
    font-size: 2em;
    line-height: 2em;
  }
  /* line 148, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li h6 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  /* line 152, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li p {
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 163, ../sass/_mediaQuery_Mobile.scss */
  .content .products ul li {
    width: 100%;
  }
  /* line 169, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact {
    width: 100%;
  }
  /* line 171, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact input, .content .contactBlock .contact .message {
    font-size: 1em;
  }
  /* line 174, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact input.submitButton {
    font-size: 1em;
  }
  /* line 178, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock iframe {
    width: 100%;
    height: 300px;
    margin-top: 1.5em;
    float: right;
  }
  /* line 184, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock address {
    width: 100%;
    font-size: 1.125em;
  }
  /* line 191, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li {
    width: 48%;
  }
  /* line 193, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li p {
    font-size: 2em;
  }
  /* line 196, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li:nth-child(3) {
    margin-left: 0;
  }
  /* line 201, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article {
    width: 100%;
  }
  /* line 204, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word span.save {
    font-size: 2.25em;
    padding-bottom: 1em;
    display: block;
  }
  /* line 211, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.smallSpec {
    width: 58%;
  }
  /* line 215, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage p.pic {
    width: 100%;
  }
  /* line 217, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage p.pic img {
    width: 90%;
  }
  /* line 221, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article.three, .content .casePage article.four {
    width: 100% !important;
  }
  /* line 225, ../sass/_mediaQuery_Mobile.scss */
  .content article.three .smallPic {
    margin-left: 0px;
  }
  /* line 229, ../sass/_mediaQuery_Mobile.scss */
  .content .detialTablet, .content .detialLinear, .content .detialHighbay {
    font-size: 1em;
  }
  /* line 232, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage {
    			/*ul.productBox {
    				.firstLine {
    					margin-left: 0%;
    				}
    				li {
    					width: 100%;
    					margin-left: 0%;
    					h6 {
    						font-size: 1.5em;
    					}
    					
    				}
    
    			} */
  }
  /* line 233, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage .bigPic {
    width: 65%;
  }
  /* line 236, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList {
    height: 500px;
  }
  /* line 238, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList li {
    margin-bottom: 1em;
  }

  /* line 258, ../sass/_mediaQuery_Mobile.scss */
  footer {
    height: 350px;
  }
  /* line 260, ../sass/_mediaQuery_Mobile.scss */
  footer h4 {
    padding-top: 50px;
    font-size: 1.125em;
    line-height: 1.5em;
    width: 100%;
  }
  /* line 266, ../sass/_mediaQuery_Mobile.scss */
  footer h6 {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 5px;
  }
  /* line 271, ../sass/_mediaQuery_Mobile.scss */
  footer section {
    width: 100%;
    padding-left: 30px;
  }
  /* line 275, ../sass/_mediaQuery_Mobile.scss */
  footer ul {
    padding-top: 40px;
    margin-left: 30px;
  }
  /* line 278, ../sass/_mediaQuery_Mobile.scss */
  footer ul li {
    color: #ccc;
    font-size: 0.875em;
  }
  /* line 282, ../sass/_mediaQuery_Mobile.scss */
  footer ul .title {
    font-size: 1em;
    line-height: 2.75em;
    padding-bottom: 0px;
  }
  /* line 288, ../sass/_mediaQuery_Mobile.scss */
  footer ul.secondUl {
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 294, ../sass/_mediaQuery_Mobile.scss */
  header {
    font-size: 0.9em;
  }
  /* line 296, ../sass/_mediaQuery_Mobile.scss */
  header .navWidth {
    top: 4em;
  }
  /* line 299, ../sass/_mediaQuery_Mobile.scss */
  header .navWidth h1 a {
    margin-top: 1em;
    width: 115px;
  }
  /* line 304, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar {
    height: 4em;
  }
  /* line 306, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width {
    margin-top: 0.3em;
  }
  /* line 308, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox {
    display: block;
    float: left;
    width: 60px;
    margin-top: 1.2em;
  }
  /* line 313, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox a.button {
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 6px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.125em;
  }
  /* line 321, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox a.button:hover {
    color: #fff;
  }
  /* line 325, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 6px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    width: 180px;
    height: 100%;
    margin-top: -22px;
    margin-left: 61px;
    overflow: hidden;
  }
  /* line 339, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel {
    display: block;
    background: url("../images/tel-w.png") no-repeat left center;
  }
  /* line 342, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel:hover {
    background: url("../images/tel-wb.png") no-repeat left center;
  }
  /* line 339, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .mail {
    display: block;
    background: url("../images/mail-w.png") no-repeat left center;
  }
  /* line 342, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .mail:hover {
    background: url("../images/mail-wb.png") no-repeat left center;
  }
  /* line 348, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel, header .searchBar .width .contactBox ul .mail {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
  }
  /* line 353, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul a {
    color: #fff;
  }
  /* line 355, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul a:hover {
    color: #ccc;
  }
  /* line 361, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.left {
    display: none;
  }
  /* line 365, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right {
    margin-right: 2.25em;
    margin-top: 1em;
    font-size: 1.125em !important;
    width: 100px;
  }
  /* line 370, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .langageBlock {
    background: url(../images/langage-s.png) no-repeat 50px 4px;
  }
  /* line 372, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .langageBlock:hover {
    background: url(../images/langage_hover-s.png) no-repeat 50px 4px;
  }
  /* line 376, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .searchName, header .searchBar .width ul.right .searchBox, header .searchBar .width ul.right .searchBox {
    display: none;
  }
  /* line 381, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langageBox {
    top: 4em;
  }
  /* line 383, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langageBox a {
    width: 80px;
    height: 46px;
    font-size: 1.125em;
    margin-right: 4.2em;
  }
  /* line 391, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul li {
    padding-left: 2em;
  }
  /* line 395, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langage {
    padding-left: 0.5em;
  }

  /* line 401, ../sass/_mediaQuery_Mobile.scss */
  .bx_768 {
    display: block;
  }

  /* line 404, ../sass/_mediaQuery_Mobile.scss */
  .bx_max {
    display: none;
  }

  /* line 408, ../sass/_mediaQuery_Mobile.scss */
  .content .roadBlock, .content .roadBlock_768 {
    display: none;
  }
  /* line 411, ../sass/_mediaQuery_Mobile.scss */
  .content .roadBlock_568 {
    display: block;
  }
  /* line 416, ../sass/_mediaQuery_Mobile.scss */
  .content .products ul li {
    width: 100%;
    margin-left: 0%;
  }
  /* line 422, ../sass/_mediaQuery_Mobile.scss */
  .content .features {
    padding-bottom: 4em;
  }
  /* line 425, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a {
    width: 100%;
    margin-left: 0%;
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
  }
  /* line 433, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li h5 {
    font-size: 3em;
    line-height: 2em;
  }
  /* line 437, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li h6 {
    font-size: 1.75em;
    line-height: 2.5em;
  }
  /* line 441, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li p {
    width: 80%;
    margin: 1em auto 0;
  }
  /* line 452, ../sass/_mediaQuery_Mobile.scss */
  .content .products ul li {
    width: 100%;
  }
  /* line 458, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact {
    width: 100%;
  }
  /* line 460, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact input, .content .contactBlock .contact .message {
    font-size: 1em;
  }
  /* line 463, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact input.submitButton {
    font-size: 1em;
  }
  /* line 467, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock iframe {
    width: 100%;
    height: 300px;
    margin-top: 1.5em;
    float: right;
  }
  /* line 473, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock address {
    width: 100%;
    font-size: 1.125em;
  }
  /* line 480, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li {
    width: 100%;
    margin-left: 0;
  }
  /* line 483, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li p {
    font-size: 2em;
  }
  /* line 488, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article {
    width: 100%;
  }
  /* line 490, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article h4 {
    font-size: 1.875em;
  }
  /* line 493, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word {
    font-size: 1.125em;
  }
  /* line 495, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word span.save {
    font-size: 2.2em;
    padding-bottom: 1em;
    display: block;
  }
  /* line 502, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.smallSpec {
    width: 58%;
  }
  /* line 506, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage p.pic {
    width: 100%;
  }
  /* line 508, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage p.pic img {
    width: 90%;
  }
  /* line 512, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article.three, .content .casePage article.four {
    width: 100% !important;
  }
  /* line 516, ../sass/_mediaQuery_Mobile.scss */
  .content article.three .smallPic {
    margin-left: 0px;
  }
  /* line 520, ../sass/_mediaQuery_Mobile.scss */
  .content .detialTablet, .content .detialLinear, .content .detialHighbay {
    font-size: 1em;
  }
  /* line 523, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage {
    			/*ul.productBox {
    				.firstLine {
    					margin-left: 0%;
    				}
    				li {
    					width: 100%;
    					margin-left: 0%;
    					h6 {
    						font-size: 1.5em;
    					}
    					
    				}
    
    			} */
  }
  /* line 524, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage .bigPic {
    width: 70%;
  }
  /* line 527, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList {
    height: 500px;
  }
  /* line 529, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList li {
    margin-bottom: 1em;
  }

  /* line 549, ../sass/_mediaQuery_Mobile.scss */
  footer {
    height: 350px;
  }
  /* line 551, ../sass/_mediaQuery_Mobile.scss */
  footer h4 {
    padding-top: 50px;
    font-size: 1.125em;
    line-height: 1.5em;
    width: 100%;
  }
  /* line 557, ../sass/_mediaQuery_Mobile.scss */
  footer h6 {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 5px;
  }
  /* line 562, ../sass/_mediaQuery_Mobile.scss */
  footer section {
    width: 100%;
    padding-left: 30px;
  }
  /* line 566, ../sass/_mediaQuery_Mobile.scss */
  footer ul {
    padding-top: 40px;
    margin-left: 30px;
  }
  /* line 569, ../sass/_mediaQuery_Mobile.scss */
  footer ul li {
    color: #ccc;
    font-size: 0.875em;
  }
  /* line 573, ../sass/_mediaQuery_Mobile.scss */
  footer ul .title {
    font-size: 1em;
    line-height: 2.75em;
    padding-bottom: 0px;
  }
  /* line 579, ../sass/_mediaQuery_Mobile.scss */
  footer ul.secondUl {
    margin-left: 30px;
  }
}
@media screen and (min-width: 321px) and (max-width: 460px) {
  /* line 586, ../sass/_mediaQuery_Mobile.scss */
  header {
    font-size: 0.9em;
  }
  /* line 588, ../sass/_mediaQuery_Mobile.scss */
  header .navWidth {
    top: 4em;
  }
  /* line 590, ../sass/_mediaQuery_Mobile.scss */
  header .navWidth h1 a {
    margin-top: 1em;
    width: 110px;
  }
  /* line 595, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar {
    height: 4em;
  }
  /* line 599, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox a.button {
    font-size: 1.125em;
  }
  /* line 601, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox a.button:hover {
    color: #fff;
  }
  /* line 605, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul {
    margin-top: -22px;
    margin-left: 61px;
    height: 48px;
  }
  /* line 610, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel {
    display: block;
    background: url("../images/tel-w.png") no-repeat left center;
  }
  /* line 613, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel:hover {
    background: url("../images/tel-wb.png") no-repeat left center;
  }
  /* line 610, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .mail {
    display: block;
    background: url("../images/mail-w.png") no-repeat left center;
  }
  /* line 613, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .mail:hover {
    background: url("../images/mail-wb.png") no-repeat left center;
  }
  /* line 619, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel, header .searchBar .width .contactBox ul .mail {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
  }
  /* line 624, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul a {
    color: #fff;
  }
  /* line 626, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul a:hover {
    color: #ccc;
  }
  /* line 632, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.left {
    display: none;
  }
  /* line 636, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right {
    margin-right: 1.75em;
    margin-top: 1em;
    font-size: 1.125em !important;
    width: 100px;
  }
  /* line 641, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .langageBlock {
    background: url(../images/langage-s.png) no-repeat 50px 4px;
  }
  /* line 643, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .langageBlock:hover {
    background: url(../images/langage_hover-s.png) no-repeat 50px 4px;
  }
  /* line 647, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .searchName, header .searchBar .width ul.right .searchBox, header .searchBar .width ul.right .searchBox {
    display: none;
  }
  /* line 652, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langageBox {
    top: 4em;
  }
  /* line 654, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langageBox a {
    width: 80px;
    height: 46px;
    font-size: 1.125em;
    margin-right: 4.2em;
  }
  /* line 662, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul li {
    padding-left: 1.5em;
  }
  /* line 666, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langage {
    padding-left: 0em;
    width: 20px;
  }

  /* line 673, ../sass/_mediaQuery_Mobile.scss */
  .bx_768 {
    display: block;
  }

  /* line 676, ../sass/_mediaQuery_Mobile.scss */
  .bx_max {
    display: none;
  }

  /* line 680, ../sass/_mediaQuery_Mobile.scss */
  .content .roadBlock, .content .roadBlock_768 {
    display: none;
  }
  /* line 683, ../sass/_mediaQuery_Mobile.scss */
  .content .roadBlock_568 {
    display: block;
  }
  /* line 688, ../sass/_mediaQuery_Mobile.scss */
  .content .products ul li {
    width: 100%;
    margin-left: 0%;
  }
  /* line 694, ../sass/_mediaQuery_Mobile.scss */
  .content .features {
    padding-bottom: 4em;
  }
  /* line 697, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a {
    width: 100%;
    margin-left: 0%;
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
  }
  /* line 705, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li h5 {
    font-size: 2.5em;
    line-height: 2em;
  }
  /* line 709, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li h6 {
    font-size: 1.5em;
    line-height: 2em;
  }
  /* line 713, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li p {
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 724, ../sass/_mediaQuery_Mobile.scss */
  .content .products ul li {
    width: 100%;
  }
  /* line 730, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact {
    width: 100%;
  }
  /* line 732, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact input, .content .contactBlock .contact .message {
    font-size: 1em;
  }
  /* line 735, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact input.submitButton {
    font-size: 1em;
  }
  /* line 739, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock iframe {
    width: 100%;
    height: 300px;
    margin-top: 1.5em;
    float: right;
  }
  /* line 745, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock address {
    width: 100%;
    font-size: 1.125em;
  }
  /* line 752, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li {
    width: 100%;
    margin-left: 0;
  }
  /* line 755, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li p {
    font-size: 2em;
  }
  /* line 760, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage h3 {
    font-size: 2em;
  }
  /* line 763, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article {
    width: 100%;
  }
  /* line 765, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article h4 {
    font-size: 1.5em;
  }
  /* line 768, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word {
    font-size: 1em;
  }
  /* line 770, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word span.big {
    font-size: 1.25em;
  }
  /* line 773, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word span.save {
    font-size: 1.75em;
    padding-bottom: 1em;
    display: block;
  }
  /* line 779, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.spec {
    font-size: 0.875em;
    padding-left: 2.85em;
  }
  /* line 783, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.smallSpec {
    width: 58%;
  }
  /* line 787, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage p.pic {
    width: 100%;
  }
  /* line 789, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage p.pic img {
    width: 90%;
  }
  /* line 793, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article.three, .content .casePage article.four {
    width: 100% !important;
  }
  /* line 797, ../sass/_mediaQuery_Mobile.scss */
  .content article.three .smallPic {
    margin-left: 0px;
  }
  /* line 801, ../sass/_mediaQuery_Mobile.scss */
  .content .detialTablet, .content .detialLinear, .content .detialHighbay {
    font-size: 1em;
  }
  /* line 804, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage {
    			/*ul.productBox {
    				.firstLine {
    					margin-left: 0%;
    				}
    				li {
    					width: 100%;
    					margin-left: 0%;
    					h6 {
    						font-size: 1.5em;
    					}
    					
    				}
    
    			} */
  }
  /* line 805, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage .bigPic {
    width: 80%;
  }
  /* line 808, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList {
    height: 460px;
  }
  /* line 810, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList li {
    font-size: 1.125em;
  }
  /* line 812, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList li p {
    font-size: 0.875em;
    line-height: 1.75em;
  }

  /* line 834, ../sass/_mediaQuery_Mobile.scss */
  footer {
    height: 350px;
  }
  /* line 836, ../sass/_mediaQuery_Mobile.scss */
  footer h4 {
    padding-top: 50px;
    font-size: 1.125em;
    line-height: 1.5em;
    width: 90%;
  }
  /* line 842, ../sass/_mediaQuery_Mobile.scss */
  footer h6 {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 5px;
  }
  /* line 847, ../sass/_mediaQuery_Mobile.scss */
  footer section {
    width: 100%;
    padding-left: 30px;
  }
  /* line 851, ../sass/_mediaQuery_Mobile.scss */
  footer ul {
    padding-top: 40px;
    margin-left: 30px;
  }
  /* line 854, ../sass/_mediaQuery_Mobile.scss */
  footer ul li {
    color: #ccc;
    font-size: 0.875em;
  }
  /* line 858, ../sass/_mediaQuery_Mobile.scss */
  footer ul .title {
    font-size: 1em;
    line-height: 2.75em;
    padding-bottom: 0px;
  }
  /* line 864, ../sass/_mediaQuery_Mobile.scss */
  footer ul.secondUl {
    margin-left: 20px;
  }
}
@media screen and (max-width: 320px) {
  /* line 871, ../sass/_mediaQuery_Mobile.scss */
  header {
    font-size: 0.9em;
  }
  /* line 873, ../sass/_mediaQuery_Mobile.scss */
  header .navWidth {
    top: 4em;
  }
  /* line 875, ../sass/_mediaQuery_Mobile.scss */
  header .navWidth h1 a {
    margin-top: 1em;
    width: 110px;
  }
  /* line 880, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar {
    height: 4em;
  }
  /* line 884, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox a.button {
    font-size: 1.125em;
  }
  /* line 886, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox a.button:hover {
    color: #fff;
  }
  /* line 890, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul {
    margin-top: -22px;
    margin-left: 61px;
    height: 48px;
  }
  /* line 895, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel {
    display: block;
    background: url("../images/tel-w.png") no-repeat left center;
  }
  /* line 898, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel:hover {
    background: url("../images/tel-wb.png") no-repeat left center;
  }
  /* line 895, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .mail {
    display: block;
    background: url("../images/mail-w.png") no-repeat left center;
  }
  /* line 898, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .mail:hover {
    background: url("../images/mail-wb.png") no-repeat left center;
  }
  /* line 904, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul .tel, header .searchBar .width .contactBox ul .mail {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
  }
  /* line 909, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul a {
    color: #fff;
  }
  /* line 911, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .contactBox ul a:hover {
    color: #ccc;
  }
  /* line 917, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.left {
    display: none;
  }
  /* line 921, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right {
    margin-right: 1.75em;
    margin-top: 1em;
    font-size: 1.125em !important;
    width: 80px;
  }
  /* line 926, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .langageBlock {
    background: url(../images/langage-s.png) no-repeat 50px 4px;
  }
  /* line 928, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .langageBlock:hover {
    background: url(../images/langage_hover-s.png) no-repeat 50px 4px;
  }
  /* line 932, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul.right .searchName, header .searchBar .width ul.right .searchBox, header .searchBar .width ul.right .searchBox {
    display: none;
  }
  /* line 937, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langageBox {
    top: 4em;
  }
  /* line 939, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langageBox a {
    width: 80px;
    height: 46px;
    font-size: 1.125em;
    margin-right: 2.5em;
  }
  /* line 947, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width ul li {
    padding-left: 1.5em;
  }
  /* line 951, ../sass/_mediaQuery_Mobile.scss */
  header .searchBar .width .langage {
    padding-left: 0em;
    width: 20px;
  }

  /* line 958, ../sass/_mediaQuery_Mobile.scss */
  .bx_768 {
    display: block;
  }

  /* line 961, ../sass/_mediaQuery_Mobile.scss */
  .bx_max {
    display: none;
  }

  /* line 965, ../sass/_mediaQuery_Mobile.scss */
  .content .roadBlock, .content .roadBlock_768 {
    display: none;
  }
  /* line 968, ../sass/_mediaQuery_Mobile.scss */
  .content .roadBlock_568 {
    display: block;
  }
  /* line 973, ../sass/_mediaQuery_Mobile.scss */
  .content .products ul li {
    width: 100%;
    margin-left: 0%;
  }
  /* line 979, ../sass/_mediaQuery_Mobile.scss */
  .content .features {
    padding-bottom: 4em;
  }
  /* line 982, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a {
    width: 100%;
    margin-left: 0%;
    padding-top: 1em;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
  }
  /* line 990, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li h5 {
    font-size: 2.5em;
    line-height: 2em;
  }
  /* line 994, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li h6 {
    font-size: 1.5em;
    line-height: 2em;
  }
  /* line 998, ../sass/_mediaQuery_Mobile.scss */
  .content .features ul a li p {
    width: 90%;
    margin: 1em auto 0;
  }
  /* line 1009, ../sass/_mediaQuery_Mobile.scss */
  .content .products ul li {
    width: 100%;
  }
  /* line 1015, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact {
    width: 100%;
  }
  /* line 1017, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact input, .content .contactBlock .contact .message {
    font-size: 1em;
  }
  /* line 1020, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock .contact input.submitButton {
    font-size: 1em;
  }
  /* line 1024, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock iframe {
    width: 100%;
    height: 300px;
    margin-top: 1.5em;
    float: right;
  }
  /* line 1030, ../sass/_mediaQuery_Mobile.scss */
  .content .contactBlock address {
    width: 100%;
    font-size: 1.125em;
  }
  /* line 1037, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li {
    width: 100%;
    margin-left: 0;
  }
  /* line 1040, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage ul li p {
    font-size: 2em;
  }
  /* line 1045, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage h3 {
    font-size: 2em;
  }
  /* line 1048, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article {
    width: 100%;
  }
  /* line 1050, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article h4 {
    font-size: 1.5em;
  }
  /* line 1053, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word {
    font-size: 1em;
  }
  /* line 1055, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word span.big {
    font-size: 1.25em;
  }
  /* line 1058, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.word span.save {
    font-size: 1.75em;
    padding-bottom: 1em;
    display: block;
  }
  /* line 1064, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.spec {
    font-size: 0.875em;
    padding-left: 2.85em;
  }
  /* line 1068, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article p.smallSpec {
    width: 58%;
  }
  /* line 1072, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage p.pic {
    width: 100%;
  }
  /* line 1074, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage p.pic img {
    width: 90%;
  }
  /* line 1078, ../sass/_mediaQuery_Mobile.scss */
  .content .casePage article.three, .content .casePage article.four {
    width: 100% !important;
  }
  /* line 1082, ../sass/_mediaQuery_Mobile.scss */
  .content article.three .smallPic {
    margin-left: 0px;
  }
  /* line 1087, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage {
    			/*ul.productBox {
    				.firstLine {
    					margin-left: 0%;
    				}
    				li {
    					width: 100%;
    					margin-left: 0%;
    					h6 {
    						font-size: 1.5em;
    					}
    					
    				}
    
    			} */
  }
  /* line 1088, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage h3 {
    font-size: 2.5em;
  }
  /* line 1091, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage .bigPic {
    width: 90%;
  }
  /* line 1094, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList {
    height: 450px;
  }
  /* line 1096, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList li {
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 2em;
  }
  /* line 1100, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage ul.productList li p {
    font-size: 0.75em;
    line-height: 1.75em;
  }
  /* line 1107, ../sass/_mediaQuery_Mobile.scss */
  .content .productPage article h4 {
    font-size: 1.75em;
  }

  /* line 1128, ../sass/_mediaQuery_Mobile.scss */
  footer {
    height: 370px;
  }
  /* line 1130, ../sass/_mediaQuery_Mobile.scss */
  footer h4 {
    padding-top: 50px;
    font-size: 1.125em;
    line-height: 1.5em;
    width: 90%;
  }
  /* line 1136, ../sass/_mediaQuery_Mobile.scss */
  footer h6 {
    font-size: 0.875em;
    line-height: 1.5em;
    padding-top: 15px;
  }
  /* line 1141, ../sass/_mediaQuery_Mobile.scss */
  footer section {
    width: 100%;
    padding-left: 30px;
  }
  /* line 1145, ../sass/_mediaQuery_Mobile.scss */
  footer ul {
    padding-top: 20px;
    margin-left: 30px;
  }
  /* line 1148, ../sass/_mediaQuery_Mobile.scss */
  footer ul li {
    color: #ccc;
    font-size: 0.875em;
  }
  /* line 1152, ../sass/_mediaQuery_Mobile.scss */
  footer ul .title {
    font-size: 1em;
    line-height: 2.75em;
    padding-bottom: 0px;
  }
  /* line 1158, ../sass/_mediaQuery_Mobile.scss */
  footer ul.secondUl {
    margin-left: 30px;
  }
}
