html{
    min-width: 750px;
}
*{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
a{
    text-decoration: none;
}
body, html {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,SimSun,sans-serif;
    background: #F5F5F7;
}
.toubu{
    position: fixed;
    background-image: url(../images/ding.png);
    background-size: 100% 100%;
    width: 100%;
    height: 80px;
    opacity: 1;
    top: 0;
    z-index: 10000;
}
.header{
  width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
    /* padding-top: 18px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.logo a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon_tubiao{
display: block;
    float: left;
    width: 44px;
    height: 44px;
}
.ttmp{
    float: left;
    margin-left: 10px;
}
.mpname{
    font-size: 22px;
    color: #F1F1F1;
    font-weight: 700;
}
.mpdesc{
    font-size: 14px;
    color: #F1F1F1;
    letter-spacing: 0.2em;
}
.menu{
    float: left;
    margin-left: 40px;
}
.menu a{
    display: block;
    float: left;
    text-align: center;
    color: #F1F1F1;
    font-size: 16px;
    line-height: 80px;
    width: 100px;
}
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.footer{
    background-image: url(../images/dibu.png);
    background-size: 100% 100%;
    height: 68px;
    margin-top: 30px;
}
.footer p{
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 5px;
}
.footer p a{
    color: #FFFFFF;
}
.hide{
    display: none;
}
.fuzhicg {
    width: 4.5rem;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.32rem;
    border-radius: 0.2rem;
    z-index: 10;
}
.jianfanti{
    background-image: url(../images/jft.png);
    background-size: 100% 100%;
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0.25rem 0.2rem;

}