#container {
    width: 1200px;
}
#welcome{
    font-size: 50px;
    text-align:center;
    color: #ffdd00;
    margin-left: 50px;
}
table {
    height: 400px;
    text-align: center;
    margin-left: 170px;
}
table td {
    width: 26%;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    height: 235px;
    overflow: hidden;
}
td div img,
img {
    transition: all 0.5s;
}

td img {
    width: 248px;
    height: 180px;
}

td p {
    width: 248px;
    font-size: 14px;
    color: #111111;
    text-align: left;
    font-family: "微软雅黑";
    margin-top: 5px;
    text-align: center;
}

td div img:hover,
img:hover {
    overflow: hidden;
    transform: scale(1.2, 1.2);
    transition: all 0.5s;
}

td div {
    overflow: hidden;
    display: block;
}
.move {
    width: 100%;
    height: 700px;
    margin-top: 10px;
}

.move:hover table td img {
    animation: mymoving 0.5s;
}
#f3 img{
    transition: all 0.5s;
}
#f3 img:hover {
    overflow: hidden;
    transform: scale(1.2, 1.2);
    transition: all 0.5s;
}
#footer {
    background: #ffffff;
    width: 900px;
    height: 380px;
    margin-top: 40px;
    margin-left: 170px;
}

#f1,
#f2,
#f3 {
    margin: 30px 10px;
    float: left;
    width: 250px;
    height: 280px;
    color: #000000;
    padding: 15px;
    line-height: 2.5em;
}
#f3 {
    text-align: center;
}

#f3 img {
    width: 160px;
    height: 160px;
    margin: 20px auto;
    display: block;
}

#f1 h2,
#f2 h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    font-size: 18px;
}

#f1 h3,
#f2 h3 {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 16px;
}
#botinfo {
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;
    margin-top: -10px;
}