* {
    padding: 0;
    margin: 0;
}

/*Title Style*/
.header {
    width: 100%;
    margin: auto;
    height: 156px;
    background: url("../images/image/header-bg1.jpg");
    background-size: 100% 100%;
}

.header > div {
    width: 1000px;
    height: 156px;
    margin: auto;
    position: relative;
}

.header > div .link-container {
    position: absolute;
    right: 0;
    top: 5px;
}

.header > div .link-container a {
    text-decoration: none;
    color: #606060;
    font-size: 13px;
    padding: 5px 8px;
}

.header > div .link-container > div {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #606060;
}

.header > div > img {
    width: 70px;
    height: 70px;
    position: relative;
    top: 50px;
    left: 265px;
    border: 1px solid #606060;
    background-size: 100% 100%;
    background-image: url(../images/wechat.jpg);
}

.header .header-left {
    font-size: 32px;
    letter-spacing: 8px;
    font-weight: 800;
    float: left;
    color: #b80113;
    position: relative;
    top: 2%;
    text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff;
}

.header .header-left img {
    width: 75px;
    position: relative;
    top: 35px;
    margin-right: 10px;
}

.header .header-left span {
    font-size: 15px;
    letter-spacing: 0;
    position: relative;
    left: 100px;
    top: -18px;
}

/*微信公众号二维码*/
.header .wechat-code {
    width: 132px;
    height: 95px;
    position: absolute;
    top: 44px;
    right: 45px;
}

.header .wechat-code img {
    width: 72px;
    height: 72px;
    margin: auto;
    display: block;
    background-size: 100% 100%;
    background-image: url(../images/wechat.jpg);
}

.header .wechat-code p {
    font-size: 12px;
    color: #606060;;
    text-align: center;
    margin-top: 5px;
}

/* 导航栏 */
.content-nav {
    width: 100%;
    height: 37px;
    background: url('../images/image/nav_bg.png') repeat-x;
    position: fixed;
    z-index: 20;
}

ul li {
    list-style: none;

}

.tab {
    width: 1000px;
    margin: 0 auto;

}

.tab .tab-nav {
    height: 37px;
    margin: 0 auto;

}

.tab .tab-nav li {
    display: inline;
    width: 198px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.tab .tab-nav .split-image {
    width: 2px;
    padding-top: 10px;
}

.tab .tab-nav .split-image:hover {
    width: 2px;
}

.tab .tab-nav li:HOVER {
    width: 198px;
    height: 37px;
    margin-top: 0px;
    background-color: #ff8624;

}

.tab .tab-nav li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    display: block;
    height: 37px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    text-decoration: none;
}

.tab .tab-nav li a.actived {
    width: 198px;
    height: 37px;
    margin-top: 0px;
    background-color: #ff8624;
}

/* 内容显示区域 */
.content-wrap {
    width: 1000px;
    margin: 50px auto 0 auto;
}

/*form表单登录*/
.content-item-login {
    margin-top: 60px;
    height: 320px;
    background: url(../images/image/banner1.jpg) no-repeat center;
    width: 1000px;
    margin-left: -1px;
    position: relative;
}

.content-item-login .login-box {
    float: right;
    width: 280px;
    height: 320px;
    box-sizing: border-box;
    background: rgba(1, 30, 66, .8);
}

.content-item-login .login-box .title {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    letter-spacing: 0;
    display: block;
    color: #fff;
    padding-top: 16px;
    text-align: center;
}

.form-content {
    padding-left: 20px;
    width: 280px;
    height: 272px;
    overflow: hidden;
    box-sizing: border-box;
}

.form-item {
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    width: 240px;
    height: 36px;
    text-align: center;
    padding: 10px 10px -1px 30px;
    background: #FFFFFF no-repeat 12px;
    margin-bottom: 10px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

.form-item input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    float: right;
    border: none;
    background: none;
    height: 36px;
    line-height: 20px;
    width: 85%;
}

.form-item-username {
    margin-top: 10px;
    background-image: url(../images/image/use.png);
}

.form-item-password {
    background-image: url(../images/image/pass.png);
}

