@charset "utf-8";

/* CSS3动画库 */
/* @import url("animate.css"); */

/* swiper */
/* @import url("swiper.css");
@import url("tjj.css"); */

/* 各种图标CDN */
/*
/* @import url("iconfont.css");
@import url("materialdesignicons.css");
@import url("simple_line_icons.css"); */

/* reset css */

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}





/* 通用功能 */

.vm,
input,
label {
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.h>li {
    float: left;
}

.clearfix:after,
.nav:after,
.content:after,
.grid:after,
.h:after,
.jr-row:after,
.jr-grids:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix,
.nav,
.content,
.grid,
.row,
.h {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.hide {
    display: none;
}

.nt {
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}

.nt:first-letter {
    margin-left: -20em;
}

.et {
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}




/* 字体字号 */

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}


/* 链接 */

a {
    color: #252525;
    text-decoration: none;
}

a:hover {
    color: #048;
    text-decoration: none;
}

a:active {
    outline: none;
}


/* 颜色 */

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #bbb !important;
}

.text-red {
    color: #f41c20 !important;
}

.text-orange {
    color: #f39c12 !important;
}

.text-yellow {
    color: #f1c40f !important;
}

.text-green {
    color: #36d2a5 !important;
}

.text-cyan {
    color: #4eccdb !important;
}

.text-blue {
    color: #1b80d2 !important;
}

.text-purple {
    color: #9b59b6 !important;
}

.text-pink {
    color: #ff8aab !important;
}

.md-gray {
    background-color: #f5f5f5;
    color: #797979;
}

.md-red {
    background-color: #f41c20;
}

.md-orange {
    background-color: #f39c12;
}

.md-yellow {
    background-color: #f1c40f;
}

.md-green {
    background-color: #36d2a5;
}

.md-cyan {
    background-color: #4eccdb;
}

.md-blue {
    background-color: #1b80d2;
}

.md-purple {
    background-color: #9b59b6;
}

.md-pink {
    background-color: #ff8aab;
}

.md-lightblue {
    background-color: #e9f3fd;
}

.md-deepblue {
    background-color: #147;
}

