﻿
html, body {
    height: 100%;
    margin: 0px;
    position: relative;
}

::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

body {
    background: url(download.jpg) no-repeat 0px 0px;
    background-size: contain;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
}
.v-space{
    height:15px;
    clear:both;
}
.placeholder {
    height: 70px;
}

header {
    width: 100%;
    font-size: 20px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    border-bottom: 1px solid #dcdcdc;
    z-index: 10;
}

    header .header {
        width: 1200px;
        margin: 0 auto;
    }

        header .header .f_left {
            padding-left: 30px;
            float: left;
        }

        header .header .f_right {
            height: 50px;
            padding-right: 10px;
            float: right;
            text-align: right;
            font-family: 'Microsoft YaHei';
        }

            header .header .f_right ul {
                float: left;
                color: #3E3E3E;
            }

            header .header .f_right .menu {
                width: 900px;
                height: 50px;
                /*设置元素水平居中*/
                margin: 10px auto 0;
                /*去除内联元素间隙*/
                font-size: 0;
                /*去掉ul自带的.格式*/
                list-style: none;
                padding: 0;
            }

                header .header .f_right .menu li {
                    /*将元素转换为行内块元素*/
                    display: inline-block;
                    font-size: 24px;
                    font-family: '楷体';
                    /*将边框合并*/
                    margin-right: -1px;
                    padding: 18px 15px;
                    text-align: center;
                }

                header .header .f_right .menu a {
                    /*font-family: "Microsoft YaHei UI";*/
                    color: #2D2D2D;
                    /*去掉a元素的下划线*/
                    text-decoration: none;
                }

                header .header .f_right .menu li .selectMenu {
                    color: #0094FF !important;
                }
                /*鼠标位于元素位置时改变元素样式*/

                header .header .f_right .menu li:hover {
                    color: #0094FF;
                }

                header .header .f_right .menu a:hover {
                    color: orange;
                }

.foot {
    color: white;
    background-color: #0094FF;
}

    .foot div {
        display: block;
    }

    .foot .foot_ys {
        width: 1200px;
        margin: 0 auto;
        padding: 40px 0 80px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

        .foot .foot_ys > div {
            float: left;
            height: 40px;
            line-height: 40px;
            padding-left: 75px;
            background: url(../images/icons/foot-01.png) no-repeat left center;
            background-size: 40px 40px;
            font-size: 16px;
            /*color: rgba(255, 255, 255, .5);*/
            margin-left: 115px;
        }

.foot_ys > div:first-child {
    margin-left: 0;
}

    .foot_ys > div:first-child + div {
        background: url(../images/icons/foot-02.png) no-repeat left center;
        background-size: 40px 40px;
    }

        .foot_ys > div:first-child + div + div {
            background: url(../images/icons/foot-03.png) no-repeat left center;
            background-size: 40px 40px;
        }

            .foot_ys > div:first-child + div + div + div {
                background: url(../images/icons/foot-04.png) no-repeat left center;
                background-size: 40px 40px;
            }

.auto,
.mr0 {
    margin: 0 auto;
}

.clear,
.cl {
    zoom: 1;
}

.footer {
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    /*position: fixed;
    bottom: 0;
    left: 0;
    right: 0;*/
    background-color: #fcfcfc;
    color: white;
    background-color: #0094FF;
    border-top: 1px solid #dcdcdc;
}

    .footer a {
        color: #efefef;
        text-decoration: none;
    }

        .footer a:hover {
            color: #dcdcdc;
        }
