html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    -ms-behavior: url(css/PIE.htc);
    behavior: url(css/PIE.htc);
    outline: none;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
}

ul li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}
body {
    -webkit-text-size-adjust: none !important;
  }
  body {
    -webkit-text-size-adjust: 100% !important;
  }
.hz-0802-zx-show-pc {
    display: block;
}

.hz-0802-zx-show-phone {
    display: none;
}


.containerbigbox{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background: url(../images/hz-zx-0802-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.containerbigbox img{
    width:100%;
}
.hz-zx-0802-logo{
    width: 16.8%;
    position: absolute;
    top:4.6%;
    right:2.9%;
}

.hz-zx-0802-imgbigbox{
    width:76%;
    position: absolute;
    top:64.4%;
    left:12%;
    display: flex;
    justify-content:space-between;
}
.hz-zx-0802-imgbox{
    width:26%;
    overflow: hidden;
}
.hz-zx-0802-img{
    width:100%;
}
.hz-zx-0802-ewm{
    width:50.3%;
    margin-left: 20%;
    margin-top: 11%;
}



@media(max-width:1200px) {


}

@media(max-width:768px) {
    .hz-0802-zx-show-pc {
        display: none;
    }

    .hz-0802-zx-show-phone {
        display: block;
    }
    .containerbigbox{
        background: url(../images/hz-zx-0802-bg-mb.jpg) no-repeat center center;
        background-size: cover;
    }
    .hz-zx-0802-logo{
        width: 27.6%;
        position: absolute;
        top:2.9%;
        right:6.3%;
    }
    .hz-zx-0802-imgbigbox {
        width: 38.6%;
        position: absolute;
        top: 42.7%;
        left: 11.7%;
        display: flex;
        justify-content: space-between;
        flex-direction:column;
    }
    .hz-zx-0802-imgbox {
        width: 100%;
        margin-bottom: 18%;
    }
.hz-zx-0802-ewm4{
    width: 15%;
    position: absolute;
    bottom: 5.2%;
    right:6.3%;
}
.hz-0802-bannertit{
    width:83.5%;
    position: absolute;
    top:12%;
    left:10.3%;
}


}