/*@charset "utf-8";*/
body {
    background: none;
    min-height: 100%;
    position: relative;
}

.main1140 {
    width: 1140px;
    margin: 0 auto;
    /* overflow:  hidden; */
}

.header {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 72px;
    background-color: #282420;
}

#home .header {
    background-color: rgba(0, 0, 0, 0.7);
}

.header .header-logo {
    height: 100%
}

.header .header-nav {
    float: right;
    display: inline-block;
}

.header .header-nav li {
    float: left;
    height: 72px;
    line-height: 72px;
    padding: 0 25px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    /* width: 72px; */
    /* margin: 0 5px; */
    /* text-align:  center; */
    position: relative;
}

.header .header-nav li i {
    display: none;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    left: 50%;
    margin-left: -25px;
    background-color: #c09d6d;
}

.header .header-nav li:last-child {
    padding-right: 0;
}

.header .header-nav li:last-child i {
    margin-left: -12px;
}

.header .header-nav li.active {
    /* border-bottom: 3px solid #c09d6d; */
    color: #c09d6d;
}

.header .header-nav li.active i {
    display: block;
}

.short-nav {
    margin-top: 25px;
    margin-bottom: 13px;
    overflow: hidden;
}

.short-nav li {
    display: inline;
    float: left;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 13px;
    letter-spacing: 0px;
    color: #333333;
    height: 13px;
    padding-right: 5px;
}

.short-nav li.active {
    color: #c09d6d;
}

.index-intro {
    overflow: hidden;
    margin-top: 70px;
}

.index-intro > div {
    float: left;
}

.index-intro-left {
    width: 672px;
    height: 380px;
    margin-right: 25px;
    /*background-color: #f9f6ef;*/
}

.index-intro-right {
    width: 443px;
    height: 385px;
    /* border: solid 1px #c09d6d; */
    background: url(../images/border_quare.png) no-repeat left top;
    background-size: 100%;
    padding: 25px;
}

.index-intro-left .intro_div {
    height: 175px;
}

.index-intro-left a.first .intro_div {
    background: url("../images/intro3.jpg") no-repeat left top;
    background-size: cover;
    margin-bottom: 30px;

}

.index-intro-left a.two .intro_div {

    background: url("../images/intro_4_1.jpg") no-repeat left top;
    background-size: cover;
}

.index-intro-left .intro_div p {
    width: 310px;
    height: 71px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;

    margin-left: 35px;
}

