body {
    font-family: '微軟正黑體', Arial, sans-serif;
    color: #666;
}

.wrapper {
    width: calc( 100% - 50px);
    max-width: 1136px;
    margin: 0 auto;
}

.layer {
    float: left;
    width: 100%;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

*:focus {
    outline: 0 !important;
}

#header {
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#lanList {
    float: left;
    width: 100%;
    height: 40px;
    text-align: right;
    background: #77bd4d;
}

#lanList li {
    display: inline-block;
    margin: 8px 0 8px 5px;
    line-height: 23px;
    width: 23px;
    text-align: center;
    font-size: 13px;
    border: #fff 1px solid;
    color: #fff;
}

#lanList li:hover,
#lanList li.this {
    background: #fff;
}

#lanList li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

#lanList li:hover a,
#lanList li.this a {
    color: #77bd4d;
}

#logo {
    float: left;
    width: 49px;
    margin: 15px 10px 15px 0px;
}

#mainMenu {
    float: right;
    width: calc( 100% - 59px);
    text-align: right;
    margin-top: 27px;
    padding-bottom: 5px;
    border-bottom: #6ca04c 1px solid;
}

#mainMenu li:first-child {
    float: left;
    width: auto;
    margin: 0;
    font-size: 20px;
}

#mainMenu li:first-child img {
    height: 20px;
}

#mainMenu li {
    display: inline-block;
    margin-left: 35px;
    height: 25px;
    cursor: pointer;
    font-family: "Baskerville", "Big Caslon", "Caslon", "Garamond", "Garamond Premier Pro", "Adobe Garamond Pro", "Adobe Garamond", "NSimSun", "SimSun", "STSong", "AR PL SungtiL GB", "TW-Sung", "WenQuanYi Bitmap Song", serif, "å¾®è»Ÿæ­£é»‘é«”";
    font-style: italic;
    transition: .2s;
    font-size: 18px;
}

#mainMenu li a {
    color: #333;
}

#mainMenu li:hover a,
#mainMenu li.this a {
    color: #77bd4d;
}

#mainMenu li a {
    display: block;
    width: 100%;
    height: 100%;
}

#footer {
    color: #aaa;
    background: #373838;
}

#secondMenu {
    width: 100%;
    text-align: center;
    background: #535353;
}

#secondMenu li {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    line-height: 35px;
    color: #fff;
}

#secondMenu li a {
    color: #fff;
}

#footer .wrapper {
    padding: 25px 0;
    overflow: hidden;
}

#QR {
    float: left;
    width: 65px;
    margin-right: 10px;
}

#contactList {
    /*width: 33%;*/
    float: left;
}

#contactList li {
    line-height: 22px;
    font-size: 13px;
}

#copyright {
    float: right;
    line-height: 22px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
}

#RWDMenu {
    position: fixed;
    bottom: calc( 105px - 100%);
    ;
    left: 0;
    background: #84b865;
    width: 100%;
    height: calc( 100% - 205px);
    padding: 50px 0;
    transition: .2s;
}

#RWDMenu.active {
    bottom: 0;
}

#RWDMenu li {
    width: calc( 50% - 101px/2);
    float: left;
    text-align: center;
    border-right: #fff 1px solid;
    padding: 50px 25px;
    margin-bottom: 25px;
}

#RWDMenu li:nth-child(2n) {
    border: 0;
}

#RWDMenu li a {
    display: block;
    color: #fff;
}

#openMenu {
    display: none;
    position: absolute;
    top: 57px;
    right: 17px;
    width: 30px;
    transform: rotate(0deg);
    transition: .3s;
}

#openMenu.active {
    transform: rotate(180deg);
}

#closeMenu {
    display: none;
    position: absolute;
    top: 57px;
    right: 17px;
    width: 30px;
    height: 30px;
}

#closeMenu.active {
    display: block;
}

@media screen and (max-width: 1080px) {
    #wrapper {
        padding-top: 105px;
    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999999999999;
    }
    #logo {
        width: 35px;
    }
    #mainMenu {
        width: calc( 100% - 45px);
        margin-top: 23px;
        padding-bottom: 0px;
        border: 0px;
    }
    #mainMenu li:first-child {
        display: block;
        font-size: 14px;
    }
    #mainMenu li:first-child img {
        height: 10px;
    }
    #mainMenu li {
        display: none;
    }
    #QR {
        display: none;
    }
    #contactList {
        width: 100%;
        text-align: center;
        margin-left: 0px !important;
        border-top: none !important;
        margin-bottom: 20px;
        margin-right: 0px !important;
    }
    #contactList li {
        width: 100%;
        text-align: center;
    }
    #copyright {
        width: 100%;
        text-align: center;
    }
    #openMenu {
        display: block;
    }
}