/*全局样式*/
@charset "utf-8";
body {font:15px/1.8 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #262e36;-webkit-text-size-adjust: 100%;background-color: #F2F2F2;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;}
.container-fluid {
    max-width:1630px !important;
}


:root{
    --color_zhuti: #ab1d22;
    --color_hover: #c3242a;
    --transform_scale: scale(1.08);
}

header{position: absolute;left: 0;top:8px;width: 100%;z-index: 111;color: #fff;}
header .box{position: relative;}
header .box:after{content: "";width:calc(50% - 52px);height: 1px;background: rgba(255, 255, 255, .3);position: absolute;left: 0;bottom: 3px;}
header .box:before{content: "";width:calc(50% - 52px);height: 1px;background: rgba(255, 255, 255, .3);position: absolute;right: 0;bottom:3px;}

header .txt1{font-size: 14px;cursor: pointer;width: 144px;}
header .txt1:before{font-size:18px;padding-right: 6px;}
header .txt1:hover{text-decoration: underline;}
header .txt2{font-size: 16px;color: var(--color_zhuti);font-weight: bold;line-height: 24px;width: 144px}
header .txt2:before{padding-right:8px;font-size: 130%;position: relative;top:1px;}

header .logo{height: calc(100% - 15px);font-size: 0;position: absolute;left: calc(50% - 65px);width: 130px;top:15px;z-index: 2;}
header .logo img{height:100%;}

header nav{width:74%;max-width:1190px;position: relative;z-index: 1;}
header nav ul{position: relative;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 110px;font-size:17px;position: relative;padding: 0 4px;}
header nav ul li > i{display: none;}
header nav ul li:after{content: "";width: 76px;height: 0;background: var(--color_zhuti);position: absolute;left: 0;bottom: 3px;right: 0;margin:0 auto;transition: all .3s;}
header nav ul li:nth-child(4){margin-right: 10%;}
header nav ul li:nth-child(5){margin-left: 10%;}
header nav ul li:hover > a{}
header nav ul li:hover:after{height: 2px;}
header nav ul li.active > a{font-weight: bold;}

header nav .ul{display:none;position: absolute;left: 0;top:calc(100% - 3px);width: 160px;margin-left: calc(50% - 80px);right: 0;background:rgba(255,255,255,1);padding:2px 0 15px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 0 0 10px 10px;overflow: hidden;}
header nav .ul a{font-size: 14px;color: #333;line-height: 23px;padding:8px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
header nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}
@media (min-width:1200px){
    header nav ul > li:hover .ul{display: block;}
    /*header nav .nav_xg{position: absolute; left: 30.5833px; bottom: 0; height: 4px; background-color: var(--color_zhuti);z-index:1;width: 42px;}*/
}

/*搜索*/
#formbox{display:block;position: fixed;left: 0;width: 100%;z-index: 112;background:rgba(0, 0, 0, .88);top:0;height: 100%;padding: 50px 10%;display: none;}
#formbox .logo2 img{max-height:72px;}
#formbox #form_close{font-size: 50px;color: #fff;position: absolute;right: 10%;top:50px;font-weight: normal;cursor: pointer;opacity: .8;}
#formbox #form_close:hover{opacity: 1;transform: rotate(20deg);}
#formbox form{width: 1200px;margin:15% auto 0;display: block;max-width: 100%;}
#formbox form input{font-size:20px;color: #fff;border: 0;border-bottom: 2px solid #fff;height: 60px;background: transparent;padding: 0 30px;width: calc(100% - 140px);}
#formbox form button{width: 120px;float: right;background:transparent;border: 2px solid #fff;font-size: 20px;border-radius: 4px;color: #fff;height: 60px;}
#formbox form button:hover{background-color: #fff;color: var(--color_zhuti);}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:100px 15px 0;}
    #formbox #form_close{font-size: 30px;right: 15px;top:11%;}
    #formbox form input{font-size:15px;padding: 0 20px;width: calc(100% - 66px);height:44px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 16px;height: 44px;border-width: 1px;}
}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .bjcover{height: 100vh;}
.banner .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}


