@charset "utf-8";
/* title */
h2.green_line_tit{
    background-image: url(../img/product/tit_ico.png);
    background-repeat: no-repeat;
}

h2.icoa{
    background-position: 15px 0;
}
h2.icob{
    background-position: 15px -52px;
}
h2.icoc{
    background-position: 15px -104px;
}
h2.icod{
    background-position: 15px -156px;
}
h2.icoe{
    background-position: 15px -208px;
}
h2.icof{
    background-position: 15px -260px;
}
h2.icog{
    background-position: 15px -312px;
}

/* 产品列表 */
ul.product_box li {
    display: inline;
    float: left;
    width: 158px;
    padding: 15px 31px 15px 0;
    _padding: 15px 31px 0 0;
}
.product_box li.last{
    padding: 15px 0 15px 0;
    _padding: 15px 0 0 0; 
}
.product_box li a.tomb-avatar {
    border: 3px solid #ceaf8d;
    display: block;
    height: 152px;
    margin-bottom: 10px;
    width: 152px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.product_box li a.tomb-avatar:hover{
    border-color: #6aa305;
}
.product_box li p {
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
}
.product_box li p i{
  margin-right: 10px;
}
.product_box .height-hook {
    height: 77px;
}
.product_box li p span{
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    color: #4e4f4a;
}
.product_box .function-box{
    font-size: 0;
    height: 21px;
    padding-left: 8px;
}
.product_box .function-box span{
    display: block;
    float: left;
    font-size: 13px;
    line-height: 23px;
    color: #17974c;
}
.product_box .function-box a{
    height: 21px;
    margin-right: 5px;
}
.product_box .function-box a img{
    vertical-align: baseline;
}
.finish dl.left dt{
    height: 152px !important;
    text-align: center;
}
.fly{
    display: none;
}
/*定制墓轮播*/
.album{
    position: relative;
    height: 473px;
    overflow:hidden;
    margin: 15px 0 15px;
}
.album div.album_li{
    width:780px;
    height:473px;
}
.album div.album_li .album_group{
    position:absolute;
    left: 0;
    top: 0;
    height:473px;
    overflow:hidden;
    display: none;
}
.album div.album_li .album_group a img{
    width:780px;
    height:473px;
}
.album .album_bar{
    padding: 15px 10px 0;
    height: 393px;
    overflow: hidden;
    margin-top: 32px;
    float:right;
    background: #f0eff0;
}
.album .album_bar li{
    border-radius:4px;
    margin-bottom:18px;
    width:105px;
    overflow:hidden;
    position:relative;
    cursor: pointer;
}
.album .album_bar li div img{
    width: 105px;
    height: 86px;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    transition: .3s;
}
.album .album_bar li p{
    line-height:2em;
    height: 2em;
    overflow: hidden;
    font-size:14px;
    color:#8b8b8b;
    text-align:center;
    background:#fefefe;
}
.album .album_bar li.active p{
    background-color: #17974c;
    color: #fff;
}
.album .album_bar li.active img{
    opacity: 1;
    filter: alpha(opacity = 100);
}
.album .prev,
.album .next{
    cursor: pointer;
    text-indent: -9999px;
    width: 125px;
    height: 31px;
    position: absolute;
    right: 0;
    background-image: url(../img/product/pn.gif);
}
.album .prev{
    top: 0;
    background-position: left top;
}
.album .next{
    bottom: 0;
    background-position: left bottom;
}

.album_line{
    background: url(../img/product/album_line.jpg) no-repeat center top;
    font-size: 18px;
    color: #ed860d;
    padding: 15px 10px 25px;
}
/* 成品 */
.finish dl.left{
    padding: 15px 22px 0;
}
.finish dl.left dt{
    margin-bottom: 5px;
}
.finish dl.left dd{
    font-size: 14px;
    line-height: 2em;
    text-align: center;
}
/* 设计团队 */
.team_pic{
    display: block;
    width: 902px;
    margin: 0 auto 15px;
    border-radius: 4px;
}
.design div.left{
    width: 290px;
    background-color: #f8f6ea;
}
.design div.left dl dd{
    font-size: 20px;
    text-indent: 20px;
    color: #8f8f8f;
    line-height: 1.6em;
}
.design div.left dl dd.name{
    color: #333;
    font-size: 24px;
    padding-top: 15px;
}
.design div.left p{
    padding:30px 10px;
    line-height: 2.5em;
    color: #524e4e;
    font-size: 16px;
}
.design div.right{
    width: 587px;
    background-color: #dfe8d9;
    padding: 15px;
}
.design div.right h2{
    line-height: 20px;
    height: 22px;
    font-size: 18px;
    border-left: 5px solid #a80000;
    text-indent: 1em;
    color: #003149;
    font-weight: normal;
}
.design div.right h2 a.right{
    color: #757073;
}
.pic_wall{
    width: 593px;
    padding-top: 15px;
}
.pic_wall a{
    display: block;
    float: left;
    position: relative;
    margin: 0 7px 7px 0;
}
.pic_wall a h3{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = 'true',startColorstr = '#80000000',endColorstr = '#80000000');
    _background-color: #000;
    color: #fff;
    width: 100%;
    text-indent: 2em;
    font-size: 14px;
    line-height: 2.2em;
    font-weight: normal;
}
.pic_wall a.w1{
    width: 206px;
}
.pic_wall a.w2{
    width: 373px;
}
/* 现代守墓人 */
.modern p{
    color: #777045;
    line-height: 1.8em;
    padding: 30px 10px;
    text-indent: 2em;
}

