/* 轮播图 */
.hero {
    position: relative;
}

.hero .board {
    width: 100%;
    height: 10.8rem;
    position: absolute;
    top: 0;
    left: 0;
    display: table
}

.hero .board .board-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.hero .board h2 {
    font: 0.8rem/1.12rem "Microsoft YaHei", PingFangSC-Heavy, Arial, Helvetica;
    color: #fff;
    text-align: center;
}

.hero .board h3 {
    font: 0.36rem/0.48rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #fff;
    text-align: center;
    margin-top: 0.04rem;
}

.hero .board .btna {
    color: #fff;
    border-color: #fff;
    margin: 0.4rem auto 0;
}

.hero .board .btna:hover {
    color: #fff;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    font-size: 0.2rem;
    line-height: 0.48rem;
    text-align: center;
    background-color: #fff;
    background-image: none;
    opacity: 0.2;
}

.hero .swiper-button-prev:hover,
.hero .swiper-button-next:hover {
    background-color: #fff;
    opacity: 1;
}

.hero .swiper-button-prev i,
.hero .swiper-button-next i {
    color: #333;
}

.hero .swiper-button-prev:hover i,
.hero .swiper-button-next:hover i {
    color: #D80715;
}

.hero-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 100%;
    background: #B13139;
    margin: 0 0.12rem;
    cursor: pointer;
}

.hero-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

/* 关于泰璞 */
.about {
    padding: 1.2rem;
    background-color: #fff;
    display: flex;
}

.about .container-fluid {
    display: flex;
}

.about .about-left {
    width: 3.6rem;
}

.about .about-left > h1 {
    font: 0.48rem/0.6rem "Microsoft YaHei", PingFangSC-Heavy, Arial, Helvetica;
    color: #000;
    margin-bottom: 0.24rem;
}

.about .about-left > p {
    font: 0.2rem/0.32rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #666;
}

.about .about-left > p:first-of-type {
    font-weight:  bold;
    margin-bottom: 0.32rem;
}

.about .about-left > a {
    margin-top: 0.4rem;
}

.about .about-right {
    width: 7.8rem;
    padding-top: 0.4rem;
    margin-left: 0.6rem;
    position: relative;
}

.about .about-right .video-box {
    width: 5.92rem;
    height: 3.33rem;
    position: absolute;
    left: 0;
    top: 0.4rem;
}

.about .about-right .video-box > .icon-play {
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 1.48rem;
    bottom: 0.4rem;
}

