/* banner */
.bann {
    height: 390px;
    margin-top: 77px;
    background-size: contain;
    padding-top: 160px;
}

.bann p {
    display: block;
}

.bann .bann-b {
    width: 880px;
    height: 90px;
    margin: 0 auto;
    /* background-color: #fff; */
}

.bann .bann-b .bann-b-t .p-s {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.bann .bann-b .bann-b-t div {
    color: #fff;
    margin-left: 10px;
    text-align: center;
    font-size: 18px;
}

.bann .bann-b .bann-b-t div p:nth-child(1) {
    font-weight: 900;
    font-size: 19px;

}

/* 打造新形象 */
.Build {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}

/* 主营业务 */
.Main {
    margin-top: 30px;
}

.Main ul {
    overflow: hidden;
    height: 315px;
}

.Main ul li {
    height: 315px;
    width: 32.5%;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.Main ul li:nth-child(1) {
    right: 100%;
}

.Main ul li:nth-child(2) {
    margin: 0 13px;
    top: 100%;
}

.Main ul li:nth-child(3) {
    left: 100%;
}

.Main ul li h1 {
    font-size: 18px;
    padding: 19px 0 0 22px;
}

.Main ul li span {
    margin: 0 0 0 22px;
    /* width: 80px;
    height: 22px; */
    text-align: center;
    line-height: 22px;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 4px 7px;
}

.Main ul li .hong {
    position: relative;
    top: -68px;
    right: 100%;
    background-color: #dd2727;
    height: 100%;
    width: 100%;
    right: 100%;
}

/* .Main ul li:hover .hong {
    right: 0;
} */

.Main ul li .hong p {
    margin-top: 52px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 35px;
}

/* 烈火展览优势 */
.exhibition ul {
    overflow: hidden;
    margin-top: 40px;
}

.exhibition ul li {
    width: 24.2%;
    height: 296px;
    padding: 33px 62px 0;
    text-align: center;
    margin-left: 14px;
    border: 1px solid #cccccc;



    box-sizing: border-box;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
}

.exhibition ul li:hover {
    border: 0;
    background: #FFF;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translate3d(0, -7px, 0);
    transform: ranslate3d(0, -7px, 0);
    -webkit-box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17);
    box-shadow: 0 20px 60px rgba(61, 79, 127, 0.17);
}

.exhibition ul li:nth-child(1) {
    margin: 0;
}

.exhibition ul li div {
    width: 52px;
    height: 60px;
    margin: 0 auto;
}

.exhibition ul li h1 {
    margin-top: 23px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #000;
    font-weight: 900;
}

.exhibition ul li p {
    color: #a7a7a7;
    font-size: 12px;
}

/* 烈火团队人才 */
.team ul {
    height: 475px;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 60px;
}

.team ul li {
    width: 32.7%;
    height: 475px;
    margin-left: 13px;
    background-color: #fff;
    position: relative;
}

.team ul li:nth-child(1) {
    margin: 0;
    top: 100%;
}

.team ul li:nth-child(2) {
    top: -100%;
}

.team ul li:nth-child(3) {
    top: 100%;
}

.team ul li .li-t {
    height: 315px;
    overflow: hidden;

}

.team ul li .li-b {
    padding: 30px 38px 0 49px;
}

.team ul li .li-t img {
    cursor: pointer;
    transition: all 1s;
}

.team ul li .li-t img:hover {
    transform: scale(1.4)
}

.team ul li .li-b h1 {
    font-size: 25px;
    font-weight: 900;
    color: #000;
    margin-bottom: 23px;
}

.team ul li .li-b p {
    font-size: 12px;
}

/* 烈火展览知识产权 */
.baners {
    height: 586px;
    background: url(../images/wbj.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding-top: 35px;
    margin-bottom: 63px;
    margin-top: 40px;
}

.baners .lunbo {
    height: 514px;
    width: 1200px;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, 0);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
