* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #333;
  text-decoration: none;
}
i{ font-style: normal; }
ol,
ul {
  list-style: none;
}
input {
  background: #fff;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
  border: none;
  vertical-align: middle;
}
.fl {
  float: left;
}

.fr {
  float: right;
}
/* 外填充 */
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}

.w380 {
  width: 380px;
}
/* 清除浮动 cl 、clearfix  */
.cl:after,
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cl,
.clearfix {
  zoom: 1;
}

/* 版权 */
.footer {
  /* margin-top: 20px; */
  background: rgba(0, 0, 0, 0.7); 
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footerCont {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  line-height: 1.8;
}
.footImg img {
  height: 50px;
  display: block;
}
body {
    min-width: 1260px;
  background: url("../img/bg.jpg") no-repeat center center;
  font-family: Arial, "Microsoft YaHei UI", "Microsoft YaHei", SimSun,
    "Segoe UI", Tahoma, Helvetica, sans-serif !important;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 128px;
  min-height: 100vh;
}
.topBox {
  height: 40px;
  line-height: 40px;
  background: #135794;
  color: #fdfdfc;
}
.topCon {
  width: 1200px;
  margin: 0 auto;
}
.topCon span {
  color: #fdfdfc;
  display: block;
  font-size: 14px;
}

.logoBox {
  width: 1200px;
  margin: 30px auto;
}
.serachBox {
  height: 44px;
  font-size: 0px;
  margin-top: 22px;
}
.searchInput {
  width: 350px;
  height: 44px;
  font-size: 16px;
  color: #676767;
  padding-left: 15px;
  background: rgba(255, 255, 255, 0.5);
}
.searchButton {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  cursor: pointer;
  height: 44px;
  background: url("../img/searchicon.png") no-repeat center center #cc3f44;
}
.navBox {
  height: 60px;
  background: #135794;
  line-height: 60px;
}
.navItem {
  width: 200px;
  text-align: center;
  font-size: 21px;
}
.navItem a {
  color: #fff;
  display: block;
}
.navItem.active,
.navItem:hover {
  background: #19486f;
}
.mainBox {
  width: 1200px;
  margin: 0 auto;
}
.contentBox {
  padding: 15px;
  background: #fff;
}