.form-item-validateCode {
    float: left;
    width: 160px;
    background-image: url(../images/image/yanzhengma.png);
}

.form-item-image {
    display: block;
    cursor: pointer;
    float: right;
    width: 76px;
    height: 36px;
    margin-right: 18px;
}

.form-item-image img {
    width: 69px;
    height: 36px;
}

.form-item-errorMsg {
    float: left;
    width: 100%;
    height: 36px;
    position: relative;
}

.form-item-errorMsg span {
    display: block;
    color: #ed3f14;
    font-size: 12px;
}

.form-item-forget {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    padding-left: 89px;
    margin-top: 15px;
}

.form-item-back {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    top: 15px;
    margin-left: 92px;
}

#verificationCode {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    float: right;
    border: none;
    background: none;
    height: 36px;
    line-height: 20px;
    width: 78%;
}

.hbj-login {
    padding-top: 20px;
    background: none !important;
}

.hbj-login .title {
    height: 48px !important;
    line-height: 48px !important;
    padding-top: 0px !important;
    margin: 0px 6%;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: rgba(1, 30, 66, 0.8);
    position: relative;
}

.hbj-login .title a {
    text-decoration: none;
    color: #fff;
    float: right;
}

.hbj-login .title i {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
}

.hbj-login .sc-icon-close:before {
    font-size: 20px;
}

.button-container {
    letter-spacing: -3px;
    font-size: 0;
    margin: 0px 6%;
}

.button-container a {
    display: inline-block;
    width: 48%;
    color: #fff;
    margin: 5px 0%;
    text-align: center;
    background-color: rgba(1, 30, 66, 0.8);
    padding: 20px 0;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.check-disabled:hover {
    background-color: rgba(1, 30, 66, 0.8) !important;
    cursor: text !important;
}

.check-disabled p {
    color: #999;
}

check-disabled .sc-icon-examine:before {
    color: #999;
}

.button-container a:hover {
    background-color: #1e90ff;
}

.button-container a .icon-container {
    padding-bottom: 10px;
}

.sc-icon-function:before, .sc-icon-examine:before, .sc-icon-analysis:before, .sc-icon-data:before {
    font-size: 35px !important;
}

.sc-icon-function:before {
    font-size: 34px !important;
}

/*手机 验证码 */

form > button {
    margin-top: -6px;
    margin-left: 0px;
    width: 240px;
    height: 36px;
}

button.primary {
    margin-top: -9px;
    cursor: pointer;
    white-space: nowrap;
    background: #2B7DE1;
    border: 1px solid #2B7DE1;
    color: #3b8af1;
    border-radius: 4px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 9px 3px;
    font-size: 14px;
}

button.primary:focus,
button.primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}

button.primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}

.forget-left {
    margin-left: -84px;
}

.forget-left:hover {
    color: #3a8ee6;
    cursor: pointer;
}

.forget-right {
    margin-left: 90px;
}

.forget-right:hover {
    color: #3a8ee6;
    cursor: pointer;
}

/*微信公众号二维码*/
/*.wechat-code {*/
/*width: 100px;*/
/*height: 145px;*/
/*position: absolute;*/
/*bottom: 15px;*/
/*left: 20px;*/
/*}*/

/*.wechat-code img {*/
/*width: 100px;*/
/*height: 100px;*/
/*display: block;*/
/*background-size: 100% 100%;*/
/*background-image: url('../images/wechat.jpg');*/
/*}*/

/*.wechat-code p {*/
/*font-size: 14px;*/
/*color: #fff;*/
/*text-align: center;*/
/*margin-top: 5px;*/
/*}*/

/* 公开信息 */
.content-item-public {
    border-top: 2px solid #1e90ff;
    margin-top: 20px;
    width: 100%;
}

.public-title {
    background: url(../images/image/gongkaixinxi.png) no-repeat center;
    height: 42px;
    width: 1000px;
    position: relative;
}

.public-title span {
    font-size: 18px;
    color: #003066;
    padding-left: 20px;
    line-height: 42px;
    display: block;
}

.public-content {
    width: 1000px;
    margin: 0 auto;
    height: 400px;
}

