/*   
Theme Name:轻量级蓝色企业主题
Theme URI: http://www.themepark.com.cn
Description:轻量级企业主题，适用于科技，会展等行业。
Author: WEB主题公园
Author URI:http://www.themepark.com.cn
Version: 1.02
*/

@media screen {

    /*头部*/
    #header {
        width: 100%;
        height: 62px;
        background: url(../images/bj1.jpg) 0 0 repeat-x;
        margin: 0 auto;
        text-align: center;
        float: left;
    }

    .tou {
        width: 1002px;
        height: 62px;
        background: url(../images/bj.jpg);
        margin: 0 auto;
        *overflow: hidden;
    }

    #page-wrap .logo {
        float: left;
        padding-top: 10px;
    }

    #page-wrap .logo img {
        height: 50px;
        width: auto;
    }

    /*导航*/
    /*菜单*/
    #navigation ul.menu {

        float: right;
        margin-right: 0px;
        width: 742px;

    }

    #navigation ul.menu li {
        float: left;
        margin: auto auto auto 2px;
        position: relative; /*--Declare X and Y axis base for sub navigation--*/
        display: inline;
        width: 104px;
        height: 62px;
        text-align: center;
        line-height: 62px;
        z-index: 9999;

    }

    #navigation ul.menu li a {

        width: 74px;
        height: 0px; /*调节鼠标指上时的状态图片位置*/
        display: block;
        line-height: 37px; /*调节导航高度*/
        margin-top: 10px; /*调节导航高度*/
        color: #fff;
        text-decoration: none;

    }

    #navigation ul.menu li:hover, .current-menu-item {
        background: url("../images/menu_down.jpg") no-repeat scroll 0% 76% transparent;
    }

    #navigation ul.menu li a:hover {
        color: #B0E9EA !important;

    }

    .current-menu-item a {
        background: #f80;
    }

    #navigation ul.menu li span { /*--Drop down trigger styles--*/
        width: 104px;
        height: 62px;
        position: absolute;
        top: 0;
        left: 0;
        float: right;
        z-index: -1;

    }

    #navigation ul.menu li span.subhover { /*--Hover effect for trigger--*/
        cursor: pointer;
    }

    #navigation ul.menu li ul.sub-menu {
        width: 170px;
        position: absolute; /*--Important - Keeps sub-menu from affecting main navigation flow--*/
        left: 0;
        top: 62px;
        background: #000;
        margin: 0;
        padding: 5px;
        display: none;

        float: left;
        border: 1px solid #111;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
        opacity: 0.6; /*Mozilla*/
    }

    #navigation ul.menu li ul.sub-menu li {
        width: 160px;
        line-height: 25px;
        margin: 5px;
        padding: 0;

        clear: both;
        height: 25px;

    }

    #navigation ul.menu li ul.sub-menu li:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        display: block;
        opacity: 0.8; /*Mozilla*/
    }

    #navigation ul.menu li ul.sub-menu li a {
        width: 160px;
        height: 30px;
        float: left;
        margin: 0;
        font-size: 0.9em;
        background-image: none !important;
    }

    #navigation ul.menu li ul.sub-menu li a:hover, ul.sub-menu li .current-menu-item a { /*--Hover effect for sub-menu links--*/
        background-color: #333 !important;
        background-image: none !important;
    }

    /*头部over*/
    /*展示轮播*/
    .zscplb {
        width: 980px;
        height: 150px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 60px;
        margin-right: 20px;
        background: #FFFFFF;
    }

    .zscplb_button {
        width: 40px;
        height: 89px;
        padding-top: 50px;
        float: left;
    }

    .zscplb_bt {
        width: 180px;
        height: 150px;
        background: #222931;
        float: left;
        margin-right: 7px;
        float: left;
    }

    .zscplb_tp {
        width: 780px;
        height: 150px;
        float: left;
    }

    .zscplb_tp img {
        margin-right: 5px;
        width: 190px;
        height: 150px;
        background: #FFFFFF;
    }

    .zscplb_button_right {
        width: 34px;
        height: 89px;
        padding-top: 50px;
        float: left;
        padding-left: 2px;
    }

    .footer {
        width: 1065px;
        height: 60px;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
    }

    /*底部*/
    #footer {
        width: 100%;
        height: auto;
        float: left;
        background: #222931;
        text-align: center;
    }

    .footer_main {
        width: 1024px;
        height: auto;
        margin: 0 auto;
        padding: 20px 0 20px 28px;
        position: relative;
    }

    .di {
        width: 1002px;
        height: 12px;
        background: url(../images/footer_34.gif);
        position: absolute;
        top: -12px;
        left: 0;
    }

    .f_m {
        width: 950px;
        height: auto;
        float: left;
        text-align: left;
        margin-left: 28px;
    }

    .f_xian {
        width: 950px;
        height: auto;
        float: left;
        border-bottom: #999 solid 0px;
    }

    .f_logo {
        display: block;
        border-right: #999 3px solid;
        padding-right: 20px;
        padding-top: 10px;
        float: left;
    }

    .f_logo img {
        height: 45px;
        width: auto;
    }

    .f_bq {
        width: 600px;
        height: 55px;
        float: left;
        margin-left: 20px;
    }

    .f_bq p {
        font-family: "微软雅黑";
        font-size: 14px;
        color: #CCC;
        margin: 0;
    }

    .f_links {
        width: 100%;
        float: left;
        margin: 20px;
    }

    .f_links li {
        float: left;
        margin-right: 5px;
    }

    .f_links li a {
        font-family: "微软雅黑";
        font-size: 12px;
        color: #CCC;
    }

    .f_links li a:hover {
        color: #FFF;
    }

    .f_links li h1 {
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
    }

    /*底部over*/
    * {
        margin: 0;
        padding: 0;
    }

    body {
        margin: 0px;
        width: 100%;
        font-family: "微软雅黑";
    }

    img {
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    ul {
        margin: 0px;
        padding: 0px;
    }

    li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    a {
        text-decoration: none;
        color: #FFFFFF;
    }

    .screen-reader-text {
        position: absolute;
        left: -9999px;
        top: -9999px;
    }

    .clear {
        clear: both;
    }

    .group:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    * html .group, *:first-child + html .group {
        zoom: 1;
    }

    /* First selector = IE6, Second Selector = IE 7 */
    #page-wrap {
        width: 100%;
        margin: 0 auto;
    }

    h1, h2, h3 {
        font-weight: normal;
        margin: 0 0 10px 0;
    }

    li {
        list-style: none;
    }

    a {
        font-family: "微软雅黑";
        font-style: normal;
        text-decoration: none;

    }

    img {
        border: 0;
        display: inline;
    }

    blockquote {
    }

    blockquote p {
    }

    ul, ol {
        margin: 0 0 10px 0;
    }

    .post {
    }

    .entry {
    }

    .entry a {
    }

    .entry a:hover {
    }

    pre {
    }

    code, tt {
    }

    #meta {
    }

    .postmetadata {
    }

    #sidebar {
        padding: 0 0 0 10px;
        border-left: 1px solid #CCC;
    }

    #sidebar h2 {
        font-family: "微软雅黑";
        font-size: 18px;
        font-weight: bold;
        color: #749d1e;
        border-bottom: #CCC solid 1px;
        padding: 5px 0;
    }

    .widget_categories li {
        float: left;
        margin-right: 5px;
        width: 50px;
    }

    #sidebar div {
        margin-bottom: 10px;
        border-bottom: #666 1px solid;
        padding-bottom: 10px;
        float: left;
        width: 100%;
    }

    .navgation {
    }

    .next-posts {
    }

    .prev-posts {
    }

    #searchform {
    }

    #searchform div, .widget_tag_cloud {
        border: none !important;
        margin: 0 !important;
    }

    #s {
        border: #999 solid 1px;
        height: 24px;
        width: 80%;
    }

    #searchsubmit {
        background: url(../images/new-list_14.png);
        border: none;
        width: 27px;
        height: 26px;
        cursor: pointer;
    }

    #searchsubmit:hover {
        box-shadow: 0 0 5px #000;
    }

    .widget_tag_cloud a {
        font-size: 14px !important;
        margin-right: 5px;
    }

    ol.commentlist {
        list-style: none;
    }

    ol.commentlist li {
    }

    ol.commentlist li.alt {
    }

    ol.commentlist li.bypostauthor {
    }

    ol.commentlist li.byuser {
    }

    ol.commentlist li.comment-author-admin {
    }

    ol.commentlist li.comment {
        border-bottom: 1px dotted #666;
        padding: 10px;
    }

    ol.commentlist li.comment div.comment-author {
    }

    ol.commentlist li.comment div.vcard {
    }

    ol.commentlist li.comment div.vcard cite.fn {
        font-style: normal;
    }

    ol.commentlist li.comment div.vcard cite.fn a.url {
    }

    ol.commentlist li.comment div.vcard img.avatar {
        float: right;
        margin: 0 0 10px 10px;
    }

    ol.commentlist li.comment div.vcard img.avatar-32 {
    }

    ol.commentlist li.comment div.vcard img.photo {
    }

    ol.commentlist li.comment div.vcard span.says {
    }

    ol.commentlist li.comment div.commentmetadata {
    }

    ol.commentlist li.comment div.comment-meta {
        font-size: 10px;
    }

    ol.commentlist li.comment div.comment-meta a {
        color: #ccc;
    }

    ol.commentlist li.comment p {
    }

    ol.commentlist li.comment ul {
    }

    ol.commentlist li.comment div.reply {
        font-size: 11px;
    }

    ol.commentlist li.comment div.reply a {
        font-weight: bold;
    }

    ol.commentlist li.comment ul.children {
        list-style: none;
        margin: 10px 0 0;
    }

    ol.commentlist li.comment ul.children li {
    }

    ol.commentlist li.comment ul.children li.alt {
    }

    ol.commentlist li.comment ul.children li.bypostauthor {
    }

    ol.commentlist li.comment ul.children li.byuser {
    }

    ol.commentlist li.comment ul.children li.comment {
    }

    ol.commentlist li.comment ul.children li.comment-author-admin {
    }

    ol.commentlist li.comment ul.children li.depth-2 {
        border-left: 5px solid #555;
        margin: 0 0 10px 10px;
    }

    ol.commentlist li.comment ul.children li.depth-3 {
        border-left: 5px solid #999;
        margin: 0 0 10px 10px;
    }

    ol.commentlist li.comment ul.children li.depth-4 {
        border-left: 5px solid #bbb;
        margin: 0 0 10px 10px;
    }

    ol.commentlist li.comment ul.children li.depth-5 {
    }

    ol.commentlist li.comment ul.children li.odd {
    }

    ol.commentlist li.even {
        background: #fff;
    }

    ol.commentlist li.odd {
        background: #f6f6f6;
    }

    ol.commentlist li.parent {
        border-left: 5px solid #111;
    }

    ol.commentlist li.thread-alt {
    }

    ol.commentlist li.thread-even {
    }

    ol.commentlist li.thread-odd {
    }

    form {
    }

    input[type=text] {
    }

    textarea {
    }

}

