.workshop {
    width: 100%;
    min-width: 1350px;
    background: url(images/workshopbg.jpg)center top no-repeat;
    /* padding-bottom: 80px; */
}

.prod_t {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

.prod_t dl {
    line-height: 44px;
    font-size: 44px;
    color: #222;
}

.prod_t p {
    font-weight: lighter;
    color: #666;
    line-height: 44px;
}

.prod_t em {
    display: block;
}

.box:after {
    display: block;
    content: "";
    clear: both;
}

.workshop1 a {
    text-align: center;
    line-height: 45px;
    color: #333;
    display: block;
    width: 23.5%;
    float: left;
    box-sizing: border-box;

    transition: all 1s;
}

.workshop1 a:hover {
    background-color: #0070dd;
    cursor: pointer;
    color: white;
    font-size: 1.05rem;
}

.workshop1 a .pic {
    overflow: hidden;
}

.workshop1 a span {
    border-top: 1px solid #eee;
    /* font-size: 1rem; */
    /* color: #333; */
    /* background: #fff; */
    line-height: 50px;
    display: block;
}

.workshop1 a .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.box,
.content,
.w1200,
.width-1200 {
    width: 1350px;
    margin: 0 auto;
}
.jgj1{
    animation: rotate1 3s linear infinite;
}
@keyframes rotate1 {
    from {
        transform: rotateY(0turn);
    }

    to {
        transform: rotateY(1turn);
    }
}