#HEADER {
  height: 175px;
  box-shadow: 0 0px 3px 2px #999;
  background: #fff;
}
#TOP_area {
  margin: 0 auto;
  width: 1060px;
  font-family: sans-serif;
  color: #1153C0;
  text-decoration: none;
  height: 160px;
}
#logo {
  float: left;
  position: relative;
  left: 15px;
  top: 13px;
  color: #1153C0;
  font-size: 27px;
  font-weight: bold;
}
#TOP_area a {
  display: block;
  text-decoration: none !important;
  color: #1153C0;
  border-bottom:none;
}
#logo span {
  position: relative;
  left: 9px;
  /* bottom: 6px; */
  text-decoration: none;
  font-family: sans-serif;
  width: 100;
}
#name1 {
  float: left;
  font: normal normal normal 25px/1.4em Verdana,geneva,sans-serif;
  position: relative;
  left: 35px;
  bottom: -45px;
  background: url("/images/name.png") no-repeat bottom left #ffffff;
  text-transform: uppercase;
  width: 410px;
}
#name1 span {
  left: 40px;
  position: relative;
  color: #3b8ead;
  font-family: permianseriftypefaceregular;
}
#tel {
  float: left;
  position: relative;
  height: 50PX;
  bottom: -45px;
  left: 55px;
  width: 230px;
  line-height: 1.6em;
  font-family: arial;
  font-size: 22px;
}
#HEADER_inc1 {
  position: relative;
  float: right;
  bottom: -55px;
  width: 260px;
  height: 30px;
  background-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-color: #CC3569;
  color: #CC3569;
  text-align: center;
  vertical-align: middle;
}
#HEADER_inc1 a {
  color: #CC3569;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  display: block;
  height: 100%;
  padding: 8px;
}
#HEADER_inc2 {
  position: relative;
  float: right;
  bottom: -58px;
  width: 260px;
  height: 30px;
  background-color: #CC3569;
  border-width: 1px;
  border-style: solid;
  border-color: #CC3569;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#HEADER_inc2 a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  display: block;
  height: 100%;
  padding: 8px;
}
#HEADER_inc3 {
  position: relative;
  float: right;
  bottom: -75px;
  left: 262px;
  width: 260px;
  height: 30px;
  background-color: #E2E2E2;
  border-width: 1px;
  border-style: solid;
  border-color: #CC3569;
  color: #CC3569;
  text-align: center;
  vertical-align: middle;
}
#HEADER_inc3 a {
  color: #CC3569;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  display: block;
  height: 100%;
  padding: 8px;
}
#menu-up {
  left: -92px;
  bottom: -23px;
  background: transparent;
  height: 35px;
  width: 790px;
  list-style: none;
  float: left;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  position: relative;
}
#menu-up li {
  float: left;
  padding: 1px;
  margin: 0px 0px;
  width: 156px;
  height: 35px;
}
#menu-up li a{
	line-height:32px;
}
#menu-up li a.root-item-selected {
  background: rgba(204, 53, 105, 1);
  color: #fff;
}
#menu-up li a.root-item {
  color: #fff;
  background: #1153C0;
}
#menu-up li:before {
  content: '\2014\a0';
  float: left;
  margin-left: -1.25em;
  display:none;
}
#menu-up li:hover a.root-item, #menu-up li.jshover a.root-item {
  background: #DD8BA7;
  color: #fff;
}