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_6fc318144f1871fb732e0fb586ea0a56 = '.ztPage{overflow-x:hidden;min-width:320px;background:url(bg.jpg) top center repeat-y;background-size:100% auto;}.ztSec{position:relative;width:100%;margin:0 auto;}.ztCon{position:relative;width:100%;margin:0 auto;zoom:1;}.ztCon:after{content:".";display:block;clear:both;height:0;font:0/0 sans-serif;visibility:hidden;}.ztTitle{padding-top:50rpx;padding-bottom:35rpx;line-height:1;text-align:center;}.ztTitle h4{opacity:.3;font-size:50rpx;color:#a6937c;font-weight:normal;font-family:"SourceHanSansCN-Ligh";font-family:"SourceHanSerifCN-Regular"}.ztTitle h2{margin-top:-12rpx;font-size:50rpx;color:#555555;font-family:"SourceHanSerifCN-Heavy";}.secProblem{margin:0 30rpx;}.secProblem li{width:160rpx;margin-bottom:13rpx;}.secProblem li .imgh{padding-top:137.5%;}.secNice9{}.secNice9 .intro{padding:30rpx 30rpx 0rpx;line-height:1.3;text-align:center;font-size:18rpx;color:#AAA;}.ztTitle2{margin:40rpx 30rpx 30rpx;padding-left:20rpx;border-left:4rpx solid #a6937c;}.ztTitle2 h3{line-height:1;font-size:42rpx;font-weight:normal;font-family:"SourceHanSansCN-Medium";}.ztTitle2 p{padding-top:18rpx;line-height:1.3;font-size:18rpx;color:#aaaaaa;}.secNode{margin-bottom:55rpx;}.secNode .ztTitle{margin-bottom:40rpx;padding:45rpx 0;background:url(secNode_bg.jpg) center no-repeat;background-size:cover;}.secNode .ztTitle h2{color:#FFF;}.secNode .hdli2{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 30rpx;}.secNode .hdli2 li{display:flex;align-items:center;justify-content:center;flex-direction:column;width:152rpx;height:152rpx;margin-bottom:18rpx;border:5rpx solid #FFF;background-color:#A6937C;border-radius:100%;box-shadow:0 0 10rpx rgba(186,186,186,.75);text-align:center;font-size:18rpx;color:#FFF;cursor:pointer;}.secNode .hdli2 li i{display:block;font-size:32rpx;font-family:"ziticqtezhanti";}.secNode .hdli2 li.active{border-color:#444444;background-color:#444444;color:#d0ad82;}.secNode .bd li{padding-right:30rpx;}.secNode .bd li .imgh{padding-top:61.11111111111111%;}.secTechnology{padding:10rpx 0 20rpx;background:url(secTechnology_bg.jpg) center no-repeat;background-size:cover;}.secTechnology .ztTitle2 h3{color:#d0ad82;}.secTechnology .ztTitle2 p{color:#FFF;}.secTechnology ul{margin:40rpx 30rpx 0rpx;}.secTechnology ul li{float:left;width:214rpx;margin-bottom:22rpx;}.secTechnology ul li .imgh{padding-top:139.1705069124424%;}.secService{padding:10rpx 0 40rpx;}.secService .imga{margin:35rpx 30rpx;}.secIndent{padding:16rpx 30rpx 25rpx;background:url(secIndent_bg.jpg) center center no-repeat;background-size:cover;text-align:center;}.secIndent .mcount{margin-bottom:20rpx;line-height:1;font-size:28rpx;color:#FFF;}.secIndent .mcount span{font-size:1.2em;}.secIndent .form{position:relative;padding-right:170rpx;}.secIndent .table{width:auto;margin:0;font-size:10rpx;}.secIndent .table .right .input-text{width:100%;height:60rpx;padding:0 20rpx;border:none;background-color:#FFF;line-height:60rpx;font-size:18rpx;}.secIndent .table .right::after{content:"";position:absolute;top:13rpx;right:0;width:1px;height:34rpx;background-color:#DCDCDC;}.secIndent .table .right .button{display:flex;align-items:center;justify-content:center;height:60rpx;border-radius:3px;background-color:#444444;line-height:26rpx;font-size:20rpx;color:#d0ad82;}.secIndent .table .right .button:active{background-color:#bba58b;}.secIndent .cls_contact .right .input-text{border-radius:3px 0 0 3px;}.secIndent .cls_phone .right .input-text{border-radius:0 3px 3px 0;text-align:left;color:#888888;}.secIndent .cls_button{position:absolute;top:0;right:0;width:160rpx;background-color:transparent;}.secIndent .cls_button .right::after{display:none;}.secIndent2{background:none;text-align:left;}'; CSSrpxTOpx(rpx_6fc318144f1871fb732e0fb586ea0a56,'rpx_6fc318144f1871fb732e0fb586ea0a56','tpl/www/mobile/page/9s/css.css'); window.addEventListener('resize', function(){CSSrpxTOpx(rpx_6fc318144f1871fb732e0fb586ea0a56,'rpx_6fc318144f1871fb732e0fb586ea0a56','tpl/www/mobile/page/9s/css.css')});