.switch-list {
    margin-top: 42px;
}

.switch-list ul {
    height: 62px;
    overflow: hidden;
    background-color: #f8f9fc;
}

.switch-list ul li {
    float: left;
    width: 232px;
    margin-top: 19px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    border-right: 1px solid #d3d3d3;
}

.switch-list ul li:last-child {
    border: none;
}

.switch-list ul .on {
    color: #9d1515;
}

.switch-list ul .on img {
    display: block !important;
}

.switch-list ul li img {
    position: relative;
    top: 19px;
    display: none;
}

.picFocus {
    margin-top: 40px;
}

.pic-des p {
    width: 93px;
    height: 2px;
    background-color: #9d1515;
}

.pic-des {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 70px;
}

.pic-des div {
    font-size: 26px;
    font-weight: 600;
    margin: 0 15px;
}

.tempWrap ul li a img {
    display: block;
    width: 934px;
    height: 623px;
}

.hd ul li a img {
    width: 156px;
    height: 104px;
}
.hd ul li a div{
    padding-top: 1px;
}
.hd ul .on a div {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 166px;
    height: 114px;
    background: #fff;
    /* border: 1px solid #e7e7e7; */
    -webkit-box-shadow: 2px 2px 2px #e7e7e7, 2px -2px 2px #e7e7e7, -2px 2px 2px #e7e7e7, -2px -2px 2px #e7e7e7;
    -moz-box-shadow: 2px 2px 2px #e7e7e7, 2px -2px 2px #e7e7e7, -2px 2px 2px #e7e7e7, -2px -2px 2px #e7e7e7;
    box-shadow: 2px 2px 2px #e7e7e7, 2px -2px 2px #e7e7e7, -2px 2px 2px #e7e7e7, -2px -2px 2px #e7e7e7;
    /*兼容ie，加上这句*/
    box-shadow: 2px 2px 2px #e7e7e7, 2px -2px 2px #e7e7e7, -2px 2px 2px #e7e7e7, -2px -2px 2px #e7e7e7;
}

.hd {
    position: relative;
    margin-bottom: 56px;
    padding-left: 60px;
}

.hd ul {
    /* display: flex;
    justify-content: space-between; */
    padding-left: 36px;
    padding-right: 42px;
}

.hd ul li {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 166px;
    height: 114px;
}

.hd ul li a img {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
}

.sPrev, .sNext {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 30px;
    top: 40px;
}

.sPrev {
    background: url(./xmxl_left.png) no-repeat;
    left: 5px;
}

.sNext {
    right: 0;
    background: url(./xmxl_right.png) no-repeat;
}

.sPrevBd, .sNextBd {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 58px;
    z-index: 100;
}

.sPrevBd {
    background: url(./aleft.png) no-repeat;
    top: 300px;
}

.bd {
    position: relative;
}

.sNextBd {
    background: url(./aright.png) no-repeat;
    top: 300px;
    right: 0;
}