@charset "utf-8";
/*公共样式*/
* {
    margin: 0;
    padding: 0;
    /*font:12px/150% Arial,Verdana,"\5b8b\4f53";*/
}

a, a:visited, a:active, a:link, a:hover {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

img {
    border: none;
    /*border: 0px;*/
}

html {
    overflow-x: hidden;
}

input {
    border: 0;
}


/*@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

a {
    color: #333;
    outline: 0;
    color: #E4393C;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

a:active,
a:hover {
    outline: 0;
    color: #f49237;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Georgia", "Xin Gothic", "Hiragino Sans GB", "Droid Sans Fallback" !important;
}

.navbar {
    height: 90px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f0efeb;
}

.navbar-default {
    background: #fff;
}

.navbar a.brand {
    margin-top: 23px;
    overflow: hidden;
    display: block;
    margin-bottom: 13px;
}

.navbar a.brand img {
    height: 40px;
}

.navbar a.brand .logo-1 {
    margin-right: 5px;
    height: 38px;
}

.navbar-toggle {
    margin-top: 35px;
}

.collapse {
    overflow: hidden;

}

.navbar {
    margin-bottom: 0;
    z-index: 999;
    position: relative;
    background: #fff;
}

.navbar .container {
    background: #fff;
}

.navbar .nav-collapse {
    overflow: hidden;
}

.navbar ul.nav {
    margin-right: -1px;
}

.navbar ul.nav a:hover {
    color: #f49237;
}

.navbar-right .language {
    margin-top: 23px;
    font-size: 12px;
    float: right;
    visibility: hidden;
}

.navbar-right .language a {
    color: #ccc;
}

/*导航高亮*/
#menu-item-8 a {
    background: url('');
    padding-right: 0;
}

#main-menu > li.current-menu-item > a {
    color: #f49237;
}

/*文章内容*/
.cont {
    line-height: 1.6em;
    word-wrap: break-word;
}

.cont img {
    max-width: 100%;
    height: auto !important;
}

.cont .list-paddingleft-2 {
    padding-left: 20px;
    font-size: 16px;
    list-style-type: disc;
    line-height: 1.5em;
}

.cont .list-paddingleft-2 p {
    margin-bottom: 0;
    line-height: 1.5em !important;
}

.cont .list-paddingleft-2 li span, {
    font-size: 14px;
}

.cont table td {
    text-indent: 10%;
}

.cont table tr.firstRow td {
    text-indent: 0;
}

/*底部*/
.footer {
    background: #4b4a48;

}

.footer .container.top a {
    font-size: 13px;
    letter-spacing: 1px;
}

.footer .container.top h4 {
    color: #fff;
}

.footer .container.top h4 a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.footer .container.top {
    padding-top: 20px;
    padding-bottom: 20px;

}

/*方案*/
.footer .plan {
    overflow: hidden;
    margin-bottom: 20px;
}

.footer .plan li {
    float: left;

}

.footer .plan li a {
    color: #9e9e9e;
    margin-right: 19px;
}

.footer .list_a {
    margin-top: 15px;
    width: 250px;
}

.footer .list_a a {
    float: left;
    color: #fff;
    margin-right: 19px;
    margin-bottom: 11px;
}

.footer .container .right {
    position: relative;
}

.footer .container .right p {
    margin-bottom: 5px;
}

