/* CSS Document */

.wrap {
font-size:12px;
    min-height: 100%;
    height: auto !important;
    height: 100%; /*IE6不识别min-height*/
    position: relative;
    max-width:720px;
    margin:0 auto;
}

/*公用头部*/
.headInner {
  height: 55px;
  background-color: #145ea7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 500;

  width: 100%; 
  max-width: 720px; 
  position: fixed;
}
.headInner .headLogo{
float:left;
display:block;
width:120px;
height:30px;
background:url(/Files/Themes/images/iconHeadLogo.png) no-repeat 0 0;
background-repeat:no-repeat;
background-size:120px 30px;
margin-left:14px;
margin-top:12px
}
.headInner .headIcon {
  float: right;
  display: block;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 35px;
  line-height: 100%;
}
.headInner .headIconMenu {
  width: 55px;
  height: 55px;
  background: #04337b url(/Files/Themes/images/iconHeadMenu.png) no-repeat center 12px;
  background-size: 21px 16px;
  color: #fff;
}
.headInner .headIconTel {
  padding-top: 10px;
  width: 55px;
  height: 55px;
  margin-right:2px;
  color: #fff;
}
.headInner .headIconTel  img {
  padding-bottom:4px;
  width: 21px;
  height: 21px;
}
.headMenu {
  display: none;
  background-color: rgba(255, 255, 255, 0.98);
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 715px;
  box-sizing: border-box;
  z-index: 400;
  padding-top: 55px;
  padding-bottom: 62px;
  overflow: hidden;
}
.menuTab {
  position: relative;
  z-index: 2;
  background: #fff;
  border-bottom: #e4e4e4 solid 1px;
}
.menuTab ul {
  overflow: hidden;
}
.menuTab ul li {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: #f2f4f4;
  border-bottom: 2px solid transparent;
}
.menuTab ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 0 bottom;
}
.menuTab ul li.on {
  background-color: #fff;
  color: #de3828;
  border-bottom: 2px solid #e05514;
}
.menuTab ul li.on i {
  background-position: 0 0;
}
.menuTab ul li.menuTabAa i {
  background-image: url(/Files/Themes/images/iconMenuTabAa.png);
}
.menuTab ul li.menuTabBb i {
  background-image: url(/Files/Themes/images/iconMenuTabBb.png);
}
.menuDiv {
  position: relative;
  height: 660px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: -40px;
  z-index: 1;
}
.menuDiv ul {
  position: absolute;
  width: 95%;
  top: 40px;
  left: 1000px;
  overflow: hidden;
  background: url(/Files/Themes/images/menuListborder.gif) repeat 0 0;
}
.menuDiv ul li {
  float: left;
  min-width: 50%;
  padding-bottom: 3px;
  height: 44px;
}
.menuDiv ul li a {
  position: relative;
  display: block;
  padding-right: 20px;
  height: 44px;
  line-height: 44px;
  color: #333;
  overflow: hidden;
}
.menuDiv ul li a span {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
      padding-left: 6px;
}
.menuDiv ul li a span img {
  vertical-align: sub;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.menuDiv ul li a:after {
  content: "";
  background: url(/Files/Themes/images/iconMenuLinkRight.png) no-repeat 0 0;
  background-size: 4px 7px;
  display: block;
  width: 4px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.menuDiv ul.box {
  left: 2.5%;
}