body {
    min-width: 1120px;
}
.container {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}
.header {
    width: 100%;
    height: 80px;
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
}
  
.header .logo {
    width: 124px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 22px
}
  
.header .logo .logo-img {
    width: 100%;
    height: 100%;
}
  
.header .nav {
    margin: 0 0 0 200px;
}
  
.header .nav li {
    float: left;
    list-style: none;
    width: 54px;
    margin: 0 14px;
    height: 80px;
    line-height: 76px;
    font-size: 16px;
    color: #9297A3;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.header .nav .big {
    width: 80px;
}
  
.header .nav li.active {
    color: #333743;
    border-bottom: 2px #F39200 solid;
}
.header .qrcode {
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 100%;
    border-left: 1px solid #DEDEDE;
}
.qrcode-img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 25px;
}
.header .web-name {
    position: absolute;
    top: 0;
    right: 80px;
    padding: 20px 0;
    font-size: 16px;
}

.slogan {
    width: 100%;
    height: 520px;
    background: url("../images/info/bg.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.slogan-title {
    width: 636px;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 100px;
    right: 60px;
    top: 250px;
    position: absolute;
    text-align: right;
    font-weight: bold;
}
.slogan-text {
    width: 636px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    right: 60px;
    top: 354px;
    position: absolute;
    text-align: right;
    font-weight: bold;
}
.qrcode-container {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
}
.qrcode-container img {
    width: 100%;
    height: 100%;
}
.hide {
    display: none;
}