﻿@charset "utf-8";
/* CSS Document */


body{
    overflow-x: hidden;
    background: url("../images/bg_1.jpg") repeat;
    font-family: Helvetica, Arial, sans-serif;
}


.container{ /*根据效果图主体宽度定义*/
    width: 1200px;
    min-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.w-850{ width: 850px;}
.w-320{ width: 320px;}
.w-430{ width: 430px;}
.w-190{ width: 190px;}
.w-415{ width: 415px;}
.w-248{ width: 248px !important;}
.w-1180{ width: 1180px;}
.w-1200{ width: 1200px;}
.w-230{ width: 230px;}
.w-920{ width: 920px;}
.w-1040{ width: 1040px;}
.w-764{ width: 764px;}
.w-420{ width: 420px;}
.w-590{ width: 590px;}
.w-380{ width: 380px;}


.bg-dbc39b{ background: #dbc39b;}


.mt-15{ margin-top: -15px;}

.mt40{ margin-top: 40px;}
.mb6{ margin-bottom: 6px;}
.mb8{ margin-bottom: 8px;}
.mb12{ margin-bottom: 12px;}
.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
.ml13{ margin-left: 13px;}
.ml14{ margin-left: 14px;}

.pb35{ padding-bottom: 35px;}
.pb50{ padding-bottom: 50px;}


.lh25{ line-height: 25px;}
.lh35{ line-height: 35px;}

.fs14{ font-size: 14px;}
.fs16{ font-size: 16px !important;}
.fs18{ font-size: 18px;}
.fs22{ font-size: 22px;}
.fs24{ font-size: 24px;}
.fs28{ font-size: 28px;}
.fs30{ font-size: 30px;}
.fs36{ font-size: 36px;}

.color-393939{ color: #393939;}
.color-000{ color: #000;}
.color-7c1a24{ color: #7c1a24;}
.color-2a2a2a{ color: #2a2a2a;}


/*header*/
header{
    width: 100%;
    min-width: 1200px;
}
.index-header{
    height: 266px;
    background: url("../images/header_bg.png") center top no-repeat;
    margin-bottom: -80px;
    position: relative;
    z-index: 3;
    min-width: 1200px;
}
.index-header .input-1{
    background: url("../images/input_1.jpg") no-repeat;
}
.other-header{
    height: 156px;
}
.other-header .input-1{
    background: url("../images/input_2.jpg") no-repeat;
}

.shortcut{
    width: 100%;
    min-width: 1200px;
    height: 34px;
    line-height: 34px;
    background: #f7f6f6;
    border-bottom: 1px solid #e3ceb7;
    color: #646464;
}
.shortcut a{
    color: #646464;
    margin:0px 5px;
}
.shortcut-left{
    position: relative;
    z-index: 3;
}
.shortcut-left .name{
    float: left;
    margin-right: 20px;
    display: inline;
}
.shortcut-left .name.on{
    color: #7c1a24;
}
.shortcut-left .name.on a{
    color: #7c1a24;
}
.shortcut-left .content{
    width: 810px;
    position: absolute;
    top: 33px;
    left: 0;
    display: none;
}
.shortcut-left .content .text{
    line-height: 24px;
    padding: 4px 10px;
    background: url("../images/pf_bg2.png") repeat;
    border: 1px solid #e3cfb8;
    border-radius: 5px;
    color: #a8712e;
}
.shortcut-left .content .text a{
    color: #a8712e;
}
.shortcut-left .content .text a:hover{
    color: #7c1a24;
}
.shortcut-left .content .arrow-s{
    width: 13px;
    height: 6px;
    margin-bottom: -1px;
}
.logo{
    width: 230px;
    height: 80px;
}
.logo img{
    display: block;
    
    height: 80px;
}
.logo-title{
    height: 51px;
    line-height: 51px;
    margin-top: 47px;
    border-left: 1px solid #7c1a24;
    font-size: 26px;
    color: #bd8847;
}
.search{
    width: 430px;
}
.ssk-1{
    width: 340px;
    height: 47px;
    line-height: 40px;
    background: #f7f6f6;
    border: none;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #b38e90;
    text-indent: 14px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    border-radius:0;
    padding:0;
}


.input-1{
    width: 35px;
    height: 40px;
    border: none;
    background: #ff0;
    right: 0;
    top: 0;
}
.input-2{
    right: 10px;
    top: 5px;
}
.header-img{
    position: absolute;
    top: 7px;
    right: -329px;
}

/*new add*/
.search .ui-select-wrap {
    float: left;
}

.search .ui-select-wrap {
    -moz-user-select: none;
    background-color: #f7f6f6;
    border: 1px solid #f4f0ec;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding-right: 15px;
    position: relative;
    vertical-align: top;
    z-index: 8;
}
.search .ui-select-input {
    color: #ad8587;
    font-size: 16px;
}

.search .ui-select-arrow {
    border-color: #7c1a24 transparent transparent;

    right: 10px;
    top: 43%;
    width: 0;
}

.search .ui-select-list {
    top: 38px;
}


/*nav*/
nav{
    width: 100%;
    min-width: 1200px;
    height: 50px;
    background: #861322;
}
nav>ul>li{
    float: left;
    padding-right: 1px;
    position: relative;
    z-index: 4;
}
nav>ul>li>a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #cdaa57;
    transition: all 0.2s linear;
}
nav>ul>li>a:hover,
nav>ul>li>.on{
    background: #cdaa57;
    color: #7c1a24;
}
.index-nav>ul>li>a{
    padding: 0 40px;
    /* padding-right: 60px; */
    /* padding-left: 60px; */
}
.other-nav>ul>li{
    background: url("../images/nav_li.png") right center no-repeat;
    text-align: center;
}
.sub{
    padding-top: 6px;
    background: url("../images/sub_s.png") center top no-repeat;
    display: none;
    position: absolute;
    top: 50px;
    right: 1px;
    left: 0;
    z-index: 9;
}
.sub>ul{
    padding-bottom: 5px;
    background: url("../images/sub_bg.png") repeat;
    border: 1px solid #e3ceb7;
    border-top: none;
    border-radius: 0 0 5px 5px;
}
.sub>ul>li{
    height: 37px;
    border-bottom: 1px solid #d5c093;
    text-align: center;
}
.sub>ul>li>a{
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #88571a;
}
.sub>ul>li>a:hover,
.sub>ul>li>.on{
    background: #cdaa57;
    color: #fff;
}


/*footer*/
footer{
    width: 100%;
    min-width: 1200px;
    background: #3a060b;
}
.footer-border{
    width: 100%;
    min-width: 1200px;
    height: 16px;
    background: url("../images/footer_border.jpg") repeat-x;
}
.block-03{
    width: 100%;
    min-width: 1200px;
    background: url("../images/footer_bg.jpg") center top #5d131b no-repeat;
}
.footer-nav{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #bc8c5e;
}
.footer-nav a{
    margin-right: 34px;
    margin-left: 34px;
    color: #bc8c5e;
}
.footer-links .title{
    height: 35px;
    line-height: 35px;
    background: url("../images/tit_bg3.png") center center no-repeat;
    font-size: 24px;
    color: #bc8c5e;
}
.footer-links .content{
    line-height: 30px;
    font-size: 14px;
    color: #c2ac97;
}
.footer-links .content a{
    display: inline-block;
    margin: 0 5px;
    color: #c2ac97;
}
.footer-copy{
    line-height: 26px;
    font-size: 14px;
    color: #ae8259;
}
.go-top{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 420px;
    z-index: 98;
}


/*banner*/
.slideBox{
    width: 860px;
    height: 390px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slideBox .hd{
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    bottom: 17px;
    z-index: 4;
}
.slideBox .hd ul{
    float: left;
    overflow: hidden;
    zoom: 1;
}
.slideBox .hd ul li{
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    display: inline;
    background: url("../images/dian_1.png") no-repeat;
    cursor: pointer;
}
.slideBox .hd ul li.on{
    background: url("../images/dian_1h.png") no-repeat;
}
.slideBox .bd,.slideBox .bd1{
    height: 100%;
    position: relative;
    z-index: 0;
}
.slideBox .bd ul li,.slideBox .bd1 ul li{
    height: 390px;
    position: relative;
}
.slideBox .bd ul li a img,.slideBox .bd1 ul li a img{
    display: block;
    width: 860px;
    height: 390px;
}
.slideBox .bd ul li .text,.slideBox .bd1 ul li .text{
    height: 50px;
    line-height: 50px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 22px;
    color: #e2a66d;
    text-indent: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}


/*public*/
.block-01{
    width: 100%;
    min-width: 1200px;
    min-height: 1000px;
    padding-bottom: 50px;
    background: url("../images/bg_2.png") center bottom no-repeat;
    position: relative;
    z-index: 1;
}
.main-left{
    position: absolute;
    top: 0;
    left: 0;
}
.main-right{
    position: absolute;
    top: 0;
    right: 0;
}
.block-02{
    width: 100%;
    min-width: 1200px;
    position: relative;
    z-index: 2;
}
.tit-1{
    background: url("../images/tit_bg1.png") left bottom repeat-x;
}
.tit-1 .name{
    padding-right: 10px;
    background: url("../images/tit_bg2.jpg") left bottom repeat-x;
}
.tit-1 .name img{
    display: block;
}
.tit-1 .more{
    line-height: 50px;
    color: #851220;
}


/*首页内容*/
.mod-01 .img{
    height: 212px;
}
.mod-01 .img img{
    display: block;
    width: 320px;
    height: 212px;
}
.mod-01 .text{
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    height: 112px;
    line-height: 20px;
    background: #851220;
    font-size: 14px;
    color: #d8bb98;
    text-indent: 28px;
}
.mod-01 .app{
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    background: #90282a;
}
.mod-01 .app .app-btn{
    display: inline-block;
    font-size: 14px;
    color: #c58e4a;
    position: relative;
}
.mod-01 .app .app-content{
    width: 128px;
    height: 143px;
    padding: 6px 6px 0 6px;

    position: absolute;
    bottom: 40px;
    left: -58px;
    display: none;
}
.slide-1{
    width: 1200px;
    height: 240px;
    position: relative;
}
.slide-1 .prev,.slide-1 .next,.slide-2 .prev,.slide-2 .next{
    display: block;
    width: 17px;
    height: 33px;
    margin-top: -16px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.slide-1 .prev,.slide-2 .prev{
    background: url("../images/jt_1l.png") no-repeat;
    left: 0;
}
.slide-1 .next,.slide-2 .next{
    background: url("../images/jt_1r.png") no-repeat;
    right: 0;
}
.slide-1 .bd,.slide-2 .bd1{
    width: 1146px;
    height: 240px;
}
.slide-1 .bd ul,.slide-2 .bd1 ul{
    height: 235px;
    zoom: 1;
}
.slide-1 .bd ul li,.slide-2 .bd1 ul li{
    float: left;
    width: 175px;
    height: 235px;
    margin: 0 8px;
    display: inline;
    position: relative;
}
.slide-1 .bd ul li .img,.slide-2 .bd1 ul li .img{
    width: 175px;
    height: 235px;
}
.slide-1 .bd ul li .img img,.slide-2 .bd1 ul li .img img{
    display: block;
    width: 175px;
    height: 235px;
}
.slide-1 .bd ul li .pf-text,.slide-2 .bd1 ul li .pf-text{
    line-height: 35px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 16px;
    color: #e2a66d;
    text-align: center;
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
}
.slide-1 .bd ul li .pf-text a,.slide-2 .bd1 ul li .pf-text a{
    color: #e2a66d;
}
.slide-1 .bd ul li .pf-icon,.slide-2 .bd1 ul li .pf-icon{
    position: absolute;
    top: -5px;
    left: -7px;
}
.slide-2{
    width: 400px;
    height: 270px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slide-2 .hd{
    height: 44px;
    overflow: hidden;
    background: url("../images/pf_bg1.png") repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.slide-2 .hd ul{
    float: left;
    padding-top: 15px;
    overflow: hidden;
    zoom: 1;
}
.slide-2 .hd ul li{
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    display: inline;
    background: url("../images/dian_1.png") no-repeat;
    cursor: pointer;
}
.slide-2 .hd ul li.on{
    background: url("../images/dian_1h.png") no-repeat;
}
.slide-2 .bd{
    height: 100%;
    position: relative;
    z-index: 0;
}
.slide-2 .bd ul li{
    height: 270px;
}
.slide-2 .bd ul li a img{
    display: block;
    width: 400px;
    height: 270px;
}
.mod-02 ul .li1{
    height: 100px;
    padding-top: 13px;
    border-bottom: 1px solid #c7b4a0;
}
.mod-02 ul .li1 .title{
    height: 24px;
    line-height: 24px;
    font-size: 22px;
}
.mod-02 ul .li1 .title a{
    color: #000;
}
.mod-02 ul .li1 .content{
    line-height: 18px;
    color: #7f7e7e;
    text-indent: 24px;
}
.mod-02 ul .li1 .content a{
    color: #851220;
}
.mod-02 ul .li1.on .title a{
    color: #851220;
}
.mod-02 ul .li1.on .content{
    color: #851220;
}
.mod-02 ul .li2{
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
    padding-left: 17px;
    background: url("../images/li_bg1.png") left center no-repeat;
    font-size: 14px;
    color: #a1a1a1;
}
.mod-02 ul .li2 a{
    float: left;
    color: #383838;
}
.mod-02 ul .li2 span{
    float: right;
}
.mod-02 ul .li2.on{
    color: #851220;
}
.mod-02 ul .li2.on a{
    color: #851220;
}
.mod-02 ul .li3{
    height: 113px;
    border-bottom: 1px solid #c7b4a0;
}
.mod-02 ul .li3 .img{
    width: 145px;
    height: 97px;
}
.mod-02 ul .li3 .img img{
    display: block;
    width: 145px;
    height: 97px;
}
.mod-02 ul .li3 .text{
    width: 160px;
    line-height: 18px;
    color: #7f7e7e;
}
.mod-02 ul .li3 .text .a-1{
    font-size: 16px;
    color: #000;
}
.mod-02 ul .li3 .text .date{
    color: #acacac;
}
.mod-02 ul .li3 .text .a-2{
    color: #851220;
}
.mod-02 ul .li3.on .text{
    color: #851220;
}
.mod-02 ul .li3.on .text .a-1{
    color: #851220;
}
.mod-02 ul .li3.on .text .date{
    color: #851220;
}
.mod-03 ul{
    margin-left: -25px;
}
.mod-03 ul li{
    float: left;
    width: 220px;
    height: 200px;
    margin-left: 25px;
}
.mod-03 ul li a{
    display: block;
}
.mod-03 ul li a img{
    display: block;
    width: 220px;
    height: 145px;
}
.mod-03 ul li a p{
    line-height: 54px;
    font-size: 14px;
    color: #383838;
    text-align: center;
}
.mod-03 ul li a:hover p{
    color: #851220;
}
.tit-2{
    height: 82px;
    background: url("../images/tit_bg4.png") left 62px repeat-x;
}
.tit-2 .sp{
    display: block;
    width: 222px;
    height: 30px;
    line-height: 30px;
    background: url("../images/sp_bg1.jpg") no-repeat;
    color: #b98758;
    text-align: center;
}
.block-04{
    width: 100%;
    min-width: 1200px;
    min-height: 418px;
    background: url("../images/bg_3.png") center bottom no-repeat;
}
.mod-04 .img{
    overflow: hidden;
    position: relative;
}
.mod-04 .img .text{
    height: 112px;
    line-height: 24px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 16px;
    color: #e2a66d;
    padding-left: 20px;
    position: absolute;
    right: 0;
    bottom: -67px;
    left: 0;
}
.mod-04 .img .text .title{
    height: 45px;
    line-height: 45px;
}
.mod-04 .img .text .title a{
    color: #e2a66d;
}
.mod-04 .img-1{
    width: 390px;
    height: 320px;
}
.mod-04 .img-1 img{
    display: block;
    width: 390px;
    height: 320px;
}
.mod-04 .img-2{
    width: 190px;
    height: 156px;
}
.mod-04 .img-2 img{
    display: block;
    width: 190px;
    height: 156px;
}
.mod-05{
    width: 100%;
    min-width: 1200px;
    height: 175px;
}
.block-05{
    width: 100%;
    min-width: 1200px;
    min-height: 600px;
    background: url("../images/bg_4.png") center top no-repeat;
}
.mod-06 .img-1{
    float: left;
    width: 255px;
    height: 500px;
}
.mod-06 .img-1 img{
    display: block;
    width: 255px;
    height: 500px;
}
.mod-06 .img-2{
    float: left;
    width: 300px;
    height: 245px;
    margin-left: 15px;
    display: inline;
    position: relative;
}
.mod-06 .img-2 span img{
    display: block;
    width: 300px;
    height: 245px;
}
.mod-06 .img-2 .text{
    height: 45px;
    line-height: 45px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 16px;
    color: #e2a66d;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-06 .img-2 .more{
    display: block;
    width: 300px;
    height: 188px;
    line-height: 70px;
    padding-top: 57px;
    background: #861322;
    font-size: 20px;
    color: #e2a66d;
    text-align: center;
}
.mod-07{
    height: 231px;
}
.mod-08{
    width: 1200px;
    height: 335px;
    position: relative;
    overflow: hidden;
}
.mod-08 ul li{
    float: left;
    width: 225px;
    height: 335px;
    margin-right: 19px;
    display: inline;
}
.mod-08 ul li a{
    display: block;
    color: #252525;
}
.mod-08 ul li a:hover{
    color: #851220;
}
.mod-08 ul li img{
    display: block;
    width: 225px;
    height: 275px;
}
.mod-08 ul li p{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
}


/*艺术家*/
.mod-09{
    padding-right: 20px;
    padding-left: 20px;
    background: #cdaa57;
    border-radius: 5px;
}
.mod-09 ul li{
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: bottom;
    border-bottom: 1px dotted #f0e5cc;
    font-size: 14px;
    color: #fceabe;
}
.mod-09 ul li .name{
    width: 136px;
    font-size: 16px;
    color: #7c1a24;
}
.mod-09 ul li .content{
    width: 1024px;
}
.mod-09 ul li .content .a-1{
    display: inline-block;
    padding: 0 8px;
    height: 25px;
    line-height: 25px;
    margin-right: 4px;
    margin-bottom: 1px;
    font-size: 16px;
    color: #fff;
}
.mod-09 ul li .content .a-1.on{
    background: #7c1a24;
}
.ssk-2{
    width: 318px;
    height: 33px;
    line-height: 33px;
    background: #e5d7c9;
    border: none;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    color: #333;
    text-indent: 15px;
}
.input-2{
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #7c1a24;
    border: none;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #cdaa57;
}
.mod-10 ul{
    margin-left: -18px;
}
.mod-10 ul li{
    float: left;
    width: 225px;
    height: 330px;
    margin-bottom: 10px;
    margin-left: 18px;
    display: inline;
}
.mod-10 ul li a{
    display: block;
    width: 225px;
    height: 330px;
}
.mod-10 ul li a img{
    display: block;
    width: 225px;
    height: 275px;
}
.mod-10 ul li a p{
    line-height: 52px;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.mod-10 ul li a:hover{
    background: #e1cb98;
}
.mod-10 ul li a:hover img{
    width: 215px;
    height: 265px;
    border: 5px solid #e1cb98;
}


/*艺术家-艺术家个人首页*/
.mod-11{
    width: 1180px;
    height: 240px;
    margin-bottom: -10px;
    position: relative;
}
.mod-11 img{
    display: block;
    width: 1180px;
    height: 240px;
}
.mod-11 .text{
    padding: 0 26px;
    height: 65px;
    line-height: 65px;
    background: url("../images/pf_bg3.png") repeat;
    border-radius: 5px;
    font-size: 28px;
    color: #7d1c25;
    position: absolute;
    top: 30px;
    left: 40px;
}
.nav-2{
    width: 1200px;
    height: 50px;
    padding-top: 10px;
    background: url("../images/nav_bg1.png") no-repeat;
}
.nav-2 ul li{
    float: left;
    padding-right: 1px;
    background: url("../images/nav_li.png") right center no-repeat;
}
.nav-2 ul li a{
    display: block;
    width: 239px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #cdaa57;
    text-align: center;
    transition: all 0.2s linear;
}
.nav-2 ul li a:hover,
.nav-2 ul li .on{
    background: url("../images/nav_lih.jpg") repeat-x;
    color: #7c1a24;
}
.mod-12 .img{
    height: 272px;
    border: 4px solid #dbc39b;
    position: relative;
}
.mod-12 .img img{
    display: block;
    width: 222px;
    height: 272px;
}
.mod-12 .img .pf-img{
    position: absolute;
    top: 0;
    left: 0;
}
.mod-12 .text{
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
}
.mod-12 .text .c-1{
    line-height: 24px;
    color: #4a4949;
}
.mod-12 .text .c-2{
    padding-top: 22px;
    line-height: 28px;
    border-top: 1px solid #cdaa57;
    color: #b8831e;
}
.mod-13{
    width: 920px;
    height: 823px;
    padding-top: 15px;
    background: #dbc39b;
}
.mod-13 .picbox{
    width: 800px;
    height: 654px;
}
.mod-13 .picbox .z_1{
    width: 800px;
    height: 654px;
    overflow: hidden;
    position: relative;
}
.mod-13 .picbox .z_1 li .img {
    width: 800px;
    height: 654px;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 654px;
    *font-size:654px;
    *zoom:1;
}

.mod-13 .picbox .z_1 li .img img{
    max-width: 800px;
    max-height: 654px;
    vertical-align: middle;
}
.mod-13 .picbox .z_1 li .img p{
    height: 60px;
    line-height: 60px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 18px;
    color: #e2a66d;
    text-indent: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}




.mod-13 .hidden{
    display: none;
}
.mod-13 .listbox{
    width: 874px;
    height: 127px;
    padding: 27px 23px 0 23px;
    background: url("../images/bg_5.jpg") left repeat-x;
}
.mod-13 .listbox .z_2{
    width: 816px;
}
.mod-13 .listbox .z_2 li {
    width:136px;
    height: 100px;
    text-align: center;
    max-height: 100px;
    line-height: 100px;
    text-align: center;
    *line-height:100px;
    *font-size:100px;
    *zoom:1;
}
.mod-13 .listbox .z_2 img{
    max-width: 120px;
    max-height: 100px;
    margin: 0 8px;
    cursor: pointer;
    vertical-align: middle;
}


.mod-44 .listbox .z_2 img.active{
    max-width: 124px;
    max-height: 102px;
    border: 3px solid #750d10;
}

.mod-13 #btnPrev{
    float: left;
    margin-top: 35px;
    margin-right: 12px;
    display: inline;
    cursor: pointer;
}
.mod-13 #btnNext{
    float: right;
    margin-top: 35px;
    cursor: pointer;
}
.mod-14 ul{
    margin-left: -30px;
}
.mod-14 ul li{
    float: left;
    width: 445px;
    height: 80px;
    margin-bottom: 15px;
    margin-left: 30px;
    display: inline;
    border-bottom: 1px solid #dbc197;
}
.mod-14 ul li .title{
    height: 18px;
    line-height: 18px;
    vertical-align: bottom;
    color: #acacac;
}
.mod-14 ul li .title a{
    float: left;
    font-size: 16px;
    color: #2a2a2a;
}
.mod-14 ul li .title a:hover{
    color: #851220;
}
.mod-14 ul li .title span{
    float: right;
}
.mod-14 ul li .content{
    line-height: 22px;
    color: #7f7e7e;
}
.mod-14 ul li .content a{
    color: #7c1a24;
}
.mod-15 ul{
    margin-left: -20px;
}
.mod-15 ul li{
    float: left;
    width: 215px;
    height: 180px;
    margin-bottom: 10px;
    margin-left: 20px;
    display: inline;
}
.mod-15 ul li a{
    display: block;
    font-size: 16px;
    color: #292929;
    text-align: center;
}
.mod-15 ul li a img{
    display: block;
    width: 215px;
    height: 142px;
    margin-bottom: 20px;
}
.mod-15 ul li a p{
    height: 18px;
    line-height: 18px;
}
.mod-15 ul li a:hover{
    color: #851220;
}


/*艺术家简介*/
.mod-16{
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
.mod-16 ul li{
    height: 220px;
}
.mod-16 ul li a{
    display: block;
    font-size: 16px;
    color: #292929;
    text-align: center;
}
.mod-16 ul li a img{
    display: block;
}
.mod-16 ul li a p{
    line-height: 54px;
}
.mod-16 ul li a:hover{
    color: #851220;
}
.mod-17 .text{
    width: 645px;
    line-height: 30px;
    font-size: 16px;
    color: #393939;
}
.mod-17 .img{
    width: 240px;
    height: 326px;
}
.mod-17 .img img{
    display: block;
    width: 240px;
    height: 326px;
}
.tit-3{
    height: 47px;
    line-height: 28px;
    border-bottom: 1px solid #c79d95;
    font-size: 24px;
    color: #7c1a24;
}
.mod-18{
    line-height: 30px;
    font-size: 14px;
    color: #393939;
}


/*艺术家-艺术家个人首页-作品欣赏*/
.mod-19 ul{
    margin-left: -40px;
}
.mod-19 ul li{
    float: left;
    width: 200px;
    height: 226px;
    margin-left: 40px;
}
.mod-19 ul li a{
    display: block;
    font-size: 15px;
    color: #5b5959;
}
.mod-19 ul li a img{
    display: block;

}
.mod-19 ul li a p{
    line-height: 30px;
    text-align: center;
}


/*艺术家-艺术家个人首页-相关文章*/
.mod-20 ul li{
    height: 80px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9c198;
    line-height: 22px;
    color: #7f7e7e;
}
.mod-20 ul li .a-1{
    font-size: 16px;
    color: #292929;
}
.mod-20 ul li .a-1:hover{
    color: #851220;
}
.mod-20 ul li span{
    color: #acacac;
}
.mod-20 ul li .a-2{
    color: #7c1a24;
}


/*在线视频*/
.mod-21 ul{
    margin-left: -30px;
}
.mod-21 ul li{
    float: left;
    width: 380px;
    height: 335px;
    margin-left: 30px;
    display: inline;
}
.mod-21 ul li .img{
    width: 380px;
    height: 375px;
}
.mod-21 ul li p{
    line-height: 60px;
    font-size: 18px;
    color: #9b7a2b;
    text-align: center;
}


/*在线视频-详情页*/
.txt-detailed .main .tv{
    width: 928px;
    height: 610px;
}
.txt-detailed .main img{
 max-width:100%
}

/*在线展厅*/
.block-06{
    width: 100%;
    min-width: 1200px;
    padding-bottom: 227px;
    background: url("../images/bg_6.jpg") center bottom no-repeat;
}
.mod-22{
    width: 100%;
    min-width: 1200px;
    height: 23px;
    margin-bottom: -23px;
    background: url("../images/bg_7.png") left repeat-x;
    position: relative;
    z-index: 1;
}
.block-07{
    padding-top: 133px;
    background: url("../images/bg_8.jpg") center top #f7f7f7 no-repeat;
}
.logo-2{
    width: 270px;
    height: 93px;
}
.logo-2 img{
    display: block;
    width: 270px;
    height: 93px;
}
.tit-4{
    height: 40px;
    line-height: 40px;
    background: url("../images/tit_bg5.png") center center no-repeat;
    font-size: 30px;
    color: #7c1a24;
}
.nav-3 a{
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    margin: 0 15px;
    background: url("../images/li_bg2.png") no-repeat;
    font-size: 20px;
    color: #cdaa57;
    text-align: center;
}
.nav-3 a:hover,
.nav-3 .on{
    background: url("../images/li_bg2_h.png") no-repeat;
    color: #7c1a24;
}
.mod-23{
    width: 1124px;
}
.mod-23 ul li{
    float: left;
    width: 265px;
    height: 231px;
    margin: 0 8px;
    display: inline;
}
.mod-23 ul li .img{
    width: 235px;
    height: 151px;
    padding: 5px 15px 17px 15px;
    background: url("../images/img_bg2.png") no-repeat;
}
.mod-23 ul li .img img{
    display: block;
    width: 235px;
    height: 151px;
}
.mod-23 ul li p{
    line-height: 44px;
    font-size: 18px;
    color: #393939;
    text-align: center;
}
.mod-23 ul li p a{
    color: #393939;
}
.mod-23 ul li p a:hover{
    color: #851220;
}


/*在线展厅-1-0展厅首页-展览*/
.mod-24 a{
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 7px;
    background: #7c1a24;
    border-radius: 5px;
    font-size: 16px;
    color: #cba756;
    text-align: center;
}
.mod-24 a.hover{
    background:#cba756;
    color:#7c1a24;
}
.sucai{
    height: 600px;
    overflow-x: hidden;
    word-break: normal;
    word-break: break-all;
}
.mod-25{
    line-height: 32px;
    font-size: 16px;
    color: #484848;
}
.mod-25 .map{
    width: 848px;
    height: 348px;
    border: 1px solid #ececec;
}


/*在线展厅-1-2展厅首页-艺术家简介*/
.mod-26{
    width: 250px;
    height: 375px;
}
.mod-26 img{
    display: block;

}


/*在线展厅-2展厅介绍*/
.tit-5{
    padding-bottom: 20px;
    line-height: 32px;
    background: url("../images/tit_bg6.jpg") center bottom no-repeat;
    font-size: 18px;
    color: #7c1a24;
}


/*联系我们*/
.tit-6{
    line-height: 1.8;
    padding-bottom: 15px;
    border-bottom: 1px solid #cab6a0;
    font-size: 24px;
    color: #000;
}
.mod-27 .tit{
    height: 44px;
    line-height: 44px;
    padding-right: 10px;
    border-bottom: 1px dashed #cbb7a1;
    color: #4d4d4d;
}
.mod-27 .tit .a-1{
    float: left;
    padding-left: 26px;
    background: url("../images/li_bg3.png") 10px center no-repeat;
    font-size: 16px;
    color: #362e1b;
}
.mod-27 .tit .a-2{
    float: right;
    width: 80px;
    background: url("../images/a_bg1.png") right center no-repeat;
    font-size: 14px;
    color: #c6a453;
    text-align: right;
}
.mod-27 .tit.on{
    background: #e5c988;
    border-bottom: 1px solid #e5c988;
}
.mod-27 .tit.on .a-1{
    color: #000;
}
.mod-27 .tit.on .a-2{
    background: url("../images/a_bg1_h.png") right center no-repeat;
    color: #000;
}
.mod-27 .con{
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 26px;
    border-bottom: 1px dashed #cbb7a1;
    font-size: 16px;
    color: #383838;
    display: none;
}
.mod-28 ul{
    margin-left: -14px;
}
.mod-28 ul li{
    float: left;
    width: 418px;
    height: 100px;
    vertical-align: bottom;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 14px;
    display: inline;
    border-bottom: 1px dashed #bdb1a5;
}
.mod-28 ul li .img{
    width: 150px;
    height: 100px;
}
.mod-28 ul li .img img{
    display: block;
    width: 150px;
    height: 100px;
}
.mod-28 ul li .text{
    width: 255px;
    line-height: 18px;
    color: #7f7e7e;
}
.mod-28 ul li .text .a-1{
    font-size: 16px;
    color: #000;
}
.mod-28 ul li .text .date{
    color: #acacac;
}
.mod-28 ul li .text .a-2{
    color: #7c1a24;
}
.mod-28 ul li.on .text{
    color: #851220;
}
.mod-28 ul li.on .text .a-1{
    color: #851220;
}
.mod-28 ul li.on .text .date{
    color: #851220;
}


/*艺术专题*/
.mod-29 ul li{
    vertical-align: bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #bbafa1;
}
.mod-29 ul li .img{
    width: 248px;
    height: 167px;
}
.mod-29 ul li .img img{
    display: block;
    width: 248px;
    height: 167px;
}
.mod-29 ul li .text{
    width: 920px;
    line-height: 28px;
    font-size: 14px;
    color: #7f7e7e;
}
.mod-29 ul li .text .c-1{
    height: 127px;
    padding-top: 5px;
}
.mod-29 ul li .text .a-1{
    float: left;
    font-size: 20px;
    color: #000;
}
.mod-29 ul li .text .other{
    float: right;
    color: #cdaa57;
}
.mod-29 ul li .text .other .time{
    padding-left: 25px;
    background: url("../images/img-03.png") no-repeat left center;
    color: #cdaa57;
}
.mod-29 ul li .text .other .collect{
    color: #cdaa57;
}
.mod-29 ul li .text .more{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #7c1a24;
    color: #fff;
    text-align: center;
}
.mod-29 ul li.on .text{
    color: #851220;
}
.mod-29 ul li.on .text .a-1{
    color: #851220;
}


/*艺术专题-专题*/
.mod-30{
    width: 420px;
    height: 315px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mod-30 .hd{
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 4;
}
.mod-30 .hd ul{
    float: left;
    overflow: hidden;
    zoom: 1;
}
.mod-30 .hd ul li{
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    display: inline;
    background: url("../images/dian_1.png") no-repeat;
    cursor: pointer;
}
.mod-30 .hd ul li.on{
    background: url("../images/dian_1h.png") no-repeat;
}
.mod-30 .bd{
    height: 100%;
    position: relative;
    z-index: 0;
}
.mod-30 .bd ul li{
    height: 315px;
    position: relative;
}
.mod-30 .bd ul li a img{
    display: block;
    width: 420px;
    height: 315px;
}
.mod-30 .bd ul li .text{
    height: 45px;
    line-height: 45px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 16px;
    color: #eee1c2;
    text-indent: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-31 .img{
    width: 420px;
    height: 80px;
}
.mod-31 .img img{
    display: block;
    width: 420px;
    height: 80px;
}
.mod-31 .text{
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
    line-height: 24px;
    background: #f9f0e5;
    font-size: 14px;
    color: #282828;
}
.mod-31 .title{
    height: 49px;
    line-height: 49px;
    background: url("../images/tit_bg7.jpg") no-repeat;
    font-size: 18px;
    color: #7c1a24;
}
.mod-32{
    line-height: 24px;
    font-size: 14px;
    color: #5c5959;
}
.mod-32 a{
    color: #7c1a24;
}
.mod-32 img{
    display: block;
    width: 116px;
    height: 143px;
}
.mod-33{
    width: 590px;
    height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mod-33 .hd{
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 4;
}
.mod-33 .hd ul{
    float: left;
    overflow: hidden;
    zoom: 1;
}
.mod-33 .hd ul li{
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    display: inline;
    background: url("../images/dian_1.png") no-repeat;
    cursor: pointer;
}
.mod-33 .hd ul li.on{
    background: url("../images/dian_1h.png") no-repeat;
}
.mod-33 .bd{
    height: 100%;
    position: relative;
    z-index: 0;
}
.mod-33 .bd ul li{
    height: 340px;
    position: relative;
}
.mod-33 .bd ul li a img{
    display: block;
    width: 590px;
    height: 340px;
}
.mod-33 .bd ul li .text{
    height: 45px;
    line-height: 45px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 16px;
    color: #eee1c2;
    text-indent: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-34{
    line-height: 28px;
    font-size: 14px;
    color: #5c5959;
}
.mod-34 a{
    color: #7c1a24;
}
.mod-35 ul{
    margin-left: -25px;
}
.mod-35 ul li{
    float: left;
    width: 220px;
    height: 182px;
    margin-bottom: 20px;
    margin-left: 25px;
    display: inline;
    position: relative;
}
.mod-35 ul li img{
    display: block;

}
.mod-35 ul li p{
    height: 45px;
    line-height: 45px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 14px;
    color: #e2a66d;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-35 ul li .pf-tb{
    width: 58px;
    height: 58px;
    background: url("../images/tb_4.png") no-repeat;
    position: absolute;
    top: 47px;
    left: 81px;
}
.mod-36{
    width: 1200px;
    height: 326px;
    position: relative;
    overflow: hidden;
}
.mod-36 ul li{
    float: left;
    width: 220px;
    height: 326px;
    margin-right: 25px;
    display: inline;
}
.mod-36 ul li a{
    display: block;
    color: #252525;
}
.mod-36 ul li a:hover{
    color: #851220;
}
.mod-36 ul li img{
    display: block;

}
.mod-36 ul li p{
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    text-align: center;
}
.mod-37 ul{
    margin-left: -30px;
}
.mod-37 ul li{
    float: left;
    width: 585px;
    height: 80px;
    line-height: 22px;
    margin-bottom: 15px;
    margin-left: 30px;
    display: inline;
    border-bottom: 1px solid #ccb8a2;
    color: #7f7e7e;
}
.mod-37 ul li .a-1{
    font-size: 16px;
    color: #000;
}
.mod-37 ul li .date{
    color: #acacac;
}
.mod-37 ul li .a-2{
    color: #7c1a24;
}
.mod-37 ul li.on{
    color: #851220;
}
.mod-37 ul li.on .a-1{
    color: #851220;
}
.mod-37 ul li.on .date{
    color: #851220;
}
.mod-38 ul{
    margin-left: -42px;
}
.mod-38 ul li{
    float: left;
    width: 165px;
    margin-left: 42px;
    display: inline;
    font-size: 16px;
}
.mod-38 ul li a{
    display: block;
    color: #5a5752;
}
.mod-38 ul li a img{
    display: block;
    width: 165px;
    height: 203px;
}
.mod-38 ul li a p{
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.mod-38 ul li a:hover{
    color: #851220;
}
.mod-39 ul{
    margin-left: -30px;
}
.mod-39 ul li{
    float: left;
    width: 585px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
    display: inline;
    border-bottom: 1px solid #ccb8a2;
}
.mod-39 ul li .img{
    width: 100px;
    height: 67px;
}
.mod-39 ul li .img img{
    display: block;
    width: 100px;
    height: 67px;
}
.mod-39 ul li .text{
    width: 470px;
    line-height: 20px;
    color: #7f7e7e;
}
.mod-39 ul li .text .a-1{
    font-size: 16px;
    color: #000;
}
.mod-39 ul li .text .date{
    color: #acacac;
}
.mod-39 ul li .text .a-2{
    color: #7c1a24;
}
.mod-39 ul li.on .text{
    color: #851220;
}
.mod-39 ul li.on .text .a-1{
    color: #851220;
}
.mod-39 ul li.on .text .date{
    color: #851220;
}


/*荣宝精品*/
.mod-40{
    line-height: 18px;
    color: #7c1a24;
}
.mod-41{
    padding-right: 20px;
    padding-left: 20px;
    background: #d7bda4;
    border-radius: 5px;
}
.mod-41 ul li{
    line-height: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: bottom;
    font-size: 16px;
}
.mod-41 ul li .name{
    width: 57px;
    color: #7c1a24;
}
.mod-41 ul li .content{
    width: 1103px;
}
.mod-41 ul li .content .a-1{
    display: inline-block;
    padding: 0 6px;
    height: 25px;
    margin-right: 20px;
    margin-bottom: 1px;
    color: #161616;
}
.mod-41 ul li .content .a-1.on{
    background: #7c1a24;
    color: #fff;
}
.mod-42{
    line-height: 35px;
    font-size: 14px;
    color: #7c1a24;
}
.xlk-1{
    width: 98px;
}
.select .ui-select-wrap{
    height: 33px;
    line-height: 33px;
    background: #f8eee5;
    border: 1px solid #d8bfa6;
    border-radius: 0;
}
.select .ui-select-wrap>select{
    height: 33px;
}
.select .ui-input{
    height: 33px;
    line-height: 33px;
    vertical-align: top;
}
.select .ui-select-input{
    font-size: 14px;
}
.select .ui-select-list{
    background-color: #f8eee5;
    border: 1px solid #b3b3b3;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
    top: 33px;
}
.select .ui-select-list li{
    margin-bottom: 0;
}
.select .ui-select-arrow{
    width: 25px;
    height: 33px;
    background: url("../images/xlk_bg1.jpg") no-repeat;
    border: none;
    border-radius: 0 3px 3px 0;
    top: 0;
    right: 0;
}
.search-2{
    width: 418px;
    height: 33px;
    background: #f8eee5;
    border: 1px solid #d8bfa6;
}
.ssk-3{
    width: 310px;
    height: 31px;
    line-height: 31px;
    background: none;
    border: none;
    text-indent: 15px;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
.input-3{
    width: 100px;
    height: 33px;
    line-height: 33px;
    background: #7c1a24;
    border: none;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    color: #d6bda3;
}
.mod-43 ul{
    margin-left: -26px;
}
.mod-43 ul li{
    float: left;
    width: 280px;
    height: 230px;
    margin-bottom: 20px;
    margin-left: 26px;
    position: relative;
}
.mod-43 ul li img{
    display: block;

}
.mod-43 ul li p{
    height: 45px;
    line-height: 45px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 14px;
    color: #e2a66d;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}


/*荣宝斋珍藏-荣宝珍藏展-详情页*/
.mod-44{
    width: 800px;
    height: 806px;
}
.mod-44 .picbox{
    width: 800px;
    height: 654px;
}
.mod-44 .picbox .z_1{
    width: 800px;
    height: 654px;
    overflow: hidden;
    position: relative;
}
.mod-44 .picbox .z_1 li .img{
    width: 800px;
    height: 654px;
    position: relative;
    overflow: hidden;
}
.mod-44 .picbox .z_1 li .img img{
    display: block;
}
.mod-44 .picbox .z_1 li .img p{
    height: 60px;
    line-height: 60px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 18px;
    color: #e2a66d;
    text-indent: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-44 .hidden{
    display: none;
}
.mod-44 .listbox{
    width: 770px;
    height: 108px;
    padding: 12px 15px;
    background: #dbc39b;
    border-radius: 5px;
}
.mod-44 .listbox .z_2{
    width: 730px;
}
.mod-44 .listbox .z_2 li {
    height: 108px;
    line-height: 108px;
    text-align: center;
    width:146px;
    *line-height:108px;
    *font-size:108px;
    *zoom:1;
}
.mod-44 .listbox .z_2 img{

    max-width: 130px;
    max-height: 108px;
    margin: 0 8px;
    cursor: pointer;
    vertical-align: middle;
}
.mod-44 .listbox .z_2 img.active{
    max-width: 124px;
    max-height: 102px;
    border: 3px solid #750d10;
}
.mod-44 #btnPrev{
    float: left;
    margin-top: 39px;
    margin-right: 3px;
    display: inline;
    cursor: pointer;
}
.mod-44 #btnNext{
    float: right;
    margin-top: 39px;
    cursor: pointer;
}


/*主营业务*/
.mod-45 .img{
    overflow: hidden;
    position: relative;
}
.mod-45 .img .sp-1 img{
    -webkit-transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
}
.mod-45 .img:hover .text-1{
    color: #fff;
    background: url("../images/pf_bg4.png") repeat;

}
.mod-45 .img:hover .sp-1 img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.mod-45 .img.on .text-2 a{
    color: #fff;
}
.mod-45 .img.on .text-2 a .sp-3{
    color: #fff;
}
.mod-45 .img .text-1{
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 24px;
    color: #cdaa57;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-45 .img .text-2{
    background: url("../images/pf_bg4.png") repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-45 .img .text-2 a{
    display: block;
    height: 190px;
    line-height: 32px;
    margin-top: -95px;
    font-size: 18px;
    color: #9b5b3b;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.mod-45 .img .text-2 a .icon{
    display: block;
    width: 120px;
    height: 99px;
    margin-bottom: 25px;
}
.mod-45 .img .text-2 a .sp-2{
    display: block;
}
.mod-45 .img .text-2 a .sp-3{
    display: block;
    color: #cdaa57;
}
.mod-45 .img.img-1{
    width: 580px;
    height: 580px;
}
.mod-45 .img.img-1 .sp-1 img{
    display: block;
    width: 580px;
    height: 580px;
}
.mod-45 .img.img-2{
    width: 280px;
    height: 280px;
}
.mod-45 .img.img-2 .sp-1 img{
    display: block;
    width: 280px;
    height: 280px;
}
.mod-45 .img.img-3{
    width: 590px;
    height: 270px;
}
.mod-45 .img.img-3 .sp-1 img{
    display: block;
    width: 590px;
    height: 270px;
}
.mod-45 .img.img-4{
    width: 380px;
    height: 280px;
}
.mod-45 .img.img-4 .sp-1 img{
    display: block;
    width: 380px;
    height: 280px;
}
.mod-45 .img.img-5{
    width: 790px;
    height: 590px;
}
.mod-45 .img.img-5 .sp-1 img{
    display: block;
    width: 790px;
    height: 590px;
}
.mod-45 .img.img-6{
    width: 790px;
    height: 280px;
}
.mod-45 .img.img-6 .sp-1 img{
    display: block;
    width: 790px;
    height: 280px;
}


/*主营业务-书刊出版-荣宝斋出版社*/
.slide-3{
    width: 390px;
    height: 260px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slide-3 .hd{
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    bottom: 15px;
    z-index: 4;
}
.slide-3 .hd ul{
    float: left;
    overflow: hidden;
    zoom: 1;
}
.slide-3 .hd ul li{
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    display: inline;
    background: url("../images/dian_1.png") no-repeat;
    cursor: pointer;
}
.slide-3 .hd ul li.on{
    background: url("../images/dian_1h.png") no-repeat;
}
.slide-3 .bd{
    height: 100%;
    position: relative;
    z-index: 0;
}
.slide-3 .bd ul li{
    height: 260px;
    position: relative;
}
.slide-3 .bd ul li a img{
    display: block;
    width: 390px;
    height: 260px;
}
.slide-3 .bd ul li .text{
    height: 45px;
    line-height: 45px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 16px;
    color: #eee1c2;
    text-indent: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}


/*主营业务-书刊出版-荣宝斋出版社*/
.mod-46{
    line-height: 30px;
    font-size: 14px;
    color: #5c5959;
    text-indent: 28px;
}
.mod-47 .title{
    line-height: 28px;
    position: absolute;
    top: -70px;
    left: 0;
}
.mod-47 .title .tabs-tit{
    float: left;
    padding-right: 40px;
    margin-right: 29px;
    display: inline;
    background: url("../images/li_bg4.png") right center no-repeat;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}
.mod-47 .title .tabs-tit.selected{
    background: url("../images/li_bg4_h.png") right center no-repeat;
    color: #7c1a24;
}
.mod-47 .content ul{
    margin-left: -18px;
}
.mod-47 .content ul li{
    float: left;
    width: 155px;
    height: 255px;
    margin-left: 18px;
    display: inline;
}
.mod-47 .content ul li img{
    display: block;
    width: 155px;
    height: 194px;
}
.mod-47 .content ul li p{
    line-height: 28px;
    font-size: 14px;
    color: #5a5752;
    text-align: center;
}
.mod-47 .content .more{
    line-height: 28px;
    color: #7c1a24;
    position: absolute;
    top: -70px;
    right: 0;
}
.mod-48 ul{
    margin-left: -20px;
}
.mod-48 ul li{
    float: left;
    width: 130px;
    height: 225px;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    display: inline;
    background: #ece0d3;
}
.mod-48 ul li img{
    display: block;
    width: 130px;
    height: 163px;
    margin-bottom: 10px;
}
.mod-48 ul li p{
    line-height: 20px;
    color: #5a5752;
    text-align: center;
}
.mod-49{
    width: 849px;
    height: 308px;
    position: relative;
    overflow: hidden;
}
.mod-49 ul li{
    float: left;
    width: 195px;
    height: 308px;
    margin-right: 23px;
    display: inline;
}
.mod-49 ul li a{
    display: block;
    color: #5a5752;
}
.mod-49 ul li a:hover{
    color: #851220;
}
.mod-49 ul li img{
    display: block;
    width: 195px;
    height: 240px;
}
.mod-49 ul li p{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}


/*主营业务-书刊出版-荣宝斋出版社-期刊-详情页*/
.block-08{
    background: #eaded1;
}
.mod-50{
    padding-left: 130px;
    padding-right: 25px;
    line-height: 26px;
    vertical-align: bottom;
    font-size: 14px;
    color: #cdaa57;
}
.mod-50 a{
    font-size: 22px;
    color: #7c1a24;
}
.mod-51{
    width: 850px;
    height: 688px;
}
.mod-51 .picbox{
    width: 400px;
    height: 490px;
}
.mod-51 .picbox .z_1{
    width: 400px;
    height: 490px;
    position: relative;
}
.mod-51 .picbox .z_1 li .img{
    width: 400px;
    height: 490px;
    position: relative;
    overflow: hidden;
}
.mod-51 .picbox .z_1 li .img img{
    display: block;
    width: 400px;
    height: 490px;
}
.mod-51 .picbox .z_1 li .img p{
    height: 60px;
    line-height: 60px;
    background: url("../images/pf_bg1.png") repeat;
    font-size: 18px;
    color: #e2a66d;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-51 .hidden{
    display: none;
}
.mod-51 .listbox{
    width: 670px;
    height: 123px;
    padding: 25px 90px;
    background: #dfcdb8;
}
.mod-51 .listbox .z_2{
    width: 600px;
}
.mod-51 .listbox .z_2 img{
    display: block;
    width: 100px;
    height: 123px;
    margin: 0 10px;
    cursor: pointer;
}
.mod-51 #btnPrev{
    float: left;
    margin-top: 45px;
    margin-right: 18px;
    display: inline;
    cursor: pointer;
}
.mod-51 #btnNext{
    float: right;
    margin-top: 45px;
    cursor: pointer;
}
.mod-51 .CursorL{
    width: 45px;
    height: 89px;
    background: url("../images/jt_4l.png") no-repeat;
    cursor: pointer;
    position: absolute;
    top: 224px;
    left: -144px;
    z-index: 999;
}
.mod-51 .CursorL:hover{
    background: url("../images/jt_4l_h.png") no-repeat;
}
.mod-51 .CursorR{
    width: 45px;
    height: 89px;
    background: url("../images/jt_4r.png") no-repeat;
    cursor: pointer;
    position: absolute;
    top: 224px;
    right: -144px;
    z-index: 999;
}
.mod-51 .CursorR:hover{
    background: url("../images/jt_4r_h.png") no-repeat;
}


/*艺术家-艺术家个人首页-相册*/
.mod-52 ul{
    margin-left: -33px;
}
.mod-52 ul li{
    float: left;
    width: 205px;
    height: 200px;
    margin-left: 33px;
}
.mod-52 ul li a{
    display: block;
    font-size: 16px;
    color: #5b5959;
}
.mod-52 ul li a img{
    display: block;

}
.mod-52 ul li a p{
    line-height: 60px;
    text-align: center;
}


/*在线展厅-展厅首页-作品赏析*/
.mod-53{
    width: 1124px;
}
.mod-53 ul li{
    float: left;
    width: 230px;
    height: 247px;
    margin: 0 20px;
    display: inline;
}
.mod-53 ul li .img{
    width: 230px;
    height: 187px;
    background: #fff;
}
.mod-53 ul li .img img{
    display: block;

}
.mod-53 ul li p{
    line-height: 28px;
    font-size: 14px;
    color: #484848;
    text-align: center;
}
.mod-53 ul li p a{
    color: #484848;
}
.mod-53 ul li p a:hover{
    color: #851220;
}



/*light writen*/
.jt1{width:45px;height:89px;top:265px;z-index:11111;cursor:pointer;}
.jt1l{left:30px;background:url(../images/light_zuojian1.png);}
.jt1r{right:30px;background:url(../images/light_youjian1.png);}
.jt2{width:17px;height:33px;bottom:55px;z-index:11111;cursor:pointer;}
.jt2l{left:50px;background:url(../images/light_zuojian2.png);}
.jt2r{right:50px;background:url(../images/ight_youjian2.png);}


.light_tc{width:100%;height:1000000px;background:url(../images/light_hsbtm.png);position: fixed;top:0px;left:0px;z-index:1111111;}
.light_tc1{width:1000px;height:824px;position: fixed;top:50%;left:50%;margin-top: -412px;margin-left: -500px;z-index:1111112;background:url(../images/light_bg1.png);}
.light_datu{
    width:750px;
    height:612px;
    line-height: 612px;
    margin:30px auto 0px;
    text-align: center;
    *font-size:612px;
    *zoom:1;
}
.light_datu img {
    vertical-align: middle;
    max-width:750px;
    max-height:612px;
}
.light_tc,.light_tc1{display: none;}
.light_div1{top:0px;left:0px;width:750px;height:612px; line-height: 612px; display: none;}
.light_div1 span{bottom:0px;left:0px;width:710px;padding:0px 20px;height:60px;line-height:60px;background:url(../images/light_hsbtm2.png);color:#fff;font-size:18px;}
.light_div2 img.light_tp1{
    max-width:120px;
    max-height:100px;
    vertical-align: middle;
    display: inline;
}
.light_div2{
    width:120px;
    height:100px;
    padding-top: 8px;
    cursor:pointer;
    margin-right: 16px;
    line-height: 100px;
    text-align: center;
    *font-size:100px;
    *zoom:1;

}
.xztp{top:0px;left:0px;display: none;}
.light_xtu{width:800px;margin:0px auto;overflow: hidden;margin-top: 50px;}
.light_xtu1 div.on img{display: block;}
.light_xtu1 div.on img.light_tp1{
    max-width:120px;
    max-height:100px;
    vertical-align: middle;
    display: inline;
}




/********************************** L.专属 ************************************************/

/*bread-crumbs*/
.bread-crumbs {
    background: url("../images/img-01.png") repeat-x;
    height: 35px;
    line-height: 35px;
}
.bread-crumbs.bread-crumbs-02 {
    background: url("../images/img-02.png") no-repeat 0 18px;
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
}
.bread-crumbs .b-wrap {
    background: url("../images/img-02.png") no-repeat 15px 10px;
    padding-left: 35px;
}
.bread-crumbs,
.bread-crumbs a {
    color: #bfa66b;
    font-size: 14px;
}
.bread-crumbs span {
    color: #9b7a2b;
}

/*page*/
.page {
    padding: 35px 0;
    color: #222222;
}
.page a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #7c1a24;
    padding: 0 11px;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 3px;
}
.page .page-num-current{
    background: none;
    color:black;
}
.page .page-num-current:hover{
    background: none;
}
.page a:hover,
.page a.current {
    background: #cdaa57;
}
.page span {
    margin: 0 5px;
}

/*list-group*/
.list-group-01 li {
    overflow: hidden;
    vertical-align: bottom;
    border-bottom: 1px dotted #bdb2a5;
}

.list-group-01 li .title a {
    font-size: 18px;
    color: #000000;
}
.list-group-01 li .describe {
    color: #7f7e7e;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.list-group-01 li .other {
    font-size: 14px;
}
.list-group-01 li .time {
    background: url("../images/img-03.png") no-repeat left center;
    padding-left: 25px;
    color: #cdaa57;
}
.list-group-01 li .collect {
    color: #cdaa57;
    line-height: 14px;

}


.list-group-01 li .pic img {
    display: block;

}

.list-group-01 li.top-s {
    padding-bottom: 20px;
}

.list-group-01 li.top-s .pic {
    width: 400px;
    float: left;
}
.list-group-01 li.top-s .cont {
    width: 430px;
    float: right;
}

.list-group-01 li.top-s .title a {
    font-size: 22px;
}
.list-group-01 li.top-s .describe {
    line-height: 28px;
    text-indent: 2em;
}

.list-group-01 li.img-s {
    padding: 20px 0;
}
.list-group-01 li.img-s .pic {
    float: left;
    width: 145px;
}
.list-group-01 li.img-s .cont {
    float: right;
    width: 685px;
}

.list-group-01 li.d-s {
    padding: 15px 0;
}

.list-group-01 li.img-s-02 {
    padding: 20px 0;
}
.list-group-01 li.img-s-02 .pic {
    float: left;
    width: 160px;
}
.list-group-01 li.img-s-02 .cont {
    float: right;
    width: 670px;
}

.list-group-01 li.img-s-03 {
    padding: 20px 0;
}
.list-group-01 li.img-s-03 .pic {
    float: left;
    width: 160px;
}
.list-group-01 li.img-s-03 .cont {
    float: right;
    width: 670px;
}
.list-group-01 li.img-s-03 .title {
    font-size: 20px
}
.list-group-01 li.img-s-03 .describe {
    line-height: 24px;
}

.list-group-01 li.hover-s .title a,
.list-group-01 li.hover-s .describe {
    color: #7c1a24;
}

.list-group-01 li.img-s-04 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-group-01 li.img-s-04 .pic {
    float: left;
    width: 300px;
}
.list-group-01 li.img-s-04 .cont {
    float: right;
    width: 530px;
}


.list-group-02 ul {
    margin-left: -20px;
}
.list-group-02 ul li {
    float: left;
    width: 150px;
    margin-left: 20px;
}
.list-group-02 ul li .pic img {
    display: block;
}
.list-group-02 ul li .title a {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    color: #000000;
}

.list-group-03 ul li {
    overflow: hidden;
    vertical-align: bottom;
    padding: 11px 0;
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #c8b4a0;
}
.list-group-03 ul li span {
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 20px;
}
.list-group-03 ul li span.bg-01 {
    background: url("../images/img-10.png") no-repeat;
}
.list-group-03 ul li span.bg-02 {
    background: url("../images/img-11.png") no-repeat;
}
.list-group-03 ul li a {
    color: #000000;
    font-size: 16px
}
.list-group-04 ul {
    margin-left: -20px;
}
.list-group-04 ul li {
    background: url("../images/img-14.png") no-repeat left 15px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #bdb0a2;
    overflow: hidden;
    vertical-align: bottom;
    padding-left: 15px;
    width: 400px;
    font-size: 14px;
    color: #a1a1a1;
    float: left;
    display: inline;
    margin-left: 20px;
}
.list-group-04 ul li a {
    color: #383838;
}

.list-group-05 {
    margin-left: -20px;
}
.list-group-05 li {
    float: left;
    width: 230px;
    height: 243px;
    overflow: hidden;
    vertical-align: bottom;
    display: inline;
    margin-left: 20px;
    background: url("../images/img-29.png") repeat;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}
.list-group-05 li .pic img {
    display: block;

}
.list-group-05 li .title {
    line-height: 28px;
    text-align: center;
    display: block;
    font-size: 14px;
}
.list-group-05 li .title a {
    color: #5b5959;
}

.list-group-06 {
    margin-left: -20px;
}
.list-group-06 li {
    float: left;
    width: 230px;
    height: 338px;
    overflow: hidden;
    vertical-align: bottom;
    display: inline;
    margin-left: 20px;
    background: url("../images/img-29.png") repeat;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}
.list-group-06 li .pic img {
    display: block;
    width: 230px;
    height: 282px;
}
.list-group-06 li .title {
    line-height: 54px;
    text-align: center;
    display: block;
    font-size: 16px;
}
.list-group-06 li .title a {
    color: #5b5959;
}

.list-group-07 {
    margin-left: -23px;
}
.list-group-07 li {
    float: left;
    width: 175px;
    height: 275px;
    overflow: hidden;
    vertical-align: bottom;
    display: inline;
    margin-left: 23px;
    background: url("../images/img-29.png") repeat;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
}
.list-group-07 li .pic img {
    display: block;
}
.list-group-07 li .title {
    line-height: 28px;
    text-align: center;
    display: block;
    font-size: 14px;
}
.list-group-07 li .title a {
    color: #5b5959;
}

.list-group-08 {
    margin-left: -23px;
}
.list-group-08 li {
    float: left;
    width: 175px;
    height: 290px;
    overflow: hidden;
    vertical-align: bottom;
    display: inline;
    margin-left: 23px;
    background: url("../images/img-29.png") repeat;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
}
.list-group-08 li .pic img {
    display: block;
    width: 175px;
    height: 215px;
}
.list-group-08 li .title {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #5a5752;
    line-height: 1.4;
    padding-top: 13px;
}
.list-group-08 li .title a {
    color: #5a5752;
    font-size: 18px;
}

/*nav*/
.side-nav .title img {
    display: block;
}
.side-nav .shuhua{
    background: url("../images/img-93.png") no-repeat center center;
    text-align: center;
    line-height: 1.4;
    color: #7c1a24;
    font-size: 22px;
}
.side-nav .title-02 {
    background: url("../images/img-56.png") no-repeat center center;
    padding: 0 60px;
    line-height: 1.4;
    color: #7c1a24;
    font-size: 22px;
}
.side-nav ul li {
    overflow: hidden;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.side-nav ul li.last {
    margin-bottom: 0;
}
.side-nav ul li > a {
    display: block;
    background: url("../images/img-07.png") no-repeat;
    width: 320px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #cdaa57;
    text-align: center;
}
.side-nav ul li > a:hover,
.side-nav ul li > a.current {
    background: url("../images/img-12.png") no-repeat;
    color: #7c1a24;
}
.side-nav ul li .sub-cont {
    display: none;
}
.side-nav ul li .sub-cont a {
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #d0b182;
    text-align: center;
    color: #be8e3f;
    font-size: 16px;
}
.side-nav ul li .sub-cont a:hover,
.side-nav ul li .sub-cont a.current {
    color: #7c1a24;
}

/**/
.txt-detailed .title {
    border-bottom: 1px solid #cab6a0;
    padding-bottom: 10px;
    text-align: center;
    color: #998d71;
    line-height: 1.8;
}
.txt-detailed .title h1 {
    font-size: 20px;
    color: #000000;
    font-family:'宋体';
    font-weight: bold;
}
.txt-detailed .title img {
    vertical-align: middle;
    margin-top: -3px;
}
.txt-detailed .title span {
    display: inline-block;
    margin: 0 10px;
}
.txt-detailed .main {
    color: #393939;
    line-height: 2;
    font-size: 14px;
    font-family:'宋体';
}
.txt-detailed .main p {
    text-indent: 2em;
}
.txt-detailed .share,
.product-details .share {
    color: #c19c46;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
}
.txt-detailed .share img,
.product-details .share img{
    vertical-align: middle;
}
.txt-detailed .other-page,
.product-details .other-page {
    border-top: 1px solid #cab6a0;
    padding: 10px 0;
    color: #c19c45;
    font-size: 14px;
    line-height: 1.8;
}
.txt-detailed .other-page a,
.product-details .other-page a{
    color: #7c1a24;
}

.txt-contact-us  {
    font-size: 16px;
    color: #393939;
    line-height: 36px;
}


.side-erwm > div {
    width: 145px;
}
.side-erwm img {
    display: block;
}
.side-erwm > div .name {
    line-height: 46px;
    color: #730d10;
    font-size: 14px;
}

/*title*/
.public-title {
    background: url("../images/img-24.png") no-repeat left bottom;
    padding-bottom: 10px;
    line-height: 55px;
}
.public-title .t-l {
    color: #7c1a24;
    font-size: 22px;
}
.public-title .t-l span {
    color: #000000;
}
.public-title .t-r {
    min-width: 95px;
    height: 55px;
    border-bottom: 2px solid #cdaa57;
}
.public-title .t-r a{
    display: inline-block;
    padding-top: 10px;
    line-height: 45px;
    color: #7c1a24;
}

/*marquee-top*/
.marquee-top{
    width:100%;
    overflow:hidden;
    position:relative;
    min-width: 1200px;
    background: url("../images/img-25.png") repeat-x;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
}
.marquee-top .bd{
    width: 1170px;
    min-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: url("../images/img-26.png") no-repeat left 10px;
    padding-left: 30px;
}
.marquee-top .infoList li {
    height:24px;
    line-height:24px;
}
.marquee-top .infoList li,
.marquee-top .infoList li a {
    color: #b1924a;
}

.mt-20 {
    margin-top: -20px;
}


/*search-group*/
.search-group {
    border-top: 1px solid #d1be9a;
    border-bottom: 1px solid #d1be9a;
    padding: 5px 10px;
    background: #e2d2b9;

}
.search-group .inp-s {
    width: 210px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #d1bc97;
    overflow: hidden;
    vertical-align: bottom;
    padding: 0 4px;
}
.search-group .btn-s {
    border: 1px solid #d1bc97;
    width: 58px;
    height: 25px;
    background: #f8f0e4;
    color: #906808;
}
.search-group .tip {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    max-width: 375px;
    color: #808080;
}
.search-group .ui-select-wrap {
    background-color: #ffffff;
    border: 1px solid #d1bc97;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding-right: 15px;
    position: relative;
    vertical-align: top;
    z-index: 8;
    float: left;
    margin-right: 5px;
}
.search-group .ui-select-arrow {
    border-color: #cdaa57 transparent transparent;
}

.search-group .ui-select-input {
    color: #906808;
}
.ui-select-list {
    border: 1px solid #d1bc97;
    border-radius: 3px;
    top: 24px;
    width: 100%;
    z-index: 99;
}

.product-details {
    background: #ebdfcf;
    padding: 20px 30px;
}
.product-details .title {
    height: 60px;
    line-height: 50px;
    border-bottom: 1px solid #e1d0b9;
    font-size: 22px;
    color: #000000;
}
.product-details .go-back {
    color: #6e0d10;
    font-size: 16px;
    text-decoration: underline;
}
.product-details .pic {
    width: 540px;
}
.product-details .pic img {
    display: block;
}
.product-details .product .info {
    color: #000000;
    font-size: 15px;
    line-height: 36px;
}
.product-details .product .info span {
    display: inline-block;
    text-align: right;
    color: #828282;
}
.product-details .product .info-01 {
    width: 550px;
    padding-left: 50px;
}
.product-details .product .info-01 img{
 max-width:100%
}
.product-details .product .info-02 {
    width: 275px;
}
.product-details .product .info-02 span {
    width: 85px;
}
.product-details .product .info-03 {
    width: 575px;
}
.product-details .product .info-03 span {
    width: 117px;
}

.product-details .main {
    background: #e8d9c7;
    padding: 10px 10px 10px 10px;
    line-height: 26px;
    /* padding-left: 95px; */
    color: #000000;
    font-size: 16px;
    text-align: justify;
    min-height: 26px;
}
.product-details .main .tip {
    /* margin-left: -85px; */
    color: #828282;
}
.product-details .main img{
  max-width:100%
}
.product-details .book-info .pic {
    width: 362px;
}

.product-details .book-info .info {
    width: 290px;
    color: #000000;
    font-size: 16px;
    line-height: 36px;
}
.product-details .book-info .info span {
    display: inline-block;
    text-align: right;
    width: 80px;
    color: #828282;
}
.product-details .book-info .info-03 {
    width: 750px;
}


/*advertising*/
.advertising img {
    display: block;
}

/**/
.column-top {
    height: 360px;
    background: #f9f0e5;
    width:1200px;
    overflow:hidden;
    position:relative;
}

.column-banner .hd {
    height:15px;
    overflow:hidden;
    position:absolute;
    right:600px;
    bottom:12px;
    z-index:1;
}
.column-banner .hd ul {
    overflow:hidden;
    zoom:1;
    float:left;
}
.column-banner .hd ul li{
    float:left;
    margin-right:15px;
    width:14px;
    height:14px;
    line-height:14px;
    text-align:center;
    background: url("../images/img-62.png") no-repeat;
    cursor:pointer;
    text-indent: 33em;
}

.column-banner .hd ul li.on{
    background: url("../images/img-63.png") no-repeat;
}

.column-banner .img-s {
    width: 600px;
    position: relative;
}

.column-banner .bd {
    position:relative;
    height:100%;
    z-index:0;
}
.column-banner .bd li {
    zoom:1;
    vertical-align:middle;
}
.column-banner .bd > img {
    width:600px;
    height:360px;
    display:block;
}
.column-banner .bd li .name {
    background: url("../images/img-61.png") repeat-x;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    color: #eee1c2;
    font-size: 16px;
}
.column-top .title {
    background: url("../images/img-24.png") no-repeat left bottom;
    padding-bottom: 10px;
    line-height: 70px;
    height: 72px;
    overflow: hidden;
}
.column-top .title .t-l a {
    color: #7c1a24;
    font-size: 24px;
}
.column-top .title .t-r {
    min-width: 95px;
    height: 70px;
    border-bottom: 2px solid #cdaa57;
}

.column-info {
    width: 550px;
    margin-right: 25px;
    font-size: 14px;
    color: #5c5959;
    line-height: 30px;
}
.column-info p {
    text-indent: 2em;
}
.column-info .tel {
    color: #bf8d50;
    font-size: 20px;
}

.column-top .a-more {
    right: 0;
    bottom: -18px;
}
.column-top .a-more img {
    display: block;
}

.reco-column-01 {
    height: 410px;
    margin-top: -10px;
    z-index: 99;
}
.reco-column-01 .menu {
    background: url("../images/img-65.png") no-repeat left top;
    width: 210px;
    height: 410px;
}
.reco-column-01 .menu ul li {
    margin-bottom: 1px;
}
.reco-column-01 .menu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 16px;
}
.reco-column-01 .menu ul li a:hover,
.reco-column-01 .menu ul li a.current {
    background: url("../images/img-66.png") no-repeat;
}
.reco-column-01 .cont {
    width: 980px;
}
.reco-column-01 .cont > div {
    display: none;
}
.reco-column-01 .cont ul {
    margin-left: -20px;
}
.reco-column-01 .cont ul li {
    float: left;
    display: block;
    width: 230px;
    height: 190px;
    overflow: hidden;
    vertical-align: bottom;
    margin-top: 15px;
    position: relative;
    margin-left: 20px;
}
.reco-column-01 .cont ul li .name {
    background: url("../images/img-61.png") repeat-x;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #e2a66d;
    font-size: 16px;
    text-align: center;
}

.list-group-09 {
    width: 585px;
}
.list-group-09 .ul-01 li.li-s {
    background: url("../images/img-68.png") no-repeat left 13px;
    height: 32px;
    line-height: 32px;
    vertical-align: bottom;
    padding-left: 15px;
}
.list-group-09 .ul-01 li.li-s a {
    color: #383838;
    font-size: 14px;
}
.list-group-09 .ul-01 li.li-s span {
    color: #a1a1a1;
    font-size: 16px;
}
.list-group-09 .ul-01 li.first {
    padding-bottom: 15px;
    border-bottom: 1px solid #cab69f;
}
.list-group-09 .ul-01 li.first .pic {
    width: 200px;
}
.list-group-09 .ul-01 li.first .pic img {
    display: block;
}
.list-group-09 .ul-01 li.first .info {
    width: 365px;
    color: #7f7e7e;
    line-height: 22px;
}
.list-group-09 .a-more {
    color: #7c1a24;
}
.list-group-09 .ul-01 li.first .info .title a {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
}
.list-group-09 .ul-01 li.first .info .date {
    color: #acacac;
}
.list-group-09 .ul-02 li {
    overflow: hidden;
    vertical-align: bottom;
    border-bottom: 1px solid #ccb8a2;
    padding-bottom: 11px;
    margin-bottom: 11px;
    color: #7f7e7e;
    line-height: 22px;
}
.list-group-09 .ul-02 li .title a {
    color: #000000;
    line-height: 1.4;
    font-size: 16px;
}
.list-group-09 .ul-02 li .title .date {
    color: #acacac;
}
.list-group-09 .ul-02 li.img-s {
    padding-left: 115px;
}
.list-group-09 .ul-02 li.img-s .pic {
    margin-left: -115px;
}
.list-group-09 .ul-02 li.img-s .pic img {
    display: block;
    width: 100px;
    height: 67px;
}
.list-group-09 .txt-01 .pic img {
    display: block;
}
.list-group-09 .txt-01 .main {
    font-size: 14px;
    color: #393838;
    line-height: 30px;
    text-indent: 2em;
}

.list-group-10 ul {
    margin-left: -25px;
}
.list-group-10 ul li {
    float: left;
    width: 220px;
    height: 182px;
    overflow: hidden;
    vertical-align: bottom;
    margin: 15px 0 5px 25px;
    position: relative;
}
.list-group-10 ul li img {
    display: block;
}
.list-group-10 ul li .name {
    background: url("../images/img-61.png") repeat-x;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #e2a66d;
    font-size: 16px;
    text-align: center;
}

.list-group-11 ul {
    margin-left: -25px;
}
.list-group-11 ul li {
    float: left;
    width: 220px;
    overflow: hidden;
    vertical-align: bottom;
    margin-left: 25px;
    display: inline;
}
.list-group-11 ul li .pic img {
    display: block;
    width: 220px;
    height: 270px;
}
.list-group-11 ul li .name a {
    height: 60px;
    line-height: 60px;
    color: #252525;
    font-size: 16px;
}
.list-group-12 {
    width: 100%;
}
.list-group-12 ul {
    margin-left: -30px;
}
.list-group-12 ul li {
    float: left;
    margin-left: 30px;
    width: 585px;
}

.banner-01{
    width:1200px;
    height:340px;
    overflow:hidden;
    position:relative;
}
.banner-01 .hd {
    overflow:hidden;
    position:absolute;
    left: 0;
    background: url("../images/img-61.png") repeat-x;
    height: 45px;
    right:5px;
    bottom:0;
    z-index:1;
}
.banner-01 .hd ul{
    overflow:hidden;
    zoom:1;
    text-align: center;
    margin-top: 15px;
}
.banner-01 .hd ul li{
    display: inline-block;
    margin: 0 7px;
    width:14px;
    height:14px;
    line-height:14px;
    text-align:center;
    background:url("../images/img-62.png") no-repeat;
    cursor:pointer;
}
.banner-01 .hd ul li.on{
    background:url("../images/img-63.png") no-repeat;
}
.banner-01 .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.banner-01 .bd li{
    zoom:1;
    vertical-align:middle;
}
.banner-01 .bd img {
    width:1200px;
    height:340px;
    display:block;
}

.txt-mod-01 .title {
    padding: 20px 0;
}
.txt-mod-01 .title img {
    display: block;
}
.txt-mod-01 .main {
    color: #393939;
    font-size: 14px;
    line-height: 24px;
}
.txt-mod-01 .a-more {
    color: #7c1a24;
}

/*放大镜 1*/
.jqzoom{
    float:left;
    position:relative;
    padding:0;
    cursor:pointer;
}

.jqzoom img{
    float:left;
}


div.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0!important;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align: center;
    overflow: hidden;


}

div.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../images/img-83.png) 50% top no-repeat;
}

.sub-menu-02 {
    border-top: 1px solid #d1be9b;
    background: url("../images/img-91.png") repeat-y;
}
.sub-menu-02 .cont {
    padding: 4px 60px 4px 100px;
    line-height: 22px;
    border-bottom: 1px solid #d1be9b;
}
.sub-menu-02 .cont,
.sub-menu-02 .cont a {
    color: #82651f;
}
.sub-menu-02 .cont a {
    display: inline-block;
    margin-right: 25px;
}
.sub-menu-02 .cont a:hover {
    color: #730d10;
    text-decoration: underline;
}
.sub-menu-02 .cont a.hover {
    color: #730d10;
    text-decoration: underline;
}
.sub-menu-02 .cont .c-1 {
    margin-left: -100px;
    width: 80px;
    text-align: center;
    font-size: 14px;
}
.sub-menu-02 .cont .c-2 {
    height: 22px;
    overflow: hidden;
    max-height: 108px;
    overflow-y: auto;
}
.sub-menu-02 .cont .c-3 {
    right: 0;
    top: 5px;
    cursor: pointer;
}
.sub-menu-02 .inp-s {
    width: 210px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d1bc97;
    background: #FFFFFF;
    padding: 0 4px;
}
.sub-menu-02 .btn-s{
    border: 1px solid #d1bc97;
    background: #f8f0e4;
    width: 58px;
    height: 22px;
    color: #906808;
    line-height: 16px;
}
.sub-menu-02 .s-1 {
    color: #808080;
}


/*new add*/
.workHead{position:relative; _zoom:1; width:500px; height:440px; }
.workShow{  display:block;width:500px;position:absolute; left:0px; top:0px;overflow:hidden;}
.workShow .imgWrap{width:500px; height:440px; border:none;position:relative;  _zoom:1; background:none; color:#FFF;}
.workShow .imgWrap .imgCell{width:500px; height:440px;line-height:440px; text-align: center }
.workShow .imgWrap img{max-width:500px; max-height:440px; vertical-align: middle;}
.workShow em {background:url(../images/dianzhen-bg.png) 0 0 repeat; width:100px; height:100px; position:absolute; top:30px; left:0; display:none; font-size:0; line-height:0;}
.workShow .viewBig{ position:absolute; z-index:1; right:0px;bottom:0px; display:block; width:30px; height:30px; overflow:hidden;background:url(../images/zoom.png) 0 0 no-repeat; text-indent:-299px; }
.workShow .viewBig:hover{ background-position:-32px 0px;}
.workHead .zoom_bg{width:500px; height:440px; position:absolute; top:0; left:510px; background:#FFF; overflow:hidden; visibility:hidden; z-index:2;}

.authorInfo{ overflow:hidden;_zoom:1; padding-bottom:30px;}
.workIntro ul{padding-bottom:27px; border-bottom:1px solid #eee; }

.curr .authorInfo .thirdTit{ display:none;}
.curr .message .thirdTit,.curr .workRec .thirdTit{ visibility:hidden; height:18px;}

/*添加多图 2015-08-17*/
.workHead{border:0;}
.workShowDiv{width: 500px; float: left; display: inline;}
.workShow{border: 1px solid #eeeeee;width: 500px;}
.workShowLit{padding-top: 440px;}
.workIntro{border-left: 0;width: 500px;}
.workShowLit li{display: inline;float: left;width: 57px;height: 57px;margin-right: 10px;}
.workShowLit .last{margin-right: 0;}
.workShowLit a{display: block; width: 57px;height: 57px;*float:left; position: relative;}
.workShowLit span{display: table-cell; vertical-align: middle;text-align: center;*display: block;font-size: 57px; line-height: 57px; width: 57px;height: 57px;cursor: pointer;}
.workShowLit b{position: absolute;width: 57px;display: block;height: 57px; background-color: #000; opacity:0.2 ;filter:alpha(opacity=20); left: 0; bottom: 0;}
.workShowLit .current b,.workShowLit a:hover b{background: url(../images/imgcur.gif) no-repeat;height: 60px;opacity:1 ;filter:alpha(opacity=100); }
.workIntro ul,.workBtn{padding-left:20px;padding-right: 20px;}
.consult{margin-left: 20px;margin-right: 20px;}
.workShare{padding-left:20px;padding-right: 20px;}

/*修改相册*/

/* play */
#play{width:640px;text-align:center;position:relative;overflow:hidden;margin:5px auto;}
#play .change_a{
    width:50%;
    height:100%;
    position:absolute;
    top:0;z-index:1;
    cursor:pointer;
    display:block;
    overflow:hidden;
    background:url(about:blank);
}
#play .prev_a{left:0;}
#play .next_a{right:0}
#play .change_a span{
    width:45px;
    height:89px;
    display:block;
    position:absolute;
    top:50%;
    margin-top:-45px;
    display:none;
}
#play .prev_a span{
    background:url(../images/jt_4l.png) no-repeat;
    left:0;
}
#play .prev_a span:hover {
    background:url(../images/jt_4l_h.png) no-repeat;
}
#play .next_a span{
    background:url(../images/jt_4r.png) no-repeat;
    right:0;
}
#play .next_a span:hover{
    background:url(../images/jt_4r_h.png) no-repeat;
    right:0;
}
#play .img_ul{position:relative;z-index:1;}
#play .img_ul li .title {
    position: absolute;
    left: 50%;
    right: 0;
    bottom:0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #e2a56e;
    text-align: center;
    background: rgba(0,0,0,.7);
    width: 400px;
    margin-left: -200px;
}
.img_hd {
    width:100%;
    background-color:#e3ceb8;
    overflow:hidden;
    height:123px;
    padding:25px 0;
    margin-top:25px;
    position:relative;
}
.img_hd .img-cont {
    width: 600px;
    overflow: hidden;
    margin: 0 auto;
    position:relative;
    height: 123px;
}
.img_hd ul{position:absolute;z-index:1}
.img_hd ul li {
    float:left;
    width:100px;
    height:123px;
    cursor:pointer;
    margin:0 10px;
    overflow:hidden;
    *display:inline;
    text-align:center;
    border: 1px solid transparent;
}
.img_hd ul li img {
    height:123px;
    width:100px;
}
.img_hd ul li.on{border-color:rgb(45, 150, 233);}
.img_hd .bottom_a{
    width:17px;
    height:33px;
    position:absolute;
    display:block;
    top:50%;
    margin-top:-17px;
    cursor:pointer;
    z-index:10
}
.img_hd .prev_a{
    background: url("../images/jt_3l.png") no-repeat;
    left:90px;
}
.img_hd .prev_a:hover {
    background: url("../images/jt_1l.png") no-repeat;
}
.img_hd .next_a{
    background: url("../images/jt_3r.png") no-repeat;
    right:90px;
}
.img_hd .next_a:hover {
    background: url("../images/jt_1r.png") no-repeat;
}
/*放大镜2*/
.imgShow {position:relative;_zoom:1; width:500px; height:440px;}
.proBigImg h3{font-size: 22px;font-family: Microsoft Yahei,hei;text-align: center;line-height: 40px;padding:10px 10px 22px;}
.imgCont{ position:absolute; left:0px; width:500px; height:400px; overflow:hidden;}

.imgCont .picCell{width:500px; height:400px; *line-height:400px; *font-size:400px; position:relative;*zoom:1;  overflow:hidden;}

#magnifying2 #smallPic{ position:absolute;}
#magnifying2 #smallPic img {
    max-width:540px;
    max-height:400px;
    vertical-align:middle;
}

#magnifying2 .imgCont .circle{
    position:absolute; left:0;
    top:0; z-index: 1;width:200px;
    height:200px; overflow:hidden;
    border:1px solid #999;-moz-border-radius: 100px;-webkit-border-radius: 100px;
    border-radius: 100%;-moz-box-shadow: 0px 0px 8px #000; -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000; background-repeat:no-repeat;  filter:alpha(opacity=0)\9; opacity:0;
    cursor:none; -moz-user-select:none;}


.mod18{
    visibility: hidden;
    width:1000px;
    height:825px;
    border-radius:5px;
    position:fixed;
    top:50%;
    left: 50%;
    margin: -410px 0 0 -500px;
    z-index: 99999999;
    background: #ededed;
}
.mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 #prev,
.mod18 #next{
    bottom:55px;
    width:17px;
    height:33px;
}
.mod18 .prev{
    left:25px;
    background:url(../images/jt_3l.png) no-repeat;
}
.mod18 .next{
    right:25px;
    background:url(../images/jt_3r.png) no-repeat;
}

.mod18 #prevTop,
.mod18 #nextTop{
    top:260px;
    width:45px;
    height:89px;
}

.mod18 #prevTop{
    background:url(../images/jt_4l.png) 0 0 no-repeat;
}
.mod18 #prevTop:hover {
    background:url(../images/jt_4l_h.png) 0 0 no-repeat;
}
.mod18 #nextTop{
    background:url(../images/jt_4r.png) 0 0 no-repeat;
}
.mod18 #nextTop:hover {
    background:url(../images/jt_4r_h.png) 0 0 no-repeat;
}

.mod18 li{float:left;}
.mod18 .cf li{
    position:relative;
    color:#fff;
}
.mod18 .cf a {
    display:block;
    width:750px;
    height:615px;
    line-height: 615px;
    position:absolute;
    color:#fff;
    text-align: center;
    *font-size:615px;
    *zoom:1;
}
.mod18 .cf a img {
    vertical-align: middle;
    max-width:750px;
    max-height:580px;
    box-shadow: 0 0 18px #999;
}
.mod18 .cf li span{
    display:block;
    width:100%;
    position:absolute;
    left:0;
    bottom:-30px;
    height: 60px;
    line-height: 30px;
    background: #c9caca;
    font-size: 14px;
    color:#000;
    text-align: center;


}
.mod18 .picBox{
    width:750px;
    height:675px;
    padding-left:125px;
    padding-right:125px;
    position:relative;
    overflow:hidden;
    background:#dcdedd;
    /*padding-top:30px;*/
}
.mod18 .picBox ul{
    height:645px;
    position:absolute;
    left:0;
}
.mod18 .picBox li{
    width:750px;
    height:645px;
    padding-left:125px;
    padding-right:125px;
}
.mod18 .listBox{
    width:800px;
    height:110px;
    left:100px;
    position:absolute;
    padding-top:15px;
    overflow:hidden;
    bottom: 25px;

    border-top: 1px dashed #e7e7e7;
}
.mod18 .listBox ul{
    height:88px;
    position:absolute;
}
.mod18 .listBox li{
    width:120px;
    height:100px;
    cursor:pointer;
    position:relative;
    padding:8px 16px 0 0;
    text-align: center;
    line-height: 100px;
}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{
    display:block;
    width:108px;
    height:100px;
}
.mod18 .listBox img{
    /*border:3px solid #fff;*/
    vertical-align: middle;
    max-width:120px;
    max-height:100px;
}
.mod18 .listBox .on img{
    /*border:3px solid #d9c39c;*/


}
.mod18 .listBox .on{background:url(../images/light_tpxz.png) top left no-repeat;}
.mod18 .listBox .on i{display:block;}
/*边框*/
.txt-detailed {
    border: 1px solid #cab6a0;
    padding: 25px;
}

/*new-add*/
.new-photo-album {
    width: 920px;
    height: 823px;
    background: #dbc39b;
}

.new-photo-album #play {
    width:800px;
    height: 655px;
    line-height: 655px;
    *zoom: 1;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin:15px auto;
}
.new-photo-album #play .change_a {
    width:50%;
    height:100%;
    position:absolute;
    top:0;z-index:1;
    cursor:pointer;
    display:block;
    overflow:hidden;
    background:url(about:blank);
}
.new-photo-album #play .prev_a{left:0;}
.new-photo-album #play .next_a{right:0}
.new-photo-album #play .change_a span{
    width:45px;
    height:89px;
    display:block;
    position:absolute;
    top:50%;
    margin-top:-45px;
    display:none;
}
.new-photo-album #play .prev_a span{
    background:url(../images/jt_4l.png) no-repeat;
    left:0;
}
.new-photo-album #play .prev_a span:hover {
    background:url(../images/jt_4l_h.png) no-repeat;
}
.new-photo-album #play .next_a span{
    background:url(../images/jt_4r.png) no-repeat;
    right:0;
}
.new-photo-album #play .next_a span:hover{
    background:url(../images/jt_4r_h.png) no-repeat;
    right:0;
}


