/* 重置 */
img {
    max-width: 100%;
}
/* 公用 */
.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 {
    line-height: 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 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    background: #3e74ce;
    color: #ffffff;
    padding: 3px 16px;
    margin: 0 2px;
}
.c-pages span,
.c-pages a:hover {
    background: #2e2e2e;
}
/* 图文内容 */
.c-proBox h3 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    background: #3e74ce;
    color: #ffffff;
    padding: 5px 10px;
    margin: 10px 0;
}
/* 图片滚动放大 */
.c-preView {
    position: relative;
    width: 300px;
}
.c-scrollButton {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    float: left;
    text-align: center;
    cursor: pointer;
    font-family: SimSun;
    background: #2e2e2e;
    color: #ffffff;
    margin-top: 5px;
    width: 20px;
    height: 50px;
    line-height: 50px;
}
.c-scrollButton:hover {
    background: #424242;
}
.c-smallImg .disabled {
    background: #eeeeee;
}
.c-bigImg {
    position: relative;
    width: 298px;
    height: 298px;
    border: 1px solid #eeeeee;
}
.c-bigImg img {
    width: 100%;
    height: 100%;
}
.c-bigImg #winSelector {
    border: 0;
    display: none;
    width: 100px;
    height: 100px;
}
#c-imageMenu {
    float: left;
    overflow: hidden;
    width: 250px;
    height: 50px;
    margin: 5px 5px 0 5px;
}
#c-imageMenu li {
    float: left;
    width: 50px;
    height: 50px;
}
#c-imageMenu li img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border: 3px solid #ffffff;
}
#c-imageMenu li#onlickImg img,
#c-imageMenu li:hover img {
    width: 44px;
    height: 44px;
    border: 3px solid #2e2e2e;
}
#bigView {
    border: 0;
}
/* 介绍 */
.c-proTitle {
    font-size: 14px;
    line-height: normal;
    width: 425px;
}
.c-proTitle h2 {
    font-weight: 400;
}
.c-proTitle ul {
    text-align: center;
    margin-top: 10px;
    border-top: 1px dashed #eeeeee;
}
.c-proTitle ul li {
    float: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin: 10px 0;
    width: 50%;
}
.c-proTag {
    padding: 5px 0 0 20px;
    border-top: 1px dashed #eeeeee;
    background: url(../images/tags.png) left 17px no-repeat;
}
.c-proTag span {
    display: inline-block;
    line-height: 41px;
}
.c-proTag a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background: #3e74ce;
    color: #ffffff;
}
.c-proTag a:hover {
    background: #2e2e2e;
    color: #ffffff;
}
.c-allPages a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 0;
    width: 150px;
    border: 1px solid #eeeeee;
    color: #3e74ce;
    background-color: #ffffff;
}
.c-allPages a:hover {
    border-color: #2e2e2e;
    background: #2e2e2e;
    color: #000;
}
.c-allPages a.on {
    border-color: #eeeeee;
    background: #eeeeee;
    color: #000;
}
/* 评论 */
.c-comment li {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: normal;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
.c-comment li p {
    padding: 15px 0;
    border-top: 1px dashed #eeeeee;
}
.c-comment li p span {
    float: right;
}
.c-comment li p.on {
    border-top: 0;
}
.c-comment li p.admin {
    color: #3e74ce;
}
.c-more {
    text-align: center;
    line-height: normal;
}
.c-more a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    background: #3e74ce;
    color: #ffffff;
    padding: 13px 0;
}
.c-more a:hover {
    background: #2e2e2e;
}
/* 表单 */
.c-form {
    margin-top: 10px;
}
.c-form textarea {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    float: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
    border: 1px solid #eeeeee;
    width: 97.1%;
    height: 150px;
    overflow-y: hidden;
}
.c-form textarea:hover,
.c-form textarea:focus {
    border-color: #3e74ce;
}
.c-form input {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    background: #3e74ce;
    padding: 13px 0;
    width: 150px;
    color: #ffffff;
}
.c-form input:hover {
    background: #2e2e2e;
}
/* 画廊展示 */
.c-proPic {
    position: relative;
    /* text-align: center; */
}
.c-proPic .prev,
.c-proPic .next {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/no.gif);
    cursor: url(../images/prev.cur), pointer;
}
.c-proPic .next {
    left: auto;
    right: 0;
    cursor: url(../images/next.cur), pointer;
}
.c-proPic .prevStop,
.c-proPic .nextStop {
    display: none;
}
/* 标题 */
.c-Title {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eeeeee;
}
.c-Title h2 {
    font-weight: 400;
}
.c-Title p {
    padding: 10px 0;
}
.c-Title p a {
    color: #3e74ce;
}
/* 留言 */
.c-book ul li {
    position: relative;
    margin-top: 10px;
}
.c-book ul li em {
    float: left;
    text-align: right;
    margin-right: 10px;
    padding-top: 7px;
    width: 150px;
    font-style: normal;
}
.c-book ul li textarea,
.c-book ul li input,
.c-book ul li select {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    padding: 12px;
    border: 1px solid #eeeeee;
}
.c-book ul li textarea:hover,
.c-book ul li input:hover,
.c-book ul li select:hover,
.c-book ul li textarea:focus,
.c-book ul li input:focus,
.c-book ul li select:focus {
    border-color: #3e74ce;
}
.c-book ul li textarea {
    width: 450px;
    height: 150px;
    overflow-y: hidden;
}
.c-book ul li img {
    position: absolute;
    cursor: pointer;
    top: 10px;
    margin-left: 5px;
}
.c-book ul li.bnt {
    margin-left: 150px;
}
.c-book ul li.bnt input {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    width: 120px;
    margin-left: 10px;
    border-color: #3e74ce;
    background: #3e74ce;
    color: #ffffff;
}
.c-book ul li.bnt input:hover {
    border-color: #2e2e2e;
    background: #2e2e2e;
}
/* 浮动工具 */
.c-tools {
    position: fixed;
    z-index: 9999;
    text-align: center;
    right: 0;
    bottom: 50%;
    margin-bottom: -144px;
}
.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: 62px;
    height: 62px;
    margin: 1px;
    background: #3e74ce url(../images/tools-ico.png) no-repeat;
}
.c-tools ul li:hover {
    background-color: #2e2e2e;
}
.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: 63px;
    width: 135px;
    line-height: 62px;
    padding: 0 10px;
    background: #2e2e2e;
    color: #ffffff;
}
.c-tools ul li .ewmPic {
    width: 168px;
}
.c-tools ul li .ewmPic img {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 168px;
    height: 168px;
}
.c-tools ul .tel-ico {
    background-position: center -22px;
}
.c-tools ul .ewm-ico {
    background-position: center 21px;
}
.c-tools ul .qq-ico {
    background-position: center -69px;
}
.c-tools ul .top-ico {
    background-position: center -115px;
}
/* 404 */
.c-404 {
    text-align: center;
    margin-top: 2%;
    color: #F33;
}
/* rss */
.c-rss {
    float: right;
    margin-top: 10px;
}
.c-rss img {
    display: block;
}