body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Microsoft JhengHei;
    /*overflow-x: hidden;*/
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #FF0000;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 72px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    background: url(../images/nav.png) #007D7D top center no-repeat;
}

.nav .nav-inner {
    width: 1100px;
    margin: 0 auto;
}

ul#menu {
    height: 72px;
    width: 600px;
    margin-left: 580px;
    z-index: 999;
}

ul#menu li {
    display: block;
    width: 130px;
    height: 72px;
    color: #000;
    float: left;
}

ul#menu a {
    display: block;
    width: 130px;
    height: 72px;
    color: #000;
    line-height: 72px;
}


/*ul#menu a:hover {
    background-color: #8a3900;
    color: #fff;
}*/

ul#menu a.active {
    background-color: #EC404E;
    color: #fff;
}

#wrapper {
   
}

.main {
    margin: 0 auto;
    background-color: #ebddd2 ;
    text-align: center;
}

.main .inner {
    width: 1270px;
    height: 690px;
    margin: 0 auto;
    position: relative;
}

.main .inner .item {
    /*display: block;*/
    position: absolute;
}

.item1 {
    left:100px ;
    top: 100px;
}

.item2 {
    left: 650px;
    top:150px;
}

.item3 {
    left: 52px;
    top: 355px;
}

.item4 {
    left: 862px;
    top: 490px;
}
.item5 {
    left: 960px;
    top: 610px;
}
.main img {
    display: block;
}

.content {
    background-color: #fff;
    min-height: 200px;
}

.info {
    width: 1100px;
    margin: 0 auto;
    color: #555;
    line-height: 200%;
}

.info-inner {
    width: 950px;
}

#banner {
    position: fixed;
    top: 85px;
    right: 0;
    width: 211px;
    height: 459px;
   
    /*box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.5)*/
}
#banner {

}
#banner a.banner-bg{
    display: block;
    height: 451px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/banner.png);
}
#banner a.circle{
    display: block;
    background-image: url(../images/banner-circle.png);
    position: absolute;
    width: 183px;
    height: 163px;
    left: 20px;
    top: 205px;

}
table.table {
    margin: 0 auto 20px auto;
    border: 1px solid #cccccc;
    border-collapse: collapse;
}

table.table td,
table.table th {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 5px 10px;
    text-align: center;
}

table.table th {
    background-color: #D8D8D8;
}

.info h1 {
    color: #006962;
    font-size: 36px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-bottom: 3px solid #22cbc6;
}

.h1 {
    height: 50%;
    border-bottom: 1px solid #22cbc6;
    margin: 30px 0;
}

.info h2 {
    font-size: 24px;
    color: #000;
    margin: 30px 0;
}

.info ul,
.info ol {
    padding-left: 30px;
}

a#top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    display: block;
    background-color: #006962;
    color: #fff;
    font-size: 18px;
    /*z-index: 888;*/
}

.boxtxt {
    display: inline-block;
    padding: 3px 10px;
    margin: 5px 0;
    color: #fff;
    background-color: #007d7d;
}

.redtxt {
    color: #f00;
}

.only-ms {
    display: none!important;
}

.only-ws {
    display: block!important;
    ;
}

.m-img {
    width: auto;
    max-width: auto;
}

#mclick {
    display: none;
}

@media only screen and (max-device-width: 800px) {
    .main .inner {
        width: 100%;
        height: auto;
    }
    .nav {
        background: url(../images/nav.png) #007D7D -40px 0 no-repeat;
    }
    .nav .nav-inner {
        width: 100%;
    }
    .main .inner{
        display: none;  
    }
    ul#menu {
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 56, 56, 1);
        position: fixed;
        left: 0;
        top: 0;
        margin: 72px 0 0 0;
        padding-top: 60px;
       
    }
    ul#menu li {
        float: none;
        width: 100%;
    }
    ul#menu a {
        width: 70%;
        /* border: 1px solid #007d7d;*/
        line-height: 60px;
        height: 60px;
        margin: 0 auto;
        background: #fff;
        color: #007d7d;
        font-size: 24px;
    }
    ul#menu a.active {
        background: #fff;
        color: #007d7d;
    }
    .only-ms {
        display: block!important;
        ;
    }
    .only-ws {
        display: none!important;
        ;
    }
    .m-img {
        max-width: 100%;
    }
    #banner {
        display: none;
    }
    .info {
        width: 100%;
    }
    .info-inner {
        width: 100%;
    }
    .content {
        box-sizing: border-box;
        padding: 0 10px;
    }
    a#mclick {
        display: block;
        position: fixed;
        right: 15px;
        top: 20px;
        width: 30px;
        height: 30px;
        background-image: url(../images/mclick.png);
        -webkit-background-size: cover;
        background-size: cover;
        text-indent: -9999px;
        transition: all 0.5s;
    }
    a#mclick.close {
        background-image: url(../images/mx.png);
    }
}