.new-photo-album #play .img_ul{
    position:relative;
    z-index:1;
}
.new-photo-album #play .img_ul li .img_a img {
    vertical-align: middle;
    max-width:800px;
    max-height: 655px;
}

.new-photo-album #play .img_ul li .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    margin-left: 0;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #e2a56e;
    text-align: left;
    background: rgba(0,0,0,.7);
    width: 770px;

}


.new-photo-album .img_hd {
    width:100%;
    background-color:#d2b378;
    border-top:1px dashed #cba866;
    border-bottom:1px dashed #cba866;
    overflow:hidden;
    height:102px;
    padding:15px 0;
    position:relative;
    margin-top: 0;
}
.new-photo-album .img_hd .img-cont {
    width: 810px;
    overflow: hidden;
    margin: 0 auto;
    position:relative;
    height: 102px;
}
.new-photo-album .img_hd ul{position:absolute;z-index:1}
.new-photo-album .img_hd ul li {
    float:left;
    width:120px;
    height:100px;
    line-height: 100px;
    cursor:pointer;
    margin:0 7px;
    overflow:hidden;
    *display:inline;
    text-align:center;
    border: 1px solid transparent;
}
.new-photo-album .img_hd ul li img {
    width: auto;
    height: auto;
    max-width:120px;
    max-height:100px;
    vertical-align: middle;
}
.new-photo-album .img_hd ul li.on{border-color:rgb(45, 150, 233);}
.new-photo-album .img_hd .bottom_a {
    width:17px;
    height:33px;
    position:absolute;
    display:block;
    top:50%;
    margin-top:-17px;
    cursor:pointer;
    z-index:10
}
.new-photo-album .img_hd .prev_a{
    background: url("../images/jt_3l.png") no-repeat;
    left:25px;
}
.new-photo-album .img_hd .prev_a:hover {
    background: url("../images/jt_1l.png") no-repeat;
}
.new-photo-album .img_hd .next_a{
    background: url("../images/jt_3r.png") no-repeat;
    right:25px;
}
.new-photo-album .img_hd .next_a:hover {
    background: url("../images/jt_1r.png") no-repeat;
}


