﻿.nav {
    line-height: 68px;
    width: 100%;
    padding: 0 130px;
    box-sizing: border-box
}

.nav img {
    vertical-align: middle;
    height: 56px
}

.nav>a {
    display: inline-block
}

.nav ul {
    float: right
}

.nav li {
    float: left;
    margin-left: 40px;
    font-size: 18px
}

.nav li a {
    display: block;
    color: #000
}

.nav li a:hover {
    color: #3ca8f7
}

.nav li .active {
    color: #3ca8f7
}

.banner {
    width: 100%;
    position: relative
}

.banner img {
    display: block;
    width: 100%
}

.banner h1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-42px);
    width: 100%;
    text-align: center;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #3ca8f7;
    text-shadow: 3px 3px 0 #fff
}

.container {
    width: 1080px;
    height: 690px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative
}

.location {
    margin-bottom: 20px
}

.location a {
    color: #000
}

.location .swf_name {
    color: #15afff
}

.location a:hover {
    color: #15afff
}

.content {
    height: 600px;
    margin: 0 auto
}

#myflash {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-400px)
}

.footer {
    width: 100%;
    line-height: 60px;
    background-color: #424242;
    text-align: center;
    font-size: 14px;
    color: #fff
}