/* END screen media */

@media print {

    .do-not-print {
        display: none;
    }

    #comments {
        page-break-before: always;
    }

    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4;
        word-spacing: 1.1pt;
        letter-spacing: 0.2pt;
        font-family: Garamond, "Times New Roman", serif;
        color: #000;
        background: none;
        font-size: 12pt;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: Helvetica, Arial, sans-serif;
    }

    code {
        font: 10pt Courier, monospace;
    }

    blockquote {
        margin: 1.3em;
        padding: 1em;
    }

    img {
        display: block;
        margin: 1em 0;
    }

    a img {
        border: none;
    }

    table {
        margin: 1px;
        text-align: left;
    }

    th {
        border-bottom: 1px solid #333;
        font-weight: bold;
    }

    td {
        border-bottom: 1px solid #333;
    }

    th, td {
        padding: 4px 10px 4px 0;
    }

    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    a {
        text-decoration: none;
        color: black;
    }

}

/* END print media */

/*代理商二维码缩略图*/
.sit-preview-block {
    position: absolute;
    display: none
}

.sit-preview-block img {
    margin: 0;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block
}

.sit-preview-shadow {
    box-shadow: 0 0 4px rgba(48, 48, 48, .7)
}

.sit-theme-simple {
    background: #999;
    padding: 0px;
    border: 0px solid #222
}

