@charset "utf-8";
/* CSS Document */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑", "黑体";
    color: #898989;
    line-height: 1;
    background: #FFF;
    min-width: 1000px;
    min-width: 1200px;
}

ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    font-family: "微软雅黑";
    border: none;
    outline: none;
    background: none;
}

ul,
li {
    list-style: none
}

img {
    border: 0px;
    padding: 0px;
    display: block;
}

a {
    color: #5c5c5c;
    text-decoration: none
}

h2,
h3,
h4,
b,
strong {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none;
    background: url() no-repeat center;
}

.bjbox {
    background: url(../images/bj.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

.nrbox {
    position: absolute;
    width: 13.25rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nr_left {
    float: left;
    width: 8.1rem;
    animation: fadeInLeft 1s 1;
}

.nr_left img {
    width: 100%;
}

.nr_right {
    float: right;
    width: 3.35rem;
    margin: .3rem 1.3rem 0 0;
    animation: fadeInRight 1.2s 1;
}

.logo {
    position: relative;
    text-align: center;
}

.logo img {
    width: 100%;
}

.nr_right ul {
    padding-top: .95rem;
    width: 3.2rem;
    margin: 0 auto;
}

.nr_right li {
    margin-bottom: .33rem;
}

.nr_right a {
    display: block;
    background: url(../images/a_11.png);
    height: .73rem;
    line-height: .73rem;
    font-weight: bold;
    font-size: .27rem;
    color: #dec953;
    padding-left: .65rem;
    background-size: 100% 100%;
}

.nr_right b {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -4px 35px 0 0;
}

.nr_right b img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.c1 {
    opacity: 1;
}

.c2 {
    opacity: 0;
}

.nr_right a:hover {
    background: url(../images/a_11a.png);
    background-size: 100% 100%;
    color: #fff;
}

.nr_right a:hover .c1 {
    opacity: 0;
}

.nr_right a:hover .c2 {
    opacity: 1;
}

.csnr {
    background: url(../images/a_01.png);
    width: 501px;
    height: 310px;
    position: absolute;
    top: -305px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 30px 0 30px;
    display: none;
}

.csnr dt {
    overflow: hidden;
    padding-bottom: 13px;
}

.csnr dt a {
    display: block;
    width: 106px;
    line-height: 37px;
    text-align: center;
    float: right;
    font-size: 14px;
    color: #92531d;
    font-weight: bold;
    background-image: linear-gradient(#faf6ac, #d3b860, #faf6ac);
    height: 37px;
}

.csnr dt span {
    float: left;
    line-height: 35px;
    height: 37px;
    text-align: center;
    border: 1px solid #6d6c6d;
    background: #37383d;
    font-size: 16px;
    font-weight: bold;
    color: #edcb6b;
    width: 310px;
}

.csbtn:hover .csnr {
    display: block;
}

.gbtc {
    position: absolute;
    background: url(../images/a_02.png);
    width: 143px;
    height: 193px;
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.gbtc dl {
    padding-top: 13px;
}

.gbtc dt a {
    display: block;
    line-height: 38px;
    height: 39px;
    font-size: 14px;
    color: #edcb6b;
    padding-left: 44px;
}

.jstc:hover .gbtc {
    display: block;
}

.gbtc dt a:hover {
    color: #fff;
}