﻿/*css reset*/
body {
  min-width: 1280px;
  margin: 0;
  font-family: "Microsoft YaHei";
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
}

.wid1078 {
  width: 1078px;
  margin: 0 auto;
}

/*header*/
.header {
  width: 100%;
  height: 150px;
  background: url(../images/header_bg.jpg) no-repeat;
  background-size: 100% 100%;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="C:/Users/dzh/Desktop/jz/images/header_bg.jpg",  sizingMethod="scale");
}
.logo {
  height: 78px;
  padding-top: 40px;
}

/*nav*/
.nav {
  width: 100%;
  height: 66px;
  background: #005aab;
}
.menu {
  height: 100%;
}
.menu > li {
  float: left;
}
.dropdown {
  position: relative;
  z-index: 8;
}
.menu > li > a {
  display: inline-block;
  padding: 0 20px;
  line-height: 66px;
  font-size: 17px;
  color: #fff;
}
.menu > li.menuhover > a {
  color: #022c52;
  background: #eaf0f4;
}
.submenu {
  position: absolute;
  top: 66px;
  left: 0;
  width: 108px;
  z-index: 9;
}
.submenu > li {
  height: 40px;
  margin-top: 2px;
  text-align: center;
  background: #005aab;
}
.submenu > li > a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.submenu > li > a:hover {
  color: #8fa;
}

/*footer*/
.footer {
  width: 100%;
  height: 138px;
  background: #005aab;
}
.address {
  width: 420px;
  margin: 0 auto;
  padding-top: 28px;
}
.address > p {
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  color: #fff;
}