.sit-theme-caption {
    background: #999;
    padding: 5px;
    border: 1px solid #222
}

.sit-theme-caption h4 {
    margin: 5px 0 5px;
    color: #fefefe
}

.sit-theme-envato {
    background: #333;
    color: #fff;
    padding: 10px;
    border: 1px solid #000
}

.sit-theme-envato h3 {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 20px
}

/*代理商二维码缩略图 end*/

/****************************右侧联系我们****************************/
.rightBar {
    width: 100px;
    position: fixed;
    right: 40px;
    top: 50%;
    border: 1px solid #e3e3e3;
    z-index: 999;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    margin-top: -235px
}

.rightBar ul li {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0
}

.rightBar ul li img {
}

.rightBar ul li h3 {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: normal;
    padding-top: 10px
}

.rightBar ul li.chat h3 {
    color: #f26161
}

.rightBar ul li.qq h3 {
    color: #f0b440
}

.rightBar ul li.xz {
    border-bottom: 0
}

.rightBar ul li.xz h3 {
    font-size: 16px;
    padding: 0
}

.rightBar .barClosed {
    width: 33px;
    height: 33px;
    display: block;
    background: url("../images/icons.png") no-repeat -69px -64px;
    position: absolute;
    top: -16px;
    right: -16px;
}

