.page-tabBtn {
    position: relative;
    font-size: 0;
    background: url(../img/culture/whpp-tab-bg.png) center center no-repeat #fff;
    background-size: 100% 100%;
    width: 1210px;
    height: 358px;
    margin: 68px 0 0;
    margin-left: -5px;
    /*border-top-left-radius: 70px;*/
    border-top-right-radius: 70px;
    -webkit-box-shadow: 0 6px 20px rgba(51, 53, 57, 0.4);
    box-shadow: 0 6px 20px rgba(51, 53, 57, 0.4);
    border: 4px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-tabBtn-tit {
    font-size: 0;
    height: 100%;
}
.page-tabBtn-tit-item {
    width: 112px;
    height: 294px;
    border: 3px solid #fff;
    margin: 0 12px;
    background-color: #a90002;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.page-tabBtn-tit-item-01 {
    margin: 0;
    margin-right: 12px;
    width: 600px;
    height: 100%;
    background: url(../img/culture/whpp-tab-tit-01.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
}
.page-tabBtn-tit-item-02 {
    background: url(../img/culture/whpp-tab-tit-02-2.png) center center no-repeat;
    background-size: 100% 100%;
}
.page-tabBtn-tit-item-03 {
    background: url(../img/culture/whpp-tab-tit-03-2.png) center center no-repeat;
    background-size: 100% 100%;
}
.page-tabBtn-tit-item-04 {
    background: url(../img/culture/whpp-tab-tit-04-2.png) center center no-repeat;
    background-size: 100% 100%;
}
.page-tabBtn-tit-item-05 {
    background: url(../img/culture/whpp-tab-tit-05-2.png) center center no-repeat;
    background-size: 100% 100%;
}
.page-tabBtn-tit-item.current {
    width: 122px;
    height: 320px;
    margin: 0 6px;
    -webkit-box-shadow: 0 6px 20px rgba(51, 53, 57, 0.4);
    box-shadow: 0 6px 20px rgba(51, 53, 57, 0.4);
}
.page-tabBtn-tit-item-01.current {
    width: 600px;
    height: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
}
.page-tabBtn-content-item {
    display: none;
    padding: 18px 42px 33px;
    -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
    box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
    position: relative;
    z-index: 2;
}
.page-tabBtn-content-item:after {
    content: "";
    display: block;
    position: absolute;
    font-size: 140px;
    line-height: 1;
    font-weight: bold;
    color: rgba(232, 52, 12, 0.05);
    right: 40px;
    top: 0;
}
.page-tabBtn-content-item-01:after {
    content: "01";
}
.page-tabBtn-content-item-02:after {
    content: "02";
}
.page-tabBtn-content-item-03:after {
    content: "03";
}
.page-tabBtn-content-item-04:after {
    content: "04";
}
.page-tabBtn-content-item-05:after {
    content: "05";
}
.page-tabBtn-content-item.current {
    display: block;
}
.page-tabBtn-content-item .content-tit {
    display: inline-block;
    border-radius: 35px;
    font-size: 16px;
    color: #e2370d;
    line-height: 35px;
    background-color: #fff1ee;
    padding: 0 30px 0 50px;
    position: relative;
}
.page-tabBtn-content-item .content-tit span {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    text-align: center;
    line-height: 36px;
    left: 0;
    top: -1px;
    background-color: #e2370d;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.page-tabBtn-content-item .content-con {
    font-size: 16px;
    color: #666;
    margin-top: 25px;
    line-height: 30px;
    text-indent: 2em;
}
.page-tabBtn-content-item .content-con strong {
    color: #e2370d;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
