body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, em, select, img{
    margin: 0;
    padding: 0;
    border: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 'Microsoft YaHei', 'Helvetica' ,'Arial'
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

li {
    list-style: none
}
em {
    font-style: normal;
}

fieldset, img {
    border: 0
}

input {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
th{
    font-weight: normal;
}
label {
    display: block;
}

q:before, q:after {
    content: ''
}

button, input, select, textarea {
    font-size: 100%
}

legend {
    color: #000
}

small {
    font-size: 12px
}

hr {
    border: none;
    height: 1px
}

a {
    text-decoration: none
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.cle:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cle {
    display: inline-block
}

.cle {
    display: block
}

.clear {
    clear: both;
}
.overflow{
    overflow: hidden;
}
h1 {
    font-size: 20px;
    color: red;
    margin: 20px 0;
}

h2 {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
}

/*按钮*/
.ac-btn {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

/*默认*/
.ac-btn-default {
    color: #666;
    background-color: #fff;
    border-color: #ccc;
}

/*.ac-btn-default:focus,
.ac-btn-default.focus {
    color: #fff;
    background-color: #1386df;
    border-color: #fff;
}*/

.ac-btn-default-hover:hover {
    color: #fff;
    background-color: #1386df;
    border-color: #fff;
}

/*默认样式蓝*/
.ac-btn-default-blue {
    color: #1386df;
    background-color: #fff;
    border-color: #00a0e9;
}

.ac-btn-default-blue:focus,
.ac-btn-default-blue.focus {
    color: #fff;
    background-color: #1386df;
    border-color: #fff;
}

.ac-btn-default-hover:hover {
    color: #fff;
    background-color: #1386df;
    border-color: #fff;
}

/*取消*/
.ac-btn-cancel {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.ac-btn-cancel:focus,
.ac-btn-cancel.focus {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.ac-btn-cancel-hover:hover {
    color: #fff;
    background-color: #3E3E3E;
    border-color: #3E3E3E;
}

/*确认*/
.ac-btn-confirm {
    color: #fff;
    background-color: #1386df;
    border-color: #1386df;
}

.ac-btn-confirm:focus,
.ac-btn-confirm.focus {
    color: #fff;
    background-color: #1386df;
    border-color: #1386df;
}

.ac-btn-confirm-hover:hover {
    color: #fff;
    background-color: #0472c8;
    border-color: #0472c8;
}

/*天津*/
.ac-btn-default-list {
    color: #666;
    background-color: #fff;
    border-color: #b5b5b5;
}

.ac-btn-default-list:focus,
.ac-btn-default-list.focus {
    color: #666;
    background-color: #fff;
    border-color: #1386df;
    background: url('../images/btn-this.png') no-repeat;
    background-position: bottom right;
}

/*主色按钮*/
.ac-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.ac-btn-primary:focus,
.ac-btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.ac-btn-primary-hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/*次色按钮*/
.ac-btn-secondary {
    color: #fff;
    background-color: #3bb4f2;
    border-color: #3bb4f2;
}

.ac-btn-secondary:focus,
.ac-btn-secondary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.ac-btn-secondary-hover:hover {
    color: #fff;
    background-color: #1D7FD4;
    border-color: #0362b4;
}

/*绿色按钮*/
.ac-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.ac-btn-success:focus,
.ac-btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.ac-btn-success-hover:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

/*橙色按钮*/
.ac-btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.ac-btn-warning:focus,
.ac-btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.ac-btn-warning-hover:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

/*红色按钮*/
.ac-btn-danger {
    color: #fff;
    background-color: #bb000f;
    /*border-color: #d43f3a;*/
}

.btn-danger:focus,
.ac-btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.ac-btn-danger-hover:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

/*椭圆形按钮*/
.ac-round {
    border-radius: 1000px;
}



/*注册*/
.loginsBox {
    width: 167px;
    border: 1px solid #898989;
    border-radius: 2px;
}

.loginsBox a {
    display: inline-block;
    padding: 3px 24px;
    color: #d0d0d0;
    font-size: 16px;
}

.loginsBox a.login {
    border-right: 1px solid #898989;
}

/*尺寸*/
/*(大)*/
.btn-lg,
.btn-group-lg > .btn {
    padding: 7px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
}

/*小*/
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/*超小*/
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*将其拉伸至父元素100%，而且按钮也变了块级(block)元素*/
.btn-block {
    display: block;
    width: 100%;
    margin: 5px 0;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

/*表单*/
/*上传文件*/
.ac-form-file {
    position: relative;
    overflow: hidden;
}

.ac-form-file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    filter:alpha(opacity=0);
    cursor: pointer;
}

/*登录*/
.ac-form-group {
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    text-align: left;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    float: left;
}

.ipt-w {
    width: 287px;
    height: 33px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #bbb;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #ccc;

}

.ac-form-label {
    width: 85px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #666;
    text-align: right;
    padding-right: 10px;
    line-height: 35px;
}

.ac-form-group .ac-form-smSc {
    width: 112px;
}

.ipt-default-form {
    height: 35px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #fff;
    background-color: #1386df;
    border-radius: 2px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}

.ac-form-group .ipt-submit {
    width: 300px;
}

.form-margin {
    margin-left: 60px;
}

/*input[type="text"]:focus, input[type="password"]:focus {
    background-color: #e9fbfe;
    border: 1px solid #69c5dd
}*/
.ac-form-group p{
    width: 299px;
    text-align: left;
    overflow: hidden;
    /*padding-left: 20px*/
}
.ac-form-group p span{
    display: inline-block;
    width: 68px;
    height: 6px;

}
.ac-form-group p span.levelH{
    background-color: #ff6600
}
.ac-form-group p span.levelC{
    background-color: #ffcc00
}
.ac-form-group p span.levelLow{
    background-color: #dcdcdc
}

p.form-prompt {
    padding-left: 10px;
}

p.form-prompt span {
    font-size: 14px;
    color: #999;
    font-family: 'Microsoft YaHei';
}

.ac-form-group span.telphone {
    color: #000;
    font-size: 14px;
    line-height: 35px;
    font-family: 'Microsoft YaHei';
}

.imgIcon1 {
    display: inline-block;
    float: left;
    width: 42px;
    height: 33px;
    background-color: #eee;
    border-right: 1px solid #ccc;
}

.ipt-text {
    float: left;
    width: 232.5px;
    height: 31px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #ccc;
    padding-left: 9px;
}

.imgIocn2 {
    margin: 5px 0px 0px 9px
}

.ipt-wl {
    width: 287px;
    height: 33px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #bbb;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.form-name, .ac-form-telG {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #000;
    line-height: 35px;
}

.form-speSpan {
    color: #1386df;
    font-family: 'Microsoft YaHei';
    margin-left: 115px;
}

.form-control {
    width: 158px;
    height: 33px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #666;
    margin-top: 15px;
    text-align: left;
}

.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
}

input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


/*
 * 按钮样式
 */
.ac-btn-default, .ac-btn-blue {
    color: #fff;
    background-color: #666;
    display: inline-block;
    width: 135px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    outline: none;
}
.ac-btn-default {
    background-color: #666;
}
.ac-btn-blue {
    background-color: #1386df;
}


/*
 * 圆角样式，默认是没有圆角的
 */
.ac-radius {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*
 * margin和padding值
 */
.ac-margin-left-xs {
    margin-left: 5px;
}
.ac-margin-left-sm {
    margin-left: 10px;
}
.ac-margin-left-default {
    margin-left: 15px;
}
.ac-margin-left-lg {
    margin-left: 20px;
}
.ac-margin-left-xl {
    margin-left: 25px;
}
.ac-margin-right-xs {
    margin-right: 5px;
}
.ac-margin-right-sm {
    margin-right: 10px;
}
.ac-margin-right-default {
    margin-right: 15px;
}
.ac-margin-right-lg {
    margin-right: 20px;
}
.ac-margin-right-xl {
    margin-right: 25px;
}
.ac-margin-bottom-xs {
    margin-bottom: 5px;
}
.ac-margin-bottom-sm {
    margin-bottom: 10px;
}
.ac-margin-bottom-default {
    margin-bottom: 15px;
}
.ac-margin-bottom-lg {
    margin-bottom: 20px;
}
.ac-margin-bottom-xl {
    margin-bottom: 25px;
}




/*
 * 模态框样式
 */
.ac-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -188px;
    text-align: center;
    z-index: 1001;
    display: none;
    opacity: 0;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}


/*.ac-modal {
    position: fixed;
    top: 0!important;
    _top: 50%;
    *top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1001;
    display: none;
    opacity: 0;
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}*/
.ac-modal:before {
    content: '';
    height: 100%;
}
.ac-modal-box {
    width: 433px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
.ac-modal-box, .ac-modal:before {
    vertical-align: middle;
    display: inline-block;
}
.ac-modal.in {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}
.ac-modal.out {
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.ac-modal-header {
    text-align: left;
    padding: 15px 22px;
    background-color: #efefef;
    color: #666;
}
i.closeModal {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 17px;
    height: 17px;
    padding: 17px;
    cursor: pointer;
    background: url("../images/close.png") no-repeat 17px;
}
.ac-modal-body {
    padding: 50px 22px;
}
.ac-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.6);*/
    background: url("../images/bgPop.png");
    z-index: 1000;
    display: none;
}

.errorpage{ background:#f3f3f3; padding:100px 0px;}
.errorbox{ width:587px; margin:0 auto;background:url(../images/bg_404.png) center 0px no-repeat; text-align:center; padding-top:255px;}
.errorbox a{ font-size:18px; color:#c23200;font-family:"microsoft yahei"; margin-left:440px;}
