@charset "utf-8";
.left #map {
  height: 300px;
  width: 648px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
  border: 1px solid #D8D8D8;
}
.right #products {
  height: auto;
  position: relative;
  width: auto;
}
.right #prodsUl {
  list-style-type: none;
  margin-top: 8px;
}
.right #prodsUl .aProd {
  line-height: 40px;
  display: block;
  clear: left;
  height: 40px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.right #prodsUl .aProd a {
  font-size: 14px;
  line-height: 40px;
  font-family: "微软雅黑", "幼圆";
}
.right #prodsUl .aProd a:hover {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.right #prodsUl .aProd a .aProd-icon {
  font-size: 14px;
  line-height: 40px;
  vertical-align: text-bottom;
  display: block;
  width: 23px;
  float: left;
  color: #2D497B;
  font-weight: lighter;
  font-family: "宋体";
}
.right #products .btn {
  bottom: -30px;
}
#nameCard {
  border-radius: 5px;
  background-color: #F1F1F1;
  height: auto;
  border: 1px solid #CDCDCD;
  -webkit-box-shadow: 2px 2px #E3E3E3;
  box-shadow: 2px 2px #E3E3E3;
  position: relative;
  width: 580px;
  margin-top: 10px;
}
#nameCard #colorBlock {
  width: 95px;
  height: 48px;
  position: absolute;
  top: 45px;
  display: block;
  left: 0px;
  background-image: url(../images/contact/logo.png);
}
#nameCard #colorBlock2 {
	width: 95px;
	height: 95px;
	position: absolute;
	top: 145px;
	display: block;
	left: 5px;
	background-image: url(../images/contact/code.jpg);
}
#nameCard #info {
  padding-left: 110px;
  padding-top: 40px;
  padding-bottom: 20px;
}
#nameCard #info p {
  line-height: 16pt;
  color: #333333;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#nameCard #info p span {
  color: #FF7600;
  font-weight: bold;
}
#nameCard #info p strong {
  color: #2D497B;
  font-size: 16px;
  font-family: "微软雅黑", "幼圆";
  font-variant: normal;
  font-weight: bold;
  line-height: 26px;
}
#nameCard #info .nT strong {
  letter-spacing: 0.1em;
}
#nameCard #info .lT strong {
  letter-spacing: 0.32em;
}
#pageMain .con.main #btmLogo {
  width: 100px;
  height: 50px;
  right: 60px;
  bottom: 60px;
  position: absolute;
  z-index: 999;
}
.right #message {
  padding-top: 20px;
}
#message #msgUl .aInput {
  width: 220px;
  overflow-x: hidden;
  list-style-type: none;
  height: 40px;
  display: block;
  line-height: 20px;
  overflow-y: visible;
  clear: left;
}
#message #msgUl .aInput.aMessage {
  height: 110px;
}
#message #msgUl .aInput label {
  float: left;
  list-style-image: none;
  list-style-type: none;
  width: 60px;
  line-height: 28px;
}
#message .input {
  float: left;
  width: 140px;
  height: 23px;
}
#message #msgUl .aInput #message {
  width: 200px;
  margin-top: 5px;
  font-size: 13px;
  font-family: Verdana, "微软雅黑 Light";
  float: left;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}
#message #msgUl .aInput #submit {
  width: 60px;
  line-height: 20px;
  height: 25px;
  margin-top: 8px;
  margin-right: 10px;
  float: right;
  font-weight: bold;
  color: #434343;
  cursor: pointer;
}
