.subscribe2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 0px 0px 50px 0;
    padding: 0px 0px;
    border: none;
    column-gap: 20px;
}

.subscribe2-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #333;
}

.subscribe2-l>.input-subscribe2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.subscribe2-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.subscribe2-r>.button-subscribe2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #333;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-family: helvetica-w01-roman, sans-serif;
}



/*--------自适应--------*/



.tabbox-tab {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 60px 0;
    padding: 0px 0px;
    background: #fff;
}

.tabbox-tab-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabbox-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 3px #c7c7c7;
    background: #fff;
}

.tabbox-nav-item-on {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16.666%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 30px;
    cursor: pointer;
    position: relative;
}

.tabbox-nav-item-on::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0px;
    background-color: #333;
    height: 3px;
}


.tabbox-nav-item-on>.label-text {
    font-family: "helvetica-w01-bold", Sans-serif;
    ;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.tabbox-nav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16.666%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 30px;
    cursor: pointer;
}

.tabbox-nav-item>.label-text {
    font-family: "helvetica-w01-bold", Sans-serif;
    ;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.tabbox-tab-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.tabbox-tab-content-on {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
}


.tabbox-tab-content {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: center;
}

/*--------自适应--------*/




.downloadbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 980px;
    height: auto;
    min-height: 30px;
    margin: 10px auto;
    padding: 0px 0px;
    column-gap: 20px;
}

.downloadbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 25px 0;
    padding: 10px 0px;
    border-bottom: solid 1px #333;
}

.downloadbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downloadbox-l>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    font-family: helvetica-w01-bold,sans-serif;
}

.downloadbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downloadbox-r>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #333;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-family: helvetica-w01-roman,sans-serif;
    letter-spacing: 1px;
}

.downloadbox-r>.link1:hover {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    border: solid 1px #333;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    font-family: helvetica-w01-roman,sans-serif;
    letter-spacing: 1px;
}

/*--------自适应--------*/

.caselistbox{ 
    box-sizing: border-box ; 
    margin: 0 auto ; 
    padding: 0 0 0 0 ; 
    width: 100% ; 
    height: auto ; 
    text-align: left ; 
    row-gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.case-desc{ 
    box-sizing: border-box ; 
    margin: 0 auto ; 
    padding: 0 0 0 0 ; 
    width: 100% ; 
    height: 80px ; 
    text-align: left ;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden; 
    font-family: helvetica-w01-roman,sans-serif;
}

.casedetail{ 
    box-sizing: border-box ; 
    margin: 0 auto ; 
    padding: 0 0 0 0 ; 
    width: 100% ; 
    height: auto ;  
    line-height: 1.6;
    font-size: 18px;
    font-family: helvetica-w01-roman,sans-serif;
    color: #333;
}
.casedetail img{
    width: 100% !important;
    height: auto;
}

.casedetail .wp-video {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}