﻿body {
    margin:0px;
    font-size: 1rem;
    line-height: 2rem;
    text-indent: 3rem;
}
img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    border:0;
}
li img {
    width:15.625rem;
    margin:50px 0px 30px 0px;
}
hr {
    clear:both;
}
.mainPage {
    padding: 1.25rem;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position-x: center;
}
@media (max-width: 1280px) {
    .mainPage {
        background-size: contain!important;
    }
}
ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
ul li {
    float: left;
    min-width: 300px;
    background-color:#fff;
}
.urlAddress ul li a {
    display: block;
    text-indent: 0px;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: .65rem .75rem;
    font-size: 1.125rem;
    line-height: 1.25;
    border-radius: 3px;
    transition: all .15s ease-in-out;
    color: #ffffff;
    background-color: #0866c6;
    margin:0.625rem;
    text-decoration: none;
}
.rCode ul li {
    margin-top:0.625rem;
}
.rCode ul li label {
    position: absolute;
    width: 17.5rem;
    margin-top: 0.312rem;
    margin-left: -1.875rem;
    background-color: #fff;
    text-indent: 0px;
}
.title {
    font-size: 1.5rem;
    clear: both;
    margin: 0.625rem 0rem;
    padding-top: 1.875rem;
}
.banner {
    width: 100%;
    background-color: #6a91ec;
    overflow: hidden;
    background-size: auto;
    text-align: right;
}
.footer {
    clear:both;
    text-align:center;
}
.footer a {
    text-decoration:none;
    color:#333333;
}
