/* 全局 */
html {
    webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-justify: inter-ideograph;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

/* 基础 */
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    margin: 0
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
    background-color: #009b4c;
}

input,
textarea {
    -webkit-user-select: text
}

/*分页样式*/
.pglist {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center !important;
    font-size: 14px;
}

.pglist a {
    border: 1px solid #e4eaec;
    background: #fff;
    padding: 10px 16px;
    margin: 0 4px;
    text-align: center;
    color: #76838f;
}

.pglist a:hover {
    background: #f5f5f5
}

.pglist a.NextA {
    border-right: 1px solid #e4eaec
}

.pglist .NextSpan,
.pglist .PreSpan {
    border: 1px solid #e4eaec;
    padding: 10px 16px;
    background: #fff;
    color: #ccd5db;
    cursor: default
}

.pglist .firstPage,
.pglist .lastPage {
    height: 28px;
    line-height: 28px;
    min-width: 40px
}

.pglist span {
    border: 1px solid #e4eaec;
    border-right: none;
    padding: 10px 18px;
    text-align: center;
    background: #009b4c;
    border-color: #009b4c;
    color: #fff;
    cursor: default
}

.pglist a,
.pglist a:active,
.pglist a:focus,
.pglist a:hover {
    text-decoration: none
}

.pglist .PageText {
    margin-left: 10px;
    color: #aaa;
    display: none
}

.pglist a:last-child {
    border-right: 1px solid #e4eaec
}

/*返回首页*/
#tip {
    padding-top: 30px;
    min-height: 640px;
}

#tip b {
    color: #009b4c;
}

/*网站地图*/
.sitemap {
    overflow: hidden;
    line-height: 30px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.sitemap dt {
    float: left;
    margin-right: 2%;
    width: 14.66666667%;
}

.sitemap dt a {
    display: block;
    text-align: center;
    background: #ececec;
    font-size: 14px;
    padding: 8px 0;
    font-weight: normal;
}

.sitemap dt a:hover {
    background: #ccc;
    color: #fff;
}

.sitemap dd {
    float: left;
    width: 83.333333%;
}

.sitemap dd a {
    float: left;
    color: #666;
    padding-right: 35px;
    line-height: 39px;
    transition: none;
}

.sitemap dd a:hover {
    color: #333;
}

/*网站标签*/
.tags_list {
    overflow: hidden;
    line-height: 30px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.tags_list dt {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 14.66666667%;
}

.tags_list dt a {
    display: block;
    text-align: center;
    background: #ececec;
    font-size: 14px;
    padding: 8px 0;
    font-weight: normal;
}

.tags_list dt a:hover {
    background: #ccc;
    color: #fff;
}

.tags {
    overflow: hidden;
    margin-bottom: 20px;
}

.tags span {
    float: left;
    display: block;
    line-height: 40px;
}

.tags a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    line-height: 28px;
    padding: 0 6px;
    margin: 5px;
    background: #fff;
    border: 1px solid #dadada;
}

.tags a:hover {
    background: #009b4c;
    border-color: #009b4c;
    color: #fff;
}

/*评论列表*/
.comment-main {
    width: 100%;
    background: #FFF;
    border-bottom: 3px solid #eee;
    margin-top: 30px;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.comment-main:hover {
    border-bottom: 3px solid #009b4c;
    -webkit-box-shadow: 0 10px 20px 0 #CCC;
    -moz-box-shadow: 0 10px 20px 0 #CCC;
    -ms-box-shadow: 0 10px 20px 0 #CCC;
    -o-box-shadow: 0 10px 20px 0 #CCC;
    box-shadow: 0 10px 20px 0 #CCC;
}

.comment-title {
    width: 100%;
    height: 49px;
    line-height: 50px;
    background: #FFF;
    border-bottom: 1px solid #CCC;
}

.comment-title span {
    float: left;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    padding: 0 30px;
    background: #009b4c;
    color: #FFF;
}

.comment-show-box {
    margin: 20px 12px
}

.comment-show-box .pl-box2 {
    width: 100%
}

.comment-show-box .pl-box2 dl {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}

.comment-show-box .pl-box2 dl dt {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.comment-show-box .pl-box2 dl dt img {
    width: 50px;
    height: 50px
}

.comment-show-box .pl-box2 dl dd {
    float: right;
    width: 92%;
}

.comment-show-box .pl-box2 dl dd h1 {
    font-weight: 700;
    font-size: 100%;
}

.comment-show-box .pl-box2 dl dd h1 span {
    color: #656565;
    font-weight: 400;
    float: right;
}

.comment-show-box .pl-box2 dl dd p {
    margin-top: 10px;
    line-height: 20px
}

.comment-show-box .pl-box2 dl dd p.xz-fc1 {
    color: #009b4c;
}

.comment-show-box .xz-cb {
    zoom: 1
}

.comment-show-box .xz-cb:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: "."
}

.c-more {
    text-align: center;
    line-height: normal;
}

.c-more a {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    background: #009b4c;
    color: #ffffff;
    padding: 13px 0;
}

.c-more a:hover {
    background: #333;
}

/*评论表单*/
.comment-show-box .fb-box {
    background: #FAFAFA;
    border: 1px solid #EEE;
    margin-top: 20px;
}

.comment-show-box .fb-box dl {
    float: left;
    width: 97%;
    padding: 12px;
}

.comment-show-box .fb-box dt {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.comment-show-box .fb-box dt img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.comment-show-box .fb-box dd {
    float: right;
    width: 92%;
}

.comment-show-box .fb-box dd p {
    color: #656565;
}

.comment-show-box .fb-box dd p textarea {
    width: 97%;
    height: 120px;
    line-height: 20px;
    color: #6C6C6C;
    padding: 12px;
    border: 1px solid #EEE;
    outline: 0;
    font-family: "microsoft yahei";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.comment-show-box .fb-box dd p textarea:focus {
    border: 1px solid #009b4c;
    box-shadow: 0 0 10px 0 #009b4c
}

.comment-show-box .fb-box-div {
    margin-top: -1px;
    background: #FAFAFA;
    border-radius: 0 0 5px 5px;
    border: 1px solid #EEE;
}

.comment-show-box .fb-box-div dl {
    padding: 12px;
    position: relative;
}

.comment-show-box .fb-box-div dd {
    font-size: 12px;
    line-height: 13px;
    color: #666;
}

.comment-show-box .fb-box-div input {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 80px;
    height: 39px;
    font-size: 12px;
    line-height: 39px;
    background: #AAA;
    color: #FFF;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.comment-show-box .fb-box-div input:hover {
    background: #009b4c;
    color: #FFF;
}

/*点赞*/
#mood {
    margin-bottom: 30px;
    text-align: center;
}

#mood p {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-bottom: 20px;
}

#mood a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    color: #555;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mood a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: sub;
    background: url(/html/images/dianzan.png) no-repeat;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#mood a span.dianzan-down {
    background-position: top right;
}

#mood a em {
    font-style: normal;
    font-size: 16px;
}

