/* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
} */
/* .index-content{
    position: relative;
} */
.skitter-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.skitter-banner a{
    display: block;
    width:100%;
}
.skitter-banner .pic_bg{
    position:relative;
    opacity:0;
    filter:alpah(opacity=0);
}
.skitter-banner .box_skitter{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    filter:alpah(opacity=0);
    transition: opacity 0.3s;
}
.skitter-banner .box_skitter.on{
    opacity:1;
    filter:alpah(opacity=100);
}
.box_skitter img {
    max-width: none;
}
.box_skitter ul {
    display: none;
}
.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}
.box_skitter .image {
    width: 100%;
    position: absolute;
    left:0;
    top: 0;
}
.box_skitter .image img {
    display: none;
}
.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 2;
}
.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.box_skitter .btn{
    display: inline-block;
    width:27px;
    height:55px;
    position: absolute;
    top:50%;
    z-index: 5;
    margin-top: -27px;
    overflow: hidden;
    transition:background 0.3s;
}
.box_skitter .prev_button img{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
}
.box_skitter .next_button img{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
}
.box_skitter .info_slide {
    display: inline-block;
    height: 16px;
    position: absolute;
    bottom: 26px;
    z-index: 5;
    left: 50% !important;
    transform: translateX(-50%);
}
.box_skitter .info_slide .image_number {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 2px;
    margin:0 6px;
    cursor: pointer;
    text-indent: -9999px;
    float: left;
    overflow: hidden;
    background: #fff;
    border-radius: 100px;
}
.box_skitter .info_slide .image_number.back{
    background: #009097;
}
.box_skitter .info_slide .image_number_select:after{
    /*background: #2ca0a5;
    width: 30px;
    border-radius: 100px;*/
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    border-radius: 100px;
    top: 0;
    left: 0;
    background: #009097;
    animation: fadein 8s ease;
    -webkit-animation: fadein 8s ease;
}
@-webkit-keyframes fadein{
    0% {
    width: 0;
    }
    100% {
    width: 66px;
    }
}
@keyframes fadein{
    0% {
    width: 0;
    }
    100% {
    width: 66px;
    }
}
.box_skitter .container_thumbs {
    position: relative;
    overflow: hidden;
    height: 50px;
}
.box_skitter .info_slide_thumb {
    height: 50px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    top: auto;
    top: 0;
    left: 0;
    padding: 0 !important;
    opacity: 1.0;
}
.box_skitter .info_slide_thumb .image_number {
    overflow: hidden;
    width: 100px;
    height: 50px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.box_skitter .info_slide_thumb .image_number img {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 100px;
}
.box_skitter .box_scroll_thumbs {
    padding: 0;
}
.box_skitter .box_scroll_thumbs .scroll_thumbs {
    position: absolute;
    bottom: 60px;
    left: 50px;
    background: #ccc;
    background: -moz-linear-gradient(-90deg, #555, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
    width: 200px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 101;
    cursor: pointer;
    border: 0px solid #333;
}
.box_skitter .info_slide_dots {
    position: absolute;
    bottom: -40px;
    z-index: 151;
    padding: 5px 0 5px 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.box_skitter .info_slide_dots .image_number {
    background: #333;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.box_skitter .info_slide_dots .image_number:hover {
    background: #000;
}
.box_skitter .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover {
    background: #cc3333;
    float: left;
    margin: 0 5px 0 0;
}
.box_skitter .progressbar {
    background: #000;
    position: absolute;
    top: 5px;
    left: 15px;
    height: 5px;
    width: 200px;
    z-index: 99;
    border-radius: 20px;
}
.box_skitter .preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #222;
    -moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    overflow: hidden;
}
.box_skitter .preview_slide ul {
    height: 100px !important;
    overflow: hidden !important;
    margin: 0 !important;
    list-style: none !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
}
.box_skitter .preview_slide ul li {
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: block !important;
}
.box_skitter .preview_slide ul li img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 150px !important;
    width: auto !important;
}
.welcome-title{
  width:100%;
  text-align: center;
  padding-top: 20px;
  position:relative;
  background:url(../img/wel01.png) no-repeat 41% top;
}
.welcome-title h2{
  font-size:32px;
  color:#4f4239;
  line-height:49px;
}
.welcome-title p{
  font-size:0;
  text-align: center;
  line-height:39px;
  height:39px;
}
.welcome-title p span{
  display:inline-block;
}
.welcome-title .line{
  width:105px;
  height:2px;
  background:#8a817b;
  position:relative;
  top:-5px;
}
.welcome-title .fonts{
  font-size:18px;
  color:#4f4239;
  line-height:39px;
  margin:0 18px;
  text-transform: capitalize;
}
.welcome-title .more-links{
    position:absolute;
    right:0;
    bottom:-4px;
    width:130px;
    text-align: center;
    font-size:16px;
    color:#999;
    line-height:32px;
    padding:9px 0;
    text-transform: uppercase;
    background:url(../img/wel05.png) no-repeat left center;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.welcome-title .more-links:hover{
    color:#4f4239;
    bottom:0;
}
.welcome-service{
  padding:52px 0 70px;
}
.welcome-service ul{
    width:92%;
    margin:49px auto 0;
    position:relative;
}
.welcome-service li{
    float: left;
    margin:0 5.8%;
    width:21.7%;
    text-align: center;
}
.welcome-service li a{
    display: block;
    width:100%;
}
.welcome-service li .pic-box{
    border-radius:50%;
    border: 0px solid #c7c7c7;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.welcome-service li .mask{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,.4);
    z-index:1;
    transform: scale(0,0);
    border-radius:50%;
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.welcome-service li p{
    font-size:20px;
    color:#4f4239;
    line-height:39px;
    margin-top: 20px;
}
.welcome-service li:hover .mask{
    transform: scale(1, 1);
}
.welcome-service li:hover .pic-box{
    border: 20px solid #c7c7c7;
}
.welcome-news{
    background:#f8f8f8;
    width:100%;
    padding:50px 0 80px;
}
.welcome-news ul{
    width:100%;
    padding:50px 0 0 0;
}
.welcome-news li{
    float: left;
    width:32%;
    margin-left: 2%;
    background:#fff;
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.welcome-news li:first-child{
    margin-left: 0;
}
.welcome-news li a{
    display: block;
    width:100%;
}
.welcome-news li .font-box{
    padding:20px 6.25%;
    background:url(../img/wel09.png) no-repeat right 4% bottom 20px;
}
.welcome-news li h2{
    font-size:26px;
    color:#333;
    line-height:46px;
    margin-bottom: 5px;
    height:46px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.welcome-news li p{
    font-size:16px;
    color:#666;
    line-height:36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.welcome-news li .time{
    padding-top: 17px;
    font-size:16px;
    color:#999;
    line-height:32px;
    display: block;
}
.welcome-news li:hover{
    box-shadow:0 0 15px rgba(0,0,0,.2);
}
.welcome-news li:hover .pic{
    transform: scale(1.1, 1.1);
}
.welcome-scenery{
    width:100%;
    padding:50px 0 100px;
}
.welcome-scenery-fonts{
    width:927px;
    text-align: center;
    font-size:14px;
    color:#888;
    line-height:30px;
    margin:19px auto 54px;
}
.welcome-scenery-list{
    width:768px;
    margin:0 auto;
    position:relative;
    z-index:1;
}
.welcome-scenery-list .swiper-wrapper a{
    display: block;
    width:100%;
}
.welcome-scenery-list .swiper-wrapper img{
    width:100%;
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.welcome-scenery-list li{
    overflow:hidden;
}
.welcome-scenery-list li:hover img{
    transform: scale(1.1, 1.1);
}
.about-intro{
    width:100%;
    position:relative;
    padding:50px 0 80px;
    overflow:hidden;
    background:url(../img/ab01.jpg) no-repeat center;
    background-size:cover;
}
.about-intro-box{
    width:100%;
    margin-top: 50px;
    position:relative
}
.about-intro-box .picture{
    width:52%;
}
.about-intro-box .fonts{
    position:absolute;
    right:0;
    top:4%;
    width:50%;
    padding: 2.9% 2.5%;
    background:#4f4239 url(../img/ab03.png) no-repeat right 6% bottom 4.9%;
}
.about-intro-box .fonts h2{
    font-size:26px;
    color:#fefefe;
    line-height:50px;
}
.about-intro-box .fonts p{
    font-size:16px;
    color:#fff;
    line-height:30px;
}
.about-park{
    padding:50px 0 47px;
    overflow:hidden;
}
.about-park-fonts{
    padding:20px 0 54px;
    width:1090px;
    margin:0 auto;
}
.about-park-fonts p{
    color:#888;
    font-size:14px;
    line-height:30px;
}
.about-park-list{
    width:100%;
}
.about-park-list li{
    float: left;
    width:32%;
    text-align: center;
    margin-left: 2%;
}
.about-park-list li:first-child{
    margin-left: 0;
}
.about-park-list li img{
    width:100%;
}
.about-park-list li h2{
    font-size:24px;
    color:#333;
    line-height:40px;
    margin-top: 24px;
}
.about-park-list li p{
    font-size:16px;
    color:#333;
    line-height:24px;
}
.about-culture-list{
    width:100%;
    padding-top: 50px;
}
.about-culture-list li{
    float: left;
    width:25%;
    overflow:hidden;
    position:relative;
}
.about-culture-list a{
    display: block;
    width:100%;
}
.about-culture-list img{
    width:100%;
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.about-culture-list .con{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.about-culture-list .con .box{
    width:83%;
    height:85.7%;
    position: absolute;
    left:50%;
    top:50%;
    background:url(../img/ab10.png) no-repeat center;
    background-size:100% auto;
    transform: translate(-50%, -50%) scale(.8, .8);
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.about-culture-list .con .fonts{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.about-culture-list .con .add{
    width:39px;
    height:39px;
    background:url(../img/ab11.png) no-repeat center;
    background-size:100% auto;
    display: block;
    margin:0 auto;
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.about-culture-list .con p{
    font-size:20px;
    color:#fefefe;
    line-height:30px;
}
.about-culture-list li:hover .con{
    opacity:1;
    filter:alpha(opacity=100);
}
.about-culture-list li:hover img{
    transform: scale(1.1, 1.1);
}
.about-culture-list li:hover .con .box{
    transform: translate(-50%, -50%) scale(1, 1);
    opacity:1;
    filter:alpha(opacity=100);
}
.about-culture-list li:hover .con .add{
    margin:0 auto 20px;
}
.about-culture,.about-staff,.welcome-service,.welcome-news,.welcome-scenery{
    position:relative;
    overflow:hidden;
}
.about-staff{
    padding:50px 0 70px;
}
.about-staff-list{
    width:100%;
    margin-top: 50px;
}
.about-staff-list li{
    float: left;
    width:48.5%;
    text-align: center;
    margin-right:3%;
}
.about-staff-list li:nth-child(2n){
    margin-right: 0;
}
.about-staff-list li a{
    display: block;
    width:100%;
}
.about-staff-list li p{
    font-size:24px;
    color:#333;
    line-height:43px;
    height:43px;
    overflow:hidden;
    margin-top: 20px;
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.about-staff-list li:hover img{
    transform: scale(1.1, 1.1);
}
.about-staff-list li:hover p{
    color:#4f4239;
}
.park-info{
    padding:50px 0 70px;
}
.park-info-fonts{
    width:100%;
    padding:40px 0;
    text-align: center;
    position:relative;
}
.park-info-fonts p{
    font-size:14px;
    color:#888;
    line-height:30px;
}
.park-info-fonts img{
    max-width:100%;
    margin-top: 24px;
}
.park-info-list{
    width:100%;
}
.park-info-list li{
    width:100%;
    float: left;
    position:relative;
    margin-bottom: 30px;
}
.park-info-list li .picture{
    float: right;
    width:61%;
}
.park-info-list li:nth-child(2n) .picture{
    float: left;
}
.park-info-list li .fonts{
    width:39%;
   float: left;
   position:relative;
   height:510px;
   padding-right: 6%;
}
.park-info-list li:nth-child(2n) .fonts{
    float: right;
    padding-left: 6%;
    padding-right:0%;
}
.park-info-list li h2{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    height: 100%;
    float: right;
    font-size:24px;
    color:#333;
    line-height:44px;
    letter-spacing: 5px;
}
.park-info-list li p{
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    height: 100%;
    float: right;
    font-size:14px;
    color:#888;
    line-height:33px;
    letter-spacing: 5px
}
.culture-box{
    padding:50px 0 20px;
}
.culture-box .cemtery_list{
    padding:74px 0 20px;
}
.media .new_list_right{
    width:62%;
}
.media .pic-box{
    float: left;
    width:21.6%;
    margin-left:3%;
}
.media .new_list_right p{
    -webkit-line-clamp:3;
    height:90px;
}
.media .new_list_right h2{
    margin-top:3.5%;
}
.media .new_list_left{
    padding-top:5%;
}
.staff-contect{
    padding:50px 0 20px;
}
.staff-contect .about-staff-list{
    margin-bottom: 30px;
}
.staff-contect .about-staff-list li{
    margin-bottom: 20px;
}
.service-tomb{
    padding:50px 0 80px;
}
.service-tomb-list{
    padding-top: 50px;
    width:100%;
}
.service-tomb-list li{
    float: left;
    width:32%;
    background:#f8f8f8;
    margin-right: 2%;
}
.service-tomb-list li:nth-child(3n){
    margin-right: 0;
}
.service-tomb-list a{
    display: block;
    width:100%;
}
.service-tomb-list .fonts{
    padding:0 6.25%;
}
.service-tomb-list .fonts h2{
    font-size:24px;
    color:#4f4239;
    line-height:34px;
    height:34px;
    overflow:hidden;
    margin: 25px 0;
}
.service-tomb-list .fonts p{
    border-top: 1px solid #e4e2e2;
    font-size:16px;
    color:#4f4239;
    line-height:56px;
    padding: 0;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.service-tomb-list .fonts .jt{
    width:24px;
    height:16px;
    float: right;
    margin-top:21px;
    background:url(../img/ser04.png) no-repeat center;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.service-tomb-list li:hover .pic{
    transform: scale(1.1, 1.1);
}
.service-tomb-list li:hover p{
    color:#cb9a42;
    padding:0 3%;
}
.service-tomb-list li:hover .fonts .jt{
    background:url(../img/ser04_h.png) no-repeat center;
}
.service-camp{
    width:100%;
    background:url(../img/ser05.jpg) no-repeat center;
    padding:70px 0 80px;
}
.service-camp-title{
    margin-bottom: 50px;
}
.service-camp-title h2{
    font-size:32px;
    color:#4f4239;
    line-height:51px;
}
.service-camp-title p{
    font-size:16px;
    color:#4f4239;
    line-height:36px;
}
.service-camp-title .links{
    font-size:14px;
    line-height:87px;
}
.service-camp-title .links a{
    float: left;
    color:#4f4239;
    margin-left: 60px;
    position: relative;
    top:0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.service-camp-title .links a:hover{
    top:-5px;
}
.service-camp-list{
    position:relative;
    z-index:1;
}
.service-camp-list li{
    background:#f8f8f8;
    opacity:.6;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.service-camp-list li a{
    display: block;
    width:100%;
}
.service-camp-list li .con{
    padding:13px 5% 18px;
}
.service-camp-list li h2{
    font-size:18px;
    color:#4f4239;
    line-height:32px;
    height:32px;
    overflow:hidden;
}
.service-camp-list li p{
    font-size:14px;
    color:#888;
    line-height:26px;
    height:78px;
    overflow:hidden;
}
.service-camp-list li:hover{
    box-shadow:0 0 15px rgba(0,0,0,.3);
}
.service-camp-list li:hover .pic{
    transform: scale(1.1, 1.1);
}
.service-camp-list .swiper-button-next, .service-camp-list .swiper-button-prev{
    width:50px;
    height:50px;
    text-align: center;
    line-height:50px;
    margin-top:-25px;
    background:#4f4239;
    font-family:"SimSun";
    color:#fff;
    font-size: 30px;
    transition: all 0.5s;
}
.service-camp-list .swiper-button-next{
    right:-21px;
}
.service-camp-list .swiper-button-prev{
    left:-21px;
}
.service-camp-list .swiper-button-next:hover, .service-camp-list .swiper-button-prev:hover{
    background:#cb9a42;
}
.service-camp-list li.swiper-slide-duplicate-prev,.service-camp-list li.swiper-slide-next,.service-camp-list li.swiper-slide-active{
    opacity:1;
}
.service-reform{
    padding:80px 0 50px;
}
.service-reform .picture{
    width:49.7%;
    float: left;
}
.service-reform .font-box{
    float: right;
    width:47.6%;
}
.service-reform .font-box h2{
    font-size:36px;
    color:#4f4239;
    line-height:40px;
    margin-top: 5%;
    text-transform:uppercase;
}
.service-reform .font-box h2 strong{
    display: block;
}
.service-reform .font-box h3{
    font-size:26px;
    color:#4f4239;
    line-height:36px;
    padding:13px 0 23px;
}
.service-reform .font-box p{
    font-size:16px;
    color:#4f4239;
    line-height:36px;
}
.service-reform .font-box img{
    margin-top: 43px;
    max-width:100%;
}
.service-ceremony .revolve{
    width:100%;
    margin: 0 auto;
    padding:50px 0 100px;
    position: relative;
}
.service-ceremony .revolve .scroll{
    min-height:460px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.service-ceremony .revolve .scroll li{
    position: absolute;
    width:65%;
    background: #fff;
    text-align: center;
    transform: scale(0);
    -webkit-perspective: 100;
    perspective: 100;
    opacity:0;
    filter: alpha(opacity=0);
}
.service-ceremony .revolve .scroll li.left,.service-ceremony .revolve .scroll li.right{
    opacity:.6;
    filter: alpha(opacity=60);
}
.service-ceremony .revolve .scroll li.center{
    opacity:1;
    filter: alpha(opacity=100);
}
.service-ceremony .revolve .scroll a{
    display: block;
    width:100%;
}
.service-ceremony .revolve .btns{
    font-size: 25px;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #4f4239;
    cursor: pointer;
    transition: all 0.5s;
    font-family: 'SimSun';
    position: absolute;
    top:50%;
    z-index:5;
    margin-top: -31px;
}
.service-ceremony .revolve .prev{
    left:10px;
}
.service-ceremony .revolve .next{
    right: 10px;
}
.service-ceremony .revolve .btns:hover{
   background: #cb9a42;
}
.tomb-content{
    padding:50px 0 20px;
}
.tomb-content .tomb-nav{
    padding:40px 0 10px;
    text-align: center;
    font-size:0;
}
.tomb-content .tomb-nav li{
    position: relative;
    margin:0 100px;
    line-height:39px;
    display:inline-block;
    padding-bottom: 2px;
}
.tomb-content .tomb-nav li::after{
    content:"";
    width:0;
    height:2px;
    background:#dcbc81;
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: 0;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
.tomb-content .tomb-nav li a{
    display: block;
    font-size:20px;
    color:#4f4239;
}
.tomb-content .tomb-nav li:hover::after,.tomb-content .tomb-nav li.hover::after{
    width:36px;
    margin-left: -18px;
}
.tomb-content .service-tomb-list{
    margin-bottom: 20px;
}
.tomb-content .service-tomb-list li{
    margin-bottom: 30px;
}
.tomb-content .service-tomb-list .title{
    padding: 15px 0;
}
.tomb-content .service-tomb-list h3{
    font-size:16px;
    color:#4f4239;
    line-height:26px;
}
.service-tinfo{
    padding:80px 0 100px;
}
.service-tinfo-picture{
    float: left;
    width:580px;
}
.service-tinfo-picture li{
    width:100%;
}
.service-tinfo .fonts-box{
    width:46.8%;
    float: right;
}
.service-tinfo .fonts-box p{
    font-size:18px;
    color:#333;
    line-height:36px;
}
.service-tinfo .fonts-box .tfont{
    float: left;
    width:50%;
    display: block;
}
.service-tinfo .fonts-box p.list{
    min-height:144px;
    margin-bottom: 17px;
}
.service-tinfo .fonts-box h3{
    /*padding-left: 50px;*/
    font-size:26px;
    color:#333;
    line-height:47px;
}
.service-tinfo .fonts-box h3.ico1{
    background:url(../img/ser16.png) no-repeat left 9px;
}
.service-tinfo .fonts-box h3.ico2{
    background:url(../img/ser17.png) no-repeat left 11px;
}
.service-tinfo .fonts-box .weir{
    width:130px;
    margin-top: 14px;
}
.service-tinfo .fonts-box h4{
    font-weight: normal;
    font-size:18px;
    color:#bbb;
    line-height:18px;
    margin-top: 65px;
}
.service-page{
    border-bottom: 1px solid #eee;
    margin-top: 48px;
    text-align: center;
}
.service-page a{
    font-size:16px;
    color:#4f4239;
    line-height:37px;
    position: relative;
    top:0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.service-page a.back{
    padding-left: 30px;
    background:url(../img/ser19.png) no-repeat left center;
    display:inline-block;
}
.service-page a:hover{
    top:-5px;
}
.service-page a.back:hover{
    padding-left:45px;
}
.service-tinfo .fonts-box h2{
    font-size:24px;
    color:#4f4239;
    line-height:34px;
    padding:18px 0;
}
.service-tinfo .fonts-box .tf{
    min-height:224px;
    margin-bottom: 11px;
}
.service-tinfo .fonts-box .tf p{
    font-size:18px;
    color:#888;
    line-height:28px;
}
@media screen and (max-width:1500px){
    .about-intro-box .fonts{
        top:6%;
    }
    .about-intro-box .fonts h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .about-intro-box .fonts p {
        font-size: 13px;
        line-height: 25px;
    }
    .service-reform .font-box p {
        font-size: 14px;
        line-height: 28px;
    }
    .service-reform .font-box img {
        margin-top: 25px;
    }
    .service-reform .font-box h3 {
        font-size: 20px;
        line-height: 28px;
        padding: 8px 0 16px;
    }
    .service-ceremony .revolve .scroll{
        min-height:27vw;
    }
}
@media screen and (max-width: 1400px){
    .media .pic-box {
        margin-left: 2.5%;
    }
}