.new-photo-album-02 {
    width: 800px;
    height: 806px;
    background: none;
    margin-bottom: 20px;
}


.new-photo-album-02 .img_hd {
    width:100%;
    background-color:#dbc39b;
    border-radius: 5px;
    overflow:hidden;
    height:110px;
    padding:10px 0;
    position:relative;
    margin-top: 20px;
}
.new-photo-album-02 .img_hd .img-cont {
    width: 715px;
    overflow: hidden;
    margin: 0 auto;
    position:relative;
    height: 110px;
}
.new-photo-album-02 .img_hd ul{position:absolute;z-index:1}
.new-photo-album-02 .img_hd ul li {
    float:left;
    width:124px;
    height:102px;
    line-height: 102px;
    cursor:pointer;
    margin:0 6px;
    overflow:hidden;
    *display:inline;
    text-align:center;
    border: 3px solid transparent;
}
.new-photo-album-02 .img_hd ul li img {
    width: auto;
    height: auto;
    max-width:124px;
    max-height:102px;
    vertical-align: middle;
}
.new-photo-album-02 .img_hd ul li.on{border-color:rgb(122, 22, 23);}

.new-photo-album-02 .img_hd .prev_a{
    left:15px;
}

.new-photo-album-02 .img_hd .next_a{
    right:15px;
}

