@charset "UTF-8";

body {
    font: 12px/24px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
    background: url(../images/bg.png)repeat-y center top;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    color: #252525;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉下拉箭头*/
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: #252525;
    text-decoration: none;
}

a:hover {
    color: #e93a58;
    text-decoration: none;
}

a,
area {
    blur: expression(this.onFocus=this.blur())
}

ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

input {
    outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

:focus {
    outline: none;
}

.mr0 {
    margin-right: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    height: 0;
    width: 100%;
    font-size: 1px;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

.Width {
    width: 1200px;
    margin: 0 auto;
}

.hide {
    display: none;
}

.onlymob {
    display: none;
}

.pointer {
    cursor: pointer;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

/* 顶部样式 */
.zk_top {
    width: 100%;
    background: #fafafa url(http://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}

.zk_top .zt_top {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

.zk_top h1 a {
    float: left;
    width: 140px;
    height: 40px;
    overflow: hidden;
    background: url(../images/logo.png) no-repeat;
    background-size: 140px 40px;
    font-size: 16px;
    color: #07a991;
    text-indent: -999px;
}

.zk_top .topnav {
    float: right;
    color: #252525;
    font-size: 14px;
}

.zk_top .topnav a {
    padding: 0 8px;
}

.zk_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* 底部样式 */
.foot li,
.foot div {
    display: inline-block;
    color: #fff;
}

.foot {
    width: 100%;
    height: 88px;
    background: #252525;
    margin: 50px auto 0;
    padding: 34px 0 0 0;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.foot li a {
    color: #fff;
    transition: transform .5s ease-out;
}

.foot li a:hover {
    color: #888;
    transform: translateY(-5px);
}

.foot div.foot_ble {
    display: none;
}

@media only all and (max-width:1200px) {
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        font: 0.7rem/1.2rem "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "\9ED1\4F53", Arial, sans-serif;
    }

    html,
    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: url(../images/bg.png)repeat-y #a81a05 center top;
        width: 100%;
		background-size: 146%;
    }

    .Width {
        width: 18rem;
    }

    /* 顶部元素 */
    /* 顶部元素 */
    .zk_top .topnav {
        font-size: 0.4rem;
    }

    .zk_top h1 a {
        width: 6.6rem;
        font-size: 0.4rem;
        background-size: contain;
    }

    .zk_top .topnav span {
        display: none;
    }

    .foot {
        height: 2rem;
        font-size: 0.6rem;
        line-height: 2rem;
        padding: 0;
        margin: 1.2rem 0 0 0;
    }

    .foot ul,
    .foot .foot_pc {
        display: none;
    }

    .foot div.foot_ble {
        display: block;
    }

    /* 针对浏览器 */
        {
        transition: width 2s;
        /* W3C */
        -moz-transition: width 2s;
        /* Firefox 4 */
        -webkit-transition: width 2s;
        /* Safari and Chrome */
        -o-transition: width 2s;
    }


}

/* Opera */
@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone4/4s */
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone5 */
}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone6 */
}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone6 Plus */
}