.gd-gray {
    background: #ece9e6;
    background: -webkit-linear-gradient(60deg, #ece9e6, #f8f8f8);
    background: linear-gradient(60deg, #ece9e6, #f8f8f8);
}

.gd-red {
    background: #ee0979;
    background: -webkit-linear-gradient(60deg, #ee0979, #ff6a00);
    background: linear-gradient(60deg, #ee0979, #ff6a00);
}

.gd-orange {
    background: #ff5858;
    background: -webkit-linear-gradient(60deg, #ff5858, #fcab2a);
    background: linear-gradient(60deg, #ff5858, #fcab2a);
}

.gd-yellow {
    background: #ffcf83;
    background: -webkit-linear-gradient(60deg, #eaa02a, #ffcf83);
    background: linear-gradient(60deg, #eaa02a, #ffcf83);
}

.gd-green {
    background: #96deda;
    background: -webkit-linear-gradient(60deg, #50c9c3, #96deda);
    background: linear-gradient(60deg, #50c9c3, #96deda);
}

.gd-cyan {
    background: #36d1dc;
    background: -webkit-linear-gradient(60deg, #5b86e5, #36d1dc);
    background: linear-gradient(60deg, #5b86e5, #36d1dc);
}

.gd-blue {
    background: #00c6fb;
    background: -webkit-linear-gradient(60deg, #005bea, #00c6fb);
    background: linear-gradient(60deg, #005bea, #00c6fb);
}

.gd-purple {
    background: #834d9b;
    background: -webkit-linear-gradient(60deg, #834d9b, #d04ed6);
    background: linear-gradient(60deg, #834d9b, #d04ed6);
}

.gd-pink {
    background: #ff8aab;
    background: -webkit-linear-gradient(60deg, #fa647e, #ff8aab);
    background: linear-gradient(60deg, #fa647e, #ff8aab);
}

.gd-lightblue {
    background: #b2fefa;
    background: -webkit-linear-gradient(60deg, #0ed2f7, #b2fefa);
    background: linear-gradient(60deg, #0ed2f7, #b2fefa);
}

.gd-deepblue {
    background: #4b6cb7;
    background: -webkit-linear-gradient(60deg, #182848, #4b6cb7);
    background: linear-gradient(60deg, #182848, #4b6cb7);
}

.md-red,
.md-red>a,
.md-orange,
.md-orange>a,
.md-yellow,
.md-yellow>a,
.md-green,
.md-green>a,
.md-cyan,
.md-cyan>a,
.md-blue,
.md-blue>a,
.md-purple,
.md-purple>a,
.md-pink,
.md-pink>a,
.md-lightblue,
.md-lightblue>a,
.md-deepblue,
.md-deepblue>a,
.gd-red,
.gd-red>a,
.gd-orange,
.gd-orange>a,
.gd-yellow,
.gd-yellow>a,
.gd-green,
.gd-green>a,
.gd-cyan,
.gd-cyan>a,
.gd-blue,
.gd-blue>a,
.gd-purple,
.gd-purple>a,
.gd-pink,
.gd-pink>a,
.gd-lightblue,
.gd-lightblue>a,
.gd-deepblue,
.gd-deepblue>a {
    color: #fff !important;
}



/* 返回顶部 */

.backtop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background-image: url("top.png");
    background-color: #f18d00;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
    z-index: 9;
}





/* webkit滚动条 */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #bbb;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-track-piece {
    background-color: #ddd;
}





/* 标题 */

.t1 {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}

.t1 .more {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 0 0 20px;
    background-color: #fff;
    color: #aaa;
}

.t1 b {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f2f2f2;
    border-radius: 100px;
}

.t1 b:before,
.t1 b:after {
    content: '';
    position: absolute;
    top: 50%;
    /*left: 100%;*/
    width: 2000px;
    height: 0;
    border-bottom: 1px dashed #ddd;
    margin-left: 20px;
}

.t1 b:before {
    right: 100%;
    margin-right: 20px;
}

.t1 b:after {
    left: 100%;
    margin-left: 20px;
}

.t2 {
    position: relative;
    border: 1px solid #ddd;
    padding: 0 14px;
    line-height: 48px;
    background: #f8f8f8;
    color: #048;
    zoom: 1;
}

.t2:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 6px;
    background-color: #048;
}

.t2 b {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}

.t3 {
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 12px 15px;
    line-height: 16px;
}

.t3 b {
    display: inline-block;
    border-left: 8px solid #a3bde2;
    margin-left: -15px;
    padding: 0 0 0 10px;
    color: #048;
}

.t4 {
    margin: 0 10px;
    padding: 5px;
    line-height: 20px;
    font-size: 15px;
    color: #048;
}


/* 在哪 */

.where {
    padding: 0 10px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 3px;
}

.where i {
    margin: 0 10px;
    color: #ccc;
    font-size: 16px;
    vertical-align: middle;
}


.where .back {
    display: inline-block;
    padding: 0 10px;
    color: #797979;
}

.where a,
.where span {
    margin: 0 10px;
}

.where a.home {
    margin: 0;
}


/* tab */

.jr-tab {
    height: 40px;
    border-bottom: 1px solid #a3bde2;
}

.jr-tab li {
    float: left;
    margin-left: 4px;
}

.jr-tab li a {
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 20px 1px;
    line-height: 38px;
    border: 1px solid #a3bde2;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    transition: all .2s;
}

.jr-tab li a:hover {
    background-color: #f0f6fc;
    color: #1b80d2;
}

.jr-tab li.current a,
.jr-tab li.on a,
.jr-tab li.current a:hover,
.jr-tab li.on a:hover {
    border-color: #1b80d2;
    background-color: #1b80d2;
    color: #fff;
}


.jr-tab2 {
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.jr-tab2 li {
    float: left;
}

.jr-tab2 li a {
    position: relative;
    display: block;
    padding: 0 38px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #797979;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.jr-tab2 li.current a,
.jr-tab2 li.on a {
    color: #1b80d2;
    font-weight: bold;
}

.jr-tab2 li+li a::after {
    content: '';
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 1px;
    background-color: #ddd;
}

.jr-tab2 li a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 15%;
    width: 70%;
    height: 4px;
    background: #3c8ce7;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.jr-tab2 li.current a::before,
.jr-tab2 li.on a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.jr-tab2 i {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin: 13px 6px 13px 0;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    color: #ccc;
}

.jr-tab .current i,
.jr-tab .on i,
.jr-tab2 .current i,
.jr-tab2 .on i {
    color: inherit;
}


/* jr栅格、间隔20、基于浮动、宽度定义、暂不兼容移动端 */

.jr-grid {
    padding: 20px;
}

.jr-row {
    margin-left: -10px;
    margin-right: -10px;
}

.jr-col {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.w75 {
    width: 75%;
}

.w25 {
    width: 25%;
}

.w66 {
    width: 66.67%;
}

.w33 {
    width: 33.33%;
}

.w16 {
    width: 16.66%;
}


/*  各种列表 */

.list li {
    position: relative;
    line-height: 1.5;
}

.list li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list .pic,
.pic-text .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.list .pic img,
.pic-text .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

.list .pic:hover img,
.pic-text .pic:hover img {
    transform: scale(1.05);
}


/* 文字列表基础 */

.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    font-size: 16px;
}

.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
}

.list-t li:hover:before {
    background-color: #1b80d2;
}

.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #bbb;
}

.list-t li .date+a {
    width: 70%;
}

@media (max-width: 480px) {

    .list-t li a.w60,
    .list-t li a.w70,
    .list-t li a.w80,
    .list-t li .date+a {
        width: 100%;
    }

    .list-t li .date {
        display: none;
    }
}


/* 图片列表基础样式 */

.list-p li a {
    display: block;
    margin: 10px;
}

.list-p li h4 {
    margin: 10px 0;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.list-p li p {
    line-height: 22px;
    color: #797979;
}


/* 链接列表基础样式 */

.list-a li a {
    display: block;
    text-align: center;
    transition: all .3s;
}

.list-a li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    transition: all .3s;
}


/* 标题加简介列表基础样式 */

.list-b li {
    position: relative;
    padding: 15px;
    line-height: 24px;
}

.list-b li>a {
    display: block;
}

.list-b li>a:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.list-b li h4 {
    position: relative;
    overflow: hidden;
    /* max-height: 48px; */
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-b li h4 i {
    margin-right: 10px;
    font-size: 14px;
    color: #ccc;
}

.list-b li p {
    line-height: 24px;
    color: #797979;
}

.list-b li .pic {
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 20px;
}

@media (max-width: 480px) {
    .list-b li h4 {
        font-size: 14px;
    }

    .list-b li .pic {
        width: 72px;
        height: 48px;
    }

    .list-b li .pic img {
        width: 72px;
    }
}


/* 常规列表分享 */

.list li .share {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
}

.list li .share .share-box {
    position: absolute;
    top: 8px;
    right: 38px;
    z-index: 999;
    box-sizing: content-box;
    width: 70px;
    padding: 5px !important;
    opacity: 0;
    transition: opacity 0.35s;
}

.list li .share:hover .share-box {
    opacity: 1;
}

.list li .share .share-box a {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 5px !important;
    padding: 0 !important;
    vertical-align: middle;
    transform: scale(0.8);
    transition: transform 0.35s;
}

.list li .share:hover .share-box a {
    transform: scale(1);
}

.list li .share i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 13px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    background-color: #ccc;
    color: #fff;
    border-radius: 3px;
}

.list li .share:hover i {
    background-color: #1b80d2;
}

.list .bdshare_popup_box {
    margin-left: -200px;
}

@media (max-width: 992px) {
    .list li .share {
        top: auto;
        right: 5px;
        bottom: 5px;
    }
}

@media (max-width: 480px) {
    .list li .share {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0 0 -15px -15px;
    }

    .list li .share-box {
        left: 38px;
        right: auto;
    }
}


/* 列表hover样式 */

.hover-style1 li {
    position: relative;
    overflow: hidden;
}

.hover-style1 li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #f0f3f8;
    z-index: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.hover-style1 li:hover:after {
    width: 100%;
}

.hover-style1 li h4,
.hover-style1 li p,
.hover-style1 li strong,
.hover-style1 li a,
.hover-style1 li span {
    position: relative;
    z-index: 1;
}

.hover-style2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.hover-style2 li {
    position: relative;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

.hover-style2 li:hover {
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}





/* 分页 */

.pages {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}

.pages a,
.pages span {
    display: inline-block;
    line-height: 18px;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.pages a:hover {
    position: relative;
    background-color: #a3bde2;
    color: #fff;
}

.pages .current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}

.pages .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}


/* 侧栏 */

.side-menu h2 {
    position: relative;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    margin: -20px -20px 20px;
    padding: 0 20px;
}

.side-menu ul {
    margin: 0 -20px;
}

.side-menu li a {
    position: relative;
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}

.side-menu li a:hover {
    background-color: #f1f1f1;
    /*background-image: linear-gradient(to right, #eee, rgba(0, 0, 0, 0));*/
}

.side-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #2d8fff;
    transform: scale(1, 0);
    transition: all .3s;
}

.side-menu li a:hover:before {
    transform: scale(1, 1);
}

/*  正文 */

.article {
    padding: 30px 0;
}

.article h2 {
    padding: 15px 0;
    line-height: 1.5;
    font-size: 24px;
    text-align: center;
    color: #333;
}

.article .option {
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px;
    line-height: 30px;
    color: #ccc;
    transition: padding .3s;
}

.article .option h4 {
    display: none;
}

.article .info {
    color: #ccc;
}

.article .info>span {
    color: #027;
}

.article .info i {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #ccc;
    vertical-align: middle;
}

.article .option.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border-top: none;
    margin: 0;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.article .option.fixed h4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article .option.fixed .info {
    display: none;
}

.article .option.fixed .jfontsize {
    float: none;
    padding: 0;
}

.jfontsize {
    float: right;
    height: 32px;
    margin: -1px 0;
    padding: 0 20px;
}

.jfontsize a {
    float: left;
    box-sizing: content-box;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    margin: 0 4px;
    padding: 3px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jfontsize a i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url(../images/jfont.png);
    background-repeat: no-repeat;
}

#jfontsize-p2 i {
    background-position: 0 0;
}

#jfontsize-m2 i {
    background-position: -24px 0;
}

#jfontsize-d2 i {
    background-position: -48px 0;
}

a#jfontsize-p2:hover i {
    background-position: 0 -24px;
}

a#jfontsize-m2:hover i {
    background-position: -24px -24px;
}

a#jfontsize-d2:hover i {
    background-position: -48px -24px;
}

.article .option .share {
    float: right;
    margin: -7px 0;
}

.article .option .share a+a {
    margin-left: 10px;
}

.article .option .bds_tsina {
    background: url(../images/wb.png) center no-repeat !important;
    background-size: 32px auto !important;
}

.article .option .bds_weixin {
    background: url(../images/wx.png) center no-repeat !important;
    background-size: 32px auto !important;
}

.bdshare_popup_box {
    margin-left: -200px;
}

.article-box {
    padding: 30px 60px;
    line-height: 2;
    text-align: justify;
    color: #333;
    font-size: 16px;
}

.article-box p {
    margin: 1em 0;
}

.article-box p img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.article .jr-btn {
    min-width: 180px;
}

.article .files {
    padding: 15px;
}

.article .files li {
    border-bottom: 1px dotted #ddd;
    padding: 8px;
    line-height: 24px;
    font-size: 16px;
}

@media (max-width: 480px) {
     .article h2 {
        margin: 0 10px;
    }
    .article .option .info span {
        display: block;
    }
    .article .share,
    .article .jfontsize,
    .article .option h4 {
        display: none;
    }

    .article .option {
        padding: 20px 10px;
    }

    .article .option.fixed {
        padding: 10px 5px;
    }

    .article .option.fixed .share,
    .article .option.fixed .jfontsize {
        display: block;
    }

    .article .option.fixed .info,
    .article .option.fixed h4 {
        display: none;
    }

    .article .jfontsize {
        float: none;
        padding: 0;
    }

    .article-box {
        padding: 15px;
    }
}



/* 组图 */

.photos {
    width: 90%;
    max-width: 800px;
    margin: 40px auto;
    font-size: 14px;
}

.photos p {
    margin: 0;
}

.photos .pic {
    position: relative;
    overflow: hidden;
    height: 500px;
    border: 1px solid #ddd;
    padding: 34px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

.photos .pic img {
    min-width: 200px;
    max-width: 100%;
    max-height: 418px;
    margin: 0 auto;
    background: url(../images/loading.gif) center no-repeat;
    background-size: 24px;
}

.photos .pic li {
    position: relative;
    height: 500px;
}

.photos .pic li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    line-height: 0;
    font-size: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s;
}

.photos .pic li span {
    display: inline-block;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
padding: 15px;
line-height: 20px;
font-size: 16px;
background: #333;
background: linear-gradient(to top, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
color: #fff;
opacity: 0;
transform: translate(0, 90px);
transition: all .3s;
}

.photos .pic li:hover span {
    opacity: 1;
    transform: translate(0, 0);
}

.photos .handle {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 80px;
    height: 24px;
    margin-left: -40px;
    line-height: 24px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
}

.play-state {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 4px;
    line-height: 16px;
    text-align: center;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath fill='%2300a0e9' d='M238.933 170.667h204.8v682.666h-204.8zm341.334 0h204.8v682.666h-204.8z'/%3E%3C/svg%3E") center no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.pauseState {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2306b' d='M388.876 833.1l438.132-352.593-438.133-344.248z'/%3E%3C/svg%3E") center no-repeat;
}

.page-state {
    display: inline-block;
    width: 4em;
    text-align: center;
    vertical-align: middle;
}

.pic-prev,
.pic-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.pic-prev {
    transform: translate(-50px, 0);
    left: 10px;
}

.pic-next {
    transform: translate(50px, 0);
    right: 10px;
}

.photos .pic:hover .pic-prev,
.photos .pic:hover .pic-next {
    opacity: 1;
    transform: translate(0, 0);
    color: #fff;
}

.pic-prev:hover,
.pic-next:hover {
    background-color: #00a0e9;
}

.photos .preview {
    position: relative;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 0 4px;
    height: 100px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.photos .preview li {
    float: left;
    width: 20%;
    font-size: 14px;
}

.photos .preview li a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 80px;
    margin: 10px 5px;
    line-height: 20px;
    background-color: #f1f1f1;
    transition: all .3s;
}

.photos .preview li.on a {
    background-color: #00a0e9;
    color: #fff;
}

.photos .preview li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 80px;
    opacity: .5;
    transform: scale(1);
    transition: all .3s;
}

.photos .preview li a:hover img,
.photos .preview li.on img {
    transform: scale(1.05);
    opacity: 1;
}

.photos .preview li a span {
    display: block;
    max-height: 60px;
    margin: 10px;
    overflow: hidden;
}

.preview-prev,
.preview-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    text-align: center;
    font-size: 18px;
    background-color: #06b;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    opacity: 0;
    transform: scale(0.8, 0.8);
    transition: all .3s;
}

.prevStop,
.nextStop {
    background-color: #aaa !important;
    cursor: not-allowed;
}

.preview:hover .preview-prev,
.preview:hover .preview-next {
    transform: scale(1, 1);
    opacity: 1;
    color: #fff;
}

.preview-prev {
    left: -12px;
}

.preview-next {
    right: -12px;
}

@media (max-width: 768px) {
    .photos {
        width: auto;
        margin: 20px 0;
    }

    .photos .pic {
        padding: 14px;
    }

    .photos .preview {
        display: none;
    }
}


/* 空页面 */

.blank h2 {
    padding: 0.2em 10%;
    font: bold 120px/2em inherit;
    background-color: #1b80d2;
    color: #fff;
    text-shadow: 0 15px 30px rgba(0, 0, 0, .15);
}

.blank h3 {
    padding: 30px 10%;
    font: bold 24px/2em inherit;
}

.blank p {
    padding: 0 10%;
    font: normal 16px/2em inherit;
}


/* 提示 */

.note {
    border: 1px solid #a3bde2;
    padding: 19px;
    line-height: 2em;
    background-color: #f0f6fc;
    color: #048;
}

.note p strong {
    color: #f80;
}


/* bootstrap grid */

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* 屏幕响应 */

@media (max-width: 992px) {

}

/* 移动端更多 开始 */
.panel-more {
    margin: 10px 0;
    padding: 0!important;
    background: none;
}

.panel-more:before {
    display: none!important;
}

.panel-more a {
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: .5px solid #e9e9e9;
    background-color: #fff;
    color: #666;
    border-radius: 4px;
}

.panel-more a::before, .panel-more a::after {
    position: absolute;
    top: 0;
    content: '\2022';
    font-weight: normal;
    font-size: 12px;
    color: #ddd;
    text-shadow: 8px 0 #ddd, -8px 0 #ddd;
    pointer-events: none;
}

.panel-more a::before {
    left: 30%;
}

.panel-more a::after {
    right: 30%;
}

.xxcx-box{
    position: absolute;
    width: 65%;
    height: 44px;
    top: 0;
    right: 0;
    overflow: hidden;
}
.zmhd-search-box input{height: 42px; line-height: 42px;background-color: #f3f3f3;border: #cecece solid 1px;padding-left: 10px;margin-right: 10px;}
.zmhd-search-box #searchBtn{width: 50px; height: 40px;color: #fff;    background: #4472ba;border: 0;}

ul, li { list-style: none; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 800; margin: 0; padding-top: 10px; padding-bottom: 10px; }
.h1, h1 { font-size: 28px }
.h2, h2 { font-size: 24px }
.h3, h3 { font-size: 20px }
.h4, h4 { font-size: 18px }
.h5, h5 { font-size: 16px }
.h6, h6 { font-size: 14px }
em, cite, i { font-style: normal; }
a { color: #232323; text-decoration: none; cursor: pointer; }
a:hover { color: #3d66a6; text-decoration: none; }
a img { border: none; }
.clr:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.W { width: 1200px; }
.C { margin: 0 auto; }
.L { float: left; }
.R { float: right; }
.hidden { display: none; }
.none-border { border: none !important; }
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-justify { text-align: justify; text-align-last: justify; }
.text-nowrap { white-space: nowrap }
.no-bg { background: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 }
.margin-top-30 { margin-top: 30px; }
em.dot { display: inline-block; background: #666; width: 4px; height: 4px; overflow: hidden; vertical-align: middle; margin-right: 7px; margin-top: -2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
em.white.dot { display: inline-block; background: #fff; width: 4px; height: 4px; overflow: hidden; vertical-align: middle; margin-right: 7px; margin-top: -2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.padding-bottom-15 { padding-bottom: 15px; }
.margin-bottom-15 { margin-bottom: 15px; }
#currentChannel { display: none; }
#barrierfree_container { position: relative; }

/*
**nav superTop
*/
.superTop { width: 100%; background-color: #3d66a6; min-width: 1200px; display: none; }
.superTop .con { line-height: 47px; height: 47px; }
.superTop .con a { padding: 0 5px; color: #fff; font-family: "\5FAE\8F6F\96C5\9ED1"; }
.superTop .con a.icon1, .superTop .con a.icon2, .superTop .con a.icon3, .superTop .con a.icon4 { padding-left: 30px; background-image: url(../images/comm.whly.icon.png); background-repeat: no-repeat; }
.superTop .con a.icon1 { background-position: 0 -314px; }
.superTop .con a.icon2 { background-position: 0 -5px; }
.superTop .con a.icon3 { background-position: 0 -5px; }
.superTop .con a.icon4 { background-position: 0 -35px; }

/* #_____label1 */
#_____traditional.t_1 .s_ft { cursor: not-allowed; }
#_____traditional.t_0 .s_jt { cursor: not-allowed; }

/*
**menu
*/
#_____menu { position: absolute; top: 20px; right: 0; width: 600px; height: 60px; }
#_____menu .item { float: right; width: 60px; height: 60px; margin-left: 20px; display: inline-block; text-align: center; }
#_____menu .item span { background-image: url(); background-repeat: no-repeat; width: 100%; height: 35px; display: block; }
#_____menu a.item span.icon1 { background-position: 7px 7px; }
#_____menu a.item span.icon2 { background-position: -66px 7px; }
#_____menu a.item span.icon3 { background-position: -146px 7px; }
#_____menu a.item span.icon4 { background-position: -230px 7px; }
#_____menu a.item span.icon5 { background-position: -311px 7px; }
#_____menu a.item h2 { height: 25px; font: bold 14px/25px '\5FAE\8F6F\96C5\9ED1'; margin: 0; padding: 0; }
#_____menu a.item:hover span.icon1 { background-position: 7px -46px; }
#_____menu a.item:hover span.icon2 { background-position: -66px -46px; }
#_____menu a.item:hover span.icon3 { background-position: -146px -46px; }
#_____menu a.item:hover span.icon4 { background-position: -230px -46px; }
#_____menu a.item:hover span.icon5 { background-position: -311px -46px; }
#_____menu a.item:hover { color: #ffb71b; }

/*
**Tab Slider Box{channel:85454}
*/
.tab-slider { }
.tab-slider.sub-tab-slider .tab-hd { height: 40px; line-height: 40px; position: relative; margin-bottom: 8px; border-bottom: 2px solid #ccc; background: #fff url() center bottom repeat-x; }
.tab-slider.sub-tab-slider .tab-hd ul { }
.tab-hd-link dd, .tab-slider.sub-tab-slider .tab-hd ul li { float: left; height: 40px; line-height: 45px; }
.tab-hd-link dd a, .tab-slider.sub-tab-slider .tab-hd ul li a { font: bold 16px '\9ED1\4F53'; padding: 0 10px; }
.tab-slider.sub-tab-slider .tab-hd ul li.on { color: #b10200; border-bottom: 2px solid #2a63bb; }
.tab-slider.sub-tab-slider .tab-hd ul li.on a { color: #f00; text-decoration: none; }
.tab-slider.sub-tab-slider .tab-bd { padding-left: 10px; padding-right: 10px; }
.tab-slider.sub-tab-slider .tab-bd .tab-pal { }
.tab-slider.sub-tab-slider .tab-bd .tab-pal ul li { line-height: 34px; height: 34px; line-height: 34px\9; height: 34px\9; *line-height: 34px !important; *height: 34px !important; _line-height: 34px; _height: 34px; }
.tab-slider.sub-tab-slider .tab-bd .tab-pal ul li a { float: left; font-size: 16px; width: 82%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.tab-slider.sub-tab-slider .tab-bd .tab-pal ul li span { float: right; color: #b0b2b3; font-size: 14px; }
.tab-slider.sub-tab-slider.b-line .tab-bd .tab-pal ul li { border-bottom: 1px dotted #ccc; }
.tab-slider.sub-tab-slider .tab-hd a.more { position: absolute; right: 10px; font-size: 12px; }

/*
**Logo
*/
.container-fluid { width: 100%; max-width: none; min-width: 1200px; border-bottom: 8px solid #f5f5f5; }
#_____logo { position: absolute; top: 54px; left: 0; width: 586px; height: 80px; z-index: 62; }
#_____logo .ma_logo_word img, #_____logo .ma_logo_icon img { height: 80px; }
#_____logo .ma_logo_icon { width: 75px; height: 80px; display: inline-block; }
#_____logo .ma_logo_word { width: 430px; height: 80px; display: inline-block; }
._______logobg { width: 100%; min-width: 1200px; max-width: none; height: 201px; position: absolute; top: 0; z-index: -1; }
._______logobg-bg { width: 100%; height: 560px; min-width: 1200px; }
.Logo-2015-link { width: 100%; height: auto; min-width: 1200px; }
.Logo-2015-link .Logo-con { height: 180px; position: relative; z-index: 1; background: url(../images/zjt_com_header_bg.png) 105% bottom no-repeat; }

/*
**search
*/
#_____search { position: absolute; right: 3%; top: 27px; height: 46px; background: url(../images/1x1.gif) repeat; padding: 0; }
.search { position: absolute; right: 0px; top: 0; width: 269px; height: 46px; z-index: 1000; background-image: url(../images/comm.whly.icon.png); background-position: -1px -353px; background-repeat: no-repeat; }
.search .bg { border: none; width: 78%; height: 46px; line-height: 46px; margin-left: 6px; }
.search .bg input { background: url(../images/1x1.gif) repeat; width: 100%; height: 46px; line-height: 46px; height: 25px\9; line-height: 25px\9; border: none; font-size: 14px; font-family: "\5FAE\8F6F\96C5\9ED1"; }
.search .submit { border: none; width: 48px; height: 46px; cursor: pointer; }
.search .submit input { border: 0px; background: url(../images/1x1.gif) repeat; width: 100%; height: 46px; cursor: pointer; color: #ecc7bb; }

/*
**menu
*/
.menu-bgcolor { background-color: #3d66a6; max-width: none; min-width: 1200px; }
._____nav { background-color: #0157a4; height: 50px; width: 100%; min-width: 1140px; max-width: none; }
.topNav { position: relative; z-index: 60; }
.topNav ul, .topNav li { margin: 0; padding: 0; list-style: none; }
.topNav .menuCon .subcon { width: 100%; border-top: none; display: none; opacity: 0.9; filter: alpha(opacity=90); background-color: #f9f9f9; }
.topNav .menuCon { position: absolute; width: 100%; clear: both; z-index: 99; top: 50px; }
.topNav .menuList { position: relative; z-index: 100; }
.topNav .nav-tabg { display: none; width: 125px; height: 30px; position: absolute; left: 0; top: 0; z-index: 1; }
.topNav .menuList ul { height: 56px; width: 100%; }
*html .topNav .menuCon { margin-top: 0px; }
*+html .topNav .menuCon { margin-top: 0px; }
.topNav .menuList ul li { float: left; width: 11%; }
.topNav .menuList ul li a { font: 18px/56px '\5FAE\8F6F\96C5\9ED1'; color: #fff; text-decoration: none; cursor: pointer; display: block; width: 100%; text-align: center; position: relative; letter-spacing: 1px; }
.topNav .menuList ul li a.selected, .topNav .menuList ul li a:hover { background: url(../images/zjt_com_menu_selected.png) center bottom no-repeat; }
.topNav .menuList ul li#menu1 .icon, .topNav .menuList ul li#menu2 .icon, .topNav .menuList ul li#menu3 .icon, .topNav .menuList ul li#menu4 .icon, .topNav .menuList ul li#menu5 .icon, .topNav .menuList ul li#menu6 .icon, .topNav .menuList ul li#menu7 .icon { background-repeat: no-repeat; background-position: center left; width: 30px; height: 25px; display: block; position: absolute; background-size: 95%; }
.topNav .menuList ul li#menu1 .icon { background-image: url(../images/zjt_com_menu_1.png); top: 15px; left: 20px; }
.topNav .menuList ul li#menu2 .icon { background-image: url(../images/zjt_com_menu_2.png); top: 17px; left: -1px; }
.topNav .menuList ul li#menu3 .icon { background-image: url(../images/zjt_com_menu_3.png); top: 17px; left: -1px; }
.topNav .menuList ul li#menu4 .icon { background-image: url(../images/zjt_com_menu_4.png); top: 17px; left: -1px; }
.topNav .menuList ul li#menu5 .icon { background-image: url(../images/zjt_com_menu_5.png); top: 17px; left: -1px; }
.topNav .menuList ul li#menu6 .icon { background-image: url(../images/zjt_com_menu_6.png); top: 17px; left: -1px; }
.topNav .menuList ul li#menu7 .icon { background-image: url(../images/zjt_com_menu_7.png); top: 17px; left: -1px; }
.sliderBox { padding: 15px 15px; }
.subtitle-fa-barcode i.fa { color: #F90004; }
.quick-btn { color: #f00 !important; }
.nav-func { position: absolute; right: 0; top: 13px; color: #fff; }
.nav-func span.func { color: #fff; }
.nav-func span.func a { font-size: 16px; padding: 0 10px; color: #fff; }
#_____traditional.t_1 .s_ft { cursor: not-allowed; }
#_____traditional.t_0 .s_jt { cursor: not-allowed; }

/*
**sub-areaList
*/
.sub-areaList { overflow: hidden; width: 100%; margin: 0 auto; }
.sub-areaList li { width: 12%; float: left; _display: inline; text-align: center; margin-left: 2px; margin-bottom: 6px; height: 30px !important; line-height: 30px !important; }
.sub-areaList li a { width: 100% !important; height: 30px; font-size: 13px !important; line-height: 30px; background-color: #f5f5f5; display: block; }
.sub-areaList li a:hover { background: #227ccb; color: #fff; }

/*
**tab-slider.sub-tab-slider
*/
.tab-slider.sub-tab-slider { border: none; }
.tab-slider.sub-tab-slider .tab-hd.sub-tab-hd { height: 35px; line-height: 35px; background: none; }
.tab-slider.sub-tab-slider .tab-hd ul li.sub-li { height: 35px; line-height: 35px; }
.tab-slider.sub-tab-slider .tab-bd .tab-pal.sub-tab-pal ul li { line-height: 26px; height: 26px; line-height: 26px\9; height: 26px\9; *line-height: 26px !important; *height: 26px !important; _line-height: 26px; _height: 26px; }
.tab-slider.sub-tab-slider .tab-bd .tab-pal.sub-tab-pal ul li a { float: left; font-size: 12px; width: 82%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.tab-slider.sub-tab-slider .tab-bd .tab-pal.sub-tab-pal ul li span { float: right; color: #b0b2b3; font-size: 12px; }

/*
**path nav
*/
.path, .weizhi { padding-bottom: 15px; padding-top: 15px; }
.path .fa-home { line-height: 28px; float: left; color: #666; padding-right: 5px; background: url(../images/zjt_com_path.jpg) center no-repeat; width: 28px; height: 28px; display: inline-table; }
.path table, .weizhi table { float: left; }
.path a, .weizhi a { display: inline-block; color: #666; text-decoration: none; padding: 0 5px; }
.path a:hover, .weizhi a:hover { color: #3d66a6; }

/*
**pager
*/
.pager { height: 50px; line-height: 50px; text-align: center; padding-top: 40px; }
._system_page .paginations dd { float: left; height: 30px; border: 1px solid #ccc; margin-right: 10px; line-height: 30px; }
._system_page .paginations dd a { padding: 0 10px; line-height: 32px; display: block; height: 32px; }
._system_page .paginations dd.active { background-color: #0062b9; color: #fff; border: 1px solid #0062b9; }
._system_page .paginations dd.active a { color: #fff; }
#_system_page_index { display: none !important; }
._system_page_select_box { float: left; width: 120px; line-height: 30px; height: 30px; }
.select2-container .select2-selection--single { height: 38px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 37px !important; }
.select2-container--default .select2-search--dropdown .select2-search__field { display: none; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 37px !important; right: 6px !important; }
.select2-results__option { padding: 5px !important; }
.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #757575; }


/*
**pop-tip-box-content
*/
#confirmOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: url(../images/top-tip-transparent-bg.png) repeat; background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.6); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.6); z-index: 101; *zoom: 1; }
#confirmBox { background-color: #fff; min-width: 400px; width: 40%; max-width: 600px; position: fixed; left: 50%; top: 40%; margin: -130px 0 0 -230px; border: 1px solid rgba(33, 33, 33, 0.6); -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset; }
.pop-tip-box-content a.btn_blue { display: inline-block; _overflow: hidden; padding: 6px 25px; margin: 0; font-size: 14px; font-weight: bold; text-align: center; border-radius: 3px; color: #fff; }
.pop-tip-box-content a.btn_blue:focus, .pop-tip-box-content a.btn_red:focus, .pop-tip-box-content a.btn_gray:focus { border-color: #93d4fc; box-shadow: 0 0 5px #60caff; color: #fff; }
.pop-tip-box-content a.btn_blue:active, .pop-tip-box-content a.btn_red:active, .pop-tip-box-content a.btn_gray:active { outline: none; }
.pop-tip-box-content a.btn_blue { border: 1px solid #0d659b; color: #fff; background-color: #238aca; z-index: 888; zoom: 1; background: -moz-linear-gradient(top, #238aca, #0074bc); background: -webkit-linear-gradient(top, #238aca, #0074bc); }
.pop-tip-box-content a.btn_blue:hover { text-decoration: none; color: #fff; background-color: #238aca; background: -moz-linear-gradient(top, #2a96d8, #0169a9); background: -webkit-linear-gradient(top, #2a96d8, #0169a9); }
.pop-tip-box-content a.btn_blue:active { background-color: #238aca; color: #fff; background: -moz-linear-gradient(top, #0074bc, #238aca); background: -webkit-linear-gradient(top, #0074bc, #238aca); }
.pop-tip-box-content .remind_block { overflow: hidden; }
.pop-tip-box-content .remind_block .remind_icon { float: left; margin-right: 10px; width: 32px; height: 32px; display: inline-block; }
.pop-tip-box-content .remind_block .remind_title { margin-bottom: 10px; padding-top: 3px; _margin-top: 4px; font-weight: bold; font-size: 20px; font-family: "\9ED1\4F53"; }
.pop-tip-box-content .remind_block .remind_detail { line-height: 1.5; font-size: 16px; color: #000; }
.pop-tip-box-content .remind_block.notitle .remind_content { padding-top: 8px; }
.pop-tip-box-content .error .remind_icon { background-position: -256px top; }
.pop-tip-box-content .error .remind_title { color: #cc0000; }
.pop-tip-box-content .warning .remind_icon { background-position: -64px 0; margin-top: 5px; }
.pop-tip-box-content .warning .remind_title { color: #ff0000; }

/* layout */
.pop-tip-box-content { border: 1px solid #bbb; box-shadow: 0 0 3px #d4d4d4; filter: alpha(opacity=100); font-family: "\5B8B\4F53"; }
.pop-tip-box-content .c-container { padding: 30px; }
.pop-tip-box-content .c-footer { padding: 10px 15px; background: #f1f1f1; border-top: 1px solid #bbb; overflow: hidden; *zoom: 1; }
.pop-tip-box-content .c-footer-a1, .pop-tip-box-content .c-footer-a2, .pop-tip-box-content .c-footer-a3 { float: left; }
.pop-tip-box-content .c-footer-a2 { margin: 8px 0 0 20px; }
.pop-tip-box-content .safety-detail { font-size: 14px; margin-top: 10px; -webkit-transition: padding 0.2s ease-in; -moz: padding 0.2s ease-in; transition: padding 0.2s ease-in; }
.pop-tip-box-content .button { cursor: pointer !important; color: #000; font-family: "\5FAE\8F6F\96C5\9ED1"; }
.pop-tip-box-content .safety-url { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #dfdfdf; word-wrap: break-word; word-break: break-all; }

/*
**float both
*/
.oddpiFloatAD { text-align: center; position: fixed; top: 40%; right: 0; margin-left: 2px; }
.oddpiFloatAD .floatClose-btn { margin: 0px; padding: 0px; position: absolute; top: 0; right: 0; background: url(../images/ad_close.png) center no-repeat; width: 50px; height: 21px; cursor: pointer; }
.oddpiFloadAD .floatClose-box { margin: 0; padding: 0; }
.func-li-box { }
.func-li-box li { margin-bottom: 5px; width: 70px; height: 70px; }
.func-li-box li a { width: 70px; height: 70px; display: block; position: relative; background-color: #f5f5f5; }
.func-li-box li a:hover { background-color: #e9e9e9; }
.func-li-box li a.weixin, .func-li-box li a.weibo, .func-li-box li a.yun, .func-li-box li a.znwd, .func-li-box li a.gczj, .func-li-box li a.returnTop { background-image: url(../images/zjt_index_left_icon.png); background-repeat: no-repeat; }
.func-li-box li a.weixin { background-position: 0 0; }
.func-li-box li a.weibo { background-position: 0 -74px; }
.func-li-box li a.yun { background-position: 0 -148px; }
.func-li-box li a.znwd { background-position: 0 -223px; }
.func-li-box li a.gczj { background-position: 0 -371px; }
.func-li-box li a.returnTop { background-position: 0 -298px; }
.func-li-box li a.weixin:hover { background-position: -77px 0; }
.func-li-box li a.weibo:hover { background-position: -77px -74px; }
.func-li-box li a.yun:hover { background-position: -77px -148px; }
.func-li-box li a.znwd:hover { background-position: -77px -223px; }
.func-li-box li a.gczj:hover { background-position: -76px -371px; }
.func-li-box li a.returnTop:hover { background-position: -77px -298px; }
