@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

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

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    color: #000;
    font-family: "Microsoft YaHei";
}


/*****通用样式******/


/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}


/***响应式设置***/

html {
    font-size: calc(100vw / 7.5);
    font-size: -webkit-calc(13.33333333vw);
    width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
}

@media only screen and (min-width: 750px) {
    html {
        font-size: 100px;
        max-width: 750px;
    }
}

body {
    background: url(../images/w1bg.png) no-repeat top center;
    background-size: 100% 4.4rem;
    max-width: 7.5rem;
}


/****头部样式****/

.wx-h1 {
    padding: 0 0.26rem;
    margin-top: 0.48rem;
}

.wx-logo img {
    width: 3.28rem;
    height: 0.76rem;
}

.navtext {
    margin-top: 0.2rem;
    font-size: 0.32rem;
    color: #fff;
    padding-left: 0.4rem;
    background: url(../images/w1-menu.png) no-repeat left 0.08rem;
    background-size: 0.3rem 0.3rem;
}

.wx-sear {
    width: 5.6rem;
    height: 0.65rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.07rem;
    margin: 0.45rem auto 0 auto;
    position: relative;
}

.wx-sear input {
    box-sizing: border-box;
    width: 100%;
    line-height: 0.65rem;
    padding: 0 0.64rem 0 0.24rem;
    font-size: 0.24rem;
    color: #fff;
}

.wx-sear input::placeholder {
    color: #c3c3c3;
}

.wx-sear button {
    position: absolute;
    top: 0.16rem;
    right: 0.27rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/w1-search.png) no-repeat;
    background-size: contain;
}


/***左边隐藏导航***/

.hidenav {
    position: absolute;
    top: 0;
    right: 0rem;
    width: 0rem;
    height: 9rem;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 0.95rem;
    z-index: 10000;
    overflow: hidden;
}

.hidenav a {
    display: inline-block;
    color: #fff;
    font-size: 0.32rem;
    /*width: 100%;*/
    width: 3rem;
    text-align: center;
    margin-top: 1rem;
}

.hidenav a:hover {
    font-weight: bold;
}


/* 尾部样式 */

.mb2-footer {
    width: 100%;
    border-top: 0.05rem solid #1a74ca;
    margin: 0.5rem 0 0.2rem 0;
}

.mb2-footer .mb2-fqh {
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
}

.mb2-footer .mb2-fqh a {
    display: inline-block;
    max-width: 1rem;
    font-size: 0.3rem;
    color: #1a74ca;
}

.mb2-footer .mb2-fqh a:hover {
    text-decoration: underline;
}

.mb2-footer .mb2-fqh span {
    display: inline-block;
    font-size: 0.3rem;
    color: #1a74ca;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.mb2-footer p {
    max-width: 7.5rem;
    text-align: center;
    font-size: 0.22rem;
    color: #666666;
    margin-bottom: 0.24rem;
}


/****右浮动***/

.wxhy-float {
    display: none;
    position: fixed;
    bottom: 1.79rem;
    right: 0.2rem;
    z-index: 100000;
    font-size: 0.26rem;
    color: #1a74ca;
    text-align: center;
    padding-top: 1.1rem;
    border-radius: 0.04rem;
    background: url(../images/w1-returntop.png) no-repeat top center;
    background-size: 1rem 1rem;
}


/***当前位置***/

.wx-location {
    font-size: 0.24rem;
    color: #999999;
    background: url(../images/w1-location.png) no-repeat left center;
    background-size: 0.2rem 0.24rem;
    padding-left: 0.29rem;
}

.wx-location a {
    color: #999999;
}

.wx-location a:hover {
    color: #333333;
}

.wx-location span:last-child {
    color: #333333;
}