/* ========老墓翻新======== */
.renovation_con{
    float: right;
    background-color: #ecebce;
    width: 355px;
    height: 358px;
    position: relative;
}
.renovation_con p{
    padding: 10px;
    color: #4f4f4f;
    line-height: 1.7em;
}
.renovation_con .green_btn{
    position: absolute;
    bottom: 10px;
    left: 18px;
    width: 310px;
    height: 62px;
    line-height: 62px;
    font-size: 26px;
}
.renovation_con b{
    display: block;
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    border-right-style: solid;
    border-right-color: #ecebce;
    margin-left: -20px;
    position: absolute;
    left: 0;
    top: 50%;
}

/* ========安葬礼仪======== */
.inline_box{
    width: 464px;
}
.pic_list{
    padding-left: 5px;
    margin-bottom: 10px;
}
.pic_list span{
    display: block;
    float: left;
    width: 207px;
    height: 218px;
    margin-right: 17px;
}
.pic_list span.price{
    color: #ffc105;
    line-height: 218px;
    margin-right: 0px;
    font-size: 40px;
    text-indent: .2em;
    background: url(../img/product/price_bg.jpg) no-repeat;
}
.pic_meta{
    color: #6b6b6b;
    text-indent: .5em;
    line-height: 2em;
}
.pic_meta span{
    color: #ef4123;
}

.custom .pic_list span,
.custom .pic_list span.price{
    margin-right: 25px;
}


