body {
    position: relative;
    font-family: "方正行楷简体";
    font-size: 14px;
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto !important;
    overflow: hidden;
 /*    zoom:1.13;
	-webkit-transform: scale(0.89);
    transform: scale(0.89); */
    /* overflow: hidden; */
    /* zoom:0.89;
	-webkit-transform: scale(0.89);
    transform: scale(0.89); */
    /* zoo;
	-webkit-transform: scale(0.98);
    transform: scale(0.98); */
    /* zoom:1.13;
    -webkit-transform: scale(0.89); */
    /* transform: scale(0.93);
    -webkit-transform-origin: 0% top;
    transform-origin: 0% top;
    border-bottom: 1px solid white;
    background: url(../images/bg-shop-inquiry.png) no-repeat left  top ;
    background-size: 100%;
    height: 108px;  */
    /* -moz-transform: scale(0.85);
    transform-origin: center top; */
  /* -moz-transform: scale(0.98); 
  transform: scale(0.98);
  transform-origin: center top; */
  
}

/* @media screen and (-webkit-min-device-pixel-ratio:0){
	body { 
	
	-moz-transform: scale(0.85) ;
	transform-origin: center top; 
	 
	}
}
 */
html, body, header, main, footer, div, p, nav, table, tbody, th, tr, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, button, img, a, pre, code, legend, abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, hgroup, mark, menu, meter, output, progress, section, time, video {
    margin: 0;
    padding: 0;
    border: none;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, form, button, input, textarea, select, option {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
}

abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, main, hgroup, mark, menu, meter, nav, output, progress, section, time, video, img, a {
    display: block;
}

ul, li, i, s, img {
    list-style: none;
    font-style: normal;
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
}

a:link, a:visited, a:hover, a:active {
    outline: none;
    text-decoration: none;
    color: inherit;
    border: none;
}


/* 定义常用CSS */

.left {
    float: left;
}

.right {
    float: right;
}

.width-auto {
    position: relative;
    float: left;
    left: 50%;
}


/* 定义网站整体布局宽度 */

.wrapper {
    position: relative;
    width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.wrapper:after, .wrapper:before {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}


/* 清除浮动 */

.clear {
    clear: both;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* 盒填充 */

.display-fill-top {
    padding-top: 1px;
    margin-top: -1px;
}

.display-fill-bottom {
    padding-bottom: 1px;
    margin-bottom: -1px;
}


/* 单行文本溢出身略号 */

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 头部导航 */

body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-shop-inquiry.png) no-repeat left top; 
    background-size: 100%; 
}

header.level-linkN {
    position: relative;
    height: 138px;
    line-height: 138px;
    color: #fff;
    background: #000;
    z-index: 20;
}

header.level-linkN.two .btn-return-home {
    position: absolute;
    bottom: -184px;
    left: 200px;
    width: 198px;
    height: 184px;
    z-index: -1;
    background: url(../images/icon-return-home.png) no-repeat center bottom;
    background-size: 198px 336px;
}

header.level-linkN:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
}

header.level-linkN .title {
    padding-left: 46px;
    margin-top: 46px;
    font-size: 60px;
    line-height: 70px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header.level-linkN .nav {
    margin-top: 46px;
    line-height: 70px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header.level-linkN .nav-item {
    position: relative;
    width: 20%;
    text-align: center;
    font-size: 34px;
}

header.level-linkN .nav-item.active:after {
    content: '▲';
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}


/* 底部说明 */

footer {
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 20;
}
