.f9d56 {
    color: #0e9d56;
}

.f8f {
    color: #8f8f8f
}

.underline {
    text-decoration: underline;
}

.dashedline {
    border-bottom: dashed 1px #666;
}

ol.dashedline {
    border: none;
}

ol.dashedline li {
    border-bottom: dashed 1px #666;
    padding: 5px;
}

code,
pre {
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    padding: 0 3px 2px;
}

pre {
    font-family: consolas, "Courier New", courier, monospace;
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    border-radius: 4px 4px 4px 4px;
    display: block;
    font-size: 12.025px;
    line-height: 18px;
    margin: 0 0 9px;
    padding: 8.5px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

code {
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    color: #0088CC;
    padding: 2px 4px;
}

pre ol {
    margin: 0 0 0 14px;
}

pre.unstyled {
    background: none;
    color: #333;
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

/* 清除浮动*/
.colwrapper {
    overflow: hidden;
    zoom: 1
        /*for ie*/
    ;
    margin: 5px auto;
}

/* 高度自适应 */
.strong {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.show {
    display: block;
    visibility: visible;
}

.hide {
    display: none !important;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.transparent {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    /** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.break {
    word-wrap: break-word;
    overflow: hidden;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.di {
    display: inline;
}

.h14 {
    height: 14px;
}

.h16 {
    height: 16px;
}

.h18 {
    height: 18px;
}

.h20 {
    height: 20px;
}

.h22 {
    height: 22px;
}

.h24 {
    height: 24px;
}

.lh14 {
    line-height: 14px;
}

.lh16 {
    line-height: 16px;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh26 {
    line-height: 26px;
}

.lh30 {
    line-height: 30px;
}

.m0 {
    margin: 0;
}

.ml1 {
    margin-left: 1px;
}

.ml2 {
    margin-left: 2px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr1 {
    margin-right: 1px;
}

.mr2 {
    margin-right: 2px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb1 {
    margin-bottom: 1px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 20px;
}

.ml-1 {
    margin-left: -1px;
}

.mt-1 {
    margin-top: -1px;
}

.p1 {
    padding: 1px;
}

.pl1 {
    padding-left: 1px;
}

.pt1 {
    padding-top: 1px;
}

.pr1 {
    padding-right: 1px;
}

.pb1 {
    padding-bottom: 1px;
}

.p2 {
    padding: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pt2 {
    padding-top: 2px;
}

.pr2 {
    padding-right: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.g0 {
    color: #000;
}

.g3 {
    color: #333;
}

.g6 {
    color: #666;
}

.g9 {
    color: #999;
}

.wh {
    color: white;
}

.f0 {
    font-size: 0;
}

.f10 {
    font-size: 10px;
    -webkit-text-size-adjust: none;
}

.f11 {
    font-size: 11px;
    -webkit-text-size-adjust: none;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.fa {
    font-family: Arial;
}

.ft {
    font-family: Tahoma;
}

.fv {
    font-family: Verdana;
}

.fs {
    font-family: '宋体';
}

.fw {
    font-family: '微软雅黑';
}

.n {
    font-weight: normal;
    font-style: normal;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tj {
    text-align: justify;
}

.tdl {
    text-decoration: underline;
}

.tdn,
.tdn:hover,
a.tdl:hover {
    text-decoration: none;
}

.lt0 {
    letter-spacing: 0;
}

lt1 {
    letter-spacing: 1px;
}

.bk {
    word-wrap: break-word;
}

.vm {
    vertical-align: middle;
}

.vtb {
    vertical-align: text-bottom;
}

.vb {
    vertical-align: bottom;
}

.vt {
    vertical-align: top;
}

.vn {
    vertical-align: -2px;
}

.cl {
    clear: both;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.zx1 {
    z-index: 1;
}

.zx2 {
    z-index: 2;
}

.poi {
    cursor: pointer;
}

.def {
    cursor: default;
}

.ovh {
    overflow: hidden;
}

.vh {
    visibility: hidden;
}

.vv {
    visibility: visible;
}

.z {
    *zoom: 1;
}

.tu {
    text-transform: uppercase
}

/*块状元素水平居中*/
.auto {
    margin-left: auto;
    margin-right: auto;
}

/*清除浮动*/
.fix {
    *zoom: 1;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*基于display:table-cell的自适应布局*/
.cell {
    display: table-cell;
    *display: inline-block;
    width: 2000px;
    *width: auto;
}

/*双栏自适应cell部分连续英文字符换行*/
.cell_bk {
    display: table;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

/*单行文字溢出虚点显示*/
.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ti2 {
    text-indent: 2em;
}

/*按钮*/
html .button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    padding: .4em 1.5em .55em;
    border: none;
    color: #fff;
    background: #A7A9AA;
    font-family: '微软雅黑';
}

.button:hover {
    text-decoration: none;
    background: #9a9c9d;
}

.button:active {
    position: relative;
    top: 1px;
    color: #999;
}

/*圆角*/
.button.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

/*中号*/
.button.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}

/*小号*/
.button.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

/* black */
.button.black {
    color: #d7d7d7;
    background: #333;
}

.button.black:hover {
    background: #000;
}

.button.black:active {
    color: #666;
}

/* gray */
.button.gray {
    color: #e9e9e9;
    background: #6e6e6e;
}

.button.gray:hover {
    background: #616161;
}

.button.gray:active {
    color: #afafaf;
}

/* orange */
.button.orange {
    color: #fef4e9;
    background: #f78d1d;
}

.button.orange:hover {
    background: #f47c20;
}

.button.orange:active {
    color: #fcd3a5;
}

/* red */
.button.red {
    color: #faddde;
    background: #d81b21;
}

.button.red:hover {
    background: #b61318;
}

.button.red:active {
    color: #de898c;
}

/* blue */
.button.blue {
    color: #d9eef7;
    background: #007ead;
}

.button.blue:hover {
    background: #00CCFF;
}

.button.blue:active {
    color: #80bed6;
}

.button.blue2 {
    color: #fff;
    background: #da251e;
}

.button.blue2:hover {
    background: #8d130e;
}

.button.blue2:active {
    color: #da251e;
}

/* rosy */
.button.rosy {
    color: #fae7e9;
    background: #da5867;
}

.button.rosy:hover {
    background: #ba4b58;
}

.button.rosy:active {
    color: #dca4ab;
}

/* green */
.button.green {
    color: #e8f0de;
    background: #64991e;
}

.button.green:hover {
    background: #538018;
}

.button.green:active {
    color: #a9c08c;
}

/* pink */
.button.pink {
    color: #feeef5;
    background: #f895c2;
}

.button.pink:hover {
    background: #d57ea5;
}

.button.pink:active {
    color: #f3c3d9;
}

/* 黄色 */
.button.yellow {
    color: #fff;
    background: #BB6512;
}

.button.yellow:hover {
    background: #fd9c2c;
}

.button.yellow:active {
    color: #fff;
}

/*淡灰色*/
.button.dahui {
    color: #cd0c39;
    background: #efefef;
}

.button.dahui:hover {
    background: #c2c2c2;
    color: #efefef
}

.button.dahui:active {
    color: #fff;
}

/*圆边框*/
.b1,
.b2,
.b3,
.b4,
.b5,
.b6,
.b7,
.b8 {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
}

.b1,
.b8 {
    margin: 0 4px;
}

.b2,
.b7 {
    margin: 0 3px;
    border-right: 1px solid;
    border-left: 1px solid;
}

.b3,
.b6 {
    margin: 0 2px;
    border-right: 1px solid;
    border-left: 1px solid;
}

.b4,
.b5 {
    margin: 0 1px;
    border-right: 1px solid;
    border-left: 1px solid;
    height: 2px;
}

/*表单*/
.espcms_form_group {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}

.control_label {
    float: left;
    width: 15%;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    min-height: 1px;
    color: #818181
}

.control_label16 {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    min-height: 1px;
    color: #818181
}

.control_label20 {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 14px;
    min-height: 1px;
    color: #818181
}

.control_required20 {
    float: left;
    width: 72%;
}

.control_required {
    float: left;
    width: 82%;
    overflow: hidden;
}

.control_required .form_message,
.control_required20 .form_message {
    font-size: 12px;
    color: #BABABA;
    height: 30px;
    line-height: 30px;
    padding-left: 28px;
    background: url('../images/faq.png') no-repeat 9px 0px;
}

.control_required .form_message2,
.control_required20 .form_message2 {
    font-size: 12px;
    color: #CE5C36;
    height: 30px;
    line-height: 30px;
    padding-left: 0px;
}

.col2 {
    width: 10%;
}

.col3 {
    width: 20%;
}

.col4 {
    width: 30%;
}

.col5 {
    width: 40%;
}

.col6 {
    width: 60%;
}

.col7 {
    width: 70%;
}

.col8 {
    width: 80%;
}

.col10 {
    width: 100%;
}

.col11 {
    width: 95%;
}

.infoInput {
    padding: 5px;
    margin: 0px;
    border: 1px solid #d5d5d5;
}

.infoInput:hover {
    padding: 5px;
    margin: 0px;
    border: 1px solid #bfbfbf;
}

/*关键字颜色*/
a.keyword1 {
    font-size: 14px;
    color: #FF0000;
    text-decoration: none;
}

a.keyword2 {
    text-decoration: none;
    color: #CC3300;
    font-size: 12px;
}

a.keyword3 {
    text-decoration: none;
    color: #000033;
    font-size: 14px;
}

a.keyword4 {
    text-decoration: none;
    color: #3333CC;
    font-size: 16px;
}

a.keyword5 {
    text-decoration: none;
    color: #0099FF;
    font-size: 10px;
}

a.keyword6 {
    text-decoration: none;
    color: #9966CC;
    font-size: 12px;
}

a.keyword7 {
    text-decoration: none;
    color: #996600;
    font-size: 12px;
}

a.keyword8 {
    text-decoration: none;
    color: #996600;
    font-size: 18px;
}

a.keyword9 {
    text-decoration: none;
    color: #996600;
    font-size: 12px;
}

a.keyword10 {
    text-decoration: none;
    color: #996600;
    font-size: 14px;
}

a.keyword1:hover,
a.keyword2:hover,
a.keyword3:hover,
a.keyword4:hover,
a.keyword5:hover,
a.keyword6:hover,
a.keyword7:hover,
a.keyword8:hover,
a.keyword9:hover,
a.keyword9:hover {
    color: #0c4ac7;
    text-decoration: none;
}

a.infolink01 {
    font-size: 12px;
    text-decoration: underline;
}

a:visited.infolink01 {
    font-size: 12px;
    text-decoration: underline;
}

a:hover.infolink01 {
    color: #EB5A00;
    font-size: 12px;
    text-decoration: none;
}

a.infolink02 {
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}

a:visited.infolink02 {
    font-size: 12px;
    color: #999999;
    text-decoration: none;
}

a:hover.infolink02 {
    color: #EB5A00;
    font-size: 12px;
    text-decoration: underline;
}


a.contentpage {
    font-size: 12px;
    color: #ff0000;
    text-decoration: underline;
}

a:visited.contentpage {
    font-size: 12px;
    color: #ff0000;
    text-decoration: underline;
}

a:hover.contentpage {
    color: #0060ff;
    font-size: 12px;
    text-decoration: none;
}

a.infolist_orning {
    font-size: 12px;
    color: #fe6c00;
    text-decoration: underline;
}

a:visited.infolist_orning {
    font-size: 12px;
    color: #E05600;
    text-decoration: underline;
}

a:hover.infolist_orning {
    color: #2C45B5;
    font-size: 12px;
    text-decoration: none;
}

input.bottonsubmit {
    color: #fff;
    font-weight: bold;
    padding: 5px;
    margin: 0px;
    border: 0px;
    cursor: pointer;
    background-color: #ff6c00;
}

input.bottonsubmit:hover {
    color: #ffcc00;
    font-weight: bold;
    padding: 5px;
    margin: 0px;
    border: 0px;
    cursor: pointer;
}

.manager{
	padding-top: 4%;
}
.manager p {
    margin-bottom: 2%;
}

.manager p input {
    width:30%;
    line-height: 30px;
  
    border: 1px solid #ccc;
    padding: 0 10px;
}

.manager textarea {
    width: 60%;
    line-height: 30px;
   height: 200px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-family: "å¾®è½¯é›…é»‘"
}
input{
	outline-style: none;
}
.manager h4.title {
    margin-bottom: 6%;
}

.manager div {
    padding-top: 2%;
}

.manager div input {
    width: 30%;
    margin: 0 10%;
    line-height: 52px;
    cursor: pointer;

    font-size: 20px;
    border: none;
    background-color: #e7e6eb;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

}

.manager .submit input:hover {
    background-color: #c42323;
    color: #fff;

}

.messtitle{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: red;
}

.ss_form_group{
    padding-top: 1%;
   font-size:16px;
   text-align: center;
   
}
.ss_page_bannpic{
    width:100%;
  margin-bottom: 2%;
}
.ss-button{
  padding:0 10px;
  line-height:26px;
}
.ss_member_login_center{
  margin-bottom: 4%;
}
.form_code{
	overflow: hidden;
	
}
.form_code .code_tit{
	font-size: 16px;
}
.manager .form_code label,
.manager .form_code input,
.manager .form_code img{
	float: left;
	line-height: 30px;
}
.manager .form_code input{
	margin: 0 5px;
	width: 100px;
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 30px;
}
.form_code input:hover{
	cursor: text;
	
}