/* æ‰‹æœºç‰ˆ*/

.m-top {
    width: 100%;
    padding: 8px;
    background: url('../images/m_top_bg.jpg') no-repeat 0 0;
    background-size: 100%;
}

.m-logo img {
    width: 130px;
}

.btn {
    position: absolute;
    z-index: 99;
    z-index: 98;
    right: 12px;
    top: 15px;
    width: 40px;
    text-align: center;
}

.btn span {
    display: block;
    width: 40px;
    height: 4px;
    margin: 6px 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
    opacity: 0;
}

.cross span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}


.m-nav {
    position: absolute;
    z-index: 99;
    right: -150px;
    top: 0;
    width: 150px;
    height: 100%;
    padding-top: 66px;
    background: #8b6d55;
}

.m-nav li a {
    display: block;
    font: 400 16px/36px 'å¾®è½¯é›…é»‘';
    color: #fff;
    text-align: center;
}

.m-menu {
    margin: 0 auto;
}

.m-menu li {
    float: left;
    width: 33.3%;
    padding: 5px;
}

.m-menu li a {
    display: block;
    font: 400 14px/36px 'Microsft yahei';
    color: #1a1a1a;
    text-align: center;
    background: rgba(255, 255, 255, .6)
}

.wrapper {
    position: relative;
    overflow-x: hidden;
}


header {
    display: none;
}

@media (min-width:1200px) {
    header {
        display: block;
        position: relative;
        z-index: 99;
        height: 120px;
        background: url('../images/nav_bg.jpg') no-repeat 0 center;
    }

    header.part1-head {
        background: none;
    }

    header .container {
        position: relative;
    }

    header .logo {
        position: absolute;
        left: 10%;
        top: 20px;
    }

    .nav {
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav {
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav li {
        float: left;
        padding: 0 15px 0 15px;
    }

    .nav li a {
        position: relative;
        display: block;
        width: 55px;
        padding: 30px 18px 0;
        height: 120px;
        text-align: center;
        font: 400 16px/1 'å¾®è½¯é›…é»‘';
        color: #fdedc6;
    }

    .nav li a span {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        padding: 30px 18px 0;
        font: 400 16px/1 'å¾®è½¯é›…é»‘';
        background: url('../images/nav_li_bg.png') no-repeat center 0;
        opacity: 0;
        transform: rotateY(180deg);
        transition: 0.6s;
    }

    .nav li a:hover {
        font-size: 0;
    }

    .nav li a:hover span {
        transform: rotateY(0);
        opacity: 1;
    }

    .nav li.active a span {
        transform: rotateY(0);
        opacity: 1;
    }
}








/* ç½‘ç«™é¡µè„š */

.foots {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: #343434
}

.foots p {
    display: inline-block;
    font: 400 12px/24px 'Microsoft yahei';
    color: #fff
}

footer .fl {
    display: none;
}

footer .fr {
    float: none;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #eee;
}

footer .container {
    font: 400 12px/24px 'å¾®è½¯é›…é»‘';
    color: #999;
}

@media (min-width:1200px) {
    footer {
        background: url('../images/foot_bg.jpg') no-repeat center 0;
    }

    footer .container {
        padding: 40px 0;
        color: #000;
    }

    footer .fl {
        display: block;
    }

    footer .fr {
        float: right;
        padding: 0;
        border: 0;
    }
}


iframe {
    width: 100% !important;
    height: 300px !important;
}

@media (min-width:1200px) {
    p iframe {
        width: 640px !important;
        height: 480px !important;
    }
}