.index-intro-left .intro_div .intro-title {
    /*font-family: SourceHanSerifCNBold;*/
    /*!important;*/
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.index-intro-left .intro_div .intro-title img {
    vertical-align: middle;
}

.index-intro-left a.first .intro_div p, .index-intro-left a.first .intro_div .intro-title {
    color: #a89881;
    float: left;
    margin-left: 35px;
}

.index-intro-left a.two .intro_div p, .index-intro-left a.two .intro_div .intro-title {
    color: #fff;
}

.index-litera {
    margin-top: 50px;
    overflow: hidden;
    background: url("../images/litera_bg.jpg") no-repeat top left;
    position: relative;
}

.index-litera > div > img {
    height: 100%;
    display: none;
}

.index-litera .litera-right {
    position: absolute;
    top: 0;
    right: 0;
}

.index-litera .litera-left {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 1600px) {

    .index-litera > div > img {
        height: 100%;
        display: block;
    }
}

.index-litera li {
    width: 233px;
    height: 350px;
    float: left;
}

.index-litera li:first-child {
    width: 205px;
}

.index-litera li h1 {
    width: 100%;
    height: 100px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 100px;
    letter-spacing: 0px;
    text-align: center;
}

.index-litera li div:last-child {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.index-litera li div:last-child img, .xt-list img {
    width: 100%;
    height: 100%;
    transition: all 0.6s; /*图片放大过程的时间*/
}

.index-litera li:nth-child(2) h1 {
    background: url("../images/litera-top1.jpg") no-repeat top left;
    color: #fbf2da;
}

.index-litera li:nth-child(3) h1 {
    background: url("../images/litera-top2.jpg") no-repeat top left;
    color: #fbf2da;
}

.index-litera li:nth-child(4) h1 {
    background: url("../images/litera-top3.jpg") no-repeat top left;
    color: #fbf2da;
}

.index-litera li:nth-child(5) h1 {
    background: url("../images/blue_tb.jpg") no-repeat top left;
    background-size: 100% 100%;
    color: #fbf2da;
    /*background: #434b5a;*/
}

.index-litera li div:last-child img:hover, .xt-list li:hover img {
    transform: scale(1.2); /* 放大1.2倍 */
}

.banner480 {
    /* height: 480px !important; */
}

.yj-title {
    width: 100%;
    height: 30px;
    position: relative;
}

.yj-title .title {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;
    float: left;
}

.yj-more {
    float: right;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #836d62;
}

.bg-baoming {
    width: 72px;
    height: 30px;
    background-color: #c09d6d;
    border-radius: 2px 0px 0px 2px;
}

.yj-title .yj-sign {
    display: inline-block;
    float: right;
    width: 90px;
    height: 30px;
    background-color: #c09d6d;
    border-radius: 2px 0px 0px 2px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: -25px;
}

.yj-title .yj-sign.start {
}

.yj-title .yj-sign.end, .yj-detail .online-sign.end a {
    background-color: #ccc
}

.yj-article-title {
    margin-top: 25px;
}

.yj-article-title {
    background: url(../images/title-icon.png) no-repeat left 5px;
    padding-left: 27px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;

    /*display: inline;*/
}

.yj-detail {
    margin-top: 20px;
}

.yj-detail li {
    clear: both;
    overflow: hidden;
    /*margin-top: 5px;*/
}

.yj-detail li:last-child {
    margin-top: 35px;
}

.yj-detail li label {

    display: inline-block;
    width: 45px;
    text-align: left;

    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #888888;
    float: left;
    margin-right: 15px;

}

.yj-detail li p {
    width: 320px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #111111;
    float: left;
}

.yaji-detail-info li p, .yj-detail li p {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yaji-detail-info li p {
    width: 440px !important;
}

.yj-detail li p {
    width: 325px;

}

.train_detail li label {
    width: 60px;
    text-align: right;
}

.train_detail li p {
    width: 430px !important;
}

.yj-detail li p.content {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.yaji-detail-info li p.train_content {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
}

.yj-detail li.yj-more a {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #836d62;
}

.yj-detail li.yj-more {
    text-align: right;
}

.yj-detail li.online-sign a {
    text-align: center;
    height: 40px;
    background-color: #c09d6d;
    border-radius: 2px;
    line-height: 40px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 35px;
    display: inline-block;
}

.yj-detail li.online-sign {
    text-align: left;
    position: absolute;
    bottom: 15px;
    left: 50%;
    cursor: pointer;
    margin-left: -75px;
}

.yj-detail li p.yj-time {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #c09d6d;
    font-weight: bolder;
}

.litera-more {
    background: url(../images/btn_more.png) no-repeat left top;
    background-size: 100%;
    display: inline-block;
    width: 120px;
    height: 32px;
    text-align: center;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #836d62;
    line-height: 32px;
}

.index-litera li:first-child img {
    margin-top: 50px;
    margin-bottom: 17px;
}

.index-litera li .jiedu {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #111111;
    margin-bottom: 5px;
}

.index-litera li .jieshao {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #888888;
    margin-bottom: 15px;
}

.index-zixun {
    padding-top: 50px;
    height: 500px;
}

.zixun-left {
    width: 438px;
    margin-right: 30px;
}

.zixun-right {
    width: 672px;
}

.index-zixun .zixun-left, .index-zixun .zixun-right {
    height: 390px;
    float: left;
}

.slides, .slideInner {
    height: 100%;
}

.slideInner a {
    margin: 30px 0;
}

.slideInner a {
    display: inline-block;
    width: 100%;
    /* height: 300px; */
    position: relative;
}

.yuan-slides .slideInner a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20%;
}

.zixun-left .slideInner a p span:first-child {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideInner a p {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 45px;
    line-height: 45px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 0px; */
    padding-left: 10px;
    letter-spacing: 0px;

    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
}

.slideInner a p span:first-child {
    padding-left: 10px;
}

.slideInner a p span:last-child {
    float: right;
    padding-right: 20px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c5a478;
}

.zixun-text-title {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #111111;
    padding: 0 50px;
    background: url(../images/title_bg.png) no-repeat center center;
    /* background-size: 100%; */
    /* display: inline; */
    text-align: center;
}

.index-zixun-list {
    margin-top: 30px;
    /* padding: 0 30px; */
}

.index-zixun-list li {
    line-height: 60px;
    border-bottom: 1px solid #ececec;
    clear: both;
    overflow: hidden;
    height: 60px;
}

.index-zixun-list li:first-child {
    border-top: 1px solid #ececec;
}

.index-zixun-list li span:first-child {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #111111;
    float: left;
}

.index-zixun-list li i {
    color: #c09d6d;
    float: left;
    margin-right: 10px;
}

.index-zixun-list li:hover span {
    color: #c09d6d;
}

.index-zixun-list li span {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 60px; */
    /* letter-spacing: 0px; */
    color: #111111;
    display: inline-block;
    width: 470px;
    overflow: hidden;
    white-space: nowrap;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-zixun-list li em {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c09d6d;
    float: right;
}

.zixun-right .zixun-more {
    margin-top: 30px;
}

.zixun-more {
    margin-top: 10px;
    margin-left: 40px;
}

.index-xt {
    margin-top: 50px;
}

.xt-text-title {
    /* margin-left: 468px; */
}

.index-xt-intro, .index-xt p {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #555555;
    text-indent: 2em;
    margin-top: 30px;
}

.index-xt-list {
    margin-top: 20px;
    overflow: hidden;

}

.index-xt-list li {
    width: 280px;
    float: left;
    position: relative;
}

.index-xt-list li .xt-name {
    height: 80px;
    font-family: SourceHanSerifCNBold;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.index-xt-list li:nth-child(1) .xt-name, .index-xt-list li:nth-child(1) .xt-intro, .xt-list-div > div:nth-child(1) .xt-info h1 {
    /*background-color: #734545;*/
    background: url("../images/red_gg.jpg") no-repeat;
    background-size: 100% 100%;
}

.index-xt-list li:nth-child(3) .xt-name, .index-xt-list li:nth-child(3) .xt-intro, .xt-list-div > div:nth-child(3) .xt-info h1 {
    /*background-color: #b4884e;*/
    background: url("../images/yellow_sl.jpg") no-repeat;
    background-size: 100% 100%;
}

.index-xt-list li:nth-child(2) .xt-name, .index-xt-list li:nth-child(2) .xt-intro, .xt-list-div > div:nth-child(2) .xt-info h1 {
    background: url("../images/blue_tb.jpg") no-repeat;
    background-size: 100% 100%;
}

.index-xt-list li:nth-child(4) .xt-name, .index-xt-list li:nth-child(4) .xt-intro, .xt-list-div > div:nth-child(4) .xt-info h1 {
    background: url("../images/lv_tb.jpg") no-repeat;
    background-size: 100% 100%;
}

.xt-list-div > div:nth-child(4) .xt-info h1 {
    background-color: #4e5e4e;
}

.index-xt-list .xt-intro {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
}

.xt-intro h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-family: SourceHanSerifCNBold;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.web_intro p {
    margin-top: 0;
}

.web_intro .index-xt-intro {
    margin-top: 30px;
}

.xy-expert-list li:hover p, .xy-expert-list li:hover h1 {
    color: #c6a67b;
}

.xt-intro p.xt-intro-content {
    padding: 0 20px 50px 20px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
    text-indent: 0;
    text-align: justify;
}

.index-sfg {
    width: 100%;
    background-color: #fafafa;
}

.sfg-index-list {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 50px;
}

.sfg-index-list li {
    width: 360px;
    margin-right: 30px;
    /*background: url("../images/border_long.png") no-repeat top left;*/
    /*background-size: 100%;*/
    height: 150px;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.sfg-index-list li:nth-child(3n) {
    margin-right: 0;
}

.sfg-index-list li * {
    position: absolute;
    top: 0;
    z-index: 1;
}

.sfg-index-list li a {
    position: relative !important;
    height: 100%;
    display: block !important;
}

.sfg-index-list li .sft-border {
    z-index: 10;
    height: 100%;
    width: 100%;
}

.sfg-index-list li .sft-img {
    right: 0;
    height: 100%;
    width: 50%;
}

.sfg-index-list li h1 {
    height: 100%;
    line-height: 150px;
    text-align: center;
    width: 50%;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #836d62;
}

.slideInDown {
    display: block;
    animation-name: slideInDown;
    animation-duration: 0.7s;
    animation-fill-mode: both;

    /*transform: translateY(-170px);*/
}

@keyframes slideInDown {
    from {
        top: 100%;
        /*transform: translate3d(0, 0, 0);*/
    }

    to {
        top: 0%;
        /*visibility: hidden;*/
        /*transform: translate3d(0, 100%, 0);*/
    }
}

.slideOutDown {
    display: none;
    animation-name: slideOutDown;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

@keyframes slideOutDown {
    from {
        top: 0%;
        /*transform: translate3d(0, 0, 0);*/
    }

    to {
        top: 100%;
        /*visibility: hidden;*/
        /*transform: translate3d(0, 100%, 0);*/
    }
}

/**
松风堂
**/

.title-show-box {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.title-show-box p {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff4d5;
}

.sfg-t-show p {
    position: absolute;
    width: 500px;
    top: 0;
    left: 320px;
    z-index: 5;
    height: 130px;
    line-height: 130px;
}

.sfg-t-show p span {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}

.show-img-bg {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    width: 100%;
}

.show-bottom-img {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100%;
}

.xt-info {
    width: 100%;
    height: 100px;
    background: url("../images/img_songfengge.jpg") no-repeat top left;
    -webkit-background-size: 100%;;
    background-size: 100%;;
}

.xt-info8 {
    background: url("../images/gugong_bg.jpg") no-repeat top right;
}

.xt-info9 {
    background: url("../images/shaolin_bg.jpg") no-repeat top right;
}

.xt-info10 {
    background: url("../images/tongbo_bg.jpg") no-repeat top right;
}

.xt-info h1 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 100px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 270px;
    text-align: center;
    background-color: #734545;
    float: left;
}

.xt-info p {
    line-height: 100px;
    width: 870px;
    float: left;
    padding: 0 60px;
}

.xt-info p span {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #111111;
}

.xt-list {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

.xt-list li {
    margin-top: 20px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.xt-list li div {
    width: 270px;
    height: 270px;
    overflow: hidden;

}

.xt-list li:nth-child(4n) {
    margin-right: 0;
}

.xt-list li h1 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #111111;
    text-align: center;
}

.xt-list li:hover h1 {
    color: #c09d6d;
}

/**
松风学院
**/

.xueyaun-t-show p {
    position: absolute;
    width: 626px;
    bottom: 0;
    left: 250px;
    z-index: 5;
    height: 140px;
    line-height: 140px;
    color: #fff;
    text-align: justify;
}

.xueyaun-t-show p span {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}

.zixun-text-title-div {
    text-align: center;
}

.new-peixun {
    overflow: hidden;
    clear: both;
    margin-top: 30px;
    padding-top: 5px;
    /* padding-left: 3px; */
}

.new-peixun li {
    width: 355px;
    margin-left: 3px;
    height: 335px;
    background-color: #ffffff;
    border: solid 1px #ececec;
    float: left;
    padding: 10px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}

.new-peixun li:nth-child(3n) {
    margin-right: 0;
}

.new-peixun li:hover, .litera-data-list li div:last-child img:hover {
    box-shadow: 0px 0px 10px 0px rgba(105, 121, 137, 0.2);
}

.new-peixun li img {
    width: 100%;
    height: 225px;
}

.shuyuan-new-peixun li img {
    height: 190px;
}

.shuyuan_zixun {
    padding: 50px 0;
    background: #fafafa;
    height: auto;
    overflow: hidden;
}

.new-peixun li h1 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #111111;
    margin: 8px 0;
    overflow: hidden;
    height: 28px;
    text-overflow: ellipsis;
    /* word-spacing:  normal; */
    white-space: nowrap;
}

.new-peixun li p {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #888888;
    margin-top: 18px;
}

.new-peixun li span {
    height: 30px;
    background-color: #c09d6d;
    border-radius: 2px 0px 0px 2px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*right: 1px;*/
    padding: 0 10px;
}

.new-peixun li .sign_status {
    position: absolute;
    bottom: 15px;
    right: 1px;
}

.peixun-more {
    text-align: center;
}

.peixun-more .zixun-more {
    margin-left: 0;
}

.xy-expert-list {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 70px;
}

.xy-expert-list li {
    width: 204px;
    float: left;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: blue;
}

.xy-expert-list li:nth-child(5n) {
    margin-right: 0;
}

.xy-expert-list li .expert-img-div {
    width: 204px;
    height: 204px;
    border: 1px solid #c6a67b;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.xy-expert-list li .expert-img-div img {
    width: 198px;
    height: 198px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 2px;
}

.xy-expert-list li:hover .expert-img-div {
    background-color: #c6a67b;
}

.xy-expert-list li h1 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #111111;

}

.xy-expert-list li p {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #888888;
}

.yuan-slides .slideInner a {
    margin: 0;
    /* height: 480px; */
}

.navListBox li a {
    box-shadow: none;
    background: none;
    border: 2px solid #fff;
}

.navListBox {
    position: absolute;
    right: 20px;
    top: 445px;
    z-index: 99;
}

.navListBox {
    left: auto;
    top: auto;
    bottom: 17.5px;
    width: auto !important;
}

.navListBox li {
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 10px;
    border-radius: 50%;
    overflow: inherit;
}

.navListBox li a.active {
    border: 2px solid #fff;
    background: #fff;
}

.shutter .navListBox-shutter {
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 66px;
    left: 50%;
    top: auto;
}

.shutter .navListBox li a {
    border: 2px solid #fff;
    background: none;
    box-shadow: none;
}

.shutter .navListBox li a.active {
    background-color: #fff;
    box-shadow: none;
}

.slide_nav a {
    display: block;
    width: 41px;
    height: 119px;
}

.slide_nav a.prev {
    background: url(../images/left.png) no-repeat;
    background-size: 40%;
    background-position: right top;
}

.slide_nav a.prev {
    position: absolute;
    left: 0;
    top: 225px;
    margin-top: 0;
}

.slide_nav a.next {
    background: url(../images/right.png) no-repeat;
    background-size: 40%;
}

.slide_nav {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
}

.slide_nav a {
    position: absolute;
    top: 225px;
    margin-top: 0;
    opacity: 1 !important;
    z-index: 99;
}

.slide_nav a.next {
    right: 0;
    top: 225px;
    margin-top: 0;
}

.news-yuan-list li p {
    color: #111;
    margin-top: 5px;
    line-height: 26px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #111111;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* background: greenyellow; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-yuan-list li span {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #888888;
    display: block;
    background: none;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.yuan-map {
    height: 500px;
    background-color: #bda486;
}

.yuan-map img {
    width: 100%;
    height: 100%;
}

/** 最新雅集**/
.yaji-div-top {
    margin-top: 30px;
}

.yaji-big-title {
    background: url("../images/big-title-icon.png") no-repeat center left;
    padding-left: 25px;
    line-height: 30px;
    height: 30px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 0px; */
    letter-spacing: 0px;
    vertical-align: middle;
    color: #111111;
    margin-bottom: 20px;
    /* padding-right: 30px; */
}

.new-yaji-div {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

.new-yaji-div > div {
    float: left;
}

.new-yaji-div .yj-div-left {
    width: 550px;
    height: 300px;
    margin-right: 40px;
}

.new-yaji-div .yj-div-left img {
    width: 100%;
    height: 100%;
}

.new-yaji-div .yj-div-right {
    width: 535px;
    height: 300px;
    position: relative;
    background: url(../images/border_quare.png) no-repeat left top;
    padding-left: 25px;
    padding-top: 25px;
    background-size: 100% 100%;
}

.new-yaji-div .yj-div-right h1 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    /* text-decoration: underline; */
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    /*color: #c09d6d;*/
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* background: greenyellow; */
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
}

.new-yaji-div .yj-div-right h1.train_dt {
    height: auto;
}

.new-yaji-div .yj-div-right h1.yj-dt {
    text-decoration: none;
    color: #111;
}

.yj-div-right h1:hover, .yj-article-title:hover {
    /*text-decoration:  underline;*/
    color: #c09d6d !important;
}

.new-yaji-div .yj-div-right h1 i, .yj-article-title i {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    /* margin: 0 5px; */
    /* margin-right: 5px; */
    border-radius: 2px;
    text-decoration: none;
}

.yj-div-right h1 i.cate1, .yj-article-title i.cate1 {
    background-color: #c59555;
}

.yj-div-right h1 i.cate2, .yj-article-title i.cate2 {
    background-color: #80a050;
}

.yj-div-right h1 i.cate3, .yj-article-title i.cate3 {
    background-color: #94704c;
}

.yj-div-right h1 i.cate4, .yj-article-title i.cate4 {
    background-color: #89706b;
}

.yj-div-right h1 i.cate5, .yj-article-title i.cate5 {
    background-color: #59677a;
}

.yj-div-right h1 i.cate6, .yj-article-title i.cate6 {
    background-color: #b3865a;
}

.yj-div-right h1 i.cate7, .yj-article-title i.cate7 {
    background-color: #696969;
}

.yj-div-right h1 i.cate8, .yj-article-title i.cate8 {
    background-color: #637f8a;
}

.yj-div-right h1 i.cate9, .yj-article-title i.cate9 {
    background-color: #a0996d;
}

.yj-cate-list {
    overflow: hidden;
}

.yj-cate-list li {
    float: left;
    width: 126.5px;
    height: 158px;
}

.yj-cate-list li img {
    width: 100%;
    height: 100%;
}

.yj-news-list {
    margin: 30px 0 30px 0;
    width: 100%;
}

.yj-news-list th {
    background-color: #ececec;

}

.yj-news-list td {
    border-bottom: 1px solid #ececec;

}

.yj-news-list th, .yj-news-list td {
    text-align: left;
    height: 60px;
    line-height: 60px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #111111;
}

.yj-news-list th:first-child {
    padding-left: 20px;
}

.yj-news-list td i {
    margin-right: 5px;
    color: #c09d6d;
}

.pagination {
    /*margin: 52px 0px 43px 0px;*/
    /* width: 100%; */
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 4px;
}

.pagination li {
    float: left;
    margin-left: 10px;
}

.pagination > li {
    display: inline;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #c09d6d;
    border-color: #c09d6d;
}

.pagination > li > span {
    font-size: 12px;
    color: #9fa0a0;
    border: 1px solid #9fa0a0;
    padding: 5px 8.5px;
}

.pagination > li > span {
    font-size: 12px;
    color: #9fa0a0;
    border: 1px solid #9fa0a0;
    padding: 5px 8.5px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li a {
    font-size: 12px;
    color: #9fa0a0;
    border: 1px solid #9fa0a0;
    padding: 5px 8.5px;
}

.pagination li a {
    font-size: 12px;
    color: #9fa0a0;
    border: 1px solid #9fa0a0;
    padding: 5px 8.5px;
}

.pagination li a {
    font-size: 12px;
    color: #9fa0a0;
    border: 1px solid #9fa0a0;
    padding: 5px 8.5px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page {
    text-align: center;
}

.yaji-detail-bg {
    background-color: #fafafa;
    padding: 50px 0 70px 0;
}

.yaji-detail-title {
    border-bottom: 1px solid #ececec;
    padding: 15px 0 15px 30px;
}

.yaji-detail-title .yaji-big-title {
    margin-bottom: 0;
    padding-right: 30px;
}

.bm-top .yaji-big-title {
    padding-right: 0px;
}

.yaji-detail-bg > div {
    background-color: #fff;
}

.yaji-detail-content {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    padding: 30px 50px;
    min-height: 500px;
    text-align: justify;
    line-height: 28px;
}

.yaji-detail-content p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 28px;
    margin: 30px 0;
    text-indent: 2em;
}

/** 文献**/
.litera_cate-list {
    margin-bottom: 40px;
    background: url("../images/litera_cate_bg.png") no-repeat;
    background-size: 100% 100%;
    height: 313px;
    /*padding-left: 200px;*/
    text-align: center;
}

.litera_cate-list li {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    display: inline-block;
    /* margin-right: 40px; */

    /*flo/*/
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 1px; */
    height: 100%;
    /* letter-spacing: 4px; */
    color: #ffffff;
}

.litera_cate-list li.active .menu_border, .litera_cate-list li:hover .menu_border {
    height: 100%;
    border: 1px solid #fff;
}

.litera_cate-list li.active .liter_menu, .litera_cate-list li:hover .liter_menu {
    width: 104px;
    height: 313px;
    background-color: #734545;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 5px;
}

.litera_cate-list li:last-child .litera_ty_img {
    display: none;
}

.litera_cate-list li.active, .litera_cate-list li:hover {
    color: #fff;
}

.litera_cate-list li .liter_menu {
    width: 104px;
    height: 313px;
    background: none;
    margin: 0 auto;
    text-align: center;
    position: relative;
    /* width: 25px; */
    float: left;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #333333;
}

.litera_cate-list li .liter_menu p {
    width: 25px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -90px;
}

.litera_cate-list li .litera_ty_img {
    float: left;
    height: 100%;
    width: 56px;
    /* text-align: center; */
    position: relative;
    /* line-height: 313px; */
    /* vertical-align: middle; */
}

.litera_cate-list li .litera_ty_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.litera-data-list tbody, .litera-data-list thead {
    width: 100%;
}

.litera-data-list {
    display: none;
}

.litera-data-list.active {
    display: table;
}

.litera-data-list li {
    margin-bottom: 40px;
}

.litera-data-list li > div:first-child {
    height: 50px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

.litera-data-list li h1 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #111111;
    width: 50%;
    background: url("../images/title-icon.png") no-repeat left center;
    float: left;

    padding-left: 25px;
}

.litera-data-list li h6 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #c09d6d;
    float: right;
    text-align: right;
    width: 25%;
}

.litera_title {
    cursor: pointer;
}

.litera-data-list li div:last-child img {
    margin-right: 30px;
    width: 200px;
    height: 296px;
    cursor: pointer;
}

.litera-data-list li div:last-child img:last-child {
    margin-right: 0;
}

.yj-news-list tr:hover td {
    color: #c09d6d;
}

.litera_bottom_div {
    background: url("../images/litera_book.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
    overflow: hidden;
}

.litera_bottom_div .zixun-text-title {
    background: url("../images/litera_book_icon_tittle.png") no-repeat center center;
}

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    /* height: 537px; */
    /* background-color: #ffffff; */
    /* border-radius: 2px; */
    z-index: 1000;
}

.bg-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(40, 36, 32, 0.5);
}

.bm_content {
    width: 830px;
    height: 570px;
    background-color: #ffffff;
    border-radius: 2px;
    position: fixed;
    top: 135px;
    left: calc(50% - 420px);
    z-index: 10;
    padding: 30px;
}

.bm-top {

}

.bm_content .yaji-detail-title {
    padding-left: 0;
    padding-top: 0;
    border-bottom: 0;
}

.bm_content .yaji-detail-title img {
    float: right;
    cursor: pointer;
}

.bm-middle {
    width: 780px;
    height: 350px;
    background-color: #fafafa;
    margin-top: 15px;
    overflow: hidden;

}

.bm-middle h1 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #111111;
    text-align: center;
    margin: 20px 0;
}

.bm-middle h6 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #e62626;
    text-align: center;
    margin-bottom: 20px;
}

.bm-middle li {
    width: 420px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px; /* overflow:  hidden; */
    margin-bottom: 20px;
}

.bm-middle li label {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #888888;
    display: inline-block;
    width: 90px;
    text-align: right;
    margin-right: 20px; /* margin-bottom: 20px; */
}

.bm-middle li label i {
    color: #e62626;
}

.bm-middle li input {
    width: 300px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dddddd;
}

.bm-money {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #888888;
    margin-top: 20px;
}

.bm-money span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #f75747;
}

.bm-button {
    text-align: center;
    margin-top: 15px;
}

.bm-button button, .bm-button .sign_submit {
    width: 300px;
    height: 40px;
    background-color: #c7995b;
    border-radius: 2px;
    color: #fff;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    /* color: #ffffff; */
    cursor: pointer;
}

/** 香圣 **/

.sheng-intro {
    height: 500px;
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

.sheng-left {
    width: 408px;
    height: 500px;
    /* border: solid 1px #c09d6d; */
    float: left;
    background: url(../images/sheng-border.png) no-repeat top left;
    background-size: 100% 100%;
    padding: 35px 50px;
}

.sheng-right {
    float: left;
    margin-left: 30px;
}

.sheng-right-shu {
    width: 702px;
    height: 325px;
    background: url("../images/litera_bg.jpg") no-repeat top left;
    overflow: hidden;
}

.sheng-right-info {
    width: 702px;
    height: 145px;
    background-color: #c59555;
    margin-top: 30px;
}

.sheng-text-title {
    text-align: center;
    margin-bottom: 20px;
}

.sheng-left p {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #444444;
    text-indent: 2em;
    text-align: justify;
}

.sheng-right-info li {
    float: left;
    overflow: hidden;
}

.sheng-right-info li:nth-child(2n) {
    width: 210px;
}

.sheng-right-info li:nth-child(3) {
    background-color: #4e5e4e;
}

.sheng-right-info li:nth-child(2n+1) {
    width: 141px;
    text-align: center;
    font-family: SourceHanSerifCN-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 145px;
    height: 145px;
    letter-spacing: 0px;
    color: #ffffff;
}

.sheng-right-info li img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.sheng-right-info li img:hover {
    transform: scale(1.2);
}

.sheng-right-shu .yaji-big-title a {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 0px; */
    letter-spacing: 0px;
    color: #836d62;
    float: right;
    /* display:  inline-block; */
    /* padding-right: 30px; */
}

.sheng-right-shu .yaji-detail-title {
    border-bottom: none;
    margin-top: 10px;
}

.sheng-right-shu .index-zixun-list {
    margin-top: 0;
}

.sheng-right-shu .index-zixun-list li {
    border-top: 1px solid #ececec;
    border-bottom: none;
}

.sheng-right-shu .index-zixun-list li span {
    float: left;
    color: #111111;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
}

.sheng-right-shu .index-zixun-list li:hover span {
    color: #c09d6d;
}

.sheng_list {
    padding: 0 30px;
}

.sheng-news {
    background-color: #fafafa;
    overflow: hidden;
    padding-top: 50px;
}

.xjd-list {
    margin-bottom: 50px;
}

.xjd-list li {
    width: 204px;
    margin-right: 30px;
}

.xjd-list li:last-child {
    margin-right: 0;
}

.xjd-list li .xjd-name {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    height: 50px;
    text-align: center;
    letter-spacing: 0px;
    color: #ffffff;
}

.xjd-list li:nth-child(2n+1) .xjd-name, .xjd-list li:nth-child(2n+1) .xt-intro {
    background-color: #c59555;
}

.xjd-list li:nth-child(2) .xjd-name, .xjd-list li:nth-child(2) .xt-intro {
    background-color: #4e5e4e;
}

.xjd-list li:nth-child(4) .xjd-name, .xjd-list li:nth-child(4) .xt-intro {
    background-color: #7d625d;
}

.xjd-list li img {
    width: 100%;
    height: 100%;
}

.xjd-list li .xjd-div-img {
    height: 206px;
}

.xjd-list .xt-intro h1 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 0px;
    color: #ffffff;
}

.xjd-list .xt-intro p.xt-intro-content {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 25px 25px 25px;
}

.zixun-left .slideInner img {
    width: 100%;
    height: 300px;
}

.xjg-div {
    /* height: auto; */
    background-color: #fafafa;
    padding-top: 50px;
    min-width: 1140px;
}

.xjg-title {
    margin-bottom: 30px;
}

.xjg-list {
    overflow: hidden;
    text-align: left;
    padding-bottom: 40px;
    padding-top: 5px;
}

.xjg-list li {
    float: left;
    width: 160px;
    /*height: 100px;*/
    background-color: #ffffff;
    border: solid 1px #ececec;
    margin-left: 4px;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.xjg-list li:hover {
    box-shadow: 0px 0px 6px 0px rgba(105, 121, 137, 0.2);
}

.xjg-list li:nth-child(6n) {
    margin-right: 2px;
    margin-left: 0;
}

.xjg-list li img {
}

.xwh-text-title {
    background: url("../images/xwh_center.png?v=1") no-repeat center center;
    /* margin-left: 468px; */
}

.sheng-dsj {
    clear: both;
    overflow: hidden;
    margin-top: 50px;
}

.dsj-left-img {
    width: 126px;
    height: 602px;
    background-color: #c59555;
    float: left;
}

.dsj-left-img img {
    width: 100%;
    height: 100%;
}

.dsj-right {
    float: left;
    width: 1014px;
    height: 602px;
    background-color: #fafafa;
}

.dsj-right .dsj-r-time {
    width: 1014px;
    height: 86px;
    background-color: #ffffff;
    background: url(../images/time_bg.jpg) no-repeat left top;
}

.dsj-right .dsj-r-data {
    width: 1014px;
    height: 516px;
    background: url("../images/dsj_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.dsj-time-list {
    padding-left: 50px;
    /* overflow:  hidden; */
    display: table;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.dsj-time-list li {
    float: left;
    width: auto;
    border-bottom: 2px solid #d2d2d2;
    line-height: 60px;
    height: 60px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 24px; */
    letter-spacing: 0px;
    color: #111111;
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    /* display: table-cell; */
}

.dsj-time-list li span {
    position: absolute;
    left: -20px;
    bottom: -6px;
    cursor: pointer;
}

.dsj-time-list li i {
    display: inline-block;
    width: 14px;
    height: 12px;
    /* border-radius: 50%; */
    position: absolute;
    left: -5px;
    bottom: -6px;
    /*background: #c59555;*/
    cursor: pointer;
    background: url("../images/p_icon.png") no-repeat left center;

}

.dsj-time-list li.active {
}

.dsj-time-list li.active span {
    font-size: 20px;
    color: #111111;
    font-weight: bolder;
    left: -24px;
}

.dsj-time-list li.active i {
    background: url("../images/active_icon.png") no-repeat left center;

}

.dsj-time-list li:last-child i {
    background: url("../images/e_icon.png") no-repeat left center;

}

.dsj-r-ul > ul {
    padding-left: 50px;
    padding-top: 20px;
}

.dsj-r-ul > ul li {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #111111;
}

.dsj-r-ul > ul li span {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #c09d6d;
    margin-right: 15px;
    display: inline-block;
    width: 70px;
}

.dsj-r-ul {
    display: none;
    width: 100%;
}

.dsj-r-ul.active {
    display: block;
}

.dsj-r-ul .page {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

/*列表页*/
.sheng-more-list {
    /* margin-top: 15px; */
}

.sheng-more-list li {
    width: 340px;
    height: 270px;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #111111;
}

.sheng-more-list li div {
    width: 340px;
    height: 230px;
}

.sheng-more-list li div img {
    width: 100%;
    height: 100%;
}

.sheng-more-list li:nth-child(3n) {
    margin-right: 0;
}

.sheng-more-list li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.list-page-title {
    margin-top: 15px;
    margin-bottom: 30px;
}

/* 文章详情*/

.article_content {
    padding: 30px 0;
    text-align: justify;
    padding-bottom: 100px;
    line-height: 28px;
}

.article_content iframe {
    width: 800px;
    height: 500px;
}

.article_box {
    width: 1140px;
    height: auto;
    background-color: #ffffff;
    border: solid 1px #ececec;
    padding: 0 50px;
    margin-bottom: 30px;
}

.article_title {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}

.article_title h1 {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 25px;
}

.article_intro {
    text-align: center;
    /* margin-top: 5px; */
}

.article_intro li {
    display: inline;
    margin-right: 40px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #888888;
}

.article_intro li img {
    /* width: 19px; */
    height: 16px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px;
}

.article_content p, .article_content div {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #111111;
    margin: 30px 0;
    text-indent: 2em;
}

.article_content p:first-child, .article_content div:first-child {
    margin-top: 0;
}

.litera_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    text-align: center;
}

.litera_box img {
    width: 380px;
    height: auto;
    /* max-height: 700px; */
    margin-top: 150px;
}

.news_page_more {
    margin-bottom: 70px;
}

.news_page_more .index-zixun-list {
    margin-top: 0;
    padding: 0;
}

.new-peixun li span.end {
    background-color: #aaa;

}

.index-book-list {
    margin-top: 30px;
}

.index-book-list li {
    width: 367px;
    height: 300px;
    background-color: #4e5e4e;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}

.index-book-list li .book-content {
    color: #fff;
    padding: 45px 35px 0;
    position: relative;
    /* width:  100%; */
    z-index: 5;
    overflow: hidden;
}

.index-book-list li .book-bg {
    /*background: url(../images/book_icon.png) no-repeat;*/
    height: 100%;
    width: 248px;
    height: 256px;
    position: absolute;
    right: -50%;
    margin-right: 60px;
    top: 50%;
    margin-top: -130px;
    z-index: 1;
    opacity: 1;
    -webkit-animation: swinging 30s linear 0s infinite;
    animation: swinging 30s linear 0s infinite;
}

.index-book-list li:hover .book-bg {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.index-book-list li .book-bg img {
    width: 100%;
}

.index-book-list li .book-content h2 {
    color: #fff;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}

.index-book-list li .book-content div {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
    text-indent: 0;
}

.index-book-list li:first-child {
    background: url(../images/lv_bg.jpg) no-repeat;
    position: relative;
}

.index-book-list li:first-child .book-bg {
    /*background: url(../images/lv_bg.jpg) no-repeat;*/

}

.index-book-list li:nth-child(2) {
    background: url(../images/huang-bg.jpg) no-repeat;
}

.index-book-list li:nth-child(2) .book-bg {
    /*background: url(../images/huang-bg.jpg) no-repeat;*/
}

.index-book-list li:last-child {
    background: url(../images/hong_bg.jpg) no-repeat;
    margin-right: 0;
}

.index-book-list li:last-child .book-bg {
    /*background: url(../images/hong_bg.jpg) no-repeat;*/
    /* margin-right: 0; */
}

@-moz-keyframes swinging {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes swinging {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes swinging {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swinging {
    -webkit-animation-name: swinging;
    -moz-animation-name: swinging;
    -o-animation-name: swinging;
    animation-name: swinging;
}

.jigou-cate {
    background: url(../images/litera-active-bg.png) no-repeat left center;
    background-size: 100% 100%;
    color: #fff;
    display: block;
    /*padding: 0 40px;*/
    height: 40px;
    /* width: 41px; */
    font-size: 20px;
    margin: 0 auto;
    line-height: 40px;
    width: 160px;
    text-align: center;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
}

.ab_expert_cat_ul {
    background: url("../images/hong_bg.jpg") repeat-x;
    background-size: 100%;
    height: 90px;
    width: 100%;
}

.ab_expert_cat_ul li {
    display: inline-block;
    width: 200px;
    width: 159px;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    text-align: center;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background: url("../images/expert_cat_bg.png") no-repeat;
}

.ab_expert_cat_ul li.active {
    background: url("../images/expert_cat_active_bg.png") no-repeat;
}

.ab_expert_ul_list {
    margin-top: 28px;
    margin-bottom: 70px;
}

.ab_expert_ul_list ul {
    display: none
}

.ab_expert_ul_list ul.active {
    display: block;
}

.ab_expert_ul_list li {
    overflow: hidden;
}

.ab_expert_ul_list li .img {
    width: 240px;
    height: 300px;
    /* background-color: #817167; */
    float: left;
}

.ab_expert_ul_list li .img img {
}

.ab_expert_ul_list li .ab_expert_content {
    width: 875px;
    float: left;
    height: 300px;
    margin-left: 25px;
    position: relative;
}

.ab_expert_ul_list li .ab_expert_content h2 {
    margin-bottom: 40px;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.ab_expert_ul_list li .ab_expert_content .ab_exp_intro {
    position: absolute;
    bottom: 0;

}

.ab_expert_ul_list li .ab_expert_content .ab_exp_intro p {
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.ab_expert_ul_list li .ab_expert_content .ab_exp_info {
    margin-top: 30px;
}

.link-div {
    background: url("../images/link_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    height: 955px;
}

.link-div .link_address {
    text-align: center;
    font-family: Arial, Microsoft YaHei, '微软雅黑';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #070707;
    line-height: 30px;
}

.link-div .link_address p {
}

.link-div .link_img {
    margin-top: 50px;
    height: 678px;
}

.video_bottom {
    height: 917px;
    background: url("../images/video_b.jpg") no-repeat;
    background-size: 100% 100%;
}

.video_bm_bg {
    /* padding: 60px 0; */
    padding-top: 60px;
    background: url("../images/video_b_2.png") no-repeat;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}

.video_middle_bg {
    padding-top: 60px;
    position: relative;
}

.video_bottom li {
    position: absolute;
    font-family: FZQKBYSJW--GB1-0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    /*line-height: 24px;*/
    letter-spacing: 0px;
    color: #ffffff;
    width: 126px;
    height: 126px;
    background: url("../images/video_li_default.png") no-repeat;
    text-align: center;
    line-height: 125px;
}

.video_bottom li.chen {
    left: 35%;
    top: 230px;
}

.video_bottom li.tan {
    left: 47%;
    top: 395px;
}

.video_bottom li.wu {
    left: 55%;
    top: 150px;
}

.video_bottom li.long {
    left: 60%;
    top: 390px;
}

.video_bottom li.huang {
    left: 35%;
    top: 530px;
}

.video_bottom li.an {
    left: 42%;
    top: 730px;
}

.video_bottom li.xiang {
    left: 53%;
    top: 550px;
}

.video_bottom li.shu {
    left: 72%;
    top: 420px;
}

.video_title {
    color: #fff;
}

.video_bottom li:hover {
    background: url("../images/video_li_active.png") no-repeat;

    color: #996633;
}

.video_middle {
    height: 917px;
    background: url("../images/video_middle_bg.png") no-repeat;
    background-size: 100% 100%;

}

.article_content p img, .article_content div img {
    display: block;
    margin: 0 auto;
}

.xiangshi_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 500;
    display: none;
}

.xiangshi_div .shades_div {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.xiangshi_div .box_div {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 486px;
    background-color: #ffffff;
    margin-top: -243px;
    margin-left: -320px;
}

.xiangshi_div .box_div .xiangshi_title {
    display: block;
    margin: 25px auto;
}

.xiangshi_div .box_div .xiangshi_form {
    width: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.xiangshi_div .box_div .xiangshi_form .input_div {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.xiangshi_div .box_div .xiangshi_form .input_div .lable{
    text-align: right;
    display: inline-block;
    width: 70px;
    margin-right: 10px;
    letter-spacing: 0px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

.xiangshi_div .box_div .xiangshi_form .input_div input{
    height: 40px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    width: 350px;
    padding-left: 25px;
}
.xiangshi_submit,.xiangshi_submit:focus{
    width: 350px;
    height: 40px;
    line-height: 40px;
    background-color: #993333;
    border-radius: 5px;font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
    margin-top:20px;
}
.xiangshi_close{
    top: 0;
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    margin-right: -26px;
    margin-top: -36px;
}
.return_msg{
    margin-top: 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}
.return_msg p img{
    width: 18px;
    vertical-align: text-top;
    margin-right: 5px;
}
.return_msg p.ret_error{
    color: #993333;
}
