<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";/*! normalize.css v2.0.1 | MIT License | git.io/normalize */


.serviceList {
 /* height: 90px;*/
/*  position: fixed;*/
  width: 100%;
  min-width: 1000px;
  z-index: 1000;
  padding:0 0 0 0;
  opacity: 0.95;
}

.serviceListBox {
	width:1100px;
	margin:0 auto 0 auto;
}

.serviceList &gt; ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

.serviceList &gt; ul &gt; li {
  height: 80px;
  line-height: 53px;
  float: left;
 /* width: 220px;*/
  font-weight: normal;
  text-align: center;
  padding:0 0 0 0;
}

.serviceList &gt; ul &gt; li:hover {
}

.serviceList &gt; ul &gt; li.serviceListLast {
  width: 223px;
}
.serviceList &gt; ul &gt; li &gt; a {
  color: #000;
  font-size: 15px;
  height:80px;
  display: block;
  letter-spacing:4px;
  text-decoration:none;
}
.serviceList &gt; ul &gt; li.serviceListLast &gt; a {
  font-size: 14px;
  letter-spacing:0px;
}

.serviceList &gt; ul &gt; li a:hover {
  text-decoration: none;
  color: #fff;
}

.serviceList &gt; ul &gt; li.serviceListBtn:hover a {
	text-decoration: none;
  color: #fff;
  position:relative;
}

.serviceList &gt; ul &gt; li.serviceListBtn .serviceListBtnOver {
}

.serviceList &gt; ul &gt; li.serviceListBtn:hover .serviceListBtnOver {
}

.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap {
  position: absolute;
  left: 0px;
  height: 0px;
  overflow: hidden;
  width: 1100px;
}
.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap &gt; ul.serviceDetails {
  /*margin-left: -2px;*/
  position: absolute;
  bottom: 0;
}
.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap &gt; ul.serviceDetails &gt; li {
  float: left;
  margin: 0;
}
.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap &gt; ul.serviceDetails &gt; li a {
  color: #333333;
  background: none;
  padding-right: 0;
}
.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap &gt; ul.serviceDetails &gt; li figure {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
}
.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap &gt; ul.serviceDetails &gt; li figure &gt; img {
  float: left;
  width: 74px;
}
.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap &gt; ul.serviceDetails &gt; li figure &gt; figcaption {
  float: right;
  width: 130px;
  line-height: 1.5em;
  font-size: 12px;
  padding: 8px 5px 0 0;
  text-align: left;
  padding-left: 10px;
}

.index .serviceList {
  /*position: relative;*/
  z-index: 1000;
}
.index .serviceList.fixed {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0px;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.05);
  
}
.index .serviceList &gt; ul &gt; li &gt; ul.serviceDetails {
  top: inherit;
  bottom: 40px;
}

</pre></body></html>