/*new soso*/
.search-w {
    position: absolute;
    height: 1px;
    top: 110px;
    z-index: 9;
    left: 50%;
    margin-left: -600px;
}
.search-w .input-1 {
    background: url("../images/input_1.jpg") no-repeat;
    -webkit-appearance: none;
    border-radius:0;
    padding:0;
}

.search-w2 {
    position: absolute;
    height: 1px;
    top:76px;
    z-index: 9;
    left: 50%;
    margin-left: -600px;
}
.search-w2 .input-1 {
    background: url("../images/input_2.jpg") no-repeat;
}



/*new add*/
.web-map .map-tit {
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    color: #000000;
}

.map-01 {
    border: 1px solid #cab6a0;
}
.map-01 .tit-01 {
    background: url("../images/m-01.png") no-repeat 11px 15px #e4cfa6;
    padding-left: 28px;
    font-size: 18px;
    color: #6a4a00;
    height: 38px;
    line-height: 38px;
}
.map-01 .tit-01 a{
    color: #6a4a00;
}
.map-01 .tit-02 {
    background: url("../images/m-02.png") no-repeat 11px 15px #e4cfa6;
    padding-left: 28px;
    font-size: 16px;
    color: #6a4a00;
    height: 38px;
    line-height: 38px;
}
.map-01 .tit-02 a{
    color: #6a4a00;
}
.map-01 .tit-03 {
    background: url("../images/m-03.png") no-repeat 11px 15px #e6d5b7;
    padding-left: 28px;
    font-size: 16px;
    color: #6a4a00;
    height: 38px;
    line-height: 38px;
}
.map-01 .tit-04 {
    background: #e6d5b7;
    padding-left: 28px;
    font-size: 16px;
    color: #6a4a00;
    height: 38px;
    line-height: 38px;
}
.map-01 .m-box {
    padding: 5px;
    border-top: 1px solid #cbb8a2;
}
.map-01 .m-box.first {
    border-top: none;
}
.map-01 .m-box .l-s {
    width: 203px;
    height: 30px;
    line-height: 30px;
    padding-left: 22px;
    font-size: 14px;
    background: #e6d0a7;
}
.map-01 .m-box .l-s,
.map-01 .m-box .l-s a {
    color: #6a4b05;
}
.map-01 .m-box .r-s {
    padding-left: 245px;
}
.map-01 .m-box .r-s a {
    display: inline-block;
    font-size: 14px;
    color: #393939;
    margin-right: 15px;
    line-height: 30px;
}

.m-box-w {
    padding: 15px;
}

/*new add*/

.new-mod-01 {
    background: url("../images/new-img-01.png") no-repeat right bottom;
    min-height: 745px;
}
.new-mod-01 .main {
    width: 790px;
}
.new-mod-01 .box-title {
    text-align: center;
    height: 110px;
    line-height: 110px;
    color: #7c1a24;
    font-size: 40px;
}

.new-mod-01 .main-cont {
    background: #d9bea5;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 6px;
    line-height: 44px;
}
.new-mod-01 .main-cont .l-s {
    text-align: right;
    padding-right: 15px;
    width: 160px;
    color: #7c1a24;
    font-size: 18px;
}
.new-mod-01 .main-cont .inp-s {
    width: 454px;
    height: 44px;
    line-height: 44px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: #7c1a24;
}
.new-mod-01 .main-cont .btn-s {
    width: 100px;
    height: 44px;
    line-height: 44px;
    border: none;
    cursor: pointer;
    background: #7c1a24;
    font-size: 16px;
    color: #d6bda3;
}

.new-mod-01 .main-res {
    width: 790px;
}

.new-mod-01 .main-res .product-details {
    padding-top: 30px;
    padding-left: 130px;
}







