@charset "utf-8";
/* Reset CSS */
/* --------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

ol, ul, li {
    list-style: none;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
    font-family: myfont, 'Microsoft YaHei', arial, helvetica, sans-serif;
}

button, input {
    font-family: myfont, 'Microsoft YaHei', arial, helvetica, sans-serif;
}

@font-face {
    font-family: myfont;
    src: url(../res/lantinghei.TTF);
}

/* --------------------------------------- */

header {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header{
    width: 1000px;
    margin: auto;
    height: 70px;
}

.header-logo{
    margin-top: 25px;
    width: 700px;
    float: left;
}

.header-menu{
    width: 100px;
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
    float: left;
}

.header-menu a{
    color: #ffffff;
}


.banner{
    overflow: hidden;
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 760px;
}

.banner-content{
    width: 1000px;
    margin: auto;
}

.banner-text{
    overflow: hidden;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    margin-top: 316px;
}

.banner-text span{
    font-size: 24px;
    color: #ffffff;
    font-weight:bold;
}

.banner-button{
    border: 1px solid #ffffff;
    width: 196px;
    height:40px;
    border-radius: 4px;
    color: #ffffff;
    margin-top: 66px;
    text-align: center;
    padding-top: 14px;
    font-size: 24px;
}

.bg1{
    background-color: #111111;
}

.bg1-img{
    width: 1280px;
    margin: auto;
}

.bg1-img img{
    width: 100%;
}

.bg2,.bg3{
    background-color: #000000;
}

.bg2-img,.bg3-img{
    width: 1280px;
    margin: auto;
}

.bg2-img img,.bg3-img img{
    width: 100%;
}


footer{
    background-color: #0b1012;
    width: 100%;
    height: 170px;
}

.footer{
    width: 160px;
    margin: auto;
}

.footer img{
    margin-top: 55px;
}

.footer p{
    text-align: center;
    color: #c4c4c4;
    margin-top: 20px;
    font-size: 14px;
}


article{
    background:url(../images/bg.jpg) center no-repeat;
    background-size: cover;
}

.price-content{
    width:1000px;
    margin:auto;
    padding-top:150px;
    padding-bottom:100px;
    text-align: center;
}

.price-content img{
    width: 90%;
}

.agent-content{
    height: 1200px;
    padding-top: 150px;
}
.agent-content p{
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.agent-text{
    width: 900px;
    margin: auto;
}
.agent-text p{
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}

.agent-text-title{
    padding-top: 20px;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 20px;
}

.qrcode{
    width: 900px;
    margin: auto;
}

.agent-text-img{
    width: 200px;
    text-align: left;
    float: left;
}
.agent-text-img img{
    width:100%;
    text-align: left;
    float: left;
}

.agent-text-contact{
    width: 650px;
    float: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
}