.footer .container .right span {
    color: #9e9e9e;
    margin-right: 25px;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer .container .right span.meta_list {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.footer .container .right span.meta_list i {
    color: #a1a1a1;
    font-size: 17px;
}

.footer .container .right span.meta_list a {
    margin-right: 5px;

}

.footer .container .right span.meta_list a.bds_weixin {
    background: url('../images/weixin.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 22px;
    height: 16px;
}

.footer .container .right span.meta_list .bds_tsina {
    background: url('../images/weibo.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 22px;
    height: 16px;
}

.footer .container .right span.meta_list .bds_qzone {
    background: url('../images/star.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 16px;
    height: 17px;
}

.footer .container .right span.meta_list .bds_fbook {
    background: url('../images/facebook.png') no-repeat;
    background-size: 100% 100%;
    padding-left: 16px;
    height: 17px;
}

/*.footer .container .right span.meta_list a i{
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}*/
.footer .bottom {
    background: #5a5657;
    /*height: 40px;*/
    /*line-height: 40px;*/
    padding: 10px 0;
    width: 100%;
}

.footer .bottom span {
    color: #9e9e9e;
    margin-right: 15px;
    font-size: 13px;
}

/*分页*/
.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul > li {
    display: inline
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #dfdfdf;
    border: 1px solid transparent;
    border-left-width: 0
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #428bca
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #dfdfdf;
    cursor: default
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #dfdfdf;
    cursor: default;
    background-color: transparent
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
    padding: 22px 30px;
    font-size: 17.5px
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    padding: 2px 6px;
    font-size: 10.5px
}

.pagination {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 15px 0 10px 0;
    text-align: center;
    margin-bottom: 20px;
}

.pagination ul {
    box-shadow: none;
}

.pagination ul li {
    overflow: hidden;
    border: none;

}

.pagination ul li a {
    background: #EEEEEE;
    margin: 0 3px;
    float: left;
    padding: 4px 12px 3px;
    line-height: 20px;
    text-decoration: none;
    color: rgb(102, 102, 102);
    border: none;
    /*margin-bottom: 5px;*/
}

.pagination ul li a:visited {
    color: rgb(102, 102, 102);
    background: #EEEEEE;
}

.pagination ul li a:hover, .pagination ul li a:active {
    background: #f49237;
    color: #fff;
}

.pagination ul li.active span {
    background-color: #f49237;
}

.index_article a:hover {
    text-decoration: none;
}

.info_left {
    padding: 0;
}

.article_content {
    border: 1px solid #ddd;
    background: #FFFFFF;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
}

.article.demo-gallery p {
    /*color: #404040;*/
    /*text-indent: 2em;*/
    /*padding: 10px 0 0;*/
    /*font:18px/32px "Microsoft Yahei";*/
}

.article_content figcaption {
    display: none;
}

.article_content a {
    color: #f49237;
}

.article_content a:hover {
    color: #E4393C;
}

.article_content .crumbs {
    background: #f7f7f7;
    margin: 0 0 1px;
    padding: 8px 20px 5px;
    color: #999;
}

.article_content .crumbs span.glyphicon-home {
    color: #f49237;
}

.article_content .head h1 {
    margin-top: 0;
    padding: 9px 20px 7px;
    font-size: 1.3em;
    margin-bottom: 0;
    text-align: center;
}

.article_content .head h1 a {
    color: #444;
    font-size: 1.3em;
}

.article_content .head .meta {
    padding: 9px 20px 7px;
    color: #999;
    overflow: hidden;
    text-align: center;
}

.article_content .head .meta a {
    margin-right: 20px;
    font-size: 14px;
}

.article_content .head .meta a.special {
    color: #999;
}

.article_content .head .meta a.special:hover {
    color: #999;
}

.article_content .head .meta span {
    color: #999;
}

.article_content hr {
    margin: 10px 0;
}

.article_content .article {
    padding: 10px 20px 0;
    letter-spacing: 1px;
}

.article_content a {
    text-decoration: none !important;
}

.article_content .article img {
    max-width: 80% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.article_content .article_bot {
    padding: 10px 20px;
}

.article_content .article_bot .fenye {
    overflow: hidden;
    text-align: center;
}

.article_content .article_bot .fenye ul {
    overflow: hidden;
    text-align: center;
    margin: 0;
    display: inline-block;
    margin-top: 20px;
}

.article_content .article_bot .fenye li {
    float: left;
    margin: 5px;
    font-size: 16px;
}

.article_content .article_bot .fenye li a {

}

.article_content .share {
    margin-bottom: 20px;
    padding-top: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    float: right;
}

.article_content .share .action {
    color: #fff;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px 40px;
    border-radius: 2px;
    font-size: 15px;
    margin: 0 3px;
    text-align: center;
    line-height: 26px;
    word-wrap: break-word;

}

.article_content .share .like {
    background: #f78585;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.article_content .share .or {
    background: #fff;
    color: #455670;
    display: inline-block;
    padding: 5px 12px;
    position: absolute;
    z-index: 2;
    margin: 4px 0 0 -19px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    text-align: center;

}


.article_content .share span.l_share {
    background-color: #5fcec0;
    display: inline-block;
}

.article_content .article_tags {
    margin-bottom: 10px;
    padding-top: 30px;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
}

.article_content .article_tags span {
    color: #bbb;
    padding: 8px 10px;
}

.article_content .article_tags a {
    padding: 2px 6px 3px;
    margin: 0 2px;
    color: #fff;
    background-color: #5cb85c;
    opacity: .7;
    font-size: 15px;

}

.article_content .article_tags a:hover {
    opacity: 1;
}

.prev_next {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.prev_next .prev, .prev_next .next a {
    width: 90%;
    overflow: hidden;
    height: 20px;
    display: block;
    float: left;
    line-height: 20px;
}

.prev_next .prev, .prev_next .next i {
    padding: 0 1% 0 .25%;
    width: 5%;
    overflow: hidden;
    height: 20px;
    float: left;
    line-height: 20px;
    color: #bbb;
}

.prev_next .prev {
    float: left;
    width: 47%;
    text-align: left;
    margin-left: 3%;
    height: 20px;
    overflow: hidden;
}

.prev_next .next {
    float: right;
    width: 47%;
    text-align: right;
    margin-right: 3%;
    height: 20px;
    overflow: hidden;
}

.baidu_share {
    padding-bottom: 5px;
}

.baidu_share .baidu_share_right {
    line-height: 1.6em;
    /*height: 28px;*/
    line-height: 28px;
    /*height: 1em;*/
    text-align: right;
}

.baidu_share .baidu_share_right span {
    float: right;
}

.baidu_share .baidu_share_right .bdsharebuttonbox {
    float: right;
}

.prev_next {
    overflow: hidden;
}

.suiji_article {
    border: 1px solid #ddd;
    background: #FFFFFF;
    margin-bottom: 15px;
    overflow: hidden;
}

.suiji_article .articles {
    padding: 10px 10px;
}

.suiji_article .articles a {
    color: #f49237;
}

.suiji_article .articles a:hover {
    color: #E4393C;
}

.suiji_article .articles ul {

    overflow: hidden;
}

.suiji_article .articles ul li {
    width: 25%;
    float: left;
    border: none;
    text-align: left;
    padding-bottom: 25px;
    overflow: hidden;
    padding: 0;

}

.suiji_article .articles ul li a img {
    height: 120px;
    width: 99%;
    vertical-align: middle;
    display: block;
}

.suiji_article .articles ul li a {
    padding: 0;
}

.suiji_article .articles ul li a span {
    font-size: 14px;
    line-height: 20px;
    height: 50px;
    overflow: hidden;
    float: left;
    padding: 7px 5px 0 5px;
    text-align: left;
    overflow: hidden;

}

.suiji_article hr {
    margin: 10px 0;
}

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

.suiji_article .relates ul {
    overflow: hidden;
}

.suiji_article .relates ul li {
    width: 49%;
    height: 30px;
    line-height: 30px;
    float: left;
    border: none;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}

.suiji_article .relates ul li a {
    padding: 0;
    margin-right: 20px;
    padding-left: 10px;
    color: #f49237;
}

.suiji_article .relates ul li a:hover {
    color: #E4393C;

}

.suiji_article .relates ul li a span {
    color: #bbb;
}

.suiji_article .relates .ad {
    overflow: hidden;
    padding: 10px 0 0 20px;
}

@media screen and (max-width: 40em) {

    .suiji_article .relates ul li {
        width: 100%;
    }

    .suiji_article .articles ul li a img {
        height: 70px;
        width: 99%;
        vertical-align: middle;
        display: block;
    }

    .suiji_article .articles ul li a span {
        font-size: 12px;
        line-height: 20px;
        height: 50px;
        overflow: hidden;
        float: left;
        padding: 7px 5px 0 5px;
        text-align: left;
        overflow: hidden;

    }

    .article_content .article img.article_max_img {
        width: 100% !important;
    }

    .article_content .head h1 a {
        padding: 9px 0px 7px;
    }

    .article_content .head h1 {
        margin-bottom: 0;
    }

    .article_content .head .meta {
        padding: 0 20px 0;
    }

    .article_content .article_bot {
        display: none;
    }
}


/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width: 992px) {

}

@media screen and (max-width: 992px) {
    #myMegamenu {
        padding: 0;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width: 1200px) {

}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {
    #myMegamenu {
        padding: 0 15px;
    }

    .slide_meta {
        display: none;
    }

    .container .row .left {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #myMegamenu {
        padding: 0;
    }

    #main-menu ul {
        position: absolute;
        top: -999em
    }

    #main-menu ul li {
        width: 100%
    }

    #main-menu li:hover {
        visibility: inherit;
    }

    #main-menu li {
        position: relative;
        float: left;
    }

    #main-menu a {
        position: relative;
        display: block;
    }

    #main-menu li:hover ul {
        z-index: 99;
        top: 50px;
        left: 0px;
        background: #fff;
        padding: 3px 0 5px 0;
        /*border: 1px solid #ccc;*/
        /*box-shadow: 0 -1px 1px rgba(0,0,0,.2);*/
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }

    #main-menu li:hover ul a {
        padding: 7px 15px 7px 15px;
        line-height: 20px;
        letter-spacing: 1px;
        display: block;
    }

    #main-menu li:hover ul ul {
        left: 10em;
        top: 0;

    }

    #main-menu li.level-3 {
        width: 100%;
        /*overflow: hidden;*/
        display: block;
    }

    #main-menu li.level-3 a {
        padding: 7px 15px !important;
        line-height: 20px !important;
        display: block !important;
        width: 10em;

    }

    /*幻灯片*/
    .sy-box {
        position: relative;
    }

    .sy-slides-wrap {
        z-index: 1;
    }

    .sy-pager {
        position: absolute;
        right: 0;
        bottom: 20px;
        z-index: 10;
        display: table;
        width: auto;
    }

    .sy-pager li {
        width: 1em;
        height: 1em;
    }

    .sy-pager li a {
        background-color: #fff;
    }

    .sy-box .slide_meta {
        position: absolute;
        left: 0;
        bottom: 0;
        background: url('../images/slide_left.png') no-repeat bottom right;
        width: 47%;
        height: 140px;
    }

    .sy-box .slide_meta .p-body {
        color: #fff;
        font-size: 1.4em;
        width: 405px;
        padding-top: 11px;
        letter-spacing: 2px;
    }

    .sy-box .p-body .title {
        font-size: 30px;
        font-family: '黑体';

    }

    .sy-box .p-body .desc {
        font-family: '微软雅黑';
        /*font-size: 30px;*/
    }

    .navbar ul.nav li a.line {
        background: url(../images/line.png) no-repeat right center;
        letter-spacing: 2px;
        position: relative;
    }

    .navbar ul.nav a {
        font-size: 16px;
    }
}

@media screen and (max-width: 40em) {
    .navbar-right .language {
        display: none;
    }

    .brand img {
        padding-left: 15px;
    }

    #main-menu li:hover ul {
        padding-left: 20px;
    }

    #main-menu li:hover ul ul {
        padding-left: 15px;
    }
}

.loadEffect {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    display: none;
}

.loadEffect span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: lightgreen;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
}