@import "page.css";
@import "media.css";

.page-main{
    padding: 50px 0;
    background: url("../images/zerenbg1.png") center bottom no-repeat;
}
.page-main-wrapper{
     width: 94%;
     max-width: 1600px;
     margin: auto;
 }
.title-wrapper{
    text-align: center;
}
.block-title{
    font-size: 36px;
    padding-bottom: 15px;
}
.block-line{
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: auto;
}
.block-sub-title{
    padding-top: 15px;
    font-size: 16px;
    color: #999;
}

.about-num{
    /*width: 94%;*/
    /*max-width: 1600px;*/
    margin: 50px auto 0;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 2.5vw;
}
.num-item{
    border-left: 1px solid #ccc;
    flex-grow: 1;
    text-align: left;
    padding-left: 2vw;
    position: relative;
}

.num-top{
    width: 100%;
}
.num-item:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 30%;
    background: #1e1e1e;
    z-index: 1;
}
.num-bottom{
    width: 100%;
}

.num-top{
    font-family: 'Oswald', arial,sans-serif !important;
    font-size: 55px;
    color: #1e1e1e;
    line-height: 72px;
    display: inline-block;
    font-weight: 300;
}
.num-plus{
    font-size: 14px;
    font-weight: lighter!important;
    padding-left: 5px;
}

.about-cards-wrapper{
    padding-top: 50px;
}
.about-card{
    align-items: stretch;
}
.card-img{
    width: 50%;
}
.card-img img{
    width: 100%;
}
.card-text-wrapper{
    width: 50%;
    background-color: #f5f5f5;
    justify-content: flex-start;
}
.card-title{
    font-size: 24px;
    font-weight: bold;
    padding: 0 2vw;
    min-width: 51%;
}
.card-text{
    padding: 0 2vw;
    min-width: 51%;
    line-height: 1.8em;
    color: #666;
}

.show{
    padding-top: 100px;
}
.show-tabs{
    border-bottom: 1px solid #CCC;
}
.show-tab{
    padding: 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: -1px;
    cursor: pointer;
}
.show-tab.on{
    border-bottom: 1px solid #094;
    color: #094;
    font-weight: bold;
}
.show-tab:hover{
    border-bottom: 1px solid #094;
    color: #094;
}
.show-contents{
    padding: 20px 0;
}
.show-content:not(:first-child){
    display: none;
}

.exhibition{
    padding-top: 100px;
}
.exhibition-wrapper{
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: space-between;
    padding-top: 50px;
}
.exhibition-img{
    width: 24%;
}
.exhibition-img img{
    width: 100%;
}

.certification{
    padding-top: 100px;
}


.responsibility-desc{
    /*padding-top: 50px;*/
    /*max-width: 80%;*/
    margin: auto;
    line-height: 1.6em;
}
.desc-text{
    padding-left: 50px;
}
.quotation{
    font-size: 100px;
    /*font-weight: lighter;*/
    line-height: 0px;
    margin-bottom: -50px;
}

.responsibility .card-title{
    padding-bottom: 20px;
}

.img-box{
    overflow: hidden;
    /*padding-bottom: 5px;*/
    /*padding-right: 5px;*/
    /*margin-bottom: 10px;*/
    margin-right: 10px;
}
.img-box img{
    width: 100%;
}
.staff-show{
    padding-top: 100px;
}
.staff-show img{
    display: block;
}
.staff-show .flex{
    flex-wrap: nowrap;
}

.staff-show-wrapper{
    padding-top: 50px;
    align-items: stretch;
    justify-content: center;
}
.staff-show-left{
}
.staff-show-right{
    flex-direction: column;
    justify-content: space-between;
}
.right-top{
    width: 100%;
    justify-content: center;
}
