.mid {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.midTitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.noneDiv {
    width: 150px;
    height: 40px;
    border-bottom: 1px solid #c3c3c3;
}

.midTitle h3 {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 40px;
    margin: 0 27px;
}

.product {
    text-align: center;
    font-size: 23px;
    color: #333;
    opacity: 0.25;
    margin-top: 21px;
}

.midCon {
    width: 1000px;
    background: #F5F5F5;
    margin: 30px auto;
}

.imgCenter {
    height: 439px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgCenter img {
    width: 439px;
    height: 439px;
}

.imgSay {
    background-color: #0F6DBB;
    height: 81px;
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loopImg {
    width: 1000px;
    margin: 0 auto;
    height: 206px;
    overflow: hidden;
    position: relative;
    background: #F5F5F5;
}

.itemLoop {
    position: absolute;
    min-width: 1000px;
    top: 0;
    left: 0;
    height: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: linear .3s;
}

.itemsSm {
    position: relative;
    width: 224px;
    height: 206px;
    border-right: 1px solid #cbcbcb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.showsTexts {
    display: none;
    margin-bottom: 0;
    width: 90%;
    text-align: center;
    background-color: #000;
    opacity: .3;
    color: #FFF;
}

.itemsSm img {
    width: 134px;
    height: 89px;
}

.left {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 78px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    z-index: 1;
    opacity: .3;
    transition: linear .5s;
}

.left:hover {
    opacity: .7;
}

.right {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 78px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    z-index: 1;
    opacity: .3;
    transition: linear .5s;
}

.right:hover {
    opacity: .7;
}

.canShu {
    width: 1000px;
    margin: 30px auto;
}

.canTitle {
    font-size: 16px;
    color: #0F6DBB;
}

.canDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.detailItem {
    width: 474px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.pageNum {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.downCan {
    width: 90px;
    line-height: 35px;
    background-color: #0F6DBB;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
}