.slider{
    position: relative;
}
.big_img{
    height: 473px;
}
.big_img a{
    display: none;
}
.big_img img{
    width: 913px;
    height: 469px;
}
.big_img a{
    position: absolute;
    left: 0;
    top: 0;
}
/* 安葬师 */
.burial_division div.left,
.burial_division div.right{
    width: 453px;
    background: #f4f4e9;
    border-radius: 6px;
}
.burial_division div.left p,
.burial_division div.right p{
    color: #6b6b6b;
    line-height: 1.5em;
    margin-bottom: 5px;
    padding-right: 10px;
}
.burial_division ul li{
    background: #f9faf5;
    width: 170px;
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #6b992d;
    border-radius: 6px;
    position: relative;
}
.burial_division ul li p.name{
    height: 34px;
    line-height: 34px;
    color: #6b992d;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px dotted #6b992d;
}
.burial_division ul li a.online,
.burial_division ul li a.wechat{
    display: block;
    width: 163px;
    height: 32px;
    margin: 0 auto 5px;
    text-indent: -9999px;
    background-image: url(../img/product/gbtns.png);
}
.burial_division ul li a.online{
    background-position: 0 top;
}
.burial_division ul li a.online:hover{
    background-position: 0 bottom;
}
.burial_division ul li a.wechat{
    background-position: 0 -31px;div
}
.burial_division ul li a.phone{
    height: 32px;
    line-height: 32px;
    background-color: #fea00c;
    border-width: 1px 0;
    border-style: solid;
    border-color: #faeed6 #ea930b;
    color: #fff;
    display: block;
    margin: 0 3px;
    text-align: center;
    font-size: 16px;
}

/* 安葬 */
.date{
    width: 888px;
    height: 238px;
    margin: 0 auto;
    background: url(../img/product/date_bg.jpg) no-repeat;
    padding-left: 17px;
}
.date div.right{
    width: 370px;
    padding: 0 50px;
}
.date div.right h3{
    color: #fff;
    font-size: 38px;
    font-weight: normal;
    line-height: 2.35em;
    text-indent: 3.2em;
}
.date div.right .date_group span{
    display: block;
    float: left;
    color: #fff;
    padding: 0 20px;
    line-height: 1.5em;
    width: 80px;
    text-align: center;
}
.date .date_scroll{
    width: 402px;
    float: left;
}
.date .date_scroll .date_tit h3{
    color: #fff;
    width: 129px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    text-align: center;
    margin-top: 12px;
    float: left;
    background-color: #d37904;
    border-radius: 4px;
    font-weight: normal;
}
.date .date_scroll .date_tit span.right{
    color: #fff;
    font-size: 20px;
    line-height: 2.8em;
}
.date .date_scroll .f_list{
    padding: 8px 0;
    height: 150px;
    overflow: hidden;
    display: block;
}
.date .date_scroll .f_list p{
    display: block;
    line-height: 29px;
    height: 29px;
    border-bottom: 1px dotted #97876b;
    color: #534646;
    margin: 0 5px;
}
.date .date_scroll .f_list p span,
.date .date_scroll .f_list p b{
    color: #d37904;
}
.date .date_scroll .f_list p b{
    padding: 0 5px;
}

/* 鲜花祭祀 */
.aside{
    width: 227px;
}
.aside .small_pic_list dl{
    margin: 0 auto 20px;
    float: none;
}
.small_pic_list dl dd.num{
    color: #e60000;
    text-indent: .5em;
    margin-bottom: 5px;
}
.icoya{
    background-image: url(../img/product/ya_ico.jpg) !important;
}

