* {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    display: block;
}

img[src=""] {
    background-color: lightgrey;
}

a {
    color: #000;
    text-decoration: none;
}

.wrapper {
    width: 1400px;
    height: 1820px;
    margin: 0 auto;
    position: relative;
    background: url("../images/20200311_01.png") no-repeat;
}

.icons {
    position: absolute;
    top: 1090px;
    left: 200px;
    text-align: center;
}

.icons li {
    padding: 0 55px;
    display: inline-block;
}

.icons img {
    margin: 0 auto 30px;
    transition: all .5s;
}

.icons a {
    font-size: 24px;
    color: #333d52;
    font-weight: bold;
}

.icons a:hover img {
    transform: scale(1.2);
}

.gallery {
    width: 1000px;
    overflow: hidden;
    position: absolute;
    left: 200px;
    bottom: 80px;
}

.picScroll-left {
    width: 1050px;
    overflow: hidden;
}

.gallery .bd li {
    width: 300px;
    margin-right: 50px;
}

.gallery img {
    width: 290px;
    height: 180px;
    border: 5px solid #fff;
}

.gallery .title {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}

.gallery .title a {
    color: #2b2a2a;
}
