html,
body {
    margin: 0;
    padding: 0;
}

.menu {
    margin-left: 120px;
}

.container {
    padding-right: 9%;
    padding-left: 9%;
    margin-right: auto;
    margin-left: auto;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.titleFont {
    font-size: 17px;
    color: black;
    font-weight: 900;
}

.navbar-inverse .navbar-nav>li>a {
    color: rgb(94, 94, 94);
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #00a0ea;
}

.navbar-inverse .navbar-nav>li>a:active {
    color: black;
}

.thumbnail {
    border: 0;
}

body {
    font-family: "";
}

.border {
    border-radius: 0;
    resize: none;
}

.demo {
    font-size: 16px;
    cursor: pointer;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.center {
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}

.center20 {
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
}

.font-a {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px
}

.font-b {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
}

.font-c {
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    font-weight: bold;
}

/* Logo加载动画 */

.rotatesimg {
    -webkit-animation: transform-5 2s ease 500ms alternate none 1;
    animation: transform-5 2s ease 500ms alternate none 1;
}

@-webkit-keyframes transform-5 {
    from {
        -webkit-transform: perspective(400px) rotateY(180deg);
        transform: perspective(400px) rotateY(180deg);
    }

    to {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes transform-5 {
    from {
        -webkit-transform: perspective(400px) rotateY(180deg);
        transform: perspective(400px) rotateY(180deg);
    }

    to {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
    }
}

.font3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
    display: block;
    padding-bottom: 15%;
}

.font2 {
    display: block;
    color: #f8f8f8;
    line-height: 50px;
    font-size: 16px;
    text-indent: 25px;
    display: block;
    text-align: left
}

.font1 {
    display: block;
    padding-bottom: 4%;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
}

.font4 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
    display: block;
    padding-bottom: 15%;
}

.font5{
    line-height: 30px;
    font-size: 15px;
}

.font6{
    margin-bottom:5px;
    display: block;
    text-indent: 20px;
    font-size: 16px;
}

.div1 {
    max-width: 800px;
    margin: auto;
    padding: 10px;
    background: rgb(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.div2 {
    max-width: 700px;
    margin: auto;
    padding: 10px;
    background: rgb(0, 0, 0, 0.4);
    margin-bottom: 10%;
}

@media screen and (max-width: 1300px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .font1 {
        display: block;
        padding-bottom: 0;
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        line-height: 50px;
    }

    .font2 {
        display: block;
        color: #f8f8f8;
        line-height: 30px;
        font-size: 14px;
        text-indent: 25px;
        display: block;
        text-align: left
    }

    .font3 {
        display: block;
        padding-bottom: 15%;
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        line-height: 50px;
    }

    .font4 {
        display: block;
        padding-bottom: 5%;
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        line-height: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .menu {
        margin-left: 0;
    }

    .font1 {
        display: block;
        padding-bottom: 0;
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        line-height: 50px;
    }

    .font2 {
        display: block;
        color: #f8f8f8;
        line-height: 30px;
        font-size: 14px;
        text-indent: 25px;
        display: block;
        text-align: left
    }

    .font3 {
        display: block;
        padding-bottom: 15%;
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        line-height: 50px;
    }

    .font4 {
        display: block;
        padding-bottom: 5%;
        font-size: 25px;
        color: #ffffff;
        font-weight: bold;
        line-height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .titleFont {
        font-size: 16px;
        color: black;
        font-weight: 900;
    }
    .font2 {
        color: #f8f8f8;
        line-height: 15px;
        font-size: 10px;
    }

    .div1 {
        display: none;
    }

    .div2 {
        margin: auto;
        padding: 10px;
        background: rgb(0, 0, 0, 0.4);
        margin-bottom: 0px;
    }

    .font3 {
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        line-height: 40px;
        display: block;
        padding-bottom: 5%;
    }
    .font4 {
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        line-height: 40px;
        display: block;
        padding-bottom: 5%;
    }

    .font1 {
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
        line-height: 40px;
        display: block;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 600px) {
    .font3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        line-height: 20px;
        display: block;
        padding-bottom: 5%;
    }
    .font4 {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        line-height: 20px;
        display: block;
        padding-bottom: 5%;
    }

    .font1 {
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        line-height: 20px;
        display: block;
        padding-bottom: 5%;
    }
    .div2 {
        display: none;
    }
}