.slider{
    position: relative;
    overflow: hidden;
    height: 247px;
}
.slider ul li{
    position: absolute;
    left: 0;
    top: 0;
    height: 247px;
    display: none;
}
.slider ul li a img{
    border-radius: 8px;
}
.slider a.prev,
.slider a.next{
    width: 66px;
    height: 66px;
    background-repeat: no-repeat; 
    background-position: left top;
    position: absolute;
    text-indent: -9999px;
    top: 36%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.slider a.prev:hover,
.slider a.next:hover{
    background-position: left top;
}
.slider a.prev{
    background-image: url(../img/product/prev_btn.png);
    _background-image: url(../img/product/prev_btn.gif);
    left: 10px;
}
.slider a.next{
    background-image: url(../img/product/next_btn.png);
    _background-image: url(../img/product/next_btn.gif);
    right: 10px;
}

/* 祭祀优酷视频 */
.video{
    padding: 10px;
    background: #ecebce;
    margin-top: 10px;
}
.video p{
    background: url(../img/product/video_txtbg.jpg) no-repeat;
    color: #93970f;
    line-height: 1.8em;
    text-indent: 2em;
    width: 193px;
    height: 295px;
    padding: 10px;
    margin: 60px 0 0 5px;
}

/* 鲜花分类 */
.retrieve{
    padding: 10px 0;
    border: 1px solid #67a133;
    background-color: #f5faf4;
    border-radius: 6px;
}
.retrieve .items{
    padding: 5px 10px;
}
.retrieve .items a,
.retrieve .items span{
    display: inline-block;
    color: #706b61;
    line-height: 1.5em
}
.retrieve .items span{
    margin: 0 5px;
}
.retrieve .items span.first{
    color: #dc8e5d;
    display: block;
    float: left;
}
.retrieve .items a.active{
    color: #67a133;
}
.retrieve .items div.left{
    width: 570px;
}
/* 热销排行 */
.main .small_pic_list dl{
    width: 160px;
    margin: 10px 0 0;
    padding: 0 33px 20px;
}
.small_pic_list dl dd.price{
    text-indent: .5em;
    text-align: left;
}
.small_pic_list dl dd.name{
    color: #6b992d;
    text-indent: .5em;
    line-height: 28px;
}
.small_pic_list dl dd.tit a{
    color: #fff;
    display: block;
}
.small_pic_list dl dt a{
    min-height: 100px;
    display: block;
}
.small_pic_list dl dt a.price_y,
.small_pic_list dl dt a.price_g{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 18px;
    background: url(../img/product/round.png);

}
.small_pic_list dl dt a.price_y{
    background-position: right top;
}
.small_pic_list dl dt a.price_g{
    background-position: left top;
}

/* 更多祭祀产品 */
.more_small_pic_list dl{
    width: 205px;
    margin: 10px 20px 0 0;
}
.more_small_pic_list dl dt img{
    width: 205px;
}
.more_small_pic_list dl dd.price{
    text-indent: 0;
    text-align: center;
}

.img_item{
    width: 951px;
    margin: 0 auto;
}
.img_item2{
    width: 958px;
    margin: 0 auto;
}
.img_item .more_small_pic_list{
    position: absolute;
    left: 36px;
    top: 230px;
    z-index: 9;
}
/* 服务定制 */
.custom_item{
    border: 2px solid #87b752;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 50px;
    position: relative;
}
.custom_item h3{
    padding: 0 8px 0 38px;
    line-height: 24px;
    font-size: 20px;
    color: #007130;
    position: absolute;
    margin-top: -13px;
    left: 50px;
    top: 0;
    background: #fff;
    font-weight: normal;
    background-image: url(../img/product/num_ico.png);
    background-repeat: no-repeat;
}
.custom_item h3.ico1{
    background-position: 10px 0;
}
.custom_item h3.ico2{
    background-position: 10px -24px;
}
.custom_item h3.ico3{
    background-position: 10px -48px;
}
.custom_item h3.ico4{
    background-position: 10px -72px;
}
.custom_item h3.ico5{
    background-position: 10px bottom;
}
.custom_item b,
.custom_item b i{
    position: absolute;
    width: 0;
    height: 0;
    border-style: dashed;
    border-color: transparent;
    border-top-style: solid;
   
}
.custom_item b{
    border-width: 35px 50px;
    border-top-color: #87b752;
    left: 405px;
    bottom: 0;
    margin-bottom: -70px;
    z-index: 1;
}
.custom_item b i{
    border-width: 32px 46px;
    border-top-color: #fff;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: 0 0 -29px -46px;
}
.custom_item ul.product_box{
    padding-top: 15px;
}
.custom_item ul.product_box li{
    padding: 15px 12px;
}
.custom_item ul.product_box li .info{
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
}
.custom_item ul.product_box li .info span{
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    color: #4e4f4a;
}
.custom_item ul.product_box li .info i{
    margin-right: 10px;
}
.custom_item ul.product_box li .info b{
    font-weight: normal;
}
.custom_item form{
    padding: 20px 15px 10px;
}
.custom_item li.active a.tomb-avatar{
    border-color: #ffbd0b;
}
.text_item{
    line-height: 35px;
    height: 35px;
    padding: 0 2px;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
    color: #7b7d80;
    margin: 0 10px 10px 0;
    width: 200px;
}
.custom_item .buy-num{
    height: 14px;
    line-height: 14px;
}
.custom_item .green_btn{
    display: inline;
    border: none;
    background: #468530;
    color: #fff;
    height: 32px;
    border-radius: 4px;
}
.wrap-input {
    padding: 0 20px;
    position: relative;
}
.wrap-input a {
    height: 15px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 15px;
    background-image: url(../../../template/admin/images/tomb-process/btn_ico.gif);
    outline: none;
}
.btn-reduce {
    background-position: left top;
    left: 0;
}
.btn-add {
    background-position: right top;
    right: 0;
}
.btn-reduce:hover {
    background-position: left bottom;
}
.btn-add:hover {
    background-position: right bottom;
}
.text {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    height: 19px;
    line-height: 19px;
    padding: 0;
    text-align: center;
    width: 30px;
    font-size: 12px;
}

.fix_bar_bottom{
    position: fixed;
    width: 100%;
    height: 100px;
    color: #dfdfd8;
    background-color: #fff;
    left: 0;
    bottom: 0;
    z-index: 9;
    box-shadow: -3px 0 3px rgba(0, 0, 0, .3);
}
.fix_bar_bottom dl{
    float: left;
    padding: 20px 20px 0 100px;
}
.fix_bar_bottom dl.ico1{
    background: url(../img/product/ico1.gif) no-repeat 50px 25px;
}
.fix_bar_bottom dl.ico2{
    background: url(../img/product/ico2.gif) no-repeat 50px 28px;
}
.fix_bar_bottom dl dt,
.fix_bar_bottom dl dd{
    line-height: 2em;
}
.fix_bar_bottom dl dt{
    color: #878585;
}
.fix_bar_bottom dl dd,
.fix_bar_bottom dl dd a,
.fix_bar_bottom div.left{
    color: #e08b05;
}
.fix_bar_bottom div.left{
    line-height: 100px;
    font-size: 24px;
    padding: 0 20px 0 100px;
}
.fix_bar_bottom a.green_btn{
    background-color: #468530;
    border-radius: 4px;
    width: 100px;
    margin-top: 35px;
}

.burial_division ul li a.wechat_link{
    background-image: none;
    color: #6b992d;
    font-size: 16px;
    text-indent: 0;
    text-align: center;
    line-height: 32px;
    margin: 0 auto 8px;
    display: block;
    height: 32px;
    width: 163px;
}
.burial_division ul li span.qrcode{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    padding: 12px 0;
    text-align: center;
}
.burial_division ul li img{
    width: 100%;
}
.burial_division ul li .qrcode img{
    width: auto;
}

.pos-ab{
    position: absolute;
    color: #d8e442;
    font-size: 16px;
    z-index: 9;
}
/*.pos-ab span{
    font-size: 30px;
}*/
.pos1{
    left: 736px;
    top: 1166px;
}
.pos2{
    left: 413px;
    top: 1493px;
}
.pos3{
    left: 770px;
    top: 1493px;
}
.pos4{
    left: 195px;
    top: 1917px;
}
.pos5{
    left: 795px;
    top: 1917px;
}
.pos6{
    left: 438px;
    top: 2286px;
}
.pos7{
    left: 780px;
    top: 2286px;
}
.pos8{
    left: 780px;
    top: 2665px;
}
.pos9{
    left: 681px;
    top: 3162px;
}
.pos10{
    left: 136px;
    top: 3482px;
}
.pos11{
    left: 762px;
    top: 4062px;
}
.pos12{
    left: 218px;
    top: 4580px;
}
.pos12 span,
.pos13 span{
    font-size: 24px;
}
.pos13{
    left: 537px;
    top: 4580px;
}
.pos14{
    left: 195px;
    top: 5025px;
}
.pos15{
    left: 795px;
    top: 5025px;
    color: #53552e;
}
.pos16{
    left: 746px;
    top: 5282px;
}
.package{
    padding-bottom: 380px;
    background-color: #edf0e5; 
}
.package-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
}
.package-wrap ul{
    padding-left: 15px;
}
.package-wrap li{
    height: 73px;
    background: url(../img/product/package-bg.png) no-repeat #8e9b00;
    width: 870px;
    margin-bottom: 15px;
    border-radius: 12px;
}
.package-wrap li h2{
    font-weight: normal;
    line-height: 73px;
    font-size: 18px;
    color: #585e22;
    text-indent: 3em;
    margin-right: 55px;
    width: 126px;
}
.package-wrap li dl{
    width: 120px;
    text-align: center;
    float: left;
    background-color: #747c02;
    margin: 7px 7px 0 0;
    border-radius: 6px;
}
.package-wrap li dt{
    line-height: 2em;
    font-size: 16px;
}
.package-wrap li dd{
    line-height: 2em;
}
.package-wrap li dt a{
    color: #fff;
}
.package-wrap li dd a{
    color: #d5e547;
}
/* 瓷像确认 */
.fieldset{
    border: 2px solid #87b752;
    border-radius: 6px;
    margin-top: 44px;
    position: relative;
    padding-top: 30px;
}
.legend{
    position: absolute;
    left: 35px;
    color: #ff8a24;
    width: 135px;
    text-align: center;
    font-weight: normal;
    background-color: #ecebce;
    font-size: 20px;
    line-height: 2em;
    top: -1em;
    
    zoom:1;
}
.fieldset h4{
    line-height: 47px;
    border-color: #87b752;
    border-style: solid;
    border-width: 1px 0;
    color: #468530;
    font-size: 18px;
    background-color: #f4f4e9;
    font-weight: normal;
    padding-left: 3.5em;
    padding-right: 50px;
}
.fieldset h4 a{
    margin-top: 8px;
    background-color: #468530;
    border-color: #468530;
    border-radius: 4px;
}

