.nav-top .r img {
    margin-right: 5px;
}

.nav-top img.qrcode {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: -140px;
    display: none;
}

.nav-top img.qrcode:hover,
.nav-top a.btn:hover img.qrcode {
    display: block;
}

.box1 .center {
    position: relative;
    width: 740px;
    padding-left: 280px;
}

.box1 .btn_wrap_1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 244px;
    text-align: center;
    background: #a2b9eb url(../i/i1.png) 0 0 no-repeat;
}

.box1 .btn_wrap_1 .line_1 {
    margin-top: 255px;
}

.box1 .btn_wrap_1 .line_2 {
    margin-top: 140px;
}

.box1 .btn_wrap_1 a {
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    width: 105px;
    text-align: center;
    color: #123c95;
    border-radius: 4px;
    background: #fbd539;
    /* box-shadow: 3px 3px 3px -1px #656565; */
}

.box1 .btn_wrap_1 a {
    *display: inline;
    *zoom: 1;
}

.box1 .btn_wrap_1 a:hover {
    color: #fff;
    background: #e20c54;
}

.btn-wrap {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

.btn-wrap a {
    display: inline-block;
    width: 190px;
    margin: 0 30px;
    color: #fff;
    border-radius: 10px;
    background: #d30547;
    /* box-shadow: 3px 3px 3px -1px #8c8c8c; */
}

.btn-wrap a:hover {
    background: #0e177a;
}

.btn-wrap img {
    margin-left: 10px;
}

.copyright,
.footer {
    font-family: Arial, SimSun, serif;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    color: #8592b7;
}

.copyright .center,
.footer .center {
    padding: 20px 20px;
}

.copyright p,
.footer p {
    margin: 6px 0;
}

.copyright a {
    margin: 0 10px;
}

