@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  _background: url(about:blank);
  background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  color: #555;
  font-size: 12px;
  font-family: '微软雅黑', '宋体', 'Lucida Grande', 'Lucida Sans Unicode',
    Helvetica, Arial, Verdana, sans-serif, 'Tahoma';
  margin: 0 auto;
  padding: 0;
  line-height: 25px;
  /* background: #fff url(../images/bj11.jpg) top center no-repeat; */
}

ul,
li {
  list-style: none;
  text-transform: capitalize;
}

input,
textarea,
button,
select {
  font-size: 12px;
  outline: none;
  resize: none;
  color: #555;
  font-family: '微软雅黑', '宋体', 'Lucida Grande', 'Lucida Sans Unicode',
    Helvetica, Arial, Verdana, sans-serif, 'Tahoma';
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

a {
  color: #555;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

a:hover {
  color: #f98f28;
  text-decoration: none;
}

img {
  border: none;
}

#clear {
  width: 100%;
  height: 0px;
  clear: both;
}

h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 80px;
}

h4 {
  font-size: 14px;
  font-weight: blod;
  color: #4b4b4b;
  line-height: 30px;
}

h3 {
  font-size: 16px;
  font-weight: 500;
  color: #4b4b4b;
  line-height: 30px;
}

p {
  line-height: 25px;
}

/* .left {
  float: left;
}
.right {
  float: right;
} */
/* #right {
  float: right;
} */

::selection {
  background: #2e7ae6;
  color: #fff;
}

::-moz-selection {
  background: #2e7ae6;
  color: #fff;
}

::-webkit-selection {
  background: #2e7ae6;
  color: #fff;
}

.content {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  box-shadow: #ccc 0 0 10px;
  height: 100%;
  padding: 0;
}

.flbt {
  background: #07c160;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 2.5;
  font-weight: normal;
}

.warp1 {
  height: 100%;
}

.warp1 .left {
  width: 240px;
  background: #f2f2f2;
  text-align: center;
  height: 100%;
}

.warp1 .left a {
  display: block;
  font-size: 16px;
  line-height: 42px;
  border-bottom: #fff solid 1px;
}

.warp1 .right {
  padding-left: 30px;
  width: calc(100% - 270px);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  background: #fff;
  height: 100%;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

html,
body {
  width: 100%;
  background: #f2f2f2;
}