function CSSrpxTOpx(css, name, href) {var rpxArr = css.match(/([0-9.]+)rpx/g);if (rpxArr) {rpxArr = arrayUnique(rpxArr).sort((a, b) => {return b.length - a.length });rpxArr.forEach(vv => {vv = vv.replace("rpx", "");css = css.replaceAll(vv + "rpx", rpxTOpx(vv) + "px");});}var imageArr = css.match(/([0-9a-zA-Z_]+).(png|jpg|jpeg|gif)/g);if (imageArr) {var n = href.lastIndexOf("/"), baseRoot = href.substr(0, n) + "/";imageArr = arrayUnique(imageArr).sort((a, b) => {return b.length - a.length });imageArr.forEach(vv => {css = css.replaceAll("url(" + vv, "url(" + baseRoot + vv);});}createStyle(css, name);if (document.getElementById("bodyLoading")) {setTimeout(function () {document.getElementById("bodyLoading").style.display = "none";}, 2 * 1000) }}function rpxTOpx(rpx) {var dw = document.documentElement.clientWidth, width = dw, xsw = 320, smw = 750, mdw = 1024, lgw = 1600;if (dw <= xsw) {width = xsw;}else if (dw <= smw) {width = dw;}else if (dw <= mdw) {width = (dw * 375 / mdw) * 1.5;}else if (dw <= lgw) {width = (dw * 375 / lgw);}else {width = 375;}var px = (width * rpx / 750);return px;}function arrayUnique(arr) {return Array.from(new Set(arr));}function createStyle(css, name) {var head = document.head || document.getElementsByTagName('head')[0];var style = document.createElement('style');style.setAttribute('type', 'text/css');style.setAttribute('name', name);style.appendChild(document.createTextNode(css));if (document.getElementsByName(name).length) {document.getElementsByName(name)[0].remove();}head.appendChild(style);} var rpx_a5b706fb86716d2dd187719d705a9f39 = '@charset "utf-8";.indexBanner{position:relative;overflow:hidden;margin:30rpx;background:#F5F5F5;border-radius:10rpx;}.indexBanner .bd li .imga{padding-top:60.8695652173913%;}.indexBanner .hd{z-index:2;position:absolute;bottom:20rpx;right:12rpx;line-height:14rpx;}.indexBanner .hd span{opacity:.62;width:14rpx;height:14rpx;margin-left:6rpx;border-radius:100px;background-image:linear-gradient(0deg, #edecea 0%, #dce9f0 24%, #ddeaf3 50%, #e1edf4 74%, #e4eff5 100%);}.indexBanner .hd span.active{opacity:1;width:50rpx;background:#e3481a;}.indexTitle{margin:0 30rpx 30rpx;}.indexTitle h2{display:inline-block;font-size:36rpx;font-weight:normal;color:#222;font-family:"SourceHanSansCN-Bold";}.indexTitle p{display:inline-block;font-size:22rpx;color:#666;}.indexTitle p::before{content:"";display:inline-block;width:1px;height:20rpx;margin:0 18rpx;background:#979798;vertical-align:text-bottom;}.indexMore a{display:block;width:200rpx;margin:0 auto;border:4rpx solid #c0c0c0;line-height:54rpx;text-align:center;font-size:24rpx;color:#909090;}.indexMore a:active{border-color:#333;background:#333;color:#FFF;}.indexIndent{padding:0 30rpx;}.indexIndent .form{position:relative;}.indexIndent .table:not(.cls_button){width:auto;flex:1 1 auto;margin:0;}.indexIndent .table.cls_button{width:230rpx;margin-left:20rpx;}.indexIndent .table .right .input-text{height:70rpx;padding:0 20rpx;border-color:transparent;border-radius:5rpx;background-color:#eee;font-size:24rpx;}.indexIndent .table .right .input-text.focus{border-color:#e3481a;background-color:#FFF;}.indexIndent .table .button{height:70rpx;border-radius:5rpx;background-color:#e3481a;font-size:24rpx;}.indexIndent .table .button:active{opacity:.9;}.indexMore+.indexIndent{margin-top:60rpx;}.indexModule{margin-top:60rpx;margin-bottom:60rpx;}.indexModule li{width:25%;margin-bottom:48rpx;text-align:center;}.indexModule li .img{max-width:95rpx;padding:7rpx;margin:0 auto 14rpx;border:1px solid #FFF;border-radius:35rpx;background-image:linear-gradient(146deg, #f2efef 0%, #ffffff 100%);box-shadow:2px 3px 3px 0px rgba(122, 126, 137, 0.1);}.indexModule li .title{line-height:1;font-size:24rpx;color:#666;}.indexModule .indexIndent{margin-top:12rpx;}.indexAbout{margin:60rpx 30rpx;}.indexAbout .num{padding-top:20rpx;line-height:1;font-size:22rpx;}.indexAbout .name{margin-bottom:26rpx;font-size:36rpx;font-weight:bold;color:#222;}.indexAbout ul li{width:335rpx;margin-bottom:20rpx;box-shadow:0 0 10rpx 0 rgba(36,37,44,.1);border-radius:10rpx;background-color:#FFF;text-align:center;}.indexAbout ul li .imga{padding:34rpx 0 16rpx;}.indexAbout ul li .img{width:56rpx;margin:0 10rpx 0 42rpx;}.indexAbout ul li .title{font-weight:normal;text-align:left;line-height:32rpx;font-size:28rpx;color:#222;}.indexAbout ul li .note{margin-top:8rpx;font-size:22rpx;color:#888;}.indexAbout ul li .imga:active{box-shadow:0px 0px 20px 0px rgba(60, 66, 70, 0.08);}.indexAbout .rVideo{overflow:hidden;position:relative;margin-top:20rpx;background:#EEE;border-radius:10rpx;}.indexAbout .rVideo .imgh{padding-top:75.36231884057971%;cursor:pointer;}.indexAbout .rVideo .iframe{width:100%;height:100%;background:#000;}.indexAbout .rVideo .play{z-index:3;position:absolute;top:50%;left:50%;width:90rpx;height:90rpx;margin:-45rpx;background-position:-630rpx 0;}.indexCasesWrap{margin-top:60rpx;margin-bottom:60rpx;}.indexCases li{position:relative;margin:0 30rpx 46rpx;}.indexCases li .imgh{margin-bottom:32rpx;padding-top:56.23188405797101%;border-radius:10rpx;}.indexCases li .copyr{display:none;z-index:3;position:absolute;top:0;right:0;margin:20rpx;padding:5rpx 10rpx;background:rgba(0,0,0,.4);border-radius:10rpx;line-height:30rpx;font-size:22rpx;color:#FFF;}.indexCases li .copyr .isreal{width:30rpx;height:30rpx;background-position:0 -240rpx;line-height:30rpx;}.indexCases li .title{line-height:1;font-size:28rpx;}.indexCases li .info{margin-top:25rpx;line-height:30rpx;font-size:22rpx;color:#888;}.indexCases li .info p em:not(:last-child)::after{content:"|";padding:0 8rpx;}.indexCases li .praise i{width:32rpx;height:30rpx;line-height:30rpx;background-position:-30rpx -240rpx;}.indexCases li .praise .num:not(:empty){margin-left:8rpx;}.indexCases li .hasPraise i{background-position:-30rpx -270rpx;}.indexTeamWrap{margin-top:60rpx;margin-bottom:60rpx;}.indexTeam{margin-bottom:46rpx;margin-left:30rpx;}.indexTeam .container{position:relative;padding:35rpx 0 0 95rpx;}.indexTeam .container::before{content:"";z-index:-1;position:absolute;top:190rpx;right:0;bottom:-1px;left:0;border:1px solid transparent;border-left-color:rgba(83,83,83,.17);border-bottom-color:rgba(83,83,83,.17);border-bottom-left-radius:50rpx;}.indexTeam .words{position:absolute;top:0;left:0;width:60rpx;height:160rpx;background-position:-510rpx 0;}.indexTeam li .lPhoto{width:260rpx;margin-right:24rpx;}.indexTeam li .lPhoto .imgh{padding-top:141.6666666666667%;}.indexTeam li .rTxt{padding-right:30rpx;font-size:20rpx;color:#666;}.indexTeam li .rTxt .plus{position:relative;width:12rpx;height:12rpx;margin:70rpx 0 22rpx;}.indexTeam li .rTxt .plus i{position:absolute;top:50%;left:50%;background:#444;}.indexTeam li .rTxt .plus .i1{width:12rpx;height:2px;margin:-1px -6rpx;}.indexTeam li .rTxt .plus .i2{width:2px;height:12rpx;margin:-6rpx -1px;}.indexTeam li .rTxt .info{margin-top:30rpx;line-height:1.4;font-size:22rpx;}.indexTeam .sBd{margin:-5rpx 0 0 37rpx;}.indexTeam .sBd li{position:relative;width:auto;padding:5rpx 0 0;cursor:pointer;font-size:20rpx;color:#999;}.indexTeam .sBd li .imga{width:154rpx;height:110rpx;margin-right:74rpx;}.indexTeam .sBd li .box{z-index:3;position:relative;height:110rpx;border:1px solid transparent;text-align:center;}.indexTeam .sBd li .dots{display:block;width:10rpx;height:10rpx;margin:-6rpx auto 0;border-radius:10px;background:#C0C0C0;}.indexTeam .sBd li .name{padding-top:12rpx;font-size:26rpx;font-weight:normal;color:#999;}.indexTeam .sBd li.activeThumb .box{border-image-source:linear-gradient(199deg,#ECA866 0%,#E3481A 50%,#ECA866 100%);border-image-slice:1;background:#FFF;}.indexTeam .sBd li.activeThumb .dots{background:#E3481A;}.indexTeam .sBd li.activeThumb .name{color:#222;}.indexThinkWrap{margin-top:60rpx;margin-bottom:60rpx;}.indexThinkWrap .indexTitle{letter-spacing:-1px;}.indexThink{position:relative;margin:0 30rpx 50rpx;}.indexThink li .imgs{width:158rpx}.indexThink li .lImg{overflow:hidden;float:left;width:100%;margin-bottom:16rpx;}.indexThink li .lImg .imgh{padding-top:101.2658227848101%;}.indexThink li .lImg.first{width:514rpx;}.indexThink li .lImg.first .imgh{padding-top:100%;}.indexThink li .rTxt{clear:both;width:100%;padding-top:26rpx;}.indexThink li .rTxt .title{margin-right:20rpx;font-weight:normal;font-size:28rpx;color:#222;}.indexThink li .rTxt .subtitle{font-size:22rpx;color:#888;}.indexThink li .rTxt .line{height:1px;margin:2.0289855% 0;background:#E0E0E1;}.indexThink li .rTxt .note{line-height:1.31818;letter-spacing:1px;font-size:22rpx;color:#888;}.indexThink .view{display:block;margin-top:20rpx;font-size:22rpx;}.indexThink .hd{z-index:3;position:absolute;top:470rpx;right:190rpx;height:20rpx;}.indexThink .hd span{float:left;display:block;position:relative;width:20rpx;height:20rpx;margin-left:10rpx;border:1px solid transparent;border-radius:100%;cursor:pointer;}.indexThink .hd span::after{content:"";position:absolute;top:50%;left:50%;width:8rpx;height:8rpx;background:#FFF;border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.indexThink .hd span.active{border-color:#e3481a;}.indexThink .hd span.active::after{background-color:#e3481a;}.indexReservaWrap{margin:60rpx 0;}.indexReservaWrap .container{margin:0 30rpx;padding:40rpx 45rpx;background:#2D2E2E url(indexReservaWrap_bg.jpg) center no-repeat;background-size:cover;}.indexReservaWrap .sht{padding-bottom:30rpx;line-height:1;font-size:24rpx;font-weight:normal;color:#fff;}.indexReservaWrap .sht span{font-size:48rpx;font-family:"SourceHanSansCN-Heavy";}.indexReservaWrap .sht sup{display:inline-block;vertical-align:super;line-height:.5;font-size:.6em;}.indexReserva{margin-bottom:7px;}.indexReserva ul li{width:190rpx;height:180rpx;margin-bottom:23rpx;border:1px solid rgba(255,255,255,.3);border-radius:20rpx;}.indexReserva ul li .imga{height:100%;line-height:1;text-align:center;font-size:22rpx;color:#FFF;}.indexReserva ul li .title{padding-top:45rpx;font-weight:normal;font-size:28rpx;}.indexReserva ul li .title::after{content:"";display:block;width:30rpx;height:1px;margin:16rpx auto 26rpx;background-color:#e3481a;}.indexReserva ul li .note{opacity:.7;}.indexReserva ul li:active{border-color:#e3481a;background-color:#FFF;}.indexReserva ul li .imga:active{color:#222;}.indexVisit{overflow:hidden;background-color:rgba(255,255,255,.2);border-radius:20rpx;}.indexVisit .ht{height:80rpx;padding:0 35rpx 0 32rpx;background-color:rgba(44,45,45,.2);line-height:80rpx;font-size:28rpx;font-weight:normal;color:#FFF;}.indexVisit .ht i{background-position:-120rpx -240rpx;}.indexVisit .form{padding:38rpx 38rpx 52rpx;}.indexVisit .table:not(.cls_button){width:auto;flex:1 1 auto;margin:0;}.indexVisit .table.cls_button{width:150rpx;margin-left:20rpx;}.indexVisit .table .right .input-text{height:70rpx;padding:0 20rpx;border:none;border-radius:5rpx;background-color:#EEE;line-height:70rpx;font-size:24rpx;color:#444;}.indexVisit .table .right .input-text::placeholder{color:#666;}.indexVisit .table .right .button{height:70rpx;border-radius:5rpx;background-color:#e3481a;line-height:70rpx;font-size:24rpx;color:#ffffff;}.indexNewsWrap{margin:60rpx 0;}.indexNews{margin:0 30rpx 6rpx;}.indexNews li{width:335rpx;margin-bottom:40rpx;}.indexNews li .imgh{padding-top:74.62686567164179%;margin-bottom:15px;border-radius:10rpx;}.indexNews li .title{line-height:1;text-align:center;font-size:24rpx;}.indexCopyr{margin:60rpx 0 40rpx;text-align:center;font-size:18rpx;}.indexCopyr p{padding-top:6rpx;}'; CSSrpxTOpx(rpx_a5b706fb86716d2dd187719d705a9f39,'rpx_a5b706fb86716d2dd187719d705a9f39','tpl/www/mobile/images/style_index.css'); window.addEventListener('resize', function(){CSSrpxTOpx(rpx_a5b706fb86716d2dd187719d705a9f39,'rpx_a5b706fb86716d2dd187719d705a9f39','tpl/www/mobile/images/style_index.css')});