/*!
 * Photo Sphere Viewer 4.2.1
 * @copyright 2014-2015 Jérémy Heleine
 * @copyright 2015-2021 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */.psv-container{width:100%;height:100%;margin:0;padding:0;position:relative;background:radial-gradient(#fff 0,#fdfdfd 16%,#fbfbfb 33%,#f8f8f8 49%,#efefef 66%,#dfdfdf 82%,#bfbfbf 100%);overflow:hidden}.psv-container--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0}.psv-canvas-container{position:absolute;top:0;left:0;z-index:0;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.psv-canvas{display:block}.psv-loader-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:80}.psv-loader{position:relative;text-align:center;color:rgba(61,61,61,.7);width:150px;height:150px;border:10px solid transparent}.psv-loader:before{content:"";height:100%}.psv-loader,.psv-loader-image,.psv-loader-text,.psv-loader:before{display:inline-block;vertical-align:middle}.psv-loader-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.psv-loader-text{font:14px sans-serif}.psv-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:90;bottom:-40px;left:0;width:100%;height:40px;background:rgba(61,61,61,.5);-webkit-transition:bottom .1s ease-in-out;transition:bottom .1s ease-in-out}.psv-navbar--open{bottom:0}.psv-navbar,.psv-navbar *{-webkit-box-sizing:content-box;box-sizing:content-box}.psv-caption{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;color:hsla(0,0%,100%,.7);overflow:hidden;text-align:center}.psv-caption-icon{height:20px;width:20px;cursor:pointer}.psv-caption-icon *{fill:hsla(0,0%,100%,.7)}.psv-caption-content{display:inline-block;padding:10px;font:16px sans-serif;white-space:nowrap}.psv-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:10px;position:relative;cursor:pointer;height:20px;width:20px;background:transparent;color:hsla(0,0%,100%,.7)}.psv-button--active{background:hsla(0,0%,100%,.2)}.psv-button--disabled{pointer-events:none;opacity:.5}.psv-button .psv-button-svg{width:100%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.psv-container:not(.psv--is-touch) .psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg{-webkit-transform:scale(1.2);transform:scale(1.2)}.psv-autorotate-button.psv-button{width:25px;height:25px;padding:7.5px}.psv-zoom-range.psv-button{width:80px;height:1px;margin:10px 0;padding:9.5px 0;max-width:600px}.psv-zoom-range-line{position:relative;width:80px;height:1px;background:hsla(0,0%,100%,.7);-webkit-transition:all .3s ease;transition:all .3s ease}.psv-zoom-range-handle{position:absolute;border-radius:50%;top:-3px;width:7px;height:7px;background:hsla(0,0%,100%,.7);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-line{-webkit-box-shadow:0 0 2px hsla(0,0%,100%,.7);box-shadow:0 0 2px hsla(0,0%,100%,.7)}.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-handle{-webkit-transform:scale(1.3);transform:scale(1.3)}.psv-notification{position:absolute;z-index:100;bottom:-40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:0 2em;opacity:0;-webkit-transition-property:opacity,bottom;transition-property:opacity,bottom;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:.2s;transition-duration:.2s}.psv-notification-content{max-width:50em;background-color:rgba(61,61,61,.8);border-radius:4px;padding:.5em 1em;font:14px sans-serif;color:#fff}.psv-notification--visible{opacity:1;bottom:80px}.psv-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:110;top:0;left:0;bottom:0;right:0;background:radial-gradient(#fff 0,#fdfdfd 16%,#fbfbfb 33%,#f8f8f8 49%,#efefef 66%,#dfdfdf 82%,#bfbfbf 100%);color:#000;opacity:.8}.psv-overlay-image{margin-bottom:4vh}.psv-overlay-image svg{width:50vw}@media (orientation:landscape){.psv-overlay-image svg{width:25vw}}.psv-overlay-text{font:30px sans-serif;text-align:center}.psv-overlay-subtext{font:20px sans-serif;opacity:.8;text-align:center}.psv-panel{position:absolute;z-index:90;right:0;height:100%;width:400px;max-width:calc(100% - 24px);background:rgba(10,10,10,.7);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:.1s;transition-duration:.1s;cursor:default;margin-left:9px}.psv--has-navbar .psv-panel{height:calc(100% - 40px)}.psv-panel-close-button{display:none;position:absolute;top:0;left:-24px;width:24px;height:24px;background:rgba(0,0,0,.9)}.psv-panel-close-button:after,.psv-panel-close-button:before{content:"";position:absolute;top:50%;left:4px;width:15px;height:1px;background-color:#fff;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;-webkit-transition-property:width,left,-webkit-transform;transition-property:width,left,-webkit-transform;transition-property:width,left,transform;transition-property:width,left,transform,-webkit-transform}.psv-panel-close-button:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.psv-panel-close-button:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.psv-panel-close-button:hover:after,.psv-panel-close-button:hover:before{left:0;width:23px}.psv-panel-close-button:hover:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.psv-panel-close-button:hover:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.psv-panel-resizer{display:none;position:absolute;top:0;left:-9px;width:9px;height:100%;background-color:rgba(0,0,0,.9);cursor:col-resize}.psv-panel-resizer:before{content:"";position:absolute;top:50%;left:1px;margin-top:-14.5px;width:1px;height:1px;-webkit-box-shadow:1px 0 #fff,3px 0 #fff,5px 0 #fff,1px 2px #fff,3px 2px #fff,5px 2px #fff,1px 4px #fff,3px 4px #fff,5px 4px #fff,1px 6px #fff,3px 6px #fff,5px 6px #fff,1px 8px #fff,3px 8px #fff,5px 8px #fff,1px 10px #fff,3px 10px #fff,5px 10px #fff,1px 12px #fff,3px 12px #fff,5px 12px #fff,1px 14px #fff,3px 14px #fff,5px 14px #fff,1px 16px #fff,3px 16px #fff,5px 16px #fff,1px 18px #fff,3px 18px #fff,5px 18px #fff,1px 20px #fff,3px 20px #fff,5px 20px #fff,1px 22px #fff,3px 22px #fff,5px 22px #fff,1px 24px #fff,3px 24px #fff,5px 24px #fff,1px 26px #fff,3px 26px #fff,5px 26px #fff,1px 28px #fff,3px 28px #fff,5px 28px #fff;box-shadow:1px 0 #fff,3px 0 #fff,5px 0 #fff,1px 2px #fff,3px 2px #fff,5px 2px #fff,1px 4px #fff,3px 4px #fff,5px 4px #fff,1px 6px #fff,3px 6px #fff,5px 6px #fff,1px 8px #fff,3px 8px #fff,5px 8px #fff,1px 10px #fff,3px 10px #fff,5px 10px #fff,1px 12px #fff,3px 12px #fff,5px 12px #fff,1px 14px #fff,3px 14px #fff,5px 14px #fff,1px 16px #fff,3px 16px #fff,5px 16px #fff,1px 18px #fff,3px 18px #fff,5px 18px #fff,1px 20px #fff,3px 20px #fff,5px 20px #fff,1px 22px #fff,3px 22px #fff,5px 22px #fff,1px 24px #fff,3px 24px #fff,5px 24px #fff,1px 26px #fff,3px 26px #fff,5px 26px #fff,1px 28px #fff,3px 28px #fff,5px 28px #fff;background:transparent}.psv-panel-content{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#dcdcdc;font:16px sans-serif;overflow:auto}.psv-panel-content:not(.psv-panel-content--no-margin){padding:1em}.psv-panel-content--no-interaction{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.psv-panel--open{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;-webkit-transition-duration:.2s;transition-duration:.2s}.psv-panel--open .psv-panel-close-button,.psv-panel--open .psv-panel-resizer{display:block}.psv-panel-menu-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font:24px sans-serif;margin:24px 12px}.psv-panel-menu-title svg{width:24px;height:24px;margin-right:12px}.psv-panel-menu-list{list-style:none;margin:0;padding:0;overflow:hidden}.psv-panel-menu-item{min-height:20px;padding:.5em 1em;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:background .1s ease-in-out;transition:background .1s ease-in-out}.psv-panel-menu-item-icon{-webkit-box-flex:0;-ms-flex:none;flex:none;height:20px;width:20px;margin-right:.5em}.psv-panel-menu-item-icon img{max-width:100%;max-height:100%}.psv-panel-menu-item-icon svg{width:100%;height:100%}.psv-panel-menu--stripped .psv-panel-menu-item:hover{background:hsla(0,0%,100%,.2)}.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd),.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd):before{background:hsla(0,0%,100%,.1)}.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(2n),.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(2n):before{background:transparent}.psv-container:not(.psv--is-touch) .psv-panel-menu-item:hover{background:hsla(0,0%,100%,.2)}.psv-tooltip{position:absolute;z-index:50;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:200px;background-color:rgba(61,61,61,.8);border-radius:4px;padding:.5em 1em;opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:.1s;transition-duration:.1s;outline:5px solid transparent}.psv-tooltip-content{color:#fff;font:14px sans-serif;text-shadow:0 1px #000}.psv-tooltip-arrow{position:absolute;height:0;width:0;border:7px solid transparent}.psv-tooltip--bottom-center{-webkit-box-shadow:0 3px 0 rgba(90,90,90,.7);box-shadow:0 3px 0 rgba(90,90,90,.7);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.psv-tooltip--bottom-center .psv-tooltip-arrow{border-bottom-color:rgba(61,61,61,.8)}.psv-tooltip--center-left{-webkit-box-shadow:-3px 0 0 rgba(90,90,90,.7);box-shadow:-3px 0 0 rgba(90,90,90,.7);-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.psv-tooltip--center-left .psv-tooltip-arrow{border-left-color:rgba(61,61,61,.8)}.psv-tooltip--top-center{-webkit-box-shadow:0 -3px 0 rgba(90,90,90,.7);box-shadow:0 -3px 0 rgba(90,90,90,.7);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.psv-tooltip--top-center .psv-tooltip-arrow{border-top-color:rgba(61,61,61,.8)}.psv-tooltip--center-right{-webkit-box-shadow:3px 0 0 rgba(90,90,90,.7);box-shadow:3px 0 0 rgba(90,90,90,.7);-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.psv-tooltip--center-right .psv-tooltip-arrow{border-right-color:rgba(61,61,61,.8)}.psv-tooltip--bottom-left{-webkit-box-shadow:-3px 3px 0 rgba(90,90,90,.7);box-shadow:-3px 3px 0 rgba(90,90,90,.7);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.psv-tooltip--bottom-left .psv-tooltip-arrow{border-bottom-color:rgba(61,61,61,.8)}.psv-tooltip--bottom-right{-webkit-box-shadow:3px 3px 0 rgba(90,90,90,.7);box-shadow:3px 3px 0 rgba(90,90,90,.7);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.psv-tooltip--bottom-right .psv-tooltip-arrow{border-bottom-color:rgba(61,61,61,.8)}.psv-tooltip--top-left{-webkit-box-shadow:-3px -3px 0 rgba(90,90,90,.7);box-shadow:-3px -3px 0 rgba(90,90,90,.7);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.psv-tooltip--top-left .psv-tooltip-arrow{border-top-color:rgba(61,61,61,.8)}.psv-tooltip--top-right{-webkit-box-shadow:3px -3px 0 rgba(90,90,90,.7);box-shadow:3px -3px 0 rgba(90,90,90,.7);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.psv-tooltip--top-right .psv-tooltip-arrow{border-top-color:rgba(61,61,61,.8)}.psv-tooltip--visible{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;-webkit-transition-duration:.1s;transition-duration:.1s}.booking-box{background-color:#f2f0f0}.booking-box .from-box{width:1200px;margin:0 auto;padding:65px 0}.booking-box .from-box .from-title{margin-bottom:75px}.booking-box .from-box .from-title ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:50px}.booking-box .from-box .from-title ul li{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px 0;margin:0 18px;cursor:pointer}.booking-box .from-box .from-title ul li img{vertical-align:middle}.booking-box .from-box .from-title ul li span{color:#464646;font-family:MicrosoftYaHei;font-size:16px;margin-left:6px}.booking-box .from-box .from-title ul li.active{border-bottom:1px solid #ed434b}.booking-box .from-box .from-title ul li.active span{color:#ed434b}.booking-box .from-box .from-body{width:100%}.booking-box .from-box .from-body .from_title{text-align:center;font-family:MicrosoftYaHei;color:#464646;padding-bottom:60px}.booking-box .from-box .from-body .from_title h1{line-height:58px;font-size:28px}.booking-box .from-box .from-body .main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.booking-box .from-box .from-body .main .containe{-webkit-box-flex:1;-ms-flex:1;flex:1}.booking-box .from-box .from-body .main .containe div{line-height:42px;color:#464646}.booking-box .from-box .from-body .main .containe .form{width:100%}.booking-box .from-box .from-body .main .containe .form .form-group{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.booking-box .from-box .from-body .main .containe .form .form-group .form-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:12px}.booking-box .from-box .from-body .main .containe .form .form-group .form-item div{-webkit-box-flex:1;-ms-flex:1;flex:1}.booking-box .from-box .from-body .main .containe .form .form-group .form-item div input{width:100%;border:none;background:#fff;height:42px;padding:0 6px}.booking-box .from-box .from-body .main .containe .form .form-group .form-item div label{margin-left:-24px}.booking-box .from-box .from-body .main .containe .submit-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:24px}.booking-box .from-box .from-body .main .containe .submit-box .btn{width:48%;height:50px;line-height:50px;background-color:#ed434b;color:#fff;font-size:16px;border:none;cursor:pointer}.booking-box .from-box .from-body .main .leftbar{margin-right:24px;width:240px}.booking-box .from-box .from-body .main .leftbar ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}.booking-box .from-box .from-body .main .leftbar ul li{width:calc(50% - 3px);height:116px;background:#fff;color:grey;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center;cursor:pointer}.booking-box .from-box .from-body .main .leftbar ul li img{width:50px;margin:0 auto}.booking-box .from-box .from-body .main .leftbar ul li.active{background:#ed434b;color:#fff}.booking-box .from-box .from-body .main .sidebar{margin-left:24px}.booking-box .from-box .from-body .main .sidebar img{height:238px;display:block;max-height:100%}.marquee-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:40px;margin:0 auto;overflow:hidden;margin-top:12px}.marquee-wrap .marquee-list li{width:100%;height:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:0 12px;list-style:none;line-height:45px;text-align:center;color:#606060}.marquee-wrap .animate-up{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:translateY(-40px);transform:translateY(-40px)}.carousel-box{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel-box .el-carousel{-webkit-box-flex:1;-ms-flex:1;flex:1}.carousel-box .indicator-box{width:375px}.carousel-box .indicator-box ul{width:100%;height:100%}.carousel-box .indicator-box ul li{height:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:75px;background:#404040;font-size:1.4em;color:#b1b1b1;border-bottom:1px solid #616161}.carousel-box .indicator-box ul li label{position:relative;padding:6px 0;cursor:pointer}.carousel-box .indicator-box ul li label:after{left:0;bottom:0;content:"";display:block;position:absolute;width:90px;border-bottom:1px solid hsla(0,0%,100%,.5)}.carousel-box .indicator-box ul li:last-child{border-bottom:none}.carousel-box .indicator-box ul li.active{background:#ed434b;color:#fff}#sz_jump{color:#ed434b;font-size:20px;font-weight:700}.ckgd{width:260px;height:50px;line-height:50px;border:1px solid #666;display:block;font-size:16px;cursor:pointer;margin:0 auto}.jg-box{padding:110px 0 80px;width:100%;background:url(../img/cz-bg.6329ef04.jpg) no-repeat top;background-size:100% 100%;background-repeat:no-repeat;-webkit-box-sizing:border-box;box-sizing:border-box}.jg-box .jg-main{width:1200px;margin:0 auto}.dzzzbt{font-size:36px;color:#3b3b3b;height:36px;line-height:36px;width:100%;text-align:center;font-family:Source Han Sans CN!important;font-weight:500;font-size:40px!important}.jpsjs{padding-top:4%}.jpsjs .title-component p{color:#fff}.jpsjs .title-component .line{background:#fff!important}.footer-component{float:left}.vr .vr_hide{background-color:#000;opacity:.7;z-index:3;top:-40px}.vr .vr_content,.vr .vr_hide{width:100%;height:40px;line-height:40px;margin:0 auto;position:relative}.vr .vr_content{color:#fff;top:-80px;text-align:left;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 4rem}.vr .vr_content div{background-color:#ed434b;color:#fff;width:160px;height:30px;line-height:30px;text-align:center;cursor:pointer}.khrk .line{width:90px!important}.yzs{margin-top:50px}.yzs .title-component p{font-weight:700}.jgfw_all{float:left;width:100%;background-color:#f1f1f1;padding-bottom:5%}.jgfw{max-height:456px}.jgfw .title-component p{color:#fff;position:absolute;top:30%;float:left}.jgfw .title-component .line{display:none}.jgfw_body{width:60%;margin-left:20%;float:left;position:relative;z-index:6;margin-top:-9%;max-height:686px}.jgfw_body img{width:75%}.jgfw_body p{font-size:30px!important;font-family:Source Han Sans CN!important;font-weight:700;color:#3b3b3b;height:36px;line-height:36px;width:100%;text-align:center;margin:5% 0}.jgfw_bottom{width:60%;background-color:#fff;margin-left:20%;float:left;position:relative;z-index:6;margin-top:2%}.jgfw_bottom p{font-size:30px!important;font-family:Source Han Sans CN!important;font-weight:700;color:#3b3b3b;height:36px;line-height:36px;width:100%;text-align:left;margin:2% 0 2% 3%}.jgfw_bottom img{width:94%}.jgfw_btn{float:left;width:100%;text-align:center;margin-top:3%}.jgfw_btn div{background-color:#ed434b;color:#fff;width:260px;margin:0 auto;height:40px;line-height:40px;font-size:16px;font-weight:500;cursor:pointer}.yzs .title-component .line{width:85px}#viewer canvas{width:100%}.index-component .content .renovation-case .renovation-case-wraper .btn-wraper{padding:0 0 5% 0!important}.hongbaofix{top:60px!important}.jplp{position:fixed;width:281px;top:55%;left:60px;z-index:140}.jplp .jplp_img{position:relative;z-index:16}.jplp .receiveJplp-close-img{position:absolute;top:0;right:0;width:30px;z-index:170;cursor:pointer}.jplp .jplp_btn{position:absolute;bottom:-8px;left:86.5px;z-index:170;cursor:pointer}.meng{height:187px;z-index:16;background-color:#000;opacity:.8;padding:5% 5%}.jplp_content,.meng{width:700px;position:fixed;top:50%;left:calc((100% - 700px)/2)}.jplp_content{z-index:170;padding:3%}.jplp_content input{width:37%;height:35px;background:#fff;margin-top:11px;border:none;font-size:14px;text-indent:10px;float:left;margin-right:3%}.jplp_content img{width:113px;height:32px;margin-top:11px}.jplp_content .jplp_close{width:30px;height:30px;position:absolute;top:-25px;right:-15px;z-index:18;cursor:pointer}.jplp_content div{color:#fff;width:100%;text-align:center;margin-top:20px}.index-component .content .designer .designer-leader-list .title-fl-component ul .no-border-right{border-right:none}.festival-modal{position:fixed;top:100px;width:770px;left:50%;margin-left:-385px;z-index:15}.festival-modal .festival-modal-btn{width:224px;height:42px;position:absolute;top:500px;left:245px}.festival-modal .festival-tel{width:456px;height:43px;margin-top:40px;margin-left:117px}.festival-modal .festival-close-btn{position:absolute;top:-40px;right:-10px;width:54px;height:54px}.index-component .header-repalce{width:100%;height:146px}.index-component .content .classification{width:1200px;margin:0 auto;height:347px;background:#fff;padding-top:47px}.index-component .content .classification .item-margin-left{margin-left:125.3px}.index-component .content .decoration-process{width:100%;height:372px;background:#f3f3f3;padding-top:72px}.index-component .content .decoration-process .decoration-process-img{width:100%;height:164px;background:url(../img/liucheng.ba26852e.png) no-repeat 50%;background-size:1920px 164px;margin-top:63px}.index-component .content .player-content{width:100%;background:#f3f3f3}.index-component .content .player-content .player-content-wraper{width:1200px;margin:0 auto;height:480px;padding-top:84px}.index-component .content .player-content .player-content-wraper .player-content-left{margin-right:42px}.index-component .content .player-content .player-content-wraper .player-content-left .title{overflow:hidden}.index-component .content .player-content .player-content-wraper .player-content-left .title .line{width:4px;height:18px;background:red}.index-component .content .player-content .player-content-wraper .player-content-left .title .title-text{font-size:18px;color:#3b3b3b;margin-left:10px;height:18px;line-height:18px}.index-component .content .player-content .player-content-wraper .player-content-left .content{width:406px;margin-top:23px}.index-component .content .player-content .player-content-wraper .player-content-left .content p{color:#3b3b3b;font-size:16px;line-height:34px}.index-component .content .player-content .player-content-wraper .player-content-left .content .margin-top{margin-top:35px}.index-component .content .player-content .player-content-wraper .player-content-right{position:relative}.index-component .content .player-content .player-content-wraper .player-content-right .modal{position:absolute;height:50px;background:#f3f3f3;bottom:0;width:100%;left:0}.index-component .content .pattern{width:100%;background:#fff;padding-top:70px;padding-bottom:70px}.index-component .content .pattern .pattern-content{width:1200px;margin:0 auto;margin-top:49px;overflow:hidden}.index-component .content .pattern .pattern-content .item{width:300px}.index-component .content .renovation-case{width:100%;background:#f3f3f3}.index-component .content .renovation-case .renovation-case-wraper{width:1200px;margin:0 auto;padding-top:70px}.index-component .content .renovation-case .renovation-case-wraper .leader{width:1128px;margin:0 auto;margin-top:34px;color:#000}.index-component .content .renovation-case .renovation-case-wraper .btn-wraper{margin-top:70px;width:100%;padding-bottom:100px}.index-component .content .renovation-case .renovation-case-wraper .content{width:100%;margin-top:38px;overflow:hidden}.index-component .content .renovation-case .renovation-case-wraper .content .content-margin-left{margin-left:20px}.index-component .content .renovation-case .renovation-case-wraper .content .content-margin-top{margin-top:20px}.index-component .content .renovation-case .renovation-case-wraper .content .content-left{width:350px;height:600px}.index-component .content .renovation-case .renovation-case-wraper .content .content-right{height:600px;width:1200px}.index-component .content .renovation-case .renovation-case-wraper .content .content-right .item{width:385px;height:290px;margin-right:10px;margin-top:20px}.index-component .content .content-right{height:600px;width:1200px}.index-component .content .hot-village,.index-component .content .renovation-item{width:1200px;margin:0 auto;padding-top:70px;padding-bottom:70px}.index-component .content .hot-village .border-btn-component button,.index-component .content .renovation-item .border-btn-component button{background:#ed434b}.index-component .content .hot-village .hot-village-content,.index-component .content .hot-village .renovation-item-content,.index-component .content .renovation-item .hot-village-content,.index-component .content .renovation-item .renovation-item-content{width:100%;margin-top:50px;overflow:hidden}.index-component .content .hot-village .hot-village-content .item,.index-component .content .hot-village .renovation-item-content .item,.index-component .content .renovation-item .hot-village-content .item,.index-component .content .renovation-item .renovation-item-content .item{width:286px;height:210px;cursor:pointer}.index-component .content .hot-village .hot-village-content .item-margin-left,.index-component .content .hot-village .renovation-item-content .item-margin-left,.index-component .content .renovation-item .hot-village-content .item-margin-left,.index-component .content .renovation-item .renovation-item-content .item-margin-left{margin-left:18.6px}.index-component .content .hot-village .hot-village-content .item-margin-top,.index-component .content .hot-village .renovation-item-content .item-margin-top,.index-component .content .renovation-item .hot-village-content .item-margin-top,.index-component .content .renovation-item .renovation-item-content .item-margin-top{margin-top:18px}.index-component .content .hot-village .village-logo-wraper,.index-component .content .renovation-item .village-logo-wraper{width:100%;padding-top:70px;margin:0 auto;overflow:hidden;padding-left:30.5px;padding-right:30.5px}.index-component .content .hot-village .village-logo-wraper .item,.index-component .content .renovation-item .village-logo-wraper .item{cursor:pointer}.index-component .content .hot-village .village-logo-wraper .item-margin-left,.index-component .content .renovation-item .village-logo-wraper .item-margin-left{margin-left:95.6px}.index-component .content .hot-village .btn,.index-component .content .renovation-item .btn{width:260px;display:block;margin:0 auto;margin-top:80px;height:50px;font-size:16px;color:#3b3b3b;background:#fff}.index-component .content .title-component p{font-family:Source Han Sans CN!important;font-weight:500;font-size:40px!important}.index-component .content .designer{width:100%;height:1043px;background:url(../img/designer-bg.49ab3604.jpg) no-repeat 50%;background-size:1920px 1043px;padding-top:70px}.index-component .content .designer .designer-leader-list{width:870px;margin:0 auto;margin-top:34px;margin-bottom:36px}.index-component .content .designer .designer-leader-list .title-fl-component ul li{color:#fff;border-right:1px solid #fff}.index-component .content .designer .title-component p{color:#fff}.index-component .content .designer .title-component .line{background:#fff}.index-component .content .advert{width:1200px;margin:0 auto;padding-bottom:70px}.index-component .content .advert img{width:100%;height:180px}.index-component .content .construction{width:100%}.index-component .content .construction .construction-content-top{width:100%;height:608px;background:url(../img/constructor-bg.fc94c874.jpg) no-repeat 50%;background-size:1920px 608px;padding-top:70px}.index-component .content .construction .construction-content-top .content{width:1200px;margin:0 auto;margin-top:50px}.index-component .content .construction .construction-content-top .content .item-margin-left{margin-left:12.5px}.index-component .content .construction .construction-content-top .content .item{width:230px;height:350px}.index-component .content .construction .construction-content-bottom{width:100%;height:632px;background:#f3f3f3;padding-top:62px}.index-component .content .construction .construction-content-bottom .item-wraper{width:1200px;margin:0 auto}.index-component .content .construction .construction-content-bottom .item-wraper .left{width:352px}.index-component .content .approval{width:100%;height:582px}.index-component .content .approval .approval-wraper{width:1200px;height:582px;margin:0 auto;padding-top:70px}.index-component .content .approval .approval-wraper .text-one{width:100%;text-align:center;color:#888;font-size:14px;height:86px;line-height:86px}.index-component .content .approval .approval-wraper .approval-bottom img{width:286px;height:350px}.index-component .content .approval .approval-wraper .approval-bottom .margin-left{margin-left:18.6px}.index-component .content .honor{width:1200px;margin:0 auto;padding-top:70px}.index-component .content .honor .honor-bottom{margin-top:50px}.index-component .content .honor .honor-bottom img{width:384px;height:350px;border:1px solid #f3f3f3}.index-component .content .honor .honor-bottom .margin-left{margin-left:24px}.index-component .content .tk-info{width:1200px;margin:0 auto;padding-top:70px;padding-bottom:50px}.index-component .content .tk-info .border-btn-component button{background:#ed434b}.index-component .content .tk-info .btn{width:260px;display:block;margin:0 auto;margin-top:80px;height:50px;font-size:16px;color:#3b3b3b;background:#fff}.index-component .content .tk-info .tk-info-content{margin-top:50px;overflow:hidden}.index-component .content .tk-info .tk-info-content .margin-left{margin-left:24px}.index-component .home-modal-box{width:100%;height:420px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.index-component .home-modal-box .form{width:100%}.index-component .home-modal-box .form .title{text-align:left;font-size:26px;line-height:68px;color:#010101}.index-component .home-modal-box .form .form-group{gap:6px;margin-bottom:12px}.index-component .home-modal-box .form .form-group,.index-component .home-modal-box .form .form-group .form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.index-component .home-modal-box .form .form-group .form-item{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #eee;border-radius:10px;padding:0 12px}.index-component .home-modal-box .form .form-group .form-item div{-webkit-box-flex:1;-ms-flex:1;flex:1}.index-component .home-modal-box .form .form-group .form-item div input{width:100%;line-height:42px;border:none;padding:0 12px}.index-component .home-modal-box .form .form-group .form-item div input:focus{outline:none;border:none}.index-component .home-modal-box .form .form-group .form-item div label{margin-left:-24px;color:#757575}.index-component .home-modal-box .form .form-group .ysgif{background:#f2e5ed;padding-right:0}.index-component .home-modal-box .form .form-group .ysgif div{text-align:right}.index-component .home-modal-box .form .submit .btn{width:100%;background:#f33;border-radius:10px;color:#fff;font-size:18px;font-weight:700;line-height:42px;border:none;cursor:pointer}.index-component .home-modal-box .form .info{text-align:center;font-size:14px;color:#716f6f;line-height:26px}.index-component .home-modal-component{font-family:Microsoft YaHei;width:1190px;height:420px;position:relative;border:0 solid #000;position:fixed;left:50%;margin-left:-595px;top:50%;margin-top:-210px;z-index:16;background:#fff;padding:0 80px}.index-component .home-modal-component .home-modal-component-text-one{font-size:26px;color:#333;width:100%;text-align:center;height:35px;line-height:35px}.index-component .home-modal-component .home-modal-left{width:42%;height:400px;margin-top:80px;margin-left:60px;text-align:center;float:left}.index-component .home-modal-component .gsbj{width:90px;height:90px;position:fixed;left:45.5%;top:33%;border-radius:50%;cursor:pointer}.index-component .home-modal-component .home-modal-right{width:42%;height:380px;background:url(../img/calc.b6ff02d8.png) no-repeat;background-size:100% 100%;float:left;margin-top:50px}.index-component .home-modal-component .home-modal-right-ys{width:76%;height:75px;background:url(../img/123.11b740dc.gif) no-repeat;background-size:100% 100%;border-radius:5px;margin-top:40px;margin-left:14%}.index-component .home-modal-component .home-modal-right-ljxy{color:#fff;margin-top:38%;text-align:center}.index-component .home-modal-component .home-modal-right-ljxy span{font-size:22px;font-weight:700}.index-component .home-modal-component .home-modal-content{width:70%;height:360px;margin-top:15px;margin:0 auto}.index-component .home-modal-component .home-modal-content-input{width:100%;height:40px;background-color:#ededed;border-radius:10px;margin-top:15px}.index-component .home-modal-component .home-modal-button{width:100%;height:40px;margin-top:30px}.index-component .home-modal-component .ome-modal-button-two{width:100%}.index-component .home-modal-component .home-modal-content-input input{width:100%;height:100%;border:none;outline:none;padding-left:50px;background-color:transparent}.index-component .home-modal-component .home-modal-button div{background-color:#ededed;text-align:center;line-height:40px;width:180px;height:40px;border:none;border-radius:10px;cursor:pointer}.index-component .home-modal-component .bg{background:-webkit-gradient(linear,left bottom,left top,from(#fd6069),to(#ff8472));background:linear-gradient(0deg,#fd6069,#ff8472);color:#fff}.index-component .home-modal-component .home-modal-content-one{float:left;cursor:pointer}.index-component .home-modal-component .home-modal-content-two{float:right;cursor:pointer}.index-component .home-modal-component .home-modal-content-three{cursor:pointer;width:100%;height:40px;font-size:18px;color:#fff;font-weight:700;border:none;outline:none;border-radius:10px;margin-top:15px;background:-webkit-gradient(linear,left bottom,left top,from(#fd6069),to(#ff8472));background:linear-gradient(0deg,#fd6069,#ff8472)}.index-component .home-modal-component .home-modal-footer{margin-top:20px;font-size:14px;color:#716f6f}.index-component .home-modal-component .home-modal-left>p:first-child{font-size:24px;font-weight:700}.index-component .home-modal-component .home-modal-component-text-two{font-size:16px;color:#494949;width:100%;text-align:center;height:30px;line-height:30px}.index-component .home-modal-component .home-modal-component-text-three{color:#d9000f}.index-component .home-modal-component .home-modal-component-text-four{font-size:12px;color:#aeaeae;width:100%;text-align:left;margin-top:15px;margin-left:100px;color:red;font-weight:700}.index-component .home-modal-component .home-modal-component-text-five{color:#333;font-size:14px;margin-left:100px;margin-top:20px}.index-component .home-modal-component .home-modal-component-text-five b{display:inline-block;width:62px;height:26px;line-height:26px;text-align:center;font-weight:400;background-color:#fc3;margin:0 5px}.index-component .home-modal-component .home-modal-item{width:100%;height:36px;margin-top:42px}.index-component .home-modal-component .home-modal-item .home-modal-item-text-one{width:90px;height:50px;line-height:50px;text-align:right;color:#4a4b45;font-size:20px}.index-component .home-modal-component .home-modal-item .home-modal-item-input-one{width:300px;height:50px;line-height:50px;border:1px solid #aeaeae;margin-left:10px;text-indent:10px;font-size:16px;border-radius:5px}.index-component .home-modal-component .home-modal-component-btn-one{width:300px;height:50px;background:#fc3;line-height:40px;color:#000;font-size:14px;border:none;display:block;margin-left:100px;border-radius:5px;margin-top:20px;cursor:pointer}.index-component .home-modal-component .home-modal-img-one{position:absolute;width:87px;height:87px;left:50%;margin-left:-43.5px;top:-43.5px}.index-component .home-modal-component .home-modal-img-two{width:36px;height:36px;position:absolute;right:-16px;top:-16px;cursor:pointer}.index-component .receiveHongbao{width:400px;height:577px;position:fixed;top:50%;margin-top:-214.25px;left:50%;margin-left:-148.5px;background:url(../img/hongbao.14d8ffd6.png) no-repeat;background-size:100% 100%;padding-top:260px;z-index:15}.index-component .receiveHongbao-content{width:320px;display:block;margin:0 auto}.index-component .receiveHongbao-content input{width:100%;height:45px;background:#fff;margin-top:11px;border:none;font-size:18px;text-indent:10px}.index-component .receiveHongbao-content button{width:100%;height:45px;background:#d91616;border:none;font-size:24px;color:#fff;margin-top:64px;cursor:pointer}.index-component .receiveHongbao-close-img{position:absolute;width:25px;height:25px;top:1px;right:1px;cursor:pointer}.index-component .hongbao{position:fixed;width:72px;top:146px;right:200px;z-index:14}.index-component .hongbao p{height:60px;border:1px dashed #cf3c34;width:1px;margin-left:35px}.index-component .hongbao .hbsmall{position:absolute;width:37px;height:41px;top:60px;left:17.5px;-webkit-animation:myhbsmall 2.5s linear infinite;animation:myhbsmall 2.5s linear infinite}.index-component .hongbao .animatedTrans{width:72px;height:88px;animation:transformRotate 2.5s linear infinite;-webkit-animation:transformRotate 2.5s linear infinite;position:relative;z-index:1;cursor:pointer}.index-component .carousel{position:relative}.index-component .carousel .el-carousel-item{background-size:1920px 600px;background-position:50%;background-repeat:no-repeat;width:100%;height:100%}.index-component .carousel .form-wraper{position:absolute;width:1200px;left:50%;margin-left:-600px;z-index:3;height:600px}.index-component .carousel .form-wraper .form-wraper-left{margin-top:42px}.index-component .carousel .form-wraper .form-wraper-right{margin-top:210px}.index-component .carousel .el-carousel__container{height:600px}.index-component .carousel .el-carousel__item{min-height:456px}.index-component .carousel .el-carousel__item img{width:100%;height:100%}.index-component .carousel .el-carousel__item h3{color:#475669;font-size:18px;opacity:.75;line-height:500px;margin:0}.index-component .carousel .el-carousel__item:nth-child(2n){background-color:#99a9bf}.index-component .carousel .el-carousel__item:nth-child(odd){background-color:#d3dce6}.index-component .img-wraper{width:500px;height:300px;margin:0 auto;border:1px solid red;overflow:hidden;position:relative}.index-component .img-wraper img{width:500px;height:300px}.index-component .img-wraper .slide{width:100%;height:100%;position:absolute;left:0;top:300px;background:#42b983}.index-component .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.index-component .animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.index-component .animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.index-component .animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.index-component .animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.index-component .animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.index-component .animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.index-component .animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.index-component .animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.index-component .animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.index-component .animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.index-component .animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}@-webkit-keyframes slideInUp{0%{top:300px}to{top:0}}@keyframes slideInUp{0%{top:300px}to{top:0}}@keyframes myhbsmall{0%{top:60px;left:17.5px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:100px;left:90px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50.01%{top:60px;left:17.5px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{top:100px;left:-90px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@-webkit-keyframes myhbsmall{0%{top:60px;left:17.5px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{top:100px;left:90px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}50.01%{top:60px;left:17.5px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{top:100px;left:-90px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@keyframes transformRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}75%{-webkit-transform:rotate(9deg);transform:rotate(9deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes transformRotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}75%{-webkit-transform:rotate(9deg);transform:rotate(9deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes mymove{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(1);transform:scale(1)}75%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes mymove{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(1);transform:scale(1)}75%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.index-component .scale{animation:mymove 1s;-webkit-animation:mymove 1s;-o-animation:mymove 1s;animation-fill-mode:infinite;-webkit-animation-fill-mode:infinite;-o-animation-fill-mode:infinite;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.index-component .slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}.index-component .mask{width:100%;height:100%;position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.5;z-index:15}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.index-component .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.index-component .designer-item .right img{-o-object-fit:contain;object-fit:contain;background:#000}.index-component .zhaungxiu{position:fixed;left:30px;bottom:180px;width:100px;height:90px;background-image:url(../img/lingqu.bfb03886.png);background-size:100% 100%;z-index:15}.index-component .zhaungxiu img{width:16px;height:22px;z-index:15;position:absolute;left:calc(50% - 8px);top:20px}.index-component .animate{animation:scale 1s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation:scale 1s infinite;-webkit-transition-timing-function:linear;-moz-animation:scale 1s infinite;-moz-transition-timing-function:linear;-ms-animation:scale 1s infinite;-ms-transition-timing-function:linear}@keyframes scale{0%{-webkit-transform:scale(1.2);transform:scale(1.2)}25%{-webkit-transform:scale(1.02);transform:scale(1.02)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}75%{-webkit-transform:scale(.98);transform:scale(.98)}to{-webkit-transform:scale(.95);transform:scale(.95)}}@-webkit-keyframes scale{0%{-webkit-transform:scale(1.2);transform:scale(1.2)}25%{-webkit-transform:scale(1.02);transform:scale(1.02)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}75%{-webkit-transform:scale(.98);transform:scale(.98)}to{-webkit-transform:scale(.95);transform:scale(.95)}}.left-offer{float:left;width:20%}.ol-item{float:left;width:calc(50% - 5px);margin-right:5px;margin-bottom:5px;height:110px;text-align:center;background-color:#f5f3f4;vertical-align:middle;justify-items:center;color:#717171;border-radius:5px}.ol-item img{width:40px;height:40px;margin-top:20px}.left-offer .active{color:#fff;background-color:#d10000}.center-offer{float:left;width:49%;margin:0 1%;background-color:#f5f3f4;border-radius:5px;height:225px}.center-offer .h-title{text-align:center;font-size:25px;color:#d00000;width:100%;font-weight:800;line-height:70px}.h-title span{font-size:15px;font-weight:100;color:#323232}.selects{width:calc(100% - 40px);margin:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.room{width:calc((100% - 30px)/3);padding:0 10px;height:35px}.inputs{width:calc(100% - 40px);margin:0 20px}.inputs>input{width:calc(50% - 5px);line-height:34px;margin-top:15px;padding:0 10px;float:left;border:1px solid #ccc;font-size:13px}.inputs>input::-webkit-input-placeholder{color:#ccc}.inputs>input::-moz-placeholder{color:#ccc}.inputs>input:-ms-input-placeholder{color:#ccc}.inputs>input::-ms-input-placeholder{color:#ccc}.inputs>input::placeholder{color:#ccc}.inputs>div{width:calc(50% - 5px);line-height:35px;margin:0;margin-left:10px;margin-top:15px;background-color:#d10000;color:#fff;text-align:center;float:left;cursor:pointer;-moz-appearance:none}.inputs>input:first-child{margin-right:10px}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}.right-offer{float:left;width:29%;background-color:#f5f3f4;border-radius:5px;height:225px;color:#555}.right-offer>p{float:left;width:100%;text-align:center;font-size:15px;line-height:30px}.right-offer>p>span{color:#d00000;font-size:20px;font-weight:700}.right-offer>.first-p{line-height:70px;font-size:17px;font-weight:700}.right-offer>.first-p>span{font-size:25px;margin:0 5px}.order_tab{background:url(../img/order_bak.6fb75449.png) no-repeat;width:1078px;height:428px;background-size:cover;-webkit-background-size:cover;-o-background-size:cover;margin:10px auto}@media screen and (max-width:1347px){.order_tab{height:0;width:80%;padding-top:31%}}.order_title{width:100%;padding-top:5%;max-height:30%;float:left;color:#464646}.order_title h1{font-size:30px;color:#464646}.order_content{width:80%;margin:2% 10%;max-height:40%;float:left}.order_content .order_content_left{float:left;width:25%}.order_content .order_content_center{float:left;width:50%}.li_active{background-color:#ed434b!important}.order_content .order_content_left ul{clear:both;width:100%;float:left;background-color:#fff}.order_content .order_content_left ul li{width:45%;float:left;margin:2%;padding:5%;background-color:#f1f1f1}.order_content .order_content_left ul li:hover{cursor:pointer}.order_content .order_content_left ul li img{width:55px;height:58px}.order_content_center div{width:100%;float:left;height:42px;line-height:42px}.order_content_center div p{margin:0;padding:0;width:25%;float:left;color:#666}.order_content_center div #se1{margin-left:0}.order_content_center div select{width:32%;float:left;height:30px;line-height:30px;margin:1% 2.5%;padding-left:2%;font-size:16px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(data:image/png;base64,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) no-repeat scroll 100% transparent;padding-right:14px;background-size:13px 11px;background-position:90% 50%}select::-ms-expand{display:none}.order_content_center div input[type=text]{width:70%;float:left;height:35px;line-height:35px;margin:1% 0;border:1px solid #b3b3b3;padding-left:2%}.order_content_center div .c_bt_1,.order_content_center div .c_bt_2{background-color:#ed434b;color:#fff;font-size:16px;width:43%;margin:3%;padding:2% 5%;float:left;border:none;cursor:pointer}.order_content_right{width:25%;float:left;text-align:left}.order_content_right img{width:70%}.order_footer{width:100%;float:left;margin:10px auto;text-align:left}.order_footer div:first-child{margin-left:13%;margin-right:3%}.order_footer div{width:35%;float:left}.order_footer div .marq{width:50%;float:left;text-align:right;color:#606060}.order_footer div p{margin:0;padding:0;float:left}.order_footer div span{color:#ed434b;font-size:20px;font-weight:700}.sj_lc{top:57%;width:80%;background-color:#989898;max-height:118px}.aimg{width:100%;height:auto;text-align:center}a,ul{list-style:none}a{margin:0;padding:0;font-size:16px;color:rgba(0,0,0,.8);text-decoration:unset}.timg{width:1200px;max-width:1200px;margin-left:calc(50% - 600px);text-align:center}.banner{width:100%;margin:auto;padding-top:58px}.jpsj img{width:100%!important;cursor:pointer;display:block}.banner img{width:63%;height:100%;min-height:456px;cursor:pointer}.banner-circle{position:fixed;top:20%;left:40%}.banner ul{display:-webkit-box;display:-ms-flexbox;display:flex}.banner li{height:10px;width:10px;margin-left:10px;border-radius:50%;background:red}.selected{background:green}.bannerleft{text-align:left}.bannerright{text-align:right}.sj_lc{position:absolute;top:55%;left:0;width:93%;background-color:#666;max-height:143px;margin-left:3.5%}.sj_lc .lc_left{width:30%;float:left;height:100%;margin:auto}.lc_left img{width:65%;margin:8% 20%}.lc_center{width:49.2%;float:left;text-align:center}.lc_center input[type=text]{width:80%;height:40px;margin-top:2%;padding-left:2rem}.lc_center input[type=text]:first-child{margin-top:5%}.lc_right{width:20.8%;float:left;height:100%;background-color:#ed434b}.lc_right img{width:100%;min-height:135px;cursor:pointer}.xqtj{width:100%;height:100%;position:absolute;left:0;top:0;background:#000;opacity:.5;z-index:15}.xqtjimg{position:fixed;top:25%;left:40%;z-index:16}.xqtjimg,.xqtjimg img{width:350px}