.pro1 {
    background: #f5f5f5;
    padding: 0 0 80px;
}

.pro1 h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.pro1 h2 a {
    display: block;
;}

.pro1 h2 b {
    width: 400px;
    height: 48px;
    display: block;
    text-align: center;
    padding-top: 6px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.pro1 h2 b img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.pro1 h2 span {
    color: #666;
}

.pro1 h2 em {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}

.pro1 h2 em i {
    color: #D0D0D0;
    font-weight: lighter;
    margin: 0 2px;
}

.pro1 .tit {
    margin-top: 25px;
}

.pro1 .tit li {
    float: left;
    width: 142px;
    margin-right: 69px;
}

.pro1 .tit li:last-child {
    margin-right: 0;
}

.pro1 .tit li em {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    display: block;
}

.pro1 .tit li em img {
    width: 135px;
    height: 135px;
    transition: all ease-in-out 1s;
}

.pro1 .tit li.active em img {
    transform: rotateY(180deg);
}

.pro1 .tit li span {
    display: block;
    text-align: center;
    height: 35px;
    width: 142px;
    font-size: 18px;
    color: #fff;
    background: url(../images/pz_titbg.png);
    line-height: 34px;
    margin-top: 26px;
}

.pro1 .tit li.cur em,.pro1 .tit li:hover em {
    border: 2px solid #D82633
}

.pro1 .tit li.cur span,.pro1 .tit li:hover span {
    background: url(../images/pz_titbgh.png);
}

.pro1 .con {
    margin-top: 68px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.pro1 .con dt {
    width: 600px;
    height: 450px;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.pro1 .con dt img {
    width: 600px;
    height: 450px;
}

.pro1 .con dd {
    float: left;
    width: 560px;
    height: 219px;
    background: #fff;
    margin-left: -37px;
    margin-top: 32px;
    padding-left: 50px;
    padding-right: 27px;
    padding-top: 33px;
}

.pro1 .con dd span {
    font-size: 12px;
    color: #D6D6D6;
    display: block;
}

.pro1 .con dd b {
    font-size: 20px;
    font-weight: normal;
    display: block;
    width: 31px;
    white-space: nowrap;
    border-bottom: 2px solid #CA1624;
    padding-bottom: 3px;
    margin-bottom: 28px;
}

.pro1 .con dd p {
    width: 560px;
    line-height: 30px;
    color: #7D7D7D;
    font-size: 16px;
    height: 85px;
    overflow: hidden;
}

.pro1 .con dd a.more {
    font-size: 14px;
    color: #7D7D7D;
    text-decoration: underline;
}

.pro1 .con dd a.more img {
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    margin-left: 6px;
}

.pro1 .con dd a.more:hover {
    color: #CA1624;
}

.pro1 .con dd a.more:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.pro1 .con em.picc {
    position: absolute;
    width: 383px;
    height: 166px;
    display: block;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.pro1 .con .qh {
    width: 189px;
    height: 75px;
    background: #fff;
    position: absolute;
    right: 195px;
    bottom: 0;
}

.pro1 .con .qh i {
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    padding-top: 30px;
    height: 45px;
    cursor: pointer;
}

.pro1 .con .qh i.prev:after {
    content: "";
    display: block;
    float: right;
    width: 1px;
    height: 27px;
    background: #F0F0F0;
    margin-top: -5px;
}

.pro1 .con2 {
    margin-top: 70px;
}

.pro1 .con2 dl {
    float: left;
    width: 385px;
    margin-right: 21px;
    margin-bottom: 24px;
}

.pro1 .con2 dl:nth-child(3n) {
    margin-right: 0;
}

.pro1 .con2 dt {
    width: 385px;
    height: 385px;
    line-height: 0;
    overflow: hidden;
}

.pro1 .con2 dt img {
    width: 385px;
    height: 385px;
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
}

.pro1 .con2 dt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro1 .con2 dd {
    height: 74px;
    background: #fff;
    padding-left: 17px;
    padding-top: 20px;
    position: relative;
}

.pro1 .con2 dd b {
    display: block;
    font-size: 18px;
    color: #2C2C2C;
    font-weight: normal;
}

.pro1 .con2 dd span {
    display: block;
    font-size: 16px;
    color: #8B8B8B;
    overflow: hidden;
    width: 320px;
    height: 25px;
}

.pro1 .con2 dd a.more {
    position: absolute;
    width: 52px;
    height: 55px;
    display: block;
    right: 12px;
    bottom: 18px;
    background: url(../images/pz_more2.png) no-repeat center;
    transition: all .2s linear;
}

.pro1 .con2 dl:hover {
    box-shadow: 0 3px 27px 2px rgba(0,0,0,0.05), 0 0px 27px rgba(0,0,0,0.05);
}

.pro1 .con2 dl:hover dd b a {
    color: #ca1624;
}

.pro1 .con2 dl:hover dd a.more {
    background: url(../images/pz_more2h.png);
    bottom: 65px;
}


.procate-cont {
    /*padding: 80px 0;*/
    overflow: hidden;
    display: none;
}

.procate-cont.show {
    display: block;
}

.procate-cont .wrapper {
    position: relative;
}

.procate-cont .wrapper li {
    width: 4.06rem;
    float: left;
    margin: 0 .2rem;
}

.procate-cont .wrapper li img {
    display: block;
    width: 100%;
}

.prolist {
    overflow: hidden;
}

.arr1 {
    width: 44px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    top: 120px;
    left: -55px;
}

.arr2 {
    width: 44px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    top: 120px;
    right: -55px;
}
.wrapper{width: 13.4rem;margin:0 auto;}