body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "微软雅黑", "SimSun", "宋体", "Arial Narrow";
  overflow-x: hidden;
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
input {
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.wrap {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
/*头部css样式*/
.header {
  width: 1200px;
  height: 104px;
  margin: 0 auto;
}
posi .header:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.header > .logo {
  height: 104px;
  float: left;
}
.header > .logo img {
  padding-top: 31px;
}
.header > .phone {
  width: 36.08333333%;
  height: 104px;
  float: right;
  line-height: 104px;
  background-image: url(../img/style/phoneBg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header > .phone li {
  float: left;
  padding-left: 57px;
  position: relative;
}
.header > .phone li:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url(../img/style/phoneIcon01.png);
  position: absolute;
  left: 23px;
  top: 41px;
}
.header > .phone li:nth-child(2) {
  padding-left: 75px;
}
.header > .phone li:nth-child(2):after {
  width: 20px;
  height: 21px;
  background-image: url(../img/style/phoneIcon02.png);
  left: 46px;
  top: 41px;
}
.header > .phone a {
  color: #333;
  font-size: 18px;
}
/*导航栏*/
.navBg {
  width: 100%;
  background-color: #0c2549;
}
.nav {
  width: 1200px;
  height: 58px;
  margin: 0 auto;
  position: relative;
  background-image: url(../img/style/navBg.png);
  z-index: 666;
}
.nav > ul {
  width: 70%;
}
.nav > ul > li {
  width: 14%;
  height: 58px;
  text-align: center;
  float: left;
  position: relative;
}
.nav > ul > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 58px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.nav > ul > li > a:hover {
  background-color: #b30511;
}
.nav > ul li:hover .erji h6 {
  display: block;
}
.nav > ul .erji {
  width: 100%;
  height: 58px;
  position: relative;
}
.nav > ul .erji h6:hover > ul {
  display: block;
  z-index: 100;
}
.nav > ul .erji h6 {
  display: none;
  font-weight: normal;
  background: #0c2549;
}
.nav > ul .erji h6 a {
  color: #fff;
  line-height: 58px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.nav > ul .erji h6 a:hover {
  background: #b30511;
}
.nav > ul .erji h6 > ul {
  position: absolute;
  top: 0px;
  right: -150px;
  display: none;
}
.nav > ul .erji h6 > ul > li {
  width: 150px;
  height: 58px;
  position: relative;
}
.nav > ul .erji h6 > ul > li > a {
  color: #fff;
  line-height: 58px;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #2c476f;
}
.nav > ul .erji h6 > ul > li a:hover {
  background: #b30511;
}
.nav > ul .erji h6 > ul > li:hover .sanji {
  display: block;
}
.nav > ul .erji h6 > ul .sanji {
  display: none;
  position: absolute;
  top: 0px;
  right: -150px;
}
.nav > ul .erji h6 > ul .sanji > li {
  width: 150px;
  height: 58px;
}
.nav > ul .erji h6 > ul .sanji > li > a {
  color: #fff;
  line-height: 58px;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #33507c;
}
.nav > ul .erji h6 > ul .sanji > li a:hover {
  background: #b30511;
}
.nav > ul > li:nth-child(1) {
  width: 130px;
}
.nav > ul > .LiColor a {
  background-color: #b30511;
}
.nav > .search {
  width: 303px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -14px;
}
.nav > .search > form input {
  width: 234px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.4);
  float: left;
  color: #333;
  padding-left: 15px;
}
.nav > .search > form input[type=text]:focus {
  outline: none;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.nav > .search > form input[type=text]::selection {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.7);
}
.nav > .search > form input[type=text]::-moz-selection {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.7);
}
.nav > .search > form > div {
  width: 50px;
  height: 42px;
  position: relative;
  left: -2px;
  float: left;
  background-color: #d50915;
  text-align: center;
}
.nav > .search > form > div > button {
  cursor: pointer;
  display: inline-block;
  width: 44px;
  height: 36px;
  border: 1px solid #ce0b19;
  background-color: #d50915;
  margin-top: 3px;
}
/*底部 footer*/
#footerBg {
  background-color: #0e274b;
}
#footerBg:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.footer {
  width: 1200px;
  margin: 0 auto;
}
.footer > .foot1 {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.footer > .foot1 > div {
  width: 170px;
  height: 33px;
  margin: 0 auto;
}
.footer > .foot1 p {
  padding-top: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.footer > .foot2 {
  width: 850px;
  margin: 0 auto;
}
.footer > .foot2:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.footer > .foot2 ul li {
  width: 16.66666667%;
  float: left;
  text-align: center;
  position: relative;
}
.footer > .foot2 ul li:after {
  content: "";
  width: 0px;
  height: 12px;
  display: block;
  border-right: 1px solid #fff;
  position: absolute;
  top: 6px;
  right: 0;
}
.footer > .foot2 ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}
.footer > .foot3 {
  padding-top: 35px;
}
.footer > .foot3 li {
  text-align: center;
}
.footer > .foot3 li span:nth-child(2) {
  padding-left: 27px;
}
.footer > .foot3 li span a {
  font-size: 16px;
  color: #fff;
}
.footer > .foot4 {
  padding-top: 7px;
  padding-bottom: 38px;
}
.footer > .foot4 li {
  text-align: center;
}
.footer > .foot4 li span:nth-child(2) {
  padding-left: 27px;
}
.footer > .foot4 li span a {
  font-size: 16px;
  color: #fff;
}
.footBottom {
  width: 100%;
  background-color: #001027;
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footBottom li {
  text-align: center;
}
.footBottom li span {
  font-size: 16px;
  color: #fff;
}
.footBottom li a {
  font-size: 16px;
  color: #fff;
}