.public-content-item {
    width: 495px;
    height: 100%;
    float: left;
    margin-right: 2px;
    border: 1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.content-title-item {
    height: 42px;
    background: #166bbe;
    border-bottom: 2px solid #3b8af1;
    position: relative;
}

.content-title-item span {
    color: #fff;
    padding-left: 20px;
    line-height: 42px;

}

.button-title {
    width: 60px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: -5px;
}

.errors {
    margin-top: 30%;
    margin-left: 30%;
}

button.primarys {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #2B7DE1;
    border: 1px solid #2B7DE1;
    border-color: #2B7DE1;
    color: #3b8af1;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 4px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
}

button.primarys:focus,
button.primarys:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}

button.primarys a {
    text-decoration: none;
    out-line: none;
    color: #fff;
}

button.primarys:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}

.customers {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    table-layout: fixed;
}

.customers td {
    font-size: 12px;
    color: #333333;
    height: 40px;
    padding: 0 5px;
    border-bottom: 0.5px solid #eeeeee;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.customers td a {
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
}

.table-th-z {
    width: 130px;
}

.table-th-t {
    width: 170px;
}

.table-th-w {
    width: 86px;
}

.table-th-wz {
    width: 70px;
}

.table-th {
    text-align: left;
    height: 29px;
    font-size: 12px;
    padding: 0 5px;
    color: #666666;
    background: #f2f4f7;

}

.table-t {
    width: 135px;
}

/* 政策法规 */
.content-item-law {
    border-top: 2px solid #1e90ff;
    margin-top: 20px;
    height: 344px;
    width: 100%;
}

.law-content {
    margin: 0 auto;
    height: calc(100% - 42px);
}