.barToggle {
    width: 42px;
    position: fixed;
    right: 0;
    top: 50%;
    background: #1bbc6b;
    border-radius: 5px;
    z-index: 999;
    display: none;
    margin-top: -66px
}

.barToggle a i {
    display: block;
    width: 23px;
    height: 21px;
    background: url("../images/icons.png") no-repeat -104px -72px;
    margin: 10px auto
}

.barToggle a em {
    padding: 0 14px;
    display: block;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 10px
}

.barToggle {
    -webkit-animation: rt152 3s ease .1s both;
    -moz-animation: rt152 3s ease .1s both;
    animation: rt152 3s ease .1s both;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes flying {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 3px;
    }
    100% {
        margin-top: 0px;
    }
}

@-webkit-keyframes flying {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 3px;
    }
    100% {
        margin-top: 0px;
    }
}

@-moz-keyframes flying {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 3px;
    }
    100% {
        margin-top: 0px;
    }
}

@-webkit-keyframes daoying {
    0% {
        width: 550px;
        height: 0px;
    }
    100% {
        width: 550px;
        height: 83px;
    }
}

@-moz-keyframes daoying {
    0% {
        width: 550px;
        height: 0px;
    }
    100% {
        width: 550px;
        height: 83px;
    }
}

@keyframes daoying {
    0% {
        width: 550px;
        height: 0px;
    }
    100% {
        width: 550px;
        height: 83px;
    }
}

@-webkit-keyframes sun {
    0% {
        opacity: 0;
        -webkit-transform: rotate(0deg);
    }
    2% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(365deg);
    }
}

@-moz-keyframes sun {
    0% {
        opacity: 0;
        -moz-transform: rotate(0deg);
    }
    2% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -moz-transform: rotate(365deg);
    }
}

@keyframes sun {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }
    2% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: rotate(365deg);
    }
}

@-webkit-keyframes moveLeft {
    0% {
        opacity: 0;
        left: 390px;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        left: -370px;
    }
}

@-moz-keyframes moveLeft {
    0% {
        opacity: 0;
        left: 390px;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        left: -370px;
    }
}

@keyframes moveLeft {
    0% {
        opacity: 0;
        left: 390px;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        left: -370px;
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }
    80% {
        -moz-transform: translateX(-10px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(30px)
    }
    80% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

/****************************右侧联系我们**end****************************/