.pattern-box {
    padding: 60px 0;
    box-sizing: border-box;
}

.pattern-head h2 {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 38px;
    color: #353535;
    z-index: 50;
}

.pattern-wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.pattern-list {
    position: relative;
    width: 100%;
    height: 400px;
}

.pattern-wrap .pattern-list .pattern-item {
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 50%;
    width: 264px;
    height: 360px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 12px 36px 0px rgba(3, 74, 115, 0.3);
    overflow: hidden;
}

.pattern-wrap .pattern-list .item-1 {
    margin-left: -132px;
    z-index: 50;
}

.pattern-wrap .pattern-list .item-2 {
    margin-left: -363.8px;
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    transform: translateX(220px);
    width: 237.6px;
    height: 324px;
    top: 60px;
    z-index: 40;
}

.pattern-wrap .pattern-list .item-3 {
    margin-left: 126.2px;
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    transform: translateX(-220px);
    width: 237.6px;
    height: 324px;
    top: 60px;
    z-index: 40;
}

.pattern-wrap .pattern-list .item-4 {
    margin-left: -568.92px;
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    transform: translateX(280px);
    width: 213.84px;
    height: 291.6px;
    top: 75px;
    z-index: 30;
}

.pattern-wrap .pattern-list .item-5 {
    margin-left: 355.08px;
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    transform: translateX(-280px);
    width: 213.84px;
    height: 291.6px;
    top: 75px;
    z-index: 30;
}

.show .pattern-list .pattern-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    transition: all .9s;
}

.pattern-item-title {
    width: 100%;
    height: 240px;
    padding-top: 30px;
    margin-bottom: 25px;
    border-radius: 8px 8px 0 0;
    background-color: #ff6d01;
    background-image: -moz-linear-gradient(180deg, #ff6800 0%, #ff8925 53%, #ffbf60 100%);
    background-image: -webkit-linear-gradient(180deg, #ff6800 0%, #ff8925 53%, #ffbf60 100%);
    background-image: -ms-linear-gradient(180deg, #ff6800 0%, #ff8925 53%, #ffbf60 100%);
    background-image: linear-gradient(180deg, #ff6800 0%, #ff8925 53%, #ffbf60 100%);
}

.pattern-item-title img {
    vertical-align: top;
    display: inline-block;
    background-color: transparent;
}

.pattern-item-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.pattern-item .fuwumore {
    font-size: 12px;
    color: #cccccc;
}

.pattern-item .fuwumore:hover {
    color: #ff6800;
    transition: all 0.3s;
    cursor: pointer;
}

.pattern-item .pattern-item-title p {
    color: #eeeeee;
    font-size: 12px;
}

.pattern-item p {
    color: #353535;
    font-size: 14px;
    padding: 0 10px 10px;
}

.item-2 .pattern-item-title {
    padding-top: 27px;
    height: 216px;
}

.item-3 .pattern-item-title {
    padding-top: 27px;
    height: 216px;
}

.item-4 .pattern-item-title {
    padding-top: 24.3px;
    height: 194.4px;
}

.item-5 .pattern-item-title {
    padding-top: 24.3px;
    height: 194.4px;
}

.morecon1, .morecon2, .morecon3, .morecon4, .morecon5 {
    width: 100%;
    height: 350px;
    background: #ffffff;
    margin-top: 25px;
    transition: all 0.7s;
}

.morecon1, .morecon2, .morecon3, .morecon4, .morecon5 p {
    padding: 10px 5px;
    text-align: left;
}

.morecon5 p {
    padding: 10px;
}

.morecon1 img {
    margin-right: 10px;
}

.morecon2 img {
    margin-right: 10px;
}

.morecon3 img {
    margin-right: 10px;
}

.morecon4 img {
    margin-right: 10px;
}

.morecon5 img {
    margin-right: 10px;
}

.item-1:hover .morecon4 {
    position: absolute;
    transform: translateY(-175px);
    transition: all 0.7s;
}

.item-2:hover .morecon5 {
    position: absolute;
    transform: translateY(-190px);
    transition: all 0.7s;
}

.item-3:hover .morecon3 {
    position: absolute;
    transform: translateY(-195px);
    transition: all 0.7s;
}

.item-4:hover .morecon1 {
    position: absolute;
    transform: translateY(-200px);
    transition: all 0.7s;
}

.item-5:hover .morecon2 {
    position: absolute;
    transform: translateY(-250px);
    transition: all 0.7s;
}

.pattern-box {
    display: none;
}

@media screen and (min-width: 1025px) {
 .pattern-box {
     display: block;
 }
}