.product-nav {
    width: 100%;
    height: 83px;
    background-color: #f2f2f4;
}

/*.product-nav #text {*/
/*display: none;*/
/*}*/

.product-nav > ul {
    margin: 0 240px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.product-nav > ul > li {
    float: left;
    line-height: 83px;
}

.product-nav > ul > li > a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #707070;
    text-decoration: none;
}

.product-nav > ul > li:not(:last-child):after {
    content: '>';
    font-size: 14px;
    margin: 0 5px;
}

.product-detail-left {
    float: left;
    margin: 40px 0;

    margin-right: 111px;
}

.product-slides {

    position: relative;
    padding-left: 50px;
}

.product-slides .product-detail-icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}

.product-slides .arrow-left {
    left: 0;
}

.product-slides .arrow-right {
    right: -50px;
}

.product-slides-body {
    width: 600px;
    height: 600px;
    overflow: hidden;
}

.product-slides-body > ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
}

.product-slides-body > ul > li {
    display: inline-block;
    width: 600px;
    height: 600px;
    position: relative;
}

.product-slides-body > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;

}


.product-detail-right {
    float: left;
    width: 655px;
    height: 600px;
}

.product-detail-right > h3 {
    margin: 0;
    margin-top: 114px;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 36px;
    border-bottom: 1px solid #ddd;
}

.product-detail-right > p {
    margin: 36px 0;
    font-size: 16px;
    color: #666;
}

.product-detail-right .product-description {
    font-size: 16px;
    color: #666666;
}

.product-detail-right .product-description > span {
    vertical-align: top;
}

.product-detail-right .product-description > span:last-child {
    display: inline-block;
    max-width: 85%;
    max-height: 100px;
    overflow-y: auto;
}

.online-consultation {
    margin-top: 120px;
    overflow: hidden;
}

.online-consultation > a {
    float: left;
    line-height: 50px;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    width: 200px;
    margin-right: 40px;
    text-decoration: none;
    font-size: 18px;
}

.online-consultation > p {
    float: left;
    line-height: 50px;
    text-align: center;
    color: #53240a;
    margin: 0;
}

.online-consultation > p >span{
    font-size: 26px;
    vertical-align: middle;
    margin-left: 5px;
}

.call-num i{
    display: inline-block;
    background-size: 100%;
    width: 31px;
    height: 31px;
    background-image: url(../images/call.png);
    vertical-align: middle;
}
