<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 {
  background:  rgba(255,255,255,0.95);
  height: 63px;
  position: fixed;
  width: 100%;
  min-width: 1100px;
/*  top: 90px;*/
  z-index: 1000;
  padding:10px 0 0 0;
	box-sizing: content-box;
}
.serviceList * {
	box-sizing: content-box;
}
.serviceList &gt; ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  height: 63px;
  margin: 0 auto;
/*  border-left: 1px solid black;
  border-right: 1px solid #3f3f3f;*/
  position: relative;
  background: url(../../images/menubg.png) right 0 no-repeat ;
}
.serviceList &gt; ul &gt; li {
  background: url(../../images/menubg.png) 0 0 no-repeat ;
  height: 63px;
  line-height: 53px;
  float: left;
/*  border-left: 1px solid #3f3f3f;
  border-right: 1px solid black;*/
  width: 137px;
  font-weight: normal;
  text-align: center;
  display:inline-block;
/*  padding:0 5px 0 5px;*/
  padding:0 0 0 0;
}

.serviceList &gt; ul &gt; li.serviceListBtn1 a {
	line-height:1.3;
	padding-top:5px;
  height: 58px;
}

.serviceList &gt; ul &gt; li.serviceListBtn2 a {
}

.serviceList &gt; ul &gt; li.serviceListBtn3 a {
	line-height:1.3;
	padding-top:5px;
  height: 58px;
}

.serviceList &gt; ul &gt; li.serviceListBtn4 a {
}

.serviceList &gt; ul &gt; li.serviceListBtn5 a {
}

.serviceList &gt; ul &gt; li.serviceListBtn6 a {
	line-height:1.3;
	padding-top:5px;
  height: 58px;
}

.serviceList &gt; ul &gt; li.serviceListBtn7 a {
	line-height:1.3;
	padding-top:5px;
  height: 58px;
}

.serviceList &gt; ul &gt; li.serviceListBtn8 a {
	line-height:1.3;
	padding-top:5px;
  height: 58px;
}

.serviceList &gt; ul &gt; li:hover {
/*  background: url(../images/menubg.png) 0 0 no-repeat #04287e ;*/
}

/*.serviceList &gt; ul &gt; li:first-child {
  width: 161px;
}*/
.serviceList &gt; ul &gt; li.serviceListLast {
}
.serviceList &gt; ul &gt; li &gt; a {
  color: #000;
  font-size: 15px;
  height:63px;
  display: block;
  letter-spacing:1px;
  text-decoration:none;
/*	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
}
.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 {
/*  background: url(../images/menuover.png) 50% bottom no-repeat #04287e ;*/
	text-decoration: none;
  color: #fff;
  position:relative;
	/*margin-bottom:-7px;*/
}

.serviceList &gt; ul &gt; li.serviceListBtn .serviceListBtnOver {
/*	height:7px;*/
}

.serviceList &gt; ul &gt; li.serviceListBtn:hover .serviceListBtnOver {
/*  background: url(../images/menuover2.png) 50% bottom no-repeat ;*/
}

.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap {
  position: absolute;
  left: -1px;
  height: 0px;
  overflow: hidden;
  /*background: url(../images/bg96.png);*/
  background:  rgba(173,224,255,0.95);
  width: 1100px;
  /*margin-top:3px;*/
}
.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap &gt; ul.serviceDetails {
  /*padding: 12px 0 0 12px;*/
  margin-left: -2px;
  position: absolute;
  bottom: 0;
}
.serviceList &gt; ul &gt; li &gt; .serviceDetailsWrap &gt; ul.serviceDetails &gt; li {
  float: left;
  /*width: 366px;*/
  margin: 0;
  /*margin-right: 12px;
  margin-bottom: 12px;
  background: white;*/
}
.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;
  padding-left: 10px;
}
.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;
/*  top: 90px;*/
}
.index .serviceList.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
}
.index .serviceList &gt; ul &gt; li &gt; ul.serviceDetails {
  top: inherit;
  bottom: 40px;
}
}
</pre></body></html>