.info-first{
    background: url(../img/product/tomb-info.jpg) 20px 20px no-repeat #fff;
    height: 360px;
    padding: 24px 20px;
}
.info-first ol{
    width: 460px;
    padding-top: 75px;
}
.info-first ol li{
    line-height: 3em;
    font-size: 20px;
    color: #5a5865;
}
.info-first ol li span{
    color: #74a466;
}
.info-first dl{
    margin: 75px 0 0 50px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    width: 159px;
}
.info-first dt{
    padding: 9px 8px;
}
.info-first dd{
    padding: 0 8px 8px;
}
.info-first dt,
.info-first dd{
    width: 143px;
    text-align: center;
}

.info-item{
    background-color: #fff;
    min-height: 100px;
}
.info-item .product_box li{
    width: 382px;
    padding: 30px 40px;
}
.info-item .product_box li a,
.info-item .product_box li input{
    display: block;
    float: left;
}
.info-item .product_box li a.del,
.info-item .product_box li input{
    margin-top: 65px;
}
.info-item .product_box li a{
    color: #ff8a24;
}
.info-item .product_box li a.tomb-avatar{
    margin-right: 30px;
}
.info-item .product_box li input{
    width: 150px;
    margin-right: 10px;
    text-align: left;
}
.info-item table{
    width: 100%;
}

.info-item th,
.info-item td{
    border-bottom: 1px solid #cacaca;
    line-height: 3em;
    text-align: center;
    color: #5a5865;
}
.tomb_img{
    padding: 20px 0;
    text-align: center;
}
