html, body {
    color: #222;
    font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

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

body {
    margin-top: 40px !important;
}

img {
    border: 0;
}

ol, ul, li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

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

.clr {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

h2 {
    font-size: 16px;
}

.iponefix {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iponefix .iphonebg {
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .mainbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: 100% 150%;
}

body .mainbg img {
    width: 100%;
    height: 100%;
}

body .mainmenu:after {
    clear: both;
    content: " ";
    display: block;
}

body .mainmenu {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

body .mainmenu li {
    float: left;
    margin-left: 6.6%;
    margin-bottom: 7%;
    width: 40%;
    /*height: 40%;*/
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 7px;
}

body .mainmenu li p {
    text-align: center;
    display: block;
    margin: 20px 0;
}

body .mainmenu li a {
    display: block;
    color: #FFF;
    text-align: center;
    overflow: hidden;
}

body .mainmenu li:active {
    background-color: rgba(255, 255, 255, 0.1)
}

body .mainmenu li a img {
    height: 45px;
}

body .mainmenu li a span {
    clear: both;
    display: block;
    padding: 0px 10px;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

#insert1, #insert2 {
    position: relative
}

body .mainmenu li p {
    margin: 0;
}

body .mainmenu li a img {
    margin: 20px 0 0;
}

body .mainmenu li a span {
    display: block;
    padding: 0px 2%;
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.iphone-content-nav {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: url(../images/btnbg.jpg) repeat-x;
    height: 55px;
    line-height: 55px;
    color: #fff;
    margin: auto;
    font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
}

.iphone-content-nav .lh30 {
    float: left;
}

.iphone-content-nav i a {
    color: #fff;
    display: block;
    overflow: hidden;
    width: 50%;
    padding: 0 10px;
    height: 55px;
    line-height: 55px;
    float: left;
    width: 96px;
}

.iphone-content-nav i.glyphicon-i {
    float: right;
    width: 72px;
    height: 55px;
    line-height: 55px;
}
.copyright {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 8px auto;
    color: #ccc;
    font-size: 10px;
    position: relative;
}