.law-item {
    width: 315px;
    margin-left: 5px;
    height: 100%;
    display: inline-block;
    border: 1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.law-title {
    background: url(../images/image/zhengcefagui.png) no-repeat center;
    height: 42px;
    width: 1000px;
    position: relative;
}

.law-title span {
    font-size: 18px;
    color: #003066;
    padding-left: 20px;
    line-height: 42px;
    display: block;
}

.law-ul {
    height: calc(100% - 42px);
}

.law-ul li {
    width: 280px;
    height: 50px;
    margin-left: 20px;
    border-bottom: 0.5px solid #eeeeee;
}

.law-ul li a {
    float: left;
    display: block;
    height: 50px;
    width: 180px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.law-ul li a:hover {
    color: #3b8af1;
}

.law-ul li span {
    display: block;
    width: 70px;
    height: 50px;
    font-size: 12px;
    float: right;
    line-height: 50px;
    color: #333333;
}

/* 公开服务 */
.content-item-service {
    margin-top: 20px;
    width: 1000px;
    height: 145px;
}

.service-img {
    border-top: 2px solid #1e90ff;
    background: url(../images/image/gongkaifuwu.png) no-repeat center;
    height: 42px;
    width: 1000px;
    position: relative;
}

.service-img span {
    font-family: MicrosoftHei-Bold;
    font-size: 18px;
    color: #003066;
    padding-left: 20px;
    line-height: 42px;
    display: block;
}

.service-div {
    margin-left: 20px;
}

.service-btn {
    float: left;
    width: 150px;
    height: 100px;
    margin-left: 35px;
    background: -webkit-linear-gradient(left, #4ca6ff, #3b8af1);
    background: -ms-linear-gradient(left, #4ca6ff, #3b8af1);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    /* IE 10 */
    background: -ms-linear-gradient(left, #4ca6ff, #3b8af1);
    /* IE < 10 */
    /* 注意：这一行必须写在最后 */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4ca6ff', endColorStr='#3b8af1');
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.service-btn span {
    display: block;
    float: left;
    width: 130px;
    height: 50px;
    text-align: center;
    margin: 20px 9px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #fff;

}

.doTop {
    padding-top: 20px;
}

/* 固废讲堂 */
.content-item-teach {
    margin-top: 30px;
    height: 410px;
}

.teach-title {
    border-top: 2px solid #1e90ff;
    background: url(../images/image/gufeijiangtang.png) no-repeat center;
    height: 42px;
    width: 1000px;
    position: relative;
}

.teach-title span {
    font-family: MicrosoftHei-Bold;
    font-size: 18px;
    color: #003066;
    padding-left: 20px;
    line-height: 42px;
    display: block;
}

.teach-content {
    width: 1000px;
    height: 350px;
    margin: 0 auto;
}

.teach-content .content-left, .teach-content .content-right {
    width: 493px;
    /*height: 350px;*/
    display: inline-table;
    border: 0.1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.teach-ul {
    /*height: 350px;*/
}

.teach-ul ul {
    width: 100%;
    border-bottom: 0.5px solid #eeeeee;
}

.teach-ul ul li {
    width: 455px;
    height: 50px;
    font-size: 14px;
    color: #333333;
    margin-left: 20px;
    line-height: 50px;
    border-bottom: 0.5px solid #eeeeee;
}

.teach-ul ul li a {
    float: left;
    display: block;
    height: 50px;
    width: 375px;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teach-ul ul li a:hover {
    color: #3b8af1;
}

.teach-file {
    padding: 15px;
    height: 277px;
}

.teach-file a {
    display: inline-block;
    width: 223px;
    height: 126px;
    border: 1px solid #eeeeee;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 1px;
}

/* 帮助中心 */
.content-item-x {
    margin-top: 20px;
    height: 372px;
}

.help-title {
    border-top: 2px solid #1e90ff;
    background: url(../images/image/bangzhuzhongxin.png) no-repeat center;
    height: 42px;
    width: 1000px;
    position: relative;
}

.help-title span {
    font-size: 18px;
    color: #003066;
    padding-left: 20px;
    line-height: 42px;
    display: block;
}

.help-content {
    width: 1000px;
    margin: 0 auto;
}

.help-content .content-left, .help-content .content-right {
    width: 495px;
    display: inline-block;
    height: 327px;
    border: 0.1px solid #dddee1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.title-help {
    width: 495px;
    height: 283px;
}

.ul-content {

    width: 142px;
    height: 283px;
    float: left;
    background: #f5f7fa;
    padding-top: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #cccccc;
}

.ul-content li {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

.ul-content li a {
    cursor: pointer;
    color: #0e0e0e;
    text-decoration: none;
}

.ul-content li a:hover {
    cursor: pointer;
    color: #00aff0;
}

.left-contextL {
    width: 351px;
    height: 282px;
    float: right;
    background-image: url(../images/image/czsy.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100% 100%;
}

.left-contextR {
    width: 351px;
    height: 282px;
    float: right;
    background-image: url(../images/image/cfsy.jpg);
    background-size: 100% 100%;
}

.hbj_left {
    float: right;
    width: 351px;
    height: 282px;
    background-image: url("../images/image/hbjsy.jpg");
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100% 100%;
}

.ys_right {
    float: right;
    width: 351px;
    height: 282px;
    background-image: url("../images/image/yssy.jpg");
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 100% 100%;
}

ul.preview {
    width: 200px;
    height: 28px;
}

.preview li {
    line-height: 28px;
}

.preview a {
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #000000;
}

.preview a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

/* 底部信息 */
.content-item-footer {
    height: 80px;
    border-top: 1px solid #dddee1;
}

.content-item-footer .copy {
    text-align: center;
    margin: 15px auto;
    font-size: 14px;
    color: #666666;
}

#browserDownload {
    margin: auto;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

#browserDownload p {
    color: #03446a;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}

#browserDownload a {
    color: #03446a;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

#browserDownload a:visited, #browserDownload a:active {
    color: #03446a;
}

/* 悬浮框 */
.levitate {
    width: 268px;
    height: 95px;
    font-size: 14px;
    background-color: rgba(225, 225, 225, 0);
    text-align: center;
    line-height: 50px;
    color: white;
    border-radius: 3px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    cursor: pointer;
}

.removeMW {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 2px;
    float: right;
    cursor: pointer;
    z-index: 50;
    background: url(../images/can.png);
}

.imgStat {
    width: 268px;
    height: 85px;
}



