@charset "utf-8";
/* CSS Document */
* {
  word-wrap: break-word;
  outline: none;
  font-family: "微软雅黑", "黑体";
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  width: 100%;
  font-family: arial;
  font-size: 12px;
  color: #333333;
  background: #f5f5f5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.layer {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
}
#container {
  width: 100%;
}
h1, h2, h3, h4, h5, h6, dd, dt, ul, ol, li, span, p, dl, a, th, td, blockquote, form, fieldse {
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
	cursor:pointer;
}
dd {
  float: left;
  display: inline;
}
dt.clear, li.clear, .clear {
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
dt.clear, li.clear {
  height: 0;
  font-size: 0;
}
.clear_10 {
  clear: both;
  font-size: 0;
  height: 10px;
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
u, i {
  font-style: normal;
  text-decoration: none;
}
fieldset {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-weight: normal;
  font-style: normal;
}
abbr, acronym {
  border: 0;
}
caption, th {
  text-align: left;
}
img {
  border: 0;
}
form {
  display: inline;
}
a {
  text-decoration: none;
  color: #333
}
a:hover {
  text-decoration: none;
}
.fs {
  font-family: arial;
}
.w1200 {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
table {
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all
}
.h10 {
  height: 10px;
  line-height: 10px;
  font-size: 0;
  overflow: hidden
}
.h15 {
  height: 15px;
  line-height: 15px;
  font-size: 0;
  overflow: hidden
}
.h25 {
  height: 25px;
  line-height: 25px;
  font-size: 0;
  overflow: hidden
}
.h35 {
  height: 35px;
  line-height: 35px;
  font-size: 0;
  overflow: hidden
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}
.clearfloat {
  zoom: 1
}
input {
  display: inline;
}
input::-ms-clear {
  display: none;
}
::-ms-clear, ::-ms-reveal {
  display: none;
}
input::-ms-clear {
  display: none;
}
input[type=text]::-ms-clear {
  display: none;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
.flex {
  display: flex;
  display: -webkit-flex;
  /*align-items: center;
  align-content: center;*/
}
.mt16 {
  margin-top: 16px;
}
.m16 {
  margin: 16px auto;
}
.mt36 {
  margin-top: 36px;
}
.mb32{
	margin-bottom:32px;
}
.mt60 {
  margin-top: 60px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pt16 {
  padding-top: 16px;
}
.plr20 {
  padding: 0 20px;
}
.cm-title {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e8e8e8;
}
.cm-title .type {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 0;
  font-size: 18px;
  color: #0256C9;
	position: relative;
}
.cm-title .type:after{
	content:"";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -2px;
	border-radius: 2px;
	background: #0256C9;
}
.cm-title .type font {
  display: inline-block;
  margin-left: 16px;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
.cm-title .more {
  float: right;
  color: #999;
  font-size: 14px;
}
.clearfix:after { content: " ."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { height: 1%; }