﻿@charset "UTF-8";
@font-face { font-family: 'fangzheng'; src: url("../../font/fangzheng.ttf"); }
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { font-family: Arial, Helvetica, sans-serif; }
.container { margin: 0 auto; padding: 0; position: relative; width: 1360px; }

.header { padding-top: 15px; padding-bottom: 15px; background: #fff; }

    .header .logo { float: left; }

        .header .logo a { height: 90px; width: 240px; }

        .header .logo img { height: auto; width: 100%; }

.header-nav { display: flex; position: absolute; top: 0; left: 50%; transform: translateX(-50%); padding-top: 19px; }

    .header-nav a { margin: 12px 24px; line-height: 34px; height: 34px; font-size: 16px; font-weight: bold; border-bottom: 2px solid transparent; color: #4A4A4A; white-space: nowrap; position: relative; }
        .header-nav a:last-child { margin-right: 0; }

        .header-nav a::after { content: ""; position: absolute; z-index: 1; bottom: 0; left: 50%; right: 50%; height: 2px; width: 0; -webkit-transition: all .3s; transition: all .3s; }

        .header-nav a.ac::after,
        .header-nav a:hover::after { left: 0; right: 0; width: 100%; }

.header-more { float: right; text-align: right; }

    .header-more .home { line-height: 32px; height: 32px; }

    .header-more > div a { line-height: 34px; float: left; }

    .header-more form { float: left; display: inline-block; margin-left: 22px; margin-top: 2px; }

        .header-more form .search { padding: 0 5px; border: 1px #e0e0e0 solid; line-height: 28px; height: 28px; }

            .header-more form .search:focus { border-color: #99856b; }

        .header-more form .search-btn { background: #e0e0e0; line-height: 30px; height: 30px; width: 60px; color: #fff; cursor: pointer; }

    .header-more .search-from:hover .search { border-color: #99856b !important; }

    .header-more .search-from:hover .search-btn { background: #99856b !important; }

.scroll-header { position: fixed; top: -80px; left: 0; right: 0; padding: 20px 0; background: #fff; min-width: 1000px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); z-index: 9999; -webkit-transition: all .3s; transition: all .3s; }

    .scroll-header .logo,
    .scroll-header .logo img { width: 275px; height: auto; }

    .scroll-header .header-nav { padding-top: 0; padding-left: 30px; }

        .scroll-header .header-nav a { margin: 0 12px; }

    .scroll-header .header-more > div { margin-top: 0; }

.floatdiv { position: fixed; top: 50%; left: 50%; margin-top: -168px; margin-left: -740px; width: 36px; z-index: 1000; }
    .floatdiv .floatdiv-in { position: relative; }
        .floatdiv .floatdiv-in .grup { position: relative; }
            .floatdiv .floatdiv-in .grup .ysj, .floatdiv .floatdiv-in .grup .slj { padding: 40px 10px 63px 10px; display: inline-block; border-bottom: 1px solid transparent; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 0.3em; line-height: 13pt; -ms-writing-mode: tb-rl; writing-mode: tb-rl; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; -webkit-transition: all .3s; transition: all .3s; background: #99856B url(../../images/more.png) no-repeat; background-position-x: center; background-position-y: 150px; }
            .floatdiv .floatdiv-in .grup .slj { background-position-y: 195px; }
.showdiv { display: none; position: absolute; top: 0; left: 37px; padding: 20px; background: #eee; height: 500px; width: 800px; overflow-y: auto; }
    .showdiv .abcgrup { margin-bottom: 30px; width: 60px; }
        .showdiv .abcgrup li h5 { font-size: 30px; font-family: fangzheng,'fangzheng'; padding-top: 10px; padding-bottom: 10px; border-bottom: 7px #d6d6d6 solid; }
        .showdiv .abcgrup li a { padding-top: 4px; padding-bottom: 4px; font-size: 13px; line-height: 20px; -webkit-transition: all .3s; transition: all .3s; }
            .showdiv .abcgrup li a:hover { color: #99856B; font-weight: bold; }
        .showdiv .abcgrup:hover li h5 { color: #99856B; border-bottom-color: #99856B; }

.c-color { background: #eee url(../../images/moreb.png) no-repeat !important; background-position-x: center !important; background-position-y: 135px !important; color: #99856B !important; }

.indexing-box { *zoom: 1; padding-bottom: 10px; font-size: 14px; }
    .indexing-box:after { content: "\200b"; height: 0; display: block; clear: both; visibility: hidden; font-size: 0; }
    .indexing-box * { float: left; word-spacing: normal; font-size: 14px; }
    .indexing-box a:last-child { max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.main { min-height: 100%; padding-bottom: 534px; }

.pages { border-top: 1px solid #eaeaea; }

.banner { padding-top: 20px; }

@-webkit-keyframes bannermove {
    from { -webkit-transform: scale(1); transform: scale(1); }
    to { -webkit-transform: scale(1.03); transform: scale(1.02); }
}

@keyframes bannermove {
    from { -webkit-transform: scale(1); transform: scale(1); }
    to { -webkit-transform: scale(1.03); transform: scale(1.02); }
}

.banner .swiper-slide img { width: 100%; -webkit-animation: bannermove 5.4s ease infinite alternate; animation: bannermove 5.4s ease infinite alternate; }

.banner .swiper-pagination { bottom: 0 !important; right: 0 !important; display: flex; justify-content: flex-end; width: 300px !important; }

.banner .swiper-pagination-bullet { position: relative; float: left; margin: 0 !important; height: 6px; width: 60px; background: #996b5c; border-radius: 0; opacity: 1 !important; }

    .banner .swiper-pagination-bullet::before { display: none; content: ""; position: absolute; left: 0; top: -2px; height: 2px; width: 43px; background: #996b5c; }

    .banner .swiper-pagination-bullet:nth-child(2),
    .banner .swiper-pagination-bullet:nth-child(2)::before { background: #825476; }

    .banner .swiper-pagination-bullet:nth-child(3),
    .banner .swiper-pagination-bullet:nth-child(3)::before { background: #487778; }

    .banner .swiper-pagination-bullet:nth-child(4),
    .banner .swiper-pagination-bullet:nth-child(4)::before { background: #99856b; }

    .banner .swiper-pagination-bullet:nth-child(5),
    .banner .swiper-pagination-bullet:nth-child(5)::before { background: #405980; }

.banner .swiper-pagination-bullet-active::before { display: block; }

.banner-page { margin-bottom: 20px; }
    .banner-page a { display: block; overflow: hidden; }
        .banner-page a img { width: 100%; -webkit-transition: all .5s; transition: all .5s; }
            .banner-page a img:hover { -webkit-transform: scale(1.01); transform: scale(1.01); }
    .banner-page .container { position: relative; width: 1400px; }
        .banner-page .container .left { padding: 20px; width: 50%; }
            .banner-page .container .left img { max-width: 100%; }
            .banner-page .container .left:first-child > *, .banner-page .container .left:first-child .banner-p p, .banner-page .container .left:first-child img { margin: 10px 0; }
            .banner-page .container .left:last-child img { width: 100%; }
            .banner-page .container .left .banner-t a { padding-top: 20px; padding-bottom: 15px; color: #666; font-size: 22px; font-weight: bold; }
            .banner-page .container .left .banner-p { color: #888; font-size: 14px; line-height: 20px; letter-spacing: 0.05em; text-align: justify; /*display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;*/ }
        .banner-page .container .left .banner-p * { font-family: inherit; }

.banner-figures .left { width: calc(50% - 40px) !important; }

.banner-p-f .banner-t a { font-size: 18px !important; }
.banner-p-f .banner-p { color: #999 !important; font-size: 12px !important; }
.banner-p-f .featurepic { position: absolute; right: 0; bottom: 20px; width: calc(50% - 20px); }
    .banner-p-f .featurepic a { display: inline-block; float: left; margin-right: 20px; width: calc(33.33% - 20px); }

.tg-column { padding: 20px 0; }

    .tg-column a,
    .tg-column img { width: 100%; }

    .tg-column > div { width: 50%; }

.tg-left { padding-right: 20px; }

.tg-right { padding-left: 20px; }

    .tg-right .tg-mag { position: relative; float: left; width: calc(50% - 20px); }

    .tg-right .sjms { margin-left: 40px; }

    .tg-right .tg-mag:hover .tg-mg-box { -webkit-transition: all .1s; transition: all .1s; -webkit-transform: scale(1); transform: scale(1); }

    .tg-right .tg-mg-box { position: absolute; left: 0; bottom: 10px; width: 100%; z-index: 800; -webkit-transform: scale(0); transform: scale(0); }

    .tg-right .tg-mg-box-in { padding: 0 15%; }

        .tg-right .tg-mg-box-in a { padding: 10px; background: #fff; }

.m-grup { display: flex; flex-flow: wrap; margin: 0 -20px 30px; }

    .m-grup img { width: 100%; }

.m-grup-item { float: left; width: 25%; }

.m-grup-item-in { position: relative; padding: 20px; padding-top: 27px; -webkit-transition: all .3s; transition: all .3s; }

    .m-grup-item-in:hover { background: #fff; -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }

    .m-grup-item-in .pic-wrap { position: relative; }

    .m-grup-item-in:hover .pic img { -webkit-transform: scale(1.05); transform: scale(1.05); }

.m-grup-item .title h2 { margin: 10px 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; height: 40px; overflow: hidden; }
/*text-overflow: ellipsis;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-line-clamp: 3;*/
/*display: -webkit-box; }*/

.m-grup-item .date { padding-top: 8px; border-top: 1px solid #E2E7E6; color: #4A4A4A; font-size: 10px; line-height: 22px; }

.m-grup-item .pic { position: relative; overflow: hidden; }

    .m-grup-item .pic img { -webkit-transition: all 5s; transition: all 5s; }

.m-grup-item .date > * { color: #4A4A4A; font-size: 10px; }

.m-more { padding: 40px 0; text-align: center; }

.loading { padding: 40px 0; text-align: center; }
    .loading img { display: inline-block; }

.loadmore { background-color: #d6d6d6; -webkit-box-shadow: 0px 4px 2px 0px rgba(4, 0, 0, 0.1); box-shadow: 0px 4px 2px 0px rgba(4, 0, 0, 0.1); width: 300px; height: 48px; font-size: 14px; font-weight: bold; color: #000; text-align: center; line-height: 48px; margin: 0 auto; }

    .loadmore:hover { background: #000; color: #fff; -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.1); }

.m-grup-slidebar { float: left; width: 350px; padding: 20px; margin-left: -20px; }
    .m-grup-slidebar .fixed-off { width: 310px; top: 80px; z-index: 100; }
    .m-grup-slidebar a { position: relative; display: block; margin-bottom: 5px; color: #6a6a6a; border-bottom: 7px solid transparent; font-size: 16px; white-space: nowrap; line-height: 53px; }
        .m-grup-slidebar a::after { content: ""; position: absolute; bottom: -7px; left: 0; width: 200px; height: 7px; background: #d6d6d6; z-index: -1; }
        .m-grup-slidebar a:hover::after { background: #000; }
        .m-grup-slidebar a.ac { border-bottom: 7px solid #000; font-weight: bold; }

.m-grup-s { position: relative; float: left; margin: 0; margin-right: -20px; width: calc(100% - 310px) !important; }
    .m-grup-s:before { content: ""; position: absolute; top: 0; left: 0; border-left: 1px solid #eaeaea; height: 100%; width: 0; }

.m-grup-b .m-grup-item { height: 471px; }
    .m-grup-b .m-grup-item .m-grup-item-in { margin: 0 auto; width: 250px; }
.m-grup-b .article { padding: 0 20px; font-size: 14px; line-height: 40px; }
    .m-grup-b .article h6 { font-weight: bold; }
.m-grup-b .article-list { padding: 0 20px; }
    .m-grup-b .article-list ul li { padding: 14px 0; }
        .m-grup-b .article-list ul li a { font-size: 14px; line-height: 20px; }
        .m-grup-b .article-list ul li .date { display: inline-block; float: right; font-size: 12px; line-height: 20px; }

.m-more-wrap { float: left; }

.vertical .m-grup-item { height: auto !important; }
.vertical .m-grup-item-in:hover { -webkit-box-shadow: none !important; box-shadow: none !important; }
    .vertical .m-grup-item-in:hover .pic img { -webkit-transform: none; transform: none; }
.vertical .m-grup-item .title { color: #4A4A4A; font-size: 14px; border-top: 1px solid #E2E7E6; width: 100%; }
    .vertical .m-grup-item .title:hover { color: #2E4646; }
        .vertical .m-grup-item .title:hover .video { background: url(../../images/video-h.svg); }
    .vertical .m-grup-item .title .video { background: url(../../images/video.svg); margin-left: 5px; height: 16px; width: 16px; vertical-align: middle; }
.vertical .m-grup-item .first-t { font-size: 16px; font-weight: bold; }

.pagewrap { padding: 60px 0; }

.pagewrap-s { text-align: center; padding: 60px 0 60px 350px; padding-left: calc(25% + 20px) !important; }

.m-grup-text:before { display: none; }
.m-grup-text .m-grup-item { background: #fff; height: 175px; }
    .m-grup-text .m-grup-item .m-grup-item-in { padding: 10px; margin: 20px; -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); width: calc(100% - 40px); }
        .m-grup-text .m-grup-item .m-grup-item-in .title { padding-top: 0 !important; color: #2E4646; font-size: 16px; font-weight: bold; }
        .m-grup-text .m-grup-item .m-grup-item-in:hover { -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4); }
            .m-grup-text .m-grup-item .m-grup-item-in:hover .title { color: #000; }

.m-grup-item-pic { height: auto !important; }
    .m-grup-item-pic .m-grup-item-in { position: relative; padding: 0 !important; }
        .m-grup-item-pic .m-grup-item-in img { width: 100%; }
        .m-grup-item-pic .m-grup-item-in .float-box { display: none; position: absolute; top: 0; left: 0; padding: 30% 30px; height: 100%; width: 100%; z-index: 10; }
            .m-grup-item-pic .m-grup-item-in .float-box:after { content: ""; position: absolute; top: 0; left: 0; background: #2E4646; opacity: .8; height: 100%; width: 100%; z-index: -1; }
            .m-grup-item-pic .m-grup-item-in .float-box h2 { color: #fff; font-size: 16px; font-weight: bold; line-height: 24px; }
            .m-grup-item-pic .m-grup-item-in .float-box .date { color: #fff; }
                .m-grup-item-pic .m-grup-item-in .float-box .date > * { color: #fff; }

    .m-grup-item-pic:hover .float-box { display: block; }

.m-grup-article { padding-bottom: 40px; width: 100% }

.m-grup-photo { border-top: 1px solid #D8D8D8; }
    .m-grup-photo .photoA { padding: 20px 0; border-bottom: 1px solid #D8D8D8; }
    .m-grup-photo .photoB { padding: 20px 0; }
        .m-grup-photo .photoB a { display: inline-block; float: left; padding: 20px; width: 25%; }

.m-grup-video { border-top: 1px solid #D8D8D8; }
    .m-grup-video img { width: 100%; }
    .m-grup-video .video-span { bottom: 50px; }
    .m-grup-video .videobox { position: relative; padding: 40px 0; margin: 0 20px; width: calc(60% - 40px); }
        .m-grup-video .videobox a { width: 100%; }
    .m-grup-video .video-list { padding: 40px 20px; color: #4A4A4A; font-size: 14px; line-height: 22px; width: 40%; }
        .m-grup-video .video-list li { border-bottom: 1px solid #D8D8D8; padding-bottom: 10px; min-height: 54px; max-height: 54px; cursor: pointer; }
            .m-grup-video .video-list li:last-child { border: none; }
            .m-grup-video .video-list li:hover { color: #426567; font-weight: bold; }

.m-page { position: relative; float: left; margin-right: -20px; padding-left: 20px; padding-bottom: 20px; width: calc(100% - 310px); }
    .m-page .m-main { padding-right: 20px; width: calc(100% - 30%); }
        .m-page .m-main img { margin: 0 auto; max-width: 100%; }
        .m-page .m-main .m-main-title { padding: 20px 0; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px; }
        .m-page .m-main .date { padding-bottom: 10px; color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 14px; cursor: default; }
            .m-page .m-main .date > span { cursor: default; }
        .m-page .m-main .m-main-content { color: #555555; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 400; line-height: 20px; letter-spacing: .03em; }
            .m-page .m-main .m-main-content a { display: initial }
            .m-page .m-main .m-main-content p, .banner-p p { margin: 10px 0; line-height: 28px; }
             .banner-p p {line-height: 20px; }
            .m-page .m-main .m-main-content br { }
            .m-page .m-main .m-main-content span { display: inline; }
            .m-page .m-main .m-main-content strong { /*display: inline-block;*/ }

        .m-page .m-main .m-main-photo { padding: 40px 0; margin-left: -20px; width: calc(100% + 40px); }
            .m-page .m-main .m-main-photo a { float: left; padding: 20px; // width: 33.33%; -webkit-transition: all .3s; transition: all .3s; }
                .m-page .m-main .m-main-photo a:hover { -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); }
                .m-page .m-main .m-main-photo a img { width: 100%; }
.wp-caption-text { margin-bottom: 10px; color: #afafaf; font-size: 10px; text-align: center; }
.m-page .m-slidebar { width: 30%; }
    .m-page .m-slidebar img { width: 100%; }
    .m-page .m-slidebar .recommend { padding: 20px 0; margin-bottom: 10px; border-bottom: 7px solid #000; color: #000; font-size: 16px; font-weight: bold; }
    .m-page .m-slidebar .m-grup-item { height: auto; width: 100%; }

.fancybox-infobar { color: #fff !important; }
    .fancybox-infobar span { color: #fff !important; }

.abc-tab { padding-bottom: 20px; border-bottom: 1px solid #eaeaea; }
    .abc-tab a { display: block; float: left; border: 1px solid #99856b; font-size: 17px; line-height: 38px; text-align: center; width: 123px; cursor: pointer; }
        .abc-tab a.ac { background: #99856b; color: #fff; font-weight: bold; }

.figures { padding-top: 20px; }
    .figures img { max-width: 100%; }
    .figures .f-left { float: left; padding-right: 10px; width: calc(100% - 320px); }
        .figures .f-left > div { margin-bottom: 60px; }
        .figures .f-left .aboutself { padding: 10px; background: #f2f2f2; color: #1b1b1b; font-size: 13px; line-height: 26px; }
            .figures .f-left .aboutself p { margin: 10px 0; }
            .figures .f-left .aboutself .title { color: #99856b; font-size: 22px; font-weight: bold; line-height: 50px; height: 50px; }
        .figures .f-left .m-grup-article { padding: 20px; background: #f2f2f2; }
            .figures .f-left .m-grup-article .m-grup-item { height: 140px; }
                .figures .f-left .m-grup-article .m-grup-item .m-grup-item-in { padding: 10px; }
                    .figures .f-left .m-grup-article .m-grup-item .m-grup-item-in .title { margin: 5px 0; }
                .figures .f-left .m-grup-article .m-grup-item:hover .title { color: #99856b; }
        .figures .f-left .m-grup-photo { border: none; display: flex; flex-flow: wrap; }
            .figures .f-left .m-grup-photo .m-grup-item { padding: 20px; // width: 33.33%; }
                .figures .f-left .m-grup-photo .m-grup-item:hover { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .figures .f-right { padding-left: 20px; float: left; width: 320px; }
        .figures .f-right .someone-info { padding-left: 10px; width: 320px; }
            .figures .f-right .someone-info .f-nav li a { border-bottom: 7px solid #786245; font-size: 17px; line-height: 50px; height: 50px; }

.abcwrap ul.abcgrup { float: left; margin-bottom: 30px; width: 60px; }
    .abcwrap ul.abcgrup li h5 { font-size: 30px; font-family: fangzheng,'fangzheng'; padding-top: 10px; padding-bottom: 10px; margin-bottom: 5px; border-bottom: 7px #d6d6d6 solid; }
    .abcwrap ul.abcgrup li a { padding-top: 4px; padding-bottom: 4px; font-size: 13px; line-height: 20px; -webkit-transition: all .3s; transition: all .3s; }
        .abcwrap ul.abcgrup li a.ac,
        .abcwrap ul.abcgrup li a:hover { color: #99856B; }
    .abcwrap ul.abcgrup:hover li h5 { color: #99856B; border-bottom-color: #99856B; }
.someone-wrap .someone { display: none; }
    .someone-wrap .someone .someone-photo { overflow: hidden; }
        .someone-wrap .someone .someone-photo img { width: 100%; -webkit-transition: all .5s; transition: all .5s; }
            .someone-wrap .someone .someone-photo img:hover { -webkit-transform: scale(1.01); transform: scale(1.01); }
    .someone-wrap .someone .someone-name { padding: 30px 0; color: #99856b; font-size: 24px; font-weight: bold; line-height: 34px; }
    .someone-wrap .someone .someone-text { font-size: 14px; line-height: 20px; color: #99856b; }
.someone-wrap .active { display: block; }
.searchWrap .tabcont { display: none; }
.searchWrap .ac { display: block; }
.search-box { padding-top: 20px; padding-bottom: 10px; color: #000; font-size: 24px; font-weight: bold; line-height: 30px; }
.searchWrap .tabcontWrap { float: left; margin-right: -20px; width: calc(100% - 310px); }
    .searchWrap .tabcontWrap p.sousuo { padding: 20px 20px 10px; color: #405980; font-size: 18px; }
        .searchWrap .tabcontWrap p.sousuo span { color: #405980; font-size: 18px; }
    .searchWrap .tabcontWrap .m-grup-s { float: none; width: 100% !important; }
.ss-more { width: 100%; }
    .ss-more .ss-pagewrap { padding-left: 20px; padding-right: 20px; }

.m-grup-s .m-grup-item.m-grup-item-pic,
.m-page .m-main .m-main-photo a,
.m-grup-photo .m-grup-item { width: 25% }

.to-top { position: fixed; right: 10px; bottom: 100px; background: url(../../images/backtop.png) no-repeat; background-size: 100% !important; height: 40px; width: 40px; -webkit-transition: all .3s; transition: all .3s; z-index: 1000; }
    .to-top:hover { background: url(../../images/top.png) no-repeat; }
.abcwrap .tags { padding-bottom: 40px; }
    .abcwrap .tags h2 { margin-bottom: 10px; color: #000; font-size: 14px; font-weight: bold; line-height: 28px; border-bottom: 1px solid #D6D6D6; }
    .abcwrap .tags .link a { color: #000; font-size: 10px; font-weight: bold; height: 23px; vertical-align: baseline; }
        .abcwrap .tags .link a:hover { opacity: .6; -webkit-text-decoration: underline; text-decoration: underline; }
    .abcwrap .tags .link .a14 { font-size: 14px; }
    .abcwrap .tags .link .a18 { font-size: 18px; }
.footer { position: relative; margin-top: -534px; background: #F0F0F0; }
.footer-inner { padding-top: 20px; }
.footer div[class*=footer] { border-bottom: 1px solid #E0E0E0; }
.footer-title { padding: 15px 0; vertical-align: bottom; position: relative; }
    .footer-title span.right { position: absolute; right: 0; bottom: 15px; width: 250px; }
        .footer-title span.right img { width: 100%; }
.footer-linklogo { padding: 20px 0; position: relative; }
    .footer-linklogo ul { width: calc(100% - 102px); }
    .footer-linklogo .ewm { position: absolute; top: 50%; right: 0; margin-top: -105px; width: 102px; text-align: right; }
    .footer-linklogo ul li { float: left; margin: 1.2rem 7rem 1.2rem 0; }
        .footer-linklogo ul li a { height: 51px; width: 90px; }
    .footer-linklogo .ewm > span { height: 92px; width: 92px; margin-bottom: 1.2rem; }
        .footer-linklogo .ewm > span img { height: 100%; width: 100%; }
.footer-linkmap { padding: 20px 10px; }
    .footer-linkmap .inner { display: -webkit-box; display: -ms-flexbox; display: flex; padding-right: 220px; }
        .footer-linkmap .inner > ul { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; margin-right: 10px; }
        .footer-linkmap .inner .link-item { font-size: 14px; }
            .footer-linkmap .inner .link-item li { padding: 5px 0; }
                .footer-linkmap .inner .link-item li a { color: #666; line-height: 20px; height: 20px; }
                    .footer-linkmap .inner .link-item li a:hover { color: #000; }
            .footer-linkmap .inner .link-item .title { font-weight: bold; }
.footer-menu a { float: left; margin: 0 10px; line-height: 58px; height: 58px; color: #666; font-size: 14px; font-weight: 400; }
    .footer-menu a:hover { color: #000; }
.footer-menu .right { margin-top: 15px; margin-left: 20px; margin-right: 0; background: #27b1e7; color: #fff; line-height: 30px; text-align: center; height: auto; width: 80px; }
.footer-menu .facebook { background: #395998; }
.footer-copyright { padding: 0 10px; border-bottom: none !important; font-family: arial; line-height: 56px; height: 56px; font-size: 12px; color: #939393 !important; cursor: pointer; }
    .footer-copyright span,
    .footer-copyright a { color: #939393; font-family: arial; }
.psges-nav,
.pages-run { display: inline-block; width: auto; }

    .psges-nav li,
    .pages-run a { float: left; height: 44px; min-width: 44px; background: #d6d6d6; line-height: 44px; text-align: center; margin-right: 1px; }

        .psges-nav li.pages-but,
        .pages-run a.page-first,
        .pages-run a.page-end { width: 64px; }

        .psges-nav li a { display: block; width: 100%; height: 100%; font-size: 13px; padding: 0 10px; }

            .psges-nav li a.active,
            .pages-run a.page-first:hover,
            .pages-run a.page-end:hover,
            .pages-run a.prev-but:hover,
            .pages-run a.next-but:hover { background: #000; color: #fff; }

            .psges-nav li a:hover { background: #000; color: #fff; }

.pages-but-prev-g a,
.pages-but-next-g a { background: url(../../images/black-btn.png) no-repeat center; background-size: 15px 15px; }

.pages-but:hover a { background: url(../../images/white-btn.png) no-repeat center; background-size: 15px 15px; }

.pages-but-prev-g a { transform: rotate(180deg); -ms-transform: rotate(180deg); /* Internet Explorer */ -moz-transform: rotate(180deg); /* Firefox */ -webkit-transform: rotate(180deg); /* Safari 和 Chrome */ }

.pages-run a.prev-but,
.pages-run a.next-but { width: 90px; }

.content-img { margin-top: 30px !important; margin-bottom: 40px !important; }
.aboutself img { margin: 10px auto; }

.aboutself p { margin: 10px 0; }

.b-lazy { position: relative; -webkit-transition: opacity .1s; -moz-transition: opacity .1s; -o-transition: opacity .1s; transition: opacity .1s; max-width: 100%; opacity: .5; }

    .b-lazy.b-loaded { opacity: 1; }

.pic { background: #dedede; }

.m-grup-item-pic .m-grup-item-in { box-shadow: none !important }

.zt-page .article a { border: none }
.zt-page .article .date { float: right }
.zt-page .graphic-wrap { padding: 0 20px; font-size: 14px }
    .zt-page .graphic-wrap h6 { font-weight: bold; height: 40px; line-height: 40px }
    .zt-page .graphic-wrap .m-grup-item { width: 332px; height: 436px; float: initial; }
        .zt-page .graphic-wrap .m-grup-item .m-grup-item-in { width: 310px; margin: 20px 0 0 0; }