.main88{padding-top: 99px;padding-bottom: 99px;}

/*关于*/
.main1{color: #fff;}
.main1 .container-fluid{padding-top:30px;padding-bottom:30px;}
.main1 .list1{width: 38%;margin-right:5%;float: left;margin-top: -8px;}
.main1 .list2{width: 34%;float: left;}
.main1 .list3{width: 18%;float: right;}

.main1 .list1 .tt1{font-size: 44px;line-height: 54px;display: inline-block;border-bottom:3px solid #fff;font-weight: bold;margin-bottom: 30px;}
.main1 .list1 .tt2{font-size: 26px;line-height: 40px;}
.main1 .list1 .tt2 b{font-size: 44px;line-height: 54px;color: var(--color_zhuti);display: block;padding-bottom: 8px;}
.main1 .list1 .tt3{font-size: 18px;margin-top: 30px;min-height:9em;}
.main1 .list1 .tt4{width: 180px;height: 54px;border: 2px solid var(--color_zhuti);border-radius: 44px;margin-top: 30px;text-align: center;font-size: 18px;color: var(--color_zhuti);}
.main1 .list1 .tt4:hover{background: var(--color_zhuti);color: #fff;}

.main1 .list2{position: relative;border-radius: 11px;overflow: hidden;cursor: pointer;}
.main1 .list2 video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0;z-index: 1;display: none;}
.main1 .list2 .bjcover{height: 460px;position: relative;z-index: 2;opacity: 1;}
.main1 .list2 .bjcover:before{position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;font-size:66px;display: block;line-height: 66px;height: 66px;text-align: center;transition: all .3s;cursor: pointer;}
.main1 .list2 .bjcover:hover:before{transform: var(--transform_scale);}
.main1 .list2.active video{display: block;opacity: 1;z-index: 3;}

.main1 .list3{height: 460px;padding-left: 8px;}
.main1 .list3 .div1{font-size: 18px;position: relative;line-height: 24px;text-align: left;width: 100%;padding-bottom: 15px;}
.main1 .list3 .div1 span{padding-left:8px;position: relative;top:-18px;}
.main1 .list3 .div1 b{font-size: 44px;line-height: 54px;}
.main1 .list3 .div1:after{content: "";width: 30px;height: 4px;background: var(--color_zhuti);position: absolute;left: 0;bottom: 0;}



.title{text-align: center;padding-bottom: 55px;color: #fff;}
.title .div1{font-size: 44px;line-height: 54px;font-weight: bold;}
.title .div1 b{color: var(--color_zhuti);}
.title .div2{font-size: 18px;margin-top:8px;}

/*案例*/
.main2 .list{display: block;position: relative;color: #fff;}
.main2 .list .bjcover{padding-top:48%;}
.main2 .list .tt{position: absolute;right: 0;bottom: 0;background: rgba(171, 29, 34, .88);padding: 35px;width: 90%;max-width: 440px;transition: all .3s;opacity: 0;}
.main2 .list .tt .tt1{font-size: 30px;line-height: 40px;min-height: 40px;}
.main2 .list .tt .tt2{font-size: 16px;-webkit-line-clamp: 3;min-height: 5.4em;margin-top: 11px;}

.main2 .swiper{padding: 0 15px;}
.main2 .swiper-slide{max-width:68%;}
.main2 .swiper-slide .list:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top:0;opacity: 1;transition: all .3s;}
.main2 .swiper-slide.swiper-slide-active .list:after{opacity: 0;}
.main2 .swiper-slide.swiper-slide-active .tt{opacity: 1;}
.main2 .swiper-button-prev{width: 48px;height: 48px;background: url(../images/t1.png) no-repeat;left:19%;margin-top: 0;top:auto;bottom: 44px;opacity: .8;}
.main2 .swiper-button-prev:after{display: none;}
.main2 .swiper-button-prev:hover{opacity: 1;}
.main2 .swiper-button-next{width: 48px;height: 48px;background: url(../images/t1-1.png) no-repeat;right: auto;left:calc(19% + 78px);margin-top: 0;top:auto;bottom: 44px;opacity: .8;}
.main2 .swiper-button-next:after{display: none;}
.main2 .swiper-button-next:hover{opacity: 1;}
.main2 .swiper-button-next:before{content: "";width:1px;height: 133px;background: rgba(255, 255, 255, .8);position: absolute;left: -15px;bottom: -44px;}


/*乐享家产品*/
.main3 .lb3{max-width: 1800px;margin: 0 auto;position: relative;padding: 0 100px;}
.main3 .swiper-button-prev{width: 48px;height: 48px;background: url(../images/t1.png) no-repeat;left:15px;margin-top:-24px;opacity: .8;}
.main3 .swiper-button-prev:after{display: none;}
.main3 .swiper-button-prev:hover{opacity: 1;}
.main3 .swiper-button-next{width: 48px;height: 48px;background: url(../images/t1-1.png) no-repeat;right: 15px;margin-top:-24px;opacity: .8;}
.main3 .swiper-button-next:after{display: none;}
.main3 .swiper-button-next:hover{opacity: 1;}

.main3 .list{display: block;padding: 0 20px 66px;position: relative;}
.main3 .list:after{content: "";width: 100%;height: 80%;background:url(../images/t2.png) repeat-x bottom;position: absolute;left: 0;top:80px;z-index: 1;}

.main3 .list .img{position: relative;z-index: 2;}
.main3 .list .bjcover{padding-top: 192%;}
.main3 .list .tt1{font-size: 18px;color: #fff;text-align: center;line-height: 66px;position: relative;z-index: 2;}
.main3 .list:hover .bjcover{transform: var(--transform_scale);}
.main3 .swiper-slide:nth-child(even) .list{margin-top: 80px;}




/*视频展示*/
.main4 .list{display: block;position: relative;}
.main4 .list .bjcover{padding-top: 70%;position: relative;z-index: 2;}
.main4 .list .img{position: relative;}
.main4 .list .img:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top:0;z-index: 1;}
.main4 .list .img:before{font-size: 60px;color: #fff;line-height: 66px;height: 66px;text-align: center;width: 100%;display: block;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;z-index: 8;}
.main4 .list .tt{background: #fff;padding: 30px 15px 40px;text-align: center;}
.main4 .list .tt1{font-size: 20px;}
.main4 .list .tt2{font-size: 16px;color: #888;margin-top: 2px;}
.main4 .list:hover .bjcover{transform: var(--transform_scale);}
.main4 .list:hover .tt1{color: var(--color_zhuti);}
.main4 .list .img video{ width:100%;position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;opacity: 0;display: none;background-color: #222;}
.main4 .list.active .img video{z-index: 3;opacity: 1;display: block;}
.main4 .list.active .img:before{opacity: 0;display: none;}
/*服务流程*/
.main5 .box{padding: 20px 0;width: 644px;float: right;}
.main5 .box .title3{font-size: 18px;color: rgba(255, 255, 255, .6);line-height: 20px;padding-left: 32px;position: relative;margin-bottom:50px;}
.main5 .box .title3 b{display: block;font-size: 44px;line-height: 44px;padding-bottom: 12px;color: #fff;}
.main5 .box .title3 b span{color: var(--color_zhuti);}
.main5 .box .title3:after{content: "";width: 6px;height: 76px;background: var(--color_zhuti);position: absolute;left: 0;top:0;}
.main5 .box .list{font-size: 0;margin: -28px -14px;}
.main5 .box .list .tt{display: inline-block;vertical-align: top;width: calc(33.33% - 28px);margin: 28px 14px 0;border: 1px solid rgba(255, 255, 255, .5);border-radius: 11px;text-align: center;position: relative;padding: 33px 10px;line-height: 30px;font-size: 18px;color: #fff;transition: all .3s;cursor: pointer;}
.main5 .box .list .tt:after{content: "";width: 100%;height: 100%;background: url(../images/t3.png) no-repeat right bottom;position: absolute;right: -1px;bottom: -1px;}
.main5 .box .list .tt img{height: 44px;display: block;margin: 0 auto 18px;}
.main5 .box .list .tt:hover{background: rgba(255, 255, 255, .1);}


/*在线预订*/
.main6 .container-fluid{margin-top: -22px;margin-bottom: -28px;}
.main6 .tt{width: 290px;float: left;padding-right: 15px;font-size: 20px;color: #fff;line-height: 24px;}
.main6 .tt b{font-size: 30px;display: block;line-height:30px;margin: -2px 0 12px 0;}
.main6 form{width: calc(100% - 290px);float: right;}
.main6 form input{height: 58px;border: 1px solid #fff;width: calc(33.33% - 80px);float: left;margin-right: 15px;font-size: 16px;color: #fff;background: transparent;border-radius: 8px;padding: 0 20px;}
.main6 form button{width: 180px;height: 58px;border: 0;background: #fff;text-align: center;border-radius: 8px;font-size: 18px;color: #444;font-weight: bold;float: right;}
.main6 form button:before{color: #444;font-weight: normal;font-size: 140%;padding-right: 10px;position: relative;top:3px;transition: all .3s;}
.main6 form button:hover{color: var(--color_zhuti);}
.main6 form button:hover:before{color: var(--color_zhuti);}



/*新闻资讯*/
.main7 .title .div1 b{color: #fff;}
.main7 .box{margin:-20px -10px 0;}
.main7 .box .zuo{display: block;width: calc(33.33% - 20px);float: left;background: #fff;margin:20px 10px 0;}
.main7 .box .you{width: calc(33.33% - 20px);float: left;background: #fff;margin:20px 10px 0;}


.main7 .zuo .bjcover{height:296px;}
.main7 .zuo .ttbox{padding:30px;}
.main7 .zuo .ttbox .tt{padding-left: 130px;position: relative;}
.main7 .zuo .ttbox .tt1{font-size: 18px;color: #444;font-weight: bold;}
.main7 .zuo .ttbox .tt3{font-size: 16px;color: #888;-webkit-line-clamp: 3;min-height:4.8em;margin-top:4px;line-height: 1.6;}
.main7 .zuo .ttbox .tt4{font-size: 16px;color: #888;text-decoration: underline;margin-top:6px;}
.main7 .zuo .ttbox .tt2{background: var(--color_zhuti);position: absolute;left: 0;top:0;height: 100%;width: 110px;text-align: center;}
.main7 .zuo .ttbox .tt2 span{display: block;font-size: 14px;color: #fff;line-height: 1;position: relative;padding-bottom: 22px;}
.main7 .zuo .ttbox .tt2 b{display: block;font-size: 44px;padding-bottom:7px;}
.main7 .zuo .ttbox .tt2 span:after{content: "";width: 56px;height: 4px;background: #fff;position: absolute;left: 0;right: 0;bottom: 0;margin: 0 auto;}
.main7 .zuo:hover .bjcover{transform: var(--transform_scale);}
.main7 .zuo:hover .ttbox .tt1{color: var(--color_zhuti);}
.main7 .zuo:hover .ttbox .tt4{color: var(--color_zhuti);}



.main7 .you{padding:8px 30px;}
.main7 .you a{display: block;padding: 30px 0 30px 78px;position: relative;}
.main7 .you a:nth-child(n+2){border-top: 1px solid #e5e5e5;}
.main7 .you a .tt1{font-size: 18px;position: relative;left: 0;}
.main7 .you a .tt3{font-size: 16px;color: #888;}
.main7 .you a .tt2{position: absolute;left: 0;font-size: 14px;color: #888;top:22px;display: inline-block;text-align: center;}
.main7 .you a .tt2 b{font-size: 40px;display: block;line-height: 1.1;}
.main7 .you a:hover .tt1{color: var(--color_zhuti);left: 8px;}
.main7 .you a:hover .tt2{color: var(--color_zhuti);}



footer{padding-top: 88px;color: rgba(255, 255, 255, .6);}
footer .box1{border-top: 1px solid rgba(255, 255, 255, .3);padding: 60px 0 40px;}
footer .box2{border-top: 1px solid rgba(255, 255, 255, .3);padding: 33px 0;text-align: center;}
footer .box1 .logo2{height: fit-content;display: block;max-width: 200px;}
footer .box1 .ul a{display: block;font-size: 16px;color:rgba(255, 255, 255, .8);padding-bottom:6px;}
footer .box1 .ul a:nth-child(1){font-size: 20px;color: #fff;padding-bottom:22px;}
footer .box1 .ul a:nth-child(n+2):hover{text-decoration: underline!important;color: #fff;}
footer .box1 .ttbox .tt{padding-left: 70px;font-size: 16px;position: relative;margin-bottom: 26px;}
footer .box1 .ttbox .tt b{font-size: 26px;color: var(--color_zhuti);line-height: 40px;display: block;}
footer .box1 .ttbox .tt img{display: block;position: absolute;left: 0;top:8px;width: 56px;}
footer .box1 .ttbox .flex-between{max-width: 254px;}
footer .box1 .ttbox .flex-between img{width: calc(50% - 5px);display: block;}



.banner2{padding-top:32%;position: relative;color: #fff;text-align: center;min-height:500px;}
.banner2 .tt{position: absolute;left: 0;top:140px;height: calc(100% - 140px);width: 100%;}
.banner2 .tt .tt1{font-size: 30px;color: #fff;line-height: 40px;}
.banner2 .tt .tt1 b{font-size: 50px;display: block;line-height: 60px;padding-bottom: 15px;}
.banner2 .tt .tt1 img{display: block;margin: 14% auto 0;}


.titletop .div1{padding:28px 0;border-bottom: 2px solid #000;font-size: 0;text-align: center;}
.titletop .div1 a{display: inline-block;vertical-align: top;min-width: 156px;text-align: center;padding: 0 15px;line-height: 50px;border: 1px solid #ddd;border-radius: 8px;font-size: 18px;color: #444;font-weight: bold;margin: 8px 10px;}
.titletop .div1 a:hover{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.titletop .div1 a.active{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}



.ny{padding: 50px 0 99px;}

.nycp{margin: 0 -14px;}
.nycp .list{display: block;width: calc(25% - 28px);margin: 0 14px 28px;float: left;border: 1px solid #fff;background-color: #fff;padding: 30px 30px 40px}
.nycp .list .img{max-width: 220px;margin: 0 auto;}
.nycp .list .img .bjcover{padding-top: 192%;}
.nycp .list .tt1{font-size: 18px;text-align: center;line-height:70px;}
.nycp .list .tt2{width: 30px;height: 30px;background:#CDCDCD;transform:rotate(45deg);margin: 0 auto;text-align: center;}
.nycp .list .tt2:before{color: #fff;font-size: 17px;transform:rotate(-45deg);display: block;margin: 0 auto;}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt1{color: var(--color_zhuti);}
.nycp .list:hover .tt2{background-color: var(--color_zhuti);}






/*内页新闻*/
.nyxw .list{display: block;position: relative;padding: 30px 330px 30px 170px;margin-bottom: 30px;border-bottom: 1px solid #e5e5e5;}
.nyxw .list .tt1{font-size: 18px;color: #222;}
.nyxw .list .tt3{font-size: 15px;color: #666;line-height: 26px;height: 52px;overflow: hidden;margin-top: 12px;}
.nyxw .list .tt4{font-size: 12px;color: #999999;line-height: 32px;width: 100px;text-align: center;font-family: 'Arial';border: 1px solid #e5e5e5;margin-top: 22px;text-transform: uppercase;}
.nyxw .list .tt2{line-height:24px;font-size: 13px; position: absolute;left: 0;width: 170px; top:25px;color: #999; text-align:center}
.nyxw .list .tt2 b{font-size:18px;color: #000;display: block;line-height: 40px; border-bottom:2px var(--color_zhuti) solid; width:50px; margin:0 auto 5px auto}
.nyxw .list .tt2 i{display: none;}
.nyxw .list .img{position: absolute;right: 30px;top:26px;width: 220px;height: 140px;}
.nyxw .list .img .bjcover{height: 100%;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw .list:hover .tt1{color: var(--color_zhuti);}
.nyxw .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
@media (max-width:1199px) {
    .nyxw .list{padding: 30px 280px 30px 110px;}
    .nyxw .list .tt2{width: 110px;}
}
@media (max-width:991px) {
    .nyxw .list{padding:20px 250px 30px 0;}
    .nyxw .list .img{right: 0}
    .nyxw .list .tt2{width: 140px;}
    .nyxw .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw .list .tt2 i{display:inline;}
    .nyxw .list .tt3{margin-top: 8px;}
    .nyxw .list .tt4{margin-top: 16px;}
    
}

@media (max-width:600px) {
    .nyxw .list{padding: 0 0 25px;margin-bottom: 25px;}
    .nyxw .list .tt1{font-size: 18px;}
    .nyxw .list .tt3{font-size: 15px;height: auto;max-height: 52px;}
    .nyxw .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw .list .img .bjcover{height: auto;padding-top: 50%;}
}



.nysp{margin: 0 -14px;}
.nysp .list{display: block;width: calc(25% - 28px);margin: 0 14px 28px;float: left;border: 1px solid #fff;background-color: #fff;}
.nysp .list .bjcover{padding-top: 70%;}
.nysp .list .img{position: relative;}
.nysp .list .img:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top:0;z-index: 1;}
.nysp .list .img:before{font-size: 60px;color: #fff;line-height: 66px;height: 66px;text-align: center;width: 100%;display: block;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;z-index: 8;}
.nysp .list .tt{font-size:16px;text-align: center;line-height: 50px;}
.nysp .list:hover .bjcover{transform: var(--transform_scale);}
.nysp .list:hover .tt{color: var(--color_zhuti);}
.nysp .list .img video{ width:100%;position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;opacity: 0;display: none;background-color: #222;}
.nysp .list.active .img video{z-index: 3;opacity: 1;display: block;}
.nysp .list.active .img:before{opacity: 0;display: none;}












.nysp.nycase .list .img:after{display: none;}

.liuyan form input{width:100%;float: left;height: 50px;border: 1px solid #e7e7e7;margin-bottom: 15px;padding: 0 15px;}
.liuyan form textarea{width: 100%;max-width: 100%;line-height: 26px;height: 152px;padding: 10px 14px;border: 1px solid #e7e7e7;margin-bottom: 15px;}
.liuyan form button{width: 100%;line-height: 50px;background:var(--color_zhuti);color: #fff;border: 0;transition: all 0.3s}
.liuyan form button:hover{background-color: var(--color_hover);}

/*详情页*/
.danye{font-size: 16px;line-height:2;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size:26px;padding-bottom: 10px;line-height: 1.5;}
.danye .rq{color: #000;opacity: .6;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto; max-height:800px;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;}
.danye .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;}
.danye .tt2{font-size: 18px;}
.danye .txtbox{ font-size:16px; line-height:2; min-height:200px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}


@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 15px;line-height: 1.8;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .rq{margin-top: 0;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;}
    .danye .tt2{font-size: 15px;}
}



















/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    header .box:after{display: none;}
    header .box:before{display: none;}
    body{padding-top:90px;}
    header{top:0;background: var(--color_zhuti);position: fixed;box-shadow: 0 4px 11px rgba(0, 0, 0, .06);}
    header .logo{height: auto;position: relative;left: auto;width: calc(100% - 50px);top:auto;z-index: 2;justify-content:left;height:90px;}
    header .logo img{height:auto;max-height:70%;}

    .banner .swiper-slide .bjcover{height: auto;padding-top:56%;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

    /*pc导航*/
    header nav{display:none;width:calc(100% + 30px);max-width: inherit;float: none;padding:15px 20px;margin:0;position: absolute;right:-15px;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .03);overflow-y: auto;overflow-x:hidden;}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;margin: 0!important}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 12px;font-weight: normal;text-align: center;}
    header nav ul > li:after{display: none;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_hover);}
    header nav ul > li.active > a{background: transparent;color: var(--color_hover);font-weight: normal;}
    header nav ul > li.active > i{color: var(--color_hover);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: var(--color_hover);}
    header nav .ul a.active{background-color: transparent;color: var(--color_hover);}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 0;bottom:30px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:#fff;border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}



    .main88{padding-top: 44px;padding-bottom: 44px;}



    /*关于*/

    .main1 .container-fluid{padding-top:10px;padding-bottom:10px;}
    .main1 .list1{width: 100%;margin:0;}
    .main1 .list2{width: 100%;}
    .main1 .list3{width: 100%;padding: 0;height: auto;}

    .main1 .list1 .tt1{font-size: 26px;line-height: 36px;margin-bottom:26px;}
    .main1 .list1 .tt2{font-size: 18px;line-height: 30px;}
    .main1 .list1 .tt2 b{font-size:22px;line-height: 32px;padding-bottom: 4px;}
    .main1 .list1 .tt3{font-size: 15px;margin-top:16px;min-height:inherit;}
    .main1 .list1 .tt4{width: 140px;height: 44px;border-width: 1px;font-size: 15px;margin-top: 18px;}

    .main1 .list2{margin-top: 30px;}
    .main1 .list2 .bjcover{height: auto;padding-top:66%;}
    .main1 .list2 .bjcover:before{font-size:40px;}



    .main1 .list3{ -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -moz-flex-direction: inherit;
        -webkit-flex-direction: inherit;
        flex-direction:inherit;
    }
    .main1 .list3 .div1{font-size: 15px;padding:0 0 8px;margin-top: 30px;}
    .main1 .list3 .div1 span{top:-11px;padding-left: 4px;font-size: 13px;}
    .main1 .list3 .div1 b{font-size: 22px;line-height:40px;}
    .main1 .list3 .div1:after{height: 3px;left:0;}


    .title{padding-bottom: 30px;}
    .title .div1{font-size:26px;line-height: 36px;}
    .title .div2{font-size: 15px;margin-top:2px;}

    /*案例*/
    .main2 .list .tt{padding: 0;width: 100%;max-width: 100%;position: relative;background: var(--color_zhuti);opacity: 1;}
    .main2 .list .tt .tt1{font-size:15px;line-height: 44px;min-height:44px;padding: 0 5px;text-align: center;}
    .main2 .list .tt .tt2{display: none;}

    .main2 .swiper-slide{max-width:80%;}
    .main2 .swiper-button-prev{display: none;}
    .main2 .swiper-button-next{display: none;}

    .main7 .box .zuo{display: none;}
    .main7 .box .you{width: calc(50% - 20px);}



    .banner2{min-height:400px;}
    .banner2 .tt{top:15%;height: 85%;}

    .ny{padding: 50px 0 99px;}
    .nycp .list{width: calc(33.33% - 28px);}
    .nysp .list{width: calc(33.33% - 28px);}




 





}
@media (max-width:991px) {

    /*乐享家产品*/
    .main3 .lb3{padding: 0 15px;}
    .main3 .swiper-button-prev{display: none;}
    .main3 .swiper-button-next{display: none;}

    .main3 .list{padding: 0 10px 30px;}
    .main3 .list:after{height:94%;top:6%;}
    .main3 .list .tt1{font-size: 15px;line-height: 40px;}
    .main3 .swiper-slide:nth-child(even) .list{margin-top:0;}


    /*视频展示*/
    .main4 .list .img:before{font-size:33px;top:10px;}
    .main4 .list .tt{padding: 0;text-align: center;}
    .main4 .list .tt1{font-size: 15px;line-height: 44px;}
    .main4 .list .tt2{display: none;}

    /*服务流程*/
    .main5 .box{max-width: 100%;}
    .main5 .box .title3{font-size: 15px;padding-left: 22px;margin-bottom: 30px;}
    .main5 .box .title3 b{font-size: 26px;line-height: 30px;padding-bottom:10px;}
    .main5 .box .title3:after{width: 4px;height: 100%;}
    .main5 .box .list{font-size: 0;margin: -14px -7px;}
    .main5 .box .list .tt{width: calc(50% - 14px);margin: 14px 7px 0;font-size: 16px;padding:26px 10px 22px;border-radius: 8px;}
    .main5 .box .list .tt img{height:30px;margin: 0 auto 11px;}
    .main5 .box .list .tt:after{background-size:66px!important}


    /*在线预订*/
    .main6 .container-fluid{margin-top: 0;margin-bottom: 0;}
    .main6 .tt{width: 100%;padding-right: 0;font-size: 15px;}
    .main6 .tt b{font-size:26px;margin-bottom: 6px;}
    .main6 form{width:100%;margin-top: 22px;}
    .main6 form input{height: 50px;width:100%;font-size: 15px;padding: 0 15px;margin-bottom: 10px;}
    .main6 form button{font-size: 17px;height: 50px;width:150px;}



    /*新闻资讯*/
    .main7 .box .zuo{display: block;width: calc(100% - 20px);}
    .main7 .box .you{width: calc(100% - 20px);}


    .main7 .zuo .bjcover{height:auto;padding-top: 60%;}
    .main7 .zuo .ttbox{padding:20px;}
    .main7 .zuo .ttbox .tt{padding-left: 116px;}
    .main7 .zuo .ttbox .tt1{font-size: 17px;}
    .main7 .zuo .ttbox .tt3{font-size: 14px;margin-top: 2px;}
    .main7 .zuo .ttbox .tt4{font-size: 14px;margin-top:4px;}
    .main7 .zuo .ttbox .tt2{width: 100px;}
    .main7 .zuo .ttbox .tt2 span{padding-bottom: 15px;font-size: 14px;}
    .main7 .zuo .ttbox .tt2 b{font-size:34px;}
    .main7 .zuo .ttbox .tt2 span:after{width:50px;height:2px;}



    .main7 .you{padding:4px 20px;}
    .main7 .you a{padding: 20px 0 20px 66px;}
    .main7 .you a .tt1{font-size: 17px;}
    .main7 .you a .tt3{font-size: 14px;}
    .main7 .you a .tt2{top:16px;font-size: 14px;}
    .main7 .you a .tt2 b{font-size: 34px;}
    .main7 .you a:hover .tt1{left: 0;}



    footer{padding-top: 0;}
    footer .box1{border-top: 0;padding: 40px 0;display: block;}
    footer .box2{padding: 20px 0;font-size: 13px;}
    footer .box1 .logo2{margin: 0 auto;}
    footer .box1 .ul{display: none;}
    footer .box1 .ttbox{display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer .box1 .ttbox{margin-top: 20px;}
    footer .box1 .ttbox .tt{padding-left:50px;font-size: 14px;}
    footer .box1 .ttbox .tt b{line-height: 32px;}
    footer .box1 .ttbox .tt img{width: 44px;top:8px;}


    .banner2{min-height:260px;}
    .banner2 .tt .tt1{font-size:18px;line-height: 28px;}
    .banner2 .tt .tt1 b{font-size:26px;line-height:36px;padding-bottom: 8px;}
    .banner2 .tt .tt1 img{margin-top:30px;}


    .titletop .div1{padding:20px 0;border-width: 1px;}
    .titletop .div1 a{min-width: 120px;margin: 1px;line-height: 40px;font-size: 15px;}



    .ny{padding: 30px 0 50px;}

    .nycp{margin: 0 -14px;}
    .nycp .list{width: calc(33.33% - 14px);margin: 0 7px 14px;padding: 15px 15px 18px;}
    .nycp .list .tt1{font-size: 15px;line-height:50px;}
    .nycp .list .tt2{width: 22px;height: 22px;line-height: 22px;}

    .nysp{margin: 0 -14px;}
    .nysp .list{width: calc(33.33% - 14px);margin: 0 7px 14px;}
    .nysp .list .tt{font-size: 15px;line-height: 44px;}
    .nysp .list .img:before{font-size:33px;top:10px;}

}

@media (max-width:767px) {
    .nycp .list{width: calc(50% - 14px);}
    .nysp .list{width: calc(50% - 14px);}

}
@media (max-width:600px) {


}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {

    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}

