/**************************************** 公司介绍 ****************************************/
#enterprise {
    width: 100%;
    margin: 0 auto;
    min-height: 500px;
    border-radius: 10px;
}

#enterprise-info {
    min-height: 330px;
    position: relative;
}

#enterprise-info #enterprise-info-box {
    margin: 0 auto;
    display: flex;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

#enterprise-info #enterprise-info-content {
    width: 50%;
    padding-right: 15px;
    margin-top: 0;
}

#enterprise-info p, #business-scope p {
    font-size: 20px;
    text-indent: 2em;
    text-align: left;
    margin-bottom: 8px;
}

#enterprise-info #enterprise-img {
    width: 50%;
}

/**************************************** 专利证书 ****************************************/
#patent {
    margin-top: 16px;
    padding-bottom: 56px;
    border-radius: 10px;
}

#patent #patent-box {
    height: auto;
    padding: 56px 0 0;
}

#patent #patent-box .patent-row {
    display: flex;
    margin-bottom: 66px;
}

#patent .title .more {
    color: #FFFFFF;
    border: 1px #FFFFFF solid;
}

#patent-box .patent-info {
    /*width: 440px;*/
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 0 10px;
}

.patent-image {
    width: 50%;
}

.patent-image img {
    width: 100%;
}

.patent-message {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: left;
    width: 44%;
    height: 100%;
    font-size: 18px;
}

.patent-more {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 36px;
    padding: 3px 12px;
    cursor: pointer;
    background-color: rgba(58, 118, 143, 0.1);
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 30px;
}

.swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    box-sizing: border-box;
}

.swiper-slide img {
    width: 300px;
}

/**************************************** 发展历程 ****************************************/
#history {
    width: 100%;
    background-color: #eef3fa;
    min-height: 500px;
    position: relative;
}

.history-info {
    position: relative;
}

#history .u-expanded-width {

}

#history .u-repeater {

}

#history .u-container-align-left {
    width: 25%;
    padding: 10px 13px 8px;
}

#history .u-custom-font {
    font-size: 24px;
    font-weight: 800;
}

#history .u-palette-1-base {
    width: 30px;
    height: 30px;
    margin: 30px 0 20px 0;
    color: #ffffff;
    background-color: #4d6eaa;
    border-radius: 15px;
    z-index: 99;
}

#history .u-shape-1, #history .u-shape-2, #history .u-shape-3, #history .u-shape-4 {
    margin: 30px auto 20px;
}

#history .u-text-grey-50 {
    font-size: 1.234rem;
    margin: 30px 0 0;
}

/**************************************** 核心团队 ****************************************/
#team {
    width: 100%;
    min-height: 500px;
    position: relative;
}

#team .u-repeater {
    display: flex;
}

#team .u-align-center {
    width: 33%;
}

#team .u-image {
    height: 200px;
    width: 136px;
    background-position: 50% 0;
    background-size: cover;
    margin: 0 auto;
    border-radius: 50% !important;
    padding: 6px;
}

#team .u-text {
    margin-top: 10px;
}


/**************************************** 合作伙伴 ****************************************/
#partners {
    width: 100%;
    background-color: #eef3fa;
    min-height: 300px;
    position: relative;
    padding-bottom: 20px;
}

#partners .partners-info {
    display: flex;
    padding-left: 16px;
    text-align: left;
}

/********************************* 蒙版 *********************************/
.mask-box {
    position: fixed;
    float: left;
    z-index: 999;
    background-color: rgba(176, 174, 174, 0.8);
    width: 100%;
    height: 100vh;
    top: 0;
    display: none;
}

#close-btn {
    width: 50px;
    height: 50px;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    right: 50px;
    top: 50px;
    background-color: #00a200;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

#big-img-box {
    width: 550px;
    margin: 60px auto 40px;
    height: auto;
}

#big-img {
    width: 100%;
}