@charset "utf-8";
* {margin:0; padding:0;}
* html body {overflow:visible;}
* html iframe, * html frame {overflow:auto;}
* html frameset {overflow:hidden;}
body {color:#000; background:#FFF; font-family: Verdana, Arial, sans-serif; font-size: 12px; text-align:center;}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {margin:0 auto; padding:0;}
input, select {font-size:12px; vertical-align:middle;}
/ body div {text-align:left;}
textarea, input {word-wrap:break-word; word-break:break-all; padding:0px;}
li {list-style-type:none;}
img {border:0 none;}
a {color:#000; text-decoration:none;}
a:hover {color:#628828;}
a {outline:none; star:expression_r(this.onFocus=this.blur());}
h1 { font-size:24px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
.pointer { cursor:pointer; }
.NoBorder { border:0 none; }
.NoPadding { padding:0; }
.t_l { text-align:left; }
.t_c { text-align:center; }
.t_r { text-align:right; }
.Break { word-break:break-all; word-wrap:break-word; }
.Nobreak { word-break:keep-all; word-wrap:normal; }
.FL { float:left; }
.FR { float:right; }
.left { float:left!important; }
.right { float:right!important; }
.UnLine { text-decoration:underline; }
.DisunLine { text-decoration:none; }
.absolute { position:absolute; }
.relative { position:relative; }
.wrapper { clear:both; overflow:hidden; }
.o-hidden { overflow:hidden; }
.invisible { visibility:hidden; }
.hidden { display:none; }
.block { display:block; }
/* .clear { clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden; }
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
} */
.FB { font-weight:bold; }
.FN { font-weight:normal; }
.FI { font-style:italic; }
.F10 { font-size:10px; }
.F11 { font-size:11px; }
.F12 { font-size:12px; }
.F13 { font-size:13px; }
.F14 { font-size:14px; }
.F16 { font-size:16px; }
.F18 { font-size:18px; }
.DivH5, .DivH10, .DivH15, .DivH20, .DivH25, .DivH30, .DivH1, .DivH40 { width:100%; overflow:hidden; }
.DivH1 { height:1px; }
.DivH5 { height:5px; }
.DivH8 { height:8px; }
.DivH10 { height:10px; }
.DivH15 { height:15px; }
.DivH20 { height:20px; }
.DivH25 { height:25px; }
.DivH30 { height:30px; }
.DivH40 { height:40px; }
.DivH60 { height:60px; }
.DivH80 { height:80px; }
.LH1 { line-height:1px; }
.LH10 { line-height:10px; }
.LH15 { line-height:15px; }
.LH18 { line-height:18px; }
.LH20 { line-height:20px; }
.LH25 { line-height:25px; }
.LH30 { line-height:30px; }
.LH35 { line-height:35px; }
.color_green { color:#85c226; }
.color_red { color:#e8470a; }
.color_red1 { color:#F00; }
.color_yellow { color:#bf0000; }

/*主体*/
.container {
    width: 1200px;
    margin: 0 auto;
}

/*全局属性*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

td, th {
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #f5f5f5;
    font-size: 14px;
    font-family: "微软雅黑", "宋体", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #1169af;
}

label {
    cursor: pointer;
}

img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

a img:active, a img:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

input, textarea {
    border: 1px solid #b8c4ce;
    border-radius: 2px;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 4px rgba(41, 128, 185, 0.4);
    -webkit-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
}

div.help-block {
    font-size: 14px;
    text-indent: 0.5em;
    line-height: 30px;
    color: #ff0000;
}

em {
    font-style: normal;
}

/*解决IE6左右浮动边距*/
.item {
    display: inline;
}

/*显示或隐藏*/
.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

/*主体框架*/
/*排版*/
.left {
    float: left !important;
}

.right {
    float: right !important;
}

/*网站主体-边距*/
.m-right {
    margin-right: 10px;
}

.m-left {
    margin-left: 10px;
}

.m-top {
    margin-top: 10px;
}

.m-bottom {
    margin-bottom: 10px;
}

/*字体大小*/
h6, .h6 {
    font-size: 12px;
}

h5, .h5 {
    font-size: 14px;
}

h4, .h4 {
    font-size: 16px;
}

h3, .h3 {
    font-size: 18px;
}

h2, .h2 {
    font-size: 20px;
}

h1, .h1 {
    font-size: 22px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small {
    font-size: 60%;
    filter: alpha(opacity=60);
    opacity: .6;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    font-size: 12px;
    filter: alpha(opacity=60);
    opacity: .6;
}

.text-big {
    font-size: 48px;
}

.text-small {
    font-size: 10px;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*行高*/
p, .p {
    line-height: 28px;
}

/*首行排版*/
.text-indent {
    text-indent: 2em;
}

/*加粗文字*/
.text-blod {
    font-weight: bold
}

/*去粗文字*/
.text-blod-none {
    font-weight: normal
}

/*对齐文字*/
.text-left {
    text-align: left
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/*按扭*/
.button {
    border-radius: 4px;
}

/*清除浮动*/
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clear {
    height: 1%
}

/*边框*/
.border {
    border: 1px #ccc solid;
}

/*常用图标*/
.icon-close {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    line-height: 24px;
}

.icon-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.icon-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.icon-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.icon-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/*常用颜色*/
.text-main {
    color: #12c2ee;
}

.text-fff {
    color: #fff;
}

.text-000 {
    color: #000;
}

.text-ccc {
    color: #ccc;
}