﻿* {
    padding: 0px;
    margin: 0px;
}

#all {
    width: 1366px;
    /*height: 1188px;*/
    border: solid 1px white;
    margin: auto;
    margin-top: 0;
    background-image: url("imageindex.jpg");
    background-repeat:no-repeat;
    /*filter: alpha(opacity=85); 设置背景图片透明度
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;*/
}
#english{
    background-color:#0094ff;
}

#d2 {
    width: 996px;
    height: 67px;
    border: none;
    margin: 0 auto;
    margin-top: 168px;
    background-color: #deeff7;
    line-height: 65px;
    font-size: 23px;
}

    #d2 a { /* 水平导航a链接标签*/
        color: #061570;
        text-decoration: none;
    }

        #d2 a:hover {
            color: #08a632;
            cursor: pointer;
        }

    #d2 ul {
        list-style-type: none;
    }

    #d2 li {
        display: inline;
        margin-left: 18px;
        font-size: 19px;
        font-family: STSong;
    }




    #footer {
    width: 100%;
    height: 70px;
    /*background-size: cover;*/
}

#footup {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background-color: #F3F4F6;
}

#footdown {
    width: 100%;
    height: 20px;
    background-color: white;
}

#ftab {
    margin: auto;
    text-align: center;
    line-height: 50px;
}

    #ftab a {
        text-decoration: none;
    }

        #ftab a:hover {
            text-decoration: underline;
            color: red;
        }