#mood a:hover {
    background: #009b4c;
    border-color: #009b4c;
    color: #fff;
}

#mood a:hover span.dianzan-up {
    background-position: bottom left;
}

#mood a:hover span.dianzan-down {
    background-position: bottom right;
}

/*视频样式*/
video {
    padding: 5px;
    background-color: #000;
}

/* 公用 */
.c-cb:after,
.c-cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.c-cb,
.c-cbli li {
    zoom: 1;
}

.c-ib {
    display: inline-block;
}

.c-dn {
    display: none;
}

.c-db {
    display: block;
}

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-pr {
    position: relative;
}

.c-pa {
    position: absolute;
}

.c-pf {
    position: fixed;
}

.c-fwn {
    font-weight: 400;
}

.c-fwb {
    font-weight: 700;
}

.c-tal {
    text-align: left;
}

.c-tac {
    text-align: center;
}

.c-tar {
    text-align: right;
}

.c-oh {
    overflow: hidden;
}

.c-toe {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c-ti2 {
    text-indent: 2em;
}

.c-lh2 {
    line-height: 2;
}

.c-lh0 {
    line-height: normal;
}

.c-tdu {
    text-decoration: underline;
}

.c-tdn,
.c-tdn:hover {
    text-decoration: none;
}

.c-csp {
    cursor: pointer;
}

.c-ff1 {
    font-family: SimSun;
}

.c-ff2 {
    font-family: Microsoft YaHei;
}

.c-img {
    width: 100%;
    height: 100%;
}

.c-b0 {
    border: 0;
}

.c-fs {
    font-size: 14px;
}

/* 单页 */
.c-page p,
.c-page div {
    line-height: 200%;
}

/* 分页2 */
.c-pages {
    text-align: center;
    margin-top: 20px;
}

.c-pages a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.c-pages span,
.c-pages a {
    margin-top: 20px;
    padding: 8px 16px;
    margin-left: 6px;
    color: #777;
    background-color: #fff;
    border: 1px solid #ddd
}

.c-pages span,
.c-pages a:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1d773a;
    border-color: #1d773a
}

/* 浮动工具 */
.c-tools {
    position: fixed;
    z-index: 9999;
    text-align: center;
    right: 0;
    bottom: 65px;
}

.c-tools ul li {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 4px 1px;
    background: #007AC3 url(../images/tools-ic.png) no-repeat;
}

.c-tools ul li:hover {
    background-color: #d65608;
}

.c-tools ul li span {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
    position: absolute;
    right: 33px;
    width: 105px;
    line-height: 32px;
    padding: 0 10px;
    background: #d65608;
    color: #ffffff;
}

.c-tools ul li .ewmPic {
    width: 138px;
}

.c-tools ul li .ewmPic img {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 138px;
    height: 138px;
}

.c-tools ul .tel-ico {
    background-position: center -38px;
}

.c-tools ul .ewm-ico {
    background-position: center 6px;
}

.c-tools ul .qq-ico {
    background-position: center -83px;
}

.c-tools ul .top-ico {
    background-position: center -131px;
}

/* 404 */
.c-404 {
    text-align: center;
    margin-top: 3%;
    color: #F33;
}

/* rss */
.c-rss {
    float: right;
    margin-top: 10px;
}

.c-rss img {
    display: block;
}

.c-searchlist li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: #ddd 1px dashed;
    color: #666;
    float: left;
}

.c-searchlist li a {
    float: left;
    color: #666;
    padding-left: 10px;
    font-size: 15px;
}

.c-searchlist li a:hover {
    color: #da251c;
}

.c-searchlist li span {
    float: right;
    padding-right: 10px;
}

.selectTdClass {
    background-color: #edf5fa !important;
}

/* 表格 */
table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
    border: 1px dashed #ddd !important;
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

td,
th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

table tr.firstRow th {
    border-top-width: 2px;
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
    background-color: #f7faff;
}

td p {
    margin: 0;
    padding: 0;
}

.form_book .am-btn {
    width: 300px !important;
    margin: 0 auto !important;
    padding-left: -20px;
}