.positionNav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #EAEAEA;
}

.products {
    width: 100%;
    padding-bottom: 200px;
    overflow: hidden;
    background-color: #F5F5F5;
}

.products-box {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.company {
    position: relative;
    width: 24%;
    height: 170px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}

.company-name {
    margin: auto;
    font-size: 19px;
    height: 76px;
    width: 75%;
    line-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.company-message {
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 70%;
    line-height: 30px;
}

.company-message>div {
    height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.company-message>div:nth-child(1) {
    border-bottom: 1px solid #ccc;
}
.company-message-box {
    display: none;
    position: absolute;
    bottom: -170px;
    width: 88.5%;
    line-height: 20px;
    text-align: left;
    font-size: 16px;
    border-radius: 5px;
    padding: 20px 20px;
    white-space: normal;
    word-break: break-all;
    background-color: #fff;
}

.message-box-text {
    display: flex;
    flex-direction: column;
}


.products-corporation {
    width: 69%;
    padding: 40px;
    background-color: #FFF;
}

.products-corporation-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products-corporation-text span {
    position: relative;
    font-size: 22px;
    font-weight: 200;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #999;
    text-transform: uppercase;
}

.products-corporation-text span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #e56639;
}

.products-corporation-text a {
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.products-corporation-text a:hover {
    background-color: #EAEAEA;
}

h1 {
    font-size: 29px;
    font-weight: 600;
    margin-top: 30px;
}

.products-corporation-content {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.corporation-content-item ul {
    display: flex;
    flex-wrap: wrap;
}

.content-commodity {
    display: flex;
    width: 30%;
    margin-top: 25px;
    margin-left: 2%;
    flex-direction: column;
    align-items: center;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
}

.content-commodity:hover {
    transition: 0.3s;
    -webkit-box-shadow: #ccc 5px 5px 5px;
    -moz-box-shadow: #ccc 5px 5px 5px;
    box-shadow: #ccc 0px 5px 5px;
}

.commodity-img {
    width: 189px;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.7s;
}

.commodity-img:hover {
    transform: scale(1.1);
}

.commodity-introduce {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
    width: 189px;
    margin-top: 20px;
    font-size: 16px;
}
/* .commodity-introduce a {
           line-height: 20px;
       } */

.commodity-introduce-but {
    width: 90%;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.commodity-introduce-but a {
    display: inline-block;
    width: 100px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.choice-nav-itemize-hear {
    margin-top: -50px !important;
}

.nav-itemize-box {
    margin-top: -2.6px !important;
}
.subscript{
    font-size:13px;
    line-height:32px;
    background:#e5d41c;
    position:absolute;
    right:0;
    top:0;
    z-Index:2;
    padding:0 2em;
    -webkit-transform-origin:left bottom;
    -moz-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:translate(29.29%,-100%) rotate(45deg);
    -moz-transform:translate(29.29%,-100%) rotate(45deg);
    transform:translate(29.29%,-100%) rotate(45deg);
    text-indent:0;
}
.subscriptSuc{
    font-size:13px;
    line-height:32px;
    background:#aae348;
    position:absolute;
    right:0;
    top:0;
    z-Index:2;
    padding:0 2em;
    -webkit-transform-origin:left bottom;
    -moz-transform-origin:left bottom;
    transform-origin:left bottom;
    -webkit-transform:translate(29.29%,-100%) rotate(45deg);
    -moz-transform:translate(29.29%,-100%) rotate(45deg);
    transform:translate(29.29%,-100%) rotate(45deg);
    text-indent:0;
}