* {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.colordiv ul {
    width: 1200px;
    margin-top: 55px;
}

.colordiv ul li {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 25px;
    position: relative;
}

.colordiv ul li div {
    width: 316px;
    height: 103px;
    position: absolute;
    top: 100px;
    left: 0px;
    text-align: center;
    display: none;
}

.colordiv ul li:hover div {
    display: block;
}

.colordiv ul li div h3 {
    color: #fff;
    font-size: 20px;
}

.colordiv ul li div p {
    color: #fff;
    font-size: 20px;
}

.colordiv h3 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 25px;
    margin-top: 60px;
}

.colordiv p {
    font-weight: 400;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    margin-left: 25px;
    text-indent: 1em;
}


/* div:nth-child(1) {
    background: #EEEEEE;
    top: 0px;
}

div:nth-child(2) {
    background: #00EEEE;
    top: 500px;
}

div:nth-child(3) {
    background: #EE00EE;
    top: 1000px;
}

div:nth-child(4) {
    background: #EEEE00;
    top: 1500px;
}

div:nth-child(5) {
    background: #E00EEE;
    top: 2000px;
}

div:nth-child(6) {
    background: #EE000E;
    top: 2500px;
} */

#louti {
    height: 65px;
    background: #EEFAFF;
    z-index: 100;
}

#louti div {
    margin-right: 60px;
}

#louti1 {
    margin-left: 20px;
}

#louti {
    font-weight: 400;
    line-height: 20px;
    color: #333;
    font-size: 20px;
}

.fixDiv {
    position: fixed;
    top: 0;
    width: 1200px;
}

.fixColor {
    color: #E66443;
}

#louti div {
    display: inline-block;
}

span {
    display: none;
}