﻿.contain {
  min-width: 1345px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "微软雅黑", arial;
  font-size: 14px;
}

img {
  border: none;
}

li {
  list-style: none;
}

/*改变元素周围的轮廓  非IE下浏览*/

input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}

/*用户不能操纵机制调节元素的尺寸*/

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

/*清除浮动   针对外加的div*/

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*清除浮动   在原本div上*/

.clearfix {
  zoom: 1;
}

/*清除浮动   伪类清除*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.wrap {
  margin: 0px auto;
  width: 998px;
}

.displaynone {
  display: none;
}

.container {
  width: 1080px;
  margin: 0px auto;
}

.header {
  height: 60px;
}

.logo img {
  width: 140px;
  margin-top: 10px;
}

.menu {
  margin-top: 12px;
}

.menu li {
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.menu li a {
  padding: 9px 24px;
  color: #0367b7;
  font-weight: 600;
}

.menu li a:hover {
  background: url(../images/btn_bg.png) no-repeat center center;
  color: #fff;
}

.fouced {
  background: url(../images/btn_bg.png) no-repeat center center;
}

.menu li a.fouced {
  color: #fff;
}

.bottom {
  text-align: center;
  color: #666;
  background-color: #edf0f7;
  padding: 10px 0 14px;
}
.bottom p {
  margin-bottom: 8px;
}
.bottom p:last-child {
  margin-bottom: 0;
}
.bottom p img {
  width: 20px;
  height: 22px;
  position: relative;
  top: 5px;
  left: -5px;
}

#lmnav {
  font-size: 16px;
}
