/* * {
  padding: 0;
  margin: 0;
} */

/* body {
  background: #f5f5f5;
} */
.company-header { width: 1200px; margin: 0 auto; position: relative; padding: 20px 18px; background: #fff; margin-bottom: 20px; overflow: hidden; }
    .company-header .img { border: 1px solid hsla(0, 0%, 80%, .4); width: 158px; height: 158px; float: left; }
        .company-header .img img { width: 100%; height: 100%; }
    .company-header .title-container { float: left; margin-left: 20px; width: 60%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .company-header .title-container h2 { font-size: 24px; line-height: 24px; font-weight: 700; color: #333; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-bottom: 20px; padding-top: 20px; }
        .company-header .title-container .brand { padding-bottom: 10px; }
            .company-header .title-container .brand .icon { font-size: 16px; color: #999; }
            .company-header .title-container .brand span { font-size: 16px; margin-right: 15px; color: #999; }
        .company-header .title-container .address { padding-bottom: 10px; }
            .company-header .title-container .address .icon { font-size: 16px; color: rgb(209, 49, 25); }
            .company-header .title-container .address span { color: #515a6e; font-size: 16px; }
        .company-header .title-container .website span { color: #1890ff; cursor: pointer; }
    .company-header .btn2 { height: 100%; position: absolute; top: 40px; right: 20px;cursor:pointer;user-select:none }
        .company-header .btn2 div span { color: #fff; }
.ivu-btn-info { background-color: #EE1c5D; border-radius: 4px; }
.ivu-btn-error { background-color: #16D1D1; border-radius: 4px; }
.main { width: 1200px; margin: 0 auto; clear: both; overflow: hidden; }
.main .section .title { position: relative; padding-left: 20px; height: 50px; line-height: 50px; border-bottom: 1px solid #f5f5f5; }
.main .section .title.hei70{height:70px;}
.section { width: 878px; border-radius: 2px; background-color: #fff; float: left; }
.main .section .title .line { display: inline-block; width: 4px; height: 16px; background-color: #d13119; position: relative; top: 2px; }
.main .section .title h3 { display: inline-block; font-size: 16px; line-height: 18px; color: #333; margin-left: 15px; font-weight: bold; }
.int-video { width: 750px; height: 500px; margin: 30px auto; }
.section-img { width: 750px; }
.int-video video { width: 100%; height: 100%; }
.section-img img { width: 100%; height: 100%; }
.pro-container { padding: 20px; }
    .pro-container .box { width: 194px; height: 202px; border-radius: 3px; background-color: #fff; position: relative; cursor: pointer; border: 1px solid #ccc; /* margin: 30px auto; */ margin-bottom: 20px;}
        .pro-container .box img { width: 100%; height: 108px; }
        .pro-container .box .s-title h3 { font-size: 14px; padding: 0 14px; color: #333; line-height: 18px; padding-top: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        .pro-container .box .s-title .title-line { font-size: 14px; padding: 0 14px; color: #333; line-height: 18px; padding-top: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-bottom: 15px; }
.certificate-container { padding: 20px; }
    .certificate-container .box { width: 120px; height: 168px; border: 1px solid #f2eded; cursor: pointer; margin-bottom: 50px; }
        .certificate-container .box img { width: 100%; height: 100%; }
.sidebar { width: 300px; float: right; }
.sidebar-QRcode { width: 300px; border-radius: 3px; -webkit-box-shadow: 0 1px 3px 0 rgb(95 99 104 / 10%); box-shadow: 0 1px 3px 0 rgb(95 99 104 / 10%); border-radius: 2px; background-color: #fff; margin-bottom: 20px; text-align: center; position: relative; }
    .sidebar-QRcode .code-one img { margin: 10px auto; width: 200px; height: 200px; }
    .sidebar-QRcode .title {
        min-height: 215px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 10px;
    }
    .sidebar-QRcode .title img {
        width: 96px;
        height: 96px;
        margin-top: 40px;
        border: 1px solid #e6e6e6;
        border-radius: 5px;
        border-radius: 50%;
        cursor: pointer;
    }
    .sidebar-QRcode .title p {
        font-size: 18px;
        color: #222;
        margin-top: 20px;
        font-weight: 600;
    }
    .sidebar-QRcode .code-one p {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        padding-bottom: 20px;
    }

    .sidebar-QRcode .join-info {
        margin-top: 20px;
        text-align: left;
        padding: 0 20px 20px;
        border-bottom: 1px solid #f5f5f5;
    }
    .sidebar-QRcode .join-info .join-theme>span{
        color: #16D1D1;
        display:inline-block;
        font-weight: 700;
        position: relative;
    }
    .sidebar-QRcode .join-info .join-theme>span>span{
        position:relative;
        z-index:2;
    }
    .sidebar-QRcode .join-info .join-theme>span::after {
        content: '';
        display: block;
        width: 100%;
        height: 6px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(178,201,220,1);
        z-index:1;
    }
    .sidebar-QRcode .join-info .join-category {
        margin-top: 10px;
        overflow: hidden;
    }
    .sidebar-QRcode .join-info .join-category .cate-title {
        color: #666;
        float: left;
        font-size: 14px;
    }
    .sidebar-QRcode .join-info .join-category .cate-wrap{
        float:left;
        width:calc(100% - 80px);
    }
    .sidebar-QRcode .join-info .cate .cate-wrap span {
        display: inline-block;
        padding: 2px 8px;
        border: 1px solid #16D1D1;
        color: #16D1D1;
        border-radius: 4px;
        margin: 0 8px 6px 0;
        font-size: 14px;
    }
        .sidebar-QRcode .join-info .addr .cate-wrap span {
            padding: 2px 8px;
            border-radius: 4px;
            margin: 0 10px 6px 0;
            background-color: #16D1D1;
            color: #333;
            font-size: 14px;
            display:inline-block;
            line-height:1.6;
        }
    .certificate-container .box p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        color: #515a6e;
        margin-top: 15px;
    }

.comp-detail{padding:20px;}
.comp-detail p{line-height:2em;font-size: 16px;margin-bottom: 20px;}
.comp-swiper-wrap .swiper-wrapper .swiper-slide {
    height: auto !important;
}
.comp-swiper-wrap .swiper-wrapper .swiper-slide img{width:100%;height:auto;}