header {
    width: 100%;
    height: 700px;
    min-height:700px;
    opacity: 1;
    background-image: url('../../images/65/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header .header {
    margin: 0 auto;
    width: 1200px;
}

header .logo {
    width: 331px;
    height: 64px;
    margin-top: 13px;
}

nav .storm {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-right: 32px;
    cursor: pointer;
    margin-top: 34px;
}

nav .storm a {
    color: #FFFFFF;
}

nav .storm a:hover {
    color: #F2C960;
    cursor: pointer;
}

nav .pitch-on {
    color: #F2C960 !important;
}

.cont {
    width: 100%;
}

.cont-one {
    width: 1200px;
    margin: 100px auto;
}

.cont-one .title {
    border-bottom: 3px solid #863a3c;
    line-height: 30px;
    font-size: 18px;
}

.cont-one .list {
    margin-top: 15px;
}

.cont-one .list .storm {
    line-height: 42px;
    height: 42px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    font-size: 14px;
}

.cont-one .list .storm a {
    width: 1000px;
}

footer {
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
    background: #930505;
}

footer .core-top {
    width: 1200px;
    margin: auto;
}

footer .core-top img {
    width: 359px;
    margin-top: 60px;
}

footer .core-top h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #FFFFFF;
    margin-top: 42px;
}

footer .core-top p {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #FFFFFF;
}

footer .core-bottom {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer .core-bottom p {
    padding: 24px 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.7);
}