.about .about-right .video-box > .imgbox {
    width: 100%;
    height: 100%;    
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.about .about-right .video-box > .imgcurtain {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.about .about-right .video-box > p {
    position: absolute;
    font: 0.24rem/0.36rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    left: 0.4rem;
    bottom: 0.4rem;
    color: #fff;
    cursor: default;
}

.about .about-right .video-box:hover > .imgbox > img {
    transition: all  1s;
    -moz-transition: all  1s;
    -webkit-transition: all  1s;        
    transform: scale(1.1);
}

.about .about-right .video-box:hover > p,
.about .about-right .video-box:hover > .icon-play {
    opacity: 0.8;
}

.about .about-right .video-list {
    padding: 0.24rem 0 0.3rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0.16rem;
}

.about .about-right .video-list .vert-container {
    width: 1.8rem;
    height: 3.33rem;
    overflow: hidden;
}

.about .about-right .video-list .vert-wrapper {
    position: relative;
}

.about .about-right .video-list .vert-slide {
    width: 1.8rem;
    height: 0.88rem;
    margin-bottom: 0.08rem;
    border: 0.01rem solid #e1e1e1;
    position: relative;
    cursor: pointer;
}

.about .about-right .video-list .vert-slide > .imgbox {
    display: none;
}

.about .about-right .video-list .vert-slide > p {
    font: 0.2rem/0.32rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #333;
    position: absolute;
    bottom: 0.12rem;
    left: 0.12rem;
}

.about .about-right .video-list .vert-slide:hover {
    border-color: #333;  
}

.about .about-right .video-list .vert-slide.active {
    font-family: "Microsoft YaHei", PingFangSC-Bold;    
    border-color: #D80715;
}

.about .vert-button-prev,
.about .vert-button-next {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;    
    font-size: 0.2rem;
    line-height: 0.48rem;
    text-align: center;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
    position: absolute;
}

.about .vert-button-prev i,
.about .vert-button-next i {
    color: #D80715;
}

.about .vert-button-prev {
    transform: rotate(90deg);
    box-shadow: 4px 0px 8px 0 rgba(0,0,0,0.20);
    top: 0rem;
    left: 0.66rem;
}

.about .vert-button-prev.vert-button-disabled,
.about .vert-button-next.vert-button-disabled {
    display: none;
}

.about .vert-button-next {
    transform: rotate(90deg);
    box-shadow: 4px 0px 8px 0 rgba(0,0,0,0.20);
    bottom: 4px;
    left: 0.66rem;
}

.about .about-right .vert-curtain-top {
    width: 100%;
    height: 0.6rem;
    position: absolute;
    right: 0;
    top: 0.24rem;
    pointer-events:none;
    background: linear-gradient(180deg, #FFFFFF 1%, rgba(255,255,255,0) 100%);
}

.about .about-right .vert-curtain-bottom {
    width: 100%;
    height: 0.6rem;
    position: absolute;
    right: 0;
    bottom: 0.3rem;
    pointer-events:none;
    background: linear-gradient(0, rgba(255,255,255,0) 1%, #FFFFFF 100%);
}

.about .about-right .video-list.vlen .vert-slide > p {
    font: 0.18rem/0.24rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
}

.about .about-right .video-box.vben > .icon-play {
    left: 1.98rem;
}

/* 泰璞优选 */
.best {
    padding: 1.95rem 7.2rem 1.95rem 3.6rem;
    background: url(../images/taipu/best-bg.png);
    background-size: cover;
}

.best .container-fluid > h1 {
    font: 0.48rem/0.6rem "Microsoft YaHei", PingFangSC-Heavy, Arial, Helvetica;
    margin-bottom: 0.24rem;
    color: #D80715;
}

.best .container-fluid > p {
    font: 0.2rem/0.32rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #666;
}

.best .container-fluid > a {
    margin-top: 0.4rem;
}

/* 泰璞优选 */
.best {
    padding: 1.2rem 5.4rem 1.2rem 1.2rem;
    background: url(../images/taipu/best-bg.png);
    background-size: cover;
}

.best .container-fluid > h1 {
    font: 0.48rem/0.6rem "Microsoft YaHei", PingFangSC-Heavy, Arial, Helvetica;
    margin-bottom: 0.24rem;
    color: #D80715;
}

.best .container-fluid > p {
    font: 0.2rem/0.32rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #666;
}

.best .container-fluid > a {
    margin-top: 0.4rem;
}

/* 泰璞资讯 */
.news {
    padding: 1.2rem;
    background-color: #fff;
    position: relative;
}

.news .container-fluid > a {
    width: 1.6rem;
    height: 0.48rem;
    position: absolute;
    top: 1.26rem;
    right: 1.2rem;
}

.news .container-fluid > a > p {
    height: 100%;
    padding: 0.14rem 0;
    font: 0.16rem/1 "Microsoft YaHei", PingFang-SC-Bold, Arial, Helvetica;
    -webkit-backface-visibility: hidden;
}

.news .container-fluid > a > i {
    position: absolute;
    top: 0;
    font: 0.16rem/0.44rem "Microsoft YaHei", PingFang-SC-Bold, Arial, Helvetica;
    opacity: 0;
}

.news .container-fluid > a:hover > p {
    transform: translateX(-0.1rem);
}

.news .container-fluid > a:hover > i {
    right: 0.2rem;
    opacity: 1;
}

.news .container-fluid > h1,
.culture .container-fluid > h1,
.brand .container-fluid > h1 {
    font: 0.48rem/0.6rem "Microsoft YaHei", PingFangSC-Heavy, Arial, Helvetica;
    color: #000;
}

.news .news-list,
.culture .culture-list {
    margin-top: 0.4rem;
    width: 12rem;
}

.news .news-list > li,
.culture .culture-list > li {
    width: 3.6rem;
    height: 4.2rem;
    float: left;
    margin-right: 0.6rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
}

.news .news-list > li:nth-of-type(3n),
.culture .culture-list > li:nth-of-type(3n) {
    margin-right: 0;
}

.news .news-list > li > a > .imgbox {
    height: 2.7rem;
    overflow: hidden;
}

.news .news-list > li > a > .board {
    padding: 0.24rem 0.2rem;
}

.news .news-list > li > a > .board > h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font: 0.24rem/0.36rem "Microsoft YaHei", PingFangSC-Heavy, Arial, Helvetica;
    color: #333;
    margin-bottom: 0.1rem;
}

.news .news-list > li > a > .board > h3 {
    font: 0.14rem/0.2rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #999;
}

.news .news-list > li > a > .board > p {
    font: 0.2rem/0.32rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #666;
    opacity: 0;
}

.news .news-list > li > a > .board > .btna {
    width: 1.2rem;
    height: 0.36rem;
    border: 0.01rem solid #D80715;
    /* font: 0.12rem/0.34rem "Microsoft YaHei", PingFang-SC-Bold, Arial, Helvetica; */
    position: absolute;
    bottom: 0.24rem;
    left: 0.2rem;
    display: none;
}

.news .news-list > li > a > .board > .btna > p {
    height: 0.34rem;
    padding: 0.11rem 0;
    font: 0.12rem/1 "Microsoft YaHei",PingFang-SC-Bold, Arial, Helvetica;
}

.news .news-list > li > a > .board > .btna > i {
    font: 0.12rem/0.36rem "Microsoft YaHei", PingFang-SC-Bold, Arial, Helvetica;
    right: 0.16rem;
}


.news .news-list > li > a > .board > .btna:hover > p {
    transform: translateX(-0.1rem);
}

.news .news-list > li > a > .board {
    height: 4.2rem;
    background-color: #fff;
}

.news .news-list > li:hover > a > .board {
    transition: all  1s;
    -moz-transition: all  1s;
    -webkit-transition: all  1s;
    transform: translateY(-2.7rem);
}

.news .news-list > li:hover > a > .board > h3 {
    display: none;
}

.news .news-list > li:hover > a > .board > p {
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .news-list > li:hover > a > .board > .btna {
    display: block;
}

/* 企业文化 */
.culture {
    min-height: 8.4rem;
    padding: 1.2rem;
    background-color: #ededed;
    position: relative;
}

.culture .container-fluid > h1 {
    color: #D80715;
}

.culture .culture-list > li {
    height: auto;
    box-shadow: none;
    text-align: center;
}

.culture .culture-list > li > .cul-padding {
    padding: 0.4rem 0.8rem;
}

.culture .culture-list > li > h2 {
    font: 0.48rem/0.6rem "Microsoft YaHei", PingFangSC-Heavy, Arial, Helvetica;
    margin-top: 0.24rem;
}

.culture .culture-list > li > p {
    font: 0.2rem/0.32rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #666;
    margin-top: 0.08rem;
    padding: 0 0.4rem;
}

.culture .container-fluid > canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 合作品牌 */
.brand {
    padding: 1.2rem 0.9rem;
    background-color: #fff;
}

.brand .container-fluid {
    padding: 0 0.3rem;
}

.brand .container-fluid > h1 {
    margin-bottom: 0.24rem;
}

.brand .container-fluid > p {
    font: 0.2rem/0.32rem "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica;
    color: #666;
    margin-bottom: 0.4rem;
}

.brand .container-fluid > .brand-box {
    width: 12rem;
    position: relative;
}

.brand .container-fluid > .brand-box .swiper-slide {
    width: 3rem;
}

.brand .swiper-button-prev,
.brand .swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0px rgba(0,0,0,0.2);
    font-size: 0.2rem;
    line-height: 0.6rem;
    text-align: center;
    background-color: #fff;
    background-image: none;
}

.brand .swiper-button-prev {
    left: -0.3rem;
}

.brand .swiper-button-next {
    right: -0.3rem;
}

.brand .swiper-button-prev:hover,
.brand .swiper-button-next:hover {
    background-color: #fff;
    opacity: 1;
}

.brand .swiper-button-prev i,
.brand .swiper-button-next i {
    color: #D80715;
}