/* CSS Document */
html, body {
    min-height: 100%;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

html, body {
    min-height: 100%;
}

.bodybody {
    /* 加载背景图 */
    background-image: url(/images/bj.jpg);
    /* 背景图垂直、水平均居中 */
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
    /* 设置背景颜色，背景图加载过程中会显示背景色 */
    background-color: #464646;
}

._container {
    width: 1200px;
    margin: 0 auto;
}

._containercc {
    /*background: #fff;*/
    border-radius: 10px;
    padding: 10px 30px;
    /*margin-top: 30px;*/
}

.header {
    height: 120px;
    position: relative;
    z-index: 105;
    /*background: #fff;*/
    border-bottom: 1px solid #b7a877;
}

.header .span_toggle {
    position: absolute;
    width: 50px;
    height: 50px;
    display: none;
    background: url(../images/home/img/nav_toggle.png) no-repeat center center;
    cursor: pointer;
    top: 20px;
    right: 2%;
}

.header ._container {
    overflow: visible;
    position: relative;
    overflow: visible !important;
}

.header h1 {
    width: 37%;
    height: 120px;
    min-width: 260px;
    line-height: 90px;
    text-indent: 10px;
    float: left;
    font-size: 20px;
    color: #fff;
    background: url() no-repeat left center;
    text-indent: -9999px;
}

.header .ul_nav {
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 103;
    height: 46px;
    line-height: 46px;
    top: 35px;
}

.header .ul_nav li {
    float: left;
    position: relative;
    margin-left: 20px;
}

.header .ul_nav li.active a {
    background: #b7a877;
    color: #000;
    border-radius: 4px;
}

.header .ul_nav li > a {
    padding: 0 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.header .ul_nav .lang {
    display: none;
}

.header .lang {
    position: absolute;
    right: -60px;
    top: 48px;
    font-size: 18px;
    cursor: pointer;
}

/* header */
.footer {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    position: fixed;
    bottom: 0;
}
.footer_h {
    height: 120px;
}

.footer a {
    color: #fff;
}

.footer_about {

    color: #000;
}

/* footer */
/*.about, .contact {*/
/*    background: url(../images/home/img/bg_1.jpg) no-repeat center bottom;*/
/*    background-size: 100% auto;*/
/*}*/

.about_title {
    font-size: 20px;
    color: #b7a877;
    height: 64px;
    line-height: 64px;
    /*margin-top: 40px;*/
    margin-bottom: 20px;
    font-weight: bold;
    text-align: justify;
}

.about_content {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

/* about */
.contact_main h3 {
    font-size: 22px;
    color: #b7a877;
    height: 64px;
    line-height: 64px;
    margin-top: 40px;
    font-weight: bold;
}

.contact_main h6 {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact_map {
    width: 750px;
    height: 400px;
    border: 1px solid #666;
    float: left;
}

.contact_info {
    width: 380px;
    float: right;
    color: #fff;
}

.contact_info h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact_info h5 {
    font-size: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #b7a877;
    margin-bottom: 20px;
}

.contact_info img {
    max-width: 150px;
    max-height: 150px;
    margin-top: 10px;
}

/* contact_main */
.ul_news_ls li {
    padding: 60px 0;
    color: #444;
    transition: background 0.6s;
}

.ul_news_ls li:hover {
    background: #ff6600 !important;
    color: #fff;
}

.ul_news_ls li:hover em {
    background: #fff;
    color: #ff6600;
    border-radius: 4px;
}

.ul_news_ls li:hover a {
    color: #fff;
}

.ul_news_ls li div {
    width: 1200px;
    margin: 0 auto;
}

.ul_news_ls li h2 {
    font-size: 20px;
    text-align: center;
}

.ul_news_ls li h2 a:hover {
    text-decoration: underline;
}

.ul_news_ls li h3 {
    font-size: 20px;
    line-height: 38px;
}

.ul_news_ls li h5 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.ul_news_ls li h5 a {
    display: inline-block;
    padding-right: 30px;
    background: url(../images/home/img/icon_go.png) no-repeat right center;
}

.ul_news_ls li h5 a:hover {
    text-decoration: underline;
}

.ul_news_ls li p {
    font-size: 15px;
    text-align: center;
    margin: 20px 0;
}

.ul_news_ls li p em {
    display: inline-block;
    padding: 2px 6px;
    color: #ff6600;
}

.ul_news_ls li:nth-of-type(2n+2) {
    background: #f0f0f0;
}

.news_more {
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 50px auto;
    background: #ff6600;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    transition: transform 0.3s;
}

.news_more:hover {
    transform: scale(1.05);
}

.news_more:active {
    opacity: 0.6;
}

/* ul_news_ls */
.team {
    /*background: url(../images/home/img/bg_2.jpg) no-repeat center bottom;*/
    /*background-size: contain;*/
    /*!*border-bottom: 1px solid #ff6600;*!*/
    /*margin-bottom: 150px;*/
}

.members {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.members h3 {
    font-size: 26px;
    color: #e35705;
    height: 64px;
    line-height: 64px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.members .img_holder {
    position: absolute;
    bottom: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.5s;
    cursor: pointer;
}

.members .img_holder:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.members .img_holder:active {
    opacity: 0.8;
}

.members .img_holder img {
    height: 450px;
}

.members .img_m1 {
    left: 120px;
}

.members .img_m2 {
    right: 140px;
}

.members .tc {
    position: absolute;
    padding: 20px 0 20px 100px;
}

.members .tc h4 {
    width: 160px;
    font-size: 22px;
    color: #6c6c6c;
    font-weight: bold;
    margin: 0 auto 10px;
}

.members .tc p {
    width: 160px;
    font-size: 16px;
    color: #ff6600;
    margin: 0 auto;
}

.members .tc h4 a {
    display: inline-block;
    padding-right: 30px;
    background: url(../images/home/img/icon_go_2.png) no-repeat right center;
    color: #4c4c4c;
}

/* members */
.team_coper {
    padding: 20px 0;
}

.team_coper .tc {
    width: 50%;
    float: left;
}

.team_coper h4 {
    width: 180px;
    font-size: 22px;
    color: #6c6c6c;
    font-weight: bold;
    margin: 0 auto 10px;
}

.team_coper p {
    font-size: 16px;
    color: #ff6600;
    width: 180px;
    margin: 0 auto;
}

.team_coper h4 a {
    display: inline-block;
    padding-right: 30px;
    background: url(../images/home/img/icon_go_2.png) no-repeat right center;
    color: #4c4c4c;
}

/* .team_coper */
.team_detail {
    border-bottom: 1px solid #ff6600;
    margin-bottom: 100px;
}

.team_detail_title {
    height: 60px;
    line-height: 60px;
    background: #b7a877;
}

.team_detail_title a {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/home/img/icon_go_3.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
}

.team_detail_main {
    padding-top: 40px;
}

.team_detail_main img {
    width: 400px;
    vertical-align: middle;
}

.team_detail_main .td_info {
    width: 700px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 80px;
}

.team_detail_main .td_info h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.team_detail_main .td_info p {
    font-size: 17px;
    line-height: 32px;
    color: #4c4c4c;
    text-align: justify;
}

.team_detail_main .td_info .td_info_content {
    font-size: 17px;
    line-height: 32px;
    color: #4c4c4c;
    text-align: justify;
}

/* team_detail */
.ul_cases li {
    cursor: pointer;
}

.ul_cases li::after {
    clear: both;
    content: "";
    display: block;
}

.ul_cases .case_box {
    width: 280px;
    height: 280px;
    float: left;
    position: relative;
  margin:0 10px 20px 10px;
    background-color:rgba(255,255,255,0.2);
}
.ul_cases .case_box .xinxi {
    max-width: 170px;
    max-height: 170px;
}
.ul_cases .case_box img {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    max-width: 170px;
    max-height: 170px;
    margin: 0 absolute;
    object-fit: cover;
    /*background-color:rgba(255,255,255,0.2);*/
}

/*.ul_cases li:nth-of-type(2n+1) .case_box {
    background: #f7f7f7;
}

.ul_cases li:nth-of-type(2n+1) .case_box:nth-of-type(2n+2) {
    background: #e6e6e6;
}

.ul_cases li:nth-of-type(2n+2) .case_box {
    background: #e6e6e6;
}

.ul_cases li:nth-of-type(2n+2) .case_box:nth-of-type(2n+2) {
    background: #f7f7f7;
}*/

.ul_cases .case_info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #b7a877;
    display: none;
}

.ul_cases .case_info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    /*height: 90px;*/
    /*line-height: 90px;*/
    font-size: 18px;
    color: #fff;
    /*overflow: hidden;*/
    /*justify-content: center;*/
    /*text-align: center;*/
}

.ul_cases .case_info h4 {
    font-size: 15px;
    line-height: 30px;
    line-height: 24px;
    color: #fff;
    height: 120px;
    overflow: hidden;
    margin-bottom: 30px;
}

.ul_cases .case_info p {
    font-size: 14px !important;
    color: #fff !important;
    padding: 0px !important;
    color: #fff !important;
    word-break: break-all !important;
}

.ul_cases .case_info p a {
    color: #fff;
    word-break: break-all; 
}

.ul_cases .case_info p a:hover {
    text-decoration: underline;
}

/* ul_cases */
.views_detail {
    width: 800px;
    margin: 0 auto;
    padding: 60px 200px;
}

{
    font-size: 24px
;
    text-align: center
;
}
.views_detail .h2_title {
    font-size: 20px;
    text-align: center;
        color: #fff;
}

.views_detail .h4_title {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
}

.views_detail .h4_title em {
    /*display: inline-block;*/
    /*padding: 2px 6px;*/
    color: #fff;
    /*padding: 2px 6px;*/
    /*background: #f8f8f8;*/
    /*border-right: 4px;*/
}
.views_detail .h4_title i {
    color: #fff;
}
.tea.team_detail_title .a_prev {
    background: none;
    float: right;
}
.m_detail_title .a_prev {
    background: none;
    float: right;
}

.team_detail_title .a_prev:hover {
    text-decoration: underline;
}

.div_content {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: justify;
}
.div_content p{
   color: #fff;
}

.div_content h3{
   color: #fff !important;
}
/* views_detail */
.h3_title {
    font-size: 26px;
    height: 64px;
    line-height: 64px;
    color: #b7a877;
    margin: 40px 0;
    font-weight: bold;
}

.div_content img{
    max-width: 100%;
    height:auto;
}

@media (max-width: 1080px) {
    .flex_cc {
        display: flex;
        flex-direction: column !important;
    }

    .views-tiezi-box li h3 {
        margin-top: 10px !important;
    }

    .views-tiezi-box li .img_pr {
        width: 100% !important;
        height: auto !important;
    }

    .views-tiezi-box li .date {
        display: none !important;
    }

    .views-tiezi-box li .kan .da {
        display: block !important;
    }

    ._container {
        width: 100%;
        height: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .header .lang {
        display: none;
        right: auto;
        left: 20px;
        top: 30px;
    }

    .header {
        height: 80px;
    }

    .header h1 {
        height: 80px;
        line-height: 80px;
        background-size: auto 40px;
        /*text-indent:0px;*/
    }

    .header .span_toggle {
        display: block;
    }

    .header .ul_nav {
        width: 240px;
        height: auto;
        background: #b7a877;
        position: absolute;
        top: 81px;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        display: none;
        z-index: 103;
    }

    .header .ul_nav li {
        width: 100%;
        line-height: 45px;
        margin: 0;
    }

    .header .ul_nav li a {
        display: block;
    }

    .header .ul_nav li.active a {
        border-radius: 0;
    }

    .header .span_toggle {
        top: 14px;
        right: 2%;
    }

    .header .ul_nav .lang {
        display: block;
        position: static;
        color: #000;
        line-height: 45px;
        text-align: center;
    }

    .header span.lang {
        display: none;
    }

    /* header */
    .footer {
        height: auto;
        line-height: 24px;
        padding: 15px 0;
    }

    /* footer */
    .contact_map {
        width: 100%;
    }

    .contact_info {
        width: 100%;
        padding: 20px 0;
    }

    .ul_news_ls li div {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .team_detail_main img {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 500px;
    }

    .team_detail_main .td_info {
        display: block;
        width: 100%;
        padding: 40px 0;
        margin-left: 0;
    }

    .members {
        height: auto;
        width: auto;
        padding: 0 10px;
    }

    .members .img_holder {
        position: static;
        height: auto;
    }

    .members .img_holder img {
        display: block;
        margin: 0 auto 20px;
    }

    .members .img_holder .tc {
        position: static;
        padding: 0;
        margin-bottom: 30px;
    }

    .views_detail {
        width: 100%;
        padding: 30px 10px 30px;
        box-sizing: border-box;
    }

    .views_detail .h2_title {
        font-size: 18px;
    }

    .team_detail_title .a_prev {
        width: 200px;
        overflow: hidden;
        height: 60px;
    }

    .ul_cases .case_box {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .ul_cases li:nth-of-type(2n+2) .case_box {
        background: #f7f7f7;
    }

    .ul_cases li:nth-of-type(2n+2) .case_box:nth-of-type(2n+2) {
        background: #e6e6e6;
    }
}

@media (max-width: 720px) {
    .about .main {
        padding-bottom: 80px;
    }

    .about .about_title {
        margin-top: 30px;
    }

    .about .footer_about {
        color: #000 !important;
        position: static;
    }

    .contact .footer_about {
        color: #000 !important;
        position: static;
    }

    .members .img_holder img {
        height: 400px;
    }

    .members h3 {
        margin-bottom: 0;
    }
}

/*---views-帖子列表---*/
.views-tiezi-box {
    margin-top: 30px;
}

.views-tiezi-box li {
    padding: 30px 20px;
    margin: 10px 0;
    cursor: pointer;
    /*background: #fff;*/
    border-radius: 10px;
    background-color:rgba(255,255,255,0.1);
}

.views-tiezi-box li .date {
    width: 84px;
    height: 84px;
    /*background: #F5F5F5;*/
    margin-left: 20px;
    background-color:rgba(255,255,255,0.1);
}

.views-tiezi-box li .img_pr {
    width: 227px;
    height: 100px;
}

.views-tiezi-box li .kan {
    margin-top: 5px;
}

.views-tiezi-box li .kan .chakan {
    width: 15px;
    height: 15px;
}

.views-tiezi-box li .kan span {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.views-tiezi-box li .kan .da {
    display: none;
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
}

.views-tiezi-box li .day {
    font-size: 30px;
    color: #fff;
}

.views-tiezi-box li .year {
    font-size: 16px;
    color: #fff;
}

.views-tiezi-box li h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
}

.views-tiezi-box li p {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
}

/*.views-tiezi-box li:hover {*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
/*}*/

/*.views-tiezi-box li:hover .date {*/
/*    background: #b7a877;*/
/*}*/

/*.views-tiezi-box li:hover .date .day, .views-tiezi-box li:hover .date .year {*/
/*    color: #fff;*/
/*}*/

/*.views-tiezi-box li:hover h3 {*/
/*    color: #b7a877;*/
/*}*/

/*翻页*/
.fanye {
    text-align: center;
    min-height: 0;
    line-height: 0;
}

.fanye.a_center {
    text-align: center;
}

.nai_page {
    display: inline-block;
    padding: 30px 0;
}

.nai_page a {
    color: #FFFFFF;
    background-color: #666;
    border: 1px solid #666;
    font-size: 10px;
    padding: 5px;
    float: left;
    line-height: 1em;
    margin-right: 5px;
}

.nai_page a:hover, .nai_page a:active {
    color: #FFFFFF;
    background-color: #b7a877;
    border: 1px solid #b7a877;
}

.nai_page span.current {
    color: #FFFFFF;
    background-color: #b7a877;
    border: 1px solid #b7a877;
    font-size: 10px;
    line-height: 1em;
    padding: 5px;;
    float: left;
    margin-right: 5px;
}

.nai_page span.disabled {
    padding: 5px;
    color: #fff;
    background-color: #666;
    border: 1px solid #666;
    font-size: 10px;
    float: left;
    line-height: 1em;
    margin-right: 5px;
}

.nai_page span.disabled.disablede_if {
    border-left-width: 0px;
}

.nai_page span.disabled.disablede_end {
    border-left-width: 0px;
}

.nai_page span.d2d {
    padding: 8px 5px;
    color: #666666;
    font-size: 10px;
    border-right: 1px solid #E5E5E5;
    float: left;
    line-height: 1em;
}

.nai_page span.d3d {
    padding: 1px 4px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    float: left;
}
