*{
    margin: 0;
    padding: 0;
    font-family: 黑体
}
a{
    text-decoration: none;
    font-family: 黑体;
}
ul li{
    list-style: none;
}
/*.scroll {                                   !*宽度*!
    height:200px;                                    !*字体*!
    padding-left: 10px;                             !*层内左边距*!
    padding-right: 10px;                            !*层内右边距*!
    padding-top: 10px;                              !*层内上边距*!
    padding-bottom: 10px;                           !*层内下边距*!
    !* overflow-x: scroll;     *!                        !*横向滚动条(scroll:始终出现;auto:必要时出现;具体参考CSS文档)*!
    overflow-y: scroll;                             !*竖向滚动条*!
    scrollbar-face-color: #D4D4D4;                  !*滚动条滑块颜色*!
    scrollbar-hightlight-color: #ffffff;                !*滚动条3D界面的亮边颜色*!
    scrollbar-shadow-color: #919192;                    !*滚动条3D界面的暗边颜色*!
    scrollbar-3dlight-color: #ffffff;               !*滚动条亮边框颜色*!
    scrollbar-arrow-color: #919192;                 !*箭头颜色*!
    scrollbar-track-color: #ffffff;                 !*滚动条底色*!
    scrollbar-darkshadow-color: #ffffff;                !*滚动条暗边框颜色*!
}*/
#demo{
    overflow:hidden;
    height:300px;
    position:relative;
}
#demo1{
    height:auto;
    text-align:left;
}
#demo2{
    height:auto;
    text-align:left;
}
#demo1 li{
    list-style-type:none;
    height:22px;
    text-align:center;
}
#demo2 li{
    list-style-type:none;
    height:22px;
    text-align:center;
}
select option{
    color: #333;
}
.menu li{
    float: left;
    color: #333;
    width: 30%;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 5px;
}
.menu2 li{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #333;
}
.header-left{

}
.menu a{
    color: #333;
    font-size: 1.4rem;
}
.nav-header{
    position: fixed;
    top: 0;
    z-index: 9999;
}
@media (min-width:768px){
    div.banner{
        float: right;
    }
    div#banner{
        display: block;
    }
    ul.body-left{
        display: inline-block;
        text-align: center;
        font-size: 1.7rem;
        font-weight: bold;
        position: relative;
        left: 15px;
        top: 15px;
    }
}
.body-left{
    display: inline-block;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    left: 0px;
    top: 0px;
}
.weiquan{
    position: fixed;
    z-index: 1;
}
a.gywm{
    color: #fff;
    width: 70px;
    display: inline-block;
    border-right: 1px solid #fff;

}
#banner{
    display: none;
}
