/* 
* @Author: wzl
* @Date:   2019-08-201 11:37:13
* @Last Modified by:   wzl
*/
@charset "utf-8";
.exhibition-container {
    padding-bottom: 50px; 
}
.exhibition-content .desc {
    margin-top: 20px;
    border-left: 6px solid #a44638;
    padding: 10px 20px; 
    line-height: 24px;
    font-size: 18px;
}

.part1-title {
    margin-top: 20px;
    font-size: 26px;
    line-height: 40px;
}

.part1-title .spot {
    width: 10px;
    height: 10px;
    background-color: #ff6900;
    display: block;
    float: left;
    border-radius: 50%;
    margin: 16px 20px 0 0;
}

.current-problem {
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 0;
    clear: both;
    color: #fff;
}

.current-problem .content {
    margin: 0 10px;
    padding: 20px 0;
    display: inline-block;
    display: inline;
    zoom: 1;
    width: 400px;
    height: 160px;
}

.current-problem .left {
    background: url(https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/problem1_bg.jpg);
    background-size: 100% 100%;
}

.current-problem .right {
    background: url(https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/problem2_bg.jpg);
    background-size: 100% 100%;
}

.current-problem .content .p1 {
    font-size: 18px;
    line-height: 40px;
}

.current-problem .content .p2 {
    border-bottom: 2px solid #fff;
    width: 90px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.current-problem .content .p3 {
    font-size: 14px;
    line-height: 30px;
}

.solve-problem {
    width: 80%;
    height: 400px;
    margin: 20px auto 0 auto;
    border: 2px dashed #030000;
    padding: 0 20px;
}

.solve-problem .design {
    width: 80%;
    height: 100%;
}

.solve-problem .effect {
    width: 80%;
    height: 100%;
    float: right;
}

.solve-problem .solve-problem-desc {
    width: 6%;
    height: 90%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
}

.solve-problem .solve-problem-detail {
    width: 92%;
    height: 90%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #030000;
}

.solve-problem .top {
    width: 200px;
    height: 40px;
    margin: 10px auto;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.solve-problem .text-desc {
    padding: 10px 20px;
    color: #030000;
    font-size: 18px;
    line-height: 28px;
}

.part2-content {
    width: 1080px;
    height: 328px;
    margin: 20px auto;
}

.part2-content .part2-content-small {
    width: 25%;
    height: 50%;
    float: left;
}

.part2-content .part2-content-small .part2-content-small-top {
    margin-top: 10px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 13px;
}

.part2-content .part2-content-small .part2-content-small-top .icon-container {
    width: 28px;
    height: 28px;
    float: left;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.part2-content .part2-content-small .part2-content-small-top .title-container {
    float: left;
    margin-left: 10px;
}

.part2-content .part2-content-small .part2-content-small-split {
    width: 60px;
    border-bottom: 4px solid #b1493a;
    margin: 10px 0 0 0;
}

.part2-content .part2-content-small .part2-content-small-p {
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
}

.case-show-box {
    margin-top: 20px;
    height: 400px;
}

.case-show-box .case-swiper-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.case-show-box .swiper-slide {
    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;
    transition: 300ms;
    transform: scale(0.8);
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}

.case-show-box .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(0.95);
}

.case-show-box .swiper-slide .slid-mask {
    height: 140px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}

.case-show-box .swiper-slide .slid-mask .slid-title {
    padding: 10px 0 10px 20px;
    font-size: 18px;
}

.case-show-box .swiper-slide .slid-mask .slid-split {
    width: 50px;
    border-bottom: 4px solid #b1493a;
    margin-left: 20px;
}
.case-show-box .swiper-slide .slid-mask .slid-desc {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
}

.vr-card-box {
    height: 240px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.vr-card-box .vr-card {
    width: 85%;
    height: 100%;  
}

.vr-card-box .vr-card .vr-card-text {
    color: #fff;
    display: table;
}

.vr-card-box .vr-card .vr-card-text .text {
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.vr-card-box .vr-card .vr-card-text .en-text {
    font-size: 16px;
}

.honeycomb-container {
    width: 100%;
    height: 600px;
    position: relative;
}

.my-hexagon-container {
    width: 300px;
    height: 260px;
    position: absolute;
}

.my-hexagon1 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.my-hexagon2 {
    left: 18%;
    top: 2%;
}

.my-hexagon3 {
    top: 2%;
    right: 18%;
}

.my-hexagon4 {
    bottom: 2%;
    left: 18%;
}

.my-hexagon5 {
    bottom: 2%;
    right: 18%;
}

.hexagon-text {
    position: absolute;
    height: 40px;
    width: 210px;
}

.hexagon-text .hexagon-text-left {
    float: left;
    width: 15%;
    height: 100%;
    font-size: 36px;
}

.hexagon-text .hexagon-text-right {
    float: right;
    width: 84%;
    height: 100%;
    font-size: 18px;
}

.hexagon-text .hexagon-text-right span {
    font-size: 12px;
}

.hexagon-text-position1 {
    left: -220px;
    top: 50%;
    transform: translate(0, -50%);
}

.hexagon-text-position2 {
    right: -220px;
    top: 50%;
    transform: translate(0, -50%);
}

/** 六边形蜂窝 */
.hexagon {
    width: 150px;
    height: 259.8px;
    position: absolute;
    left: 75px;
}

.hexagon__item {
    width: 100%;
    height: 100%;
    background: blue;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
}

.hexagon__item_left {
    transform: rotate(-60deg);
}

.hexagon__item_right {
    transform: rotate(60deg);
}

.hexagon__item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 300px;
    visibility: visible;
}

.hexagon__item_left:before {
    transform: rotate(60deg) translateY(-50%);
}

.hexagon__item_right:before {
    transform: rotate(-60deg) translateX(-75%);
}

.hexagon__item_center:before {
    transform: translateX(-25%);
}

.my-hexagon1 .hexagon__item:before {
    background: url(https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/xiaohuoche.jpg) no-repeat center;
    background-size: cover;
    transform-origin: 0 0;
}

.my-hexagon2 .hexagon__item:before {
    background: url(https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/huanying.jpg) no-repeat center;
    background-size: cover;
    transform-origin: 0 0;
}

.my-hexagon3 .hexagon__item:before {
    background: url(https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/pifa.jpg) no-repeat center;
    background-size: cover;
    transform-origin: 0 0;
}

.my-hexagon4 .hexagon__item:before {
    background: url(https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/yingyuan.jpg) no-repeat center;
    background-size: cover;
    transform-origin: 0 0;
}

.my-hexagon5 .hexagon__item:before {
    background: url(https://wanzai-1306339220.cos.ap-shanghai.myqcloud.com/ChuangHai/image/exhibition/shipin.jpg) no-repeat center;
    background-size: cover;
    transform-origin: 0 0;
}

.items-show-container {
    height: 340px;
}

.items-show-container .items-swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.items-show-container .items-swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 240px;
    position: relative;
}

.items-swiper-slide .items-swiper-slide-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
}