/* public-header */
.public-header.header-white {
    position: relative;
}
/* public-header */

/* product-top */
.product-top {
    padding: 40px 0 50px;
    background-color: #fff;
}

.product-top .product-top-left {
    display: inline-block;
    font-size: 0;
}

.product-top .product-img-small {
    display: inline-block;
    width: 88px;
    height: 380px;
    overflow: hidden;
}

.product-top .product-img-small .product-img-prev,.product-top .product-img-small .product-img-next {
    width: 56px;
    height: 30px;
    margin: 0 auto;
}

.product-top .product-img-small .product-img-prev {
    cursor: pointer;
    background: url('../../img/product/icon-img-small-prev.png') no-repeat;
}

.product-top .product-img-small .product-img-prev:hover {
    background-image: url('../../img/product/icon-img-small-prev-active.png');
}

.product-top .product-img-small .product-img-next {
    cursor: pointer;
    background: url('../../img/product/icon-img-small-next.png') no-repeat;
}

.product-top .product-img-small .product-img-next:hover {
    background-image: url('../../img/product/icon-img-small-next-active.png');
}

.product-top .product-img-small .product-img-small-group {
    height: 298px;
    overflow: hidden;
    margin: 11px auto;
}

.product-top .product-img-small .product-img-small-group ul {
    position: relative;
    top: 0;
    font-size: 0;
}

.product-top .product-img-small .product-img-small-group ul li {
    box-sizing: border-box;
    display: inline-block;
    width: 88px;
    height: 67px;
    border: 1px solid #ececec;
    margin-top: 10px;
    cursor: pointer;
}

.product-top .product-img-small .product-img-small-group ul li:first-child {
    margin-top: 0;
}

.product-top .product-img-small .product-img-small-group ul li.active {
    border: 1px solid #999;
}

.product-top .product-img-small .product-img-small-group ul li:hover {
    border: 1px solid #999;
}

.product-top .product-img-small .product-img-small-group ul li img {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.5;
}

.product-top .product-img-small .product-img-small-group ul li.active img {
    opacity: 1;
}

.product-top .product-img-main {
    display: inline-block;
    width: 500px;
    height: 380px;
    margin-left: 20px;
    border: 1px solid #f0f0f0;
}

.product-top .product-img-main .img-main-item {
    display: none;
}

.product-top .product-img-main .img-main-item.active {
    display: block;
}

.product-top .product-img-main .img-main-item img {
    max-width: 100%;
    max-height: 100%;
}

.product-top .product-top-right {
    display: inline-block;
    vertical-align: top;
    width: 780px;
    margin-left: 40px;
}

.product-top .product-top-right h2 {
    font-size: 30px;
    margin-top: 40px;
    background-image: linear-gradient(to right, #0856c9, #a00da2);
    -webkit-background-clip: text;
    color: transparent;
    background: none\0;
    color: #5730b5\0;
}

.product-top .product-top-right .product-abstract {
    box-sizing: border-box;
    width: 780px;
    padding: 20px;
    margin-top: 20px;
    /*background: url('../../img/product/product-abstract-back.jpg') no-repeat;*/
    background-color: #f0f0f0;
}

.product-top .product-top-right .product-abstract p {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
}

.product-top .product-top-right .product-price {
    margin-top: 30px;
}

.product-top .product-top-right .product-price label {
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.product-top .product-top-right .product-price b {
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    color: #ec3e3e;
}

.product-top .product-top-right .product-link-group {
    margin-top: 30px;
}

.product-top .product-top-right .product-link-group a {
    box-sizing: border-box;
    display: inline-block;
    width: 150px;
    height: 45px;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}

.product-top .product-top-right .product-link-group i {
    margin-right: 2px;
    font-size: 18px;
}

.product-top .product-top-right .product-link-group a.product-btn-qq {
    background-color: #0856c9;
    color: #fff;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
}

.product-top .product-top-right .product-link-group a.product-btn-qq:hover {
    background-color: #1263dc;
}

.product-top .product-top-right .product-link-group a.product-btn-qq:active {
    background-color: #0645a2;
}

.product-top .product-top-right .product-link-group a.product-btn-weixin {
    border:2px solid #0856c9;
    line-height: 43px;
    color: #0856c9;
}

.product-top .product-top-right .product-link-group a.product-btn-weixin:hover {
    border-color: #1263dc;
    color: #1263dc;
}

.product-top .product-top-right .product-link-group a.product-btn-weixin:active {
    border-color: #0645a2;
    color: #0645a2;
}


.product-top .product-top-right .product-link-group p {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.product-top .product-top-right .product-link-group p span {
    font-weight: bold;
    color: #0856c9;
}

@media (max-width: 1600px) {
    .product-top .product-img-small {
        width: 75px;
        height: 342px;
    }

    .product-top .product-img-small .product-img-small-group {
        height: 260px;
    }

    .product-top .product-img-small .product-img-small-group ul li {
        width: 75px;
        height: 57px;
    }

    .product-top .product-img-main {
        width: 450px;
        height: 342px;
        margin-left: 10px;
    }

    .product-top .product-top-right {
        width: 630px;
        margin-left: 20px;
    }

    .product-top .product-top-right h2 {
        font-size: 28px;
    }

    .product-top .product-top-right .product-abstract {
        width: 630px;
    }
}
/* product-top */

/* product-menu-bar */
.product-menu-bar {
    border-bottom: 2px solid #0856c9;
    box-shadow: 0 5px 5px #d5d5d5;
}

.product-menu-bar .product-top-nav {
    font-size: 0;
}

.product-menu-bar .product-top-nav li {
    display: inline-block;
}

.product-menu-bar .product-top-nav li:hover {
    background: #e6f0ff;
    border-top: 2px solid #e6f0ff;
}

.product-menu-bar .product-top-nav li.active {
    background-color: #0856c9;
    border-top: 2px solid #e0890f;
}

.product-menu-bar .product-top-nav li a {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    color: #0856c9;
}

.product-menu-bar .product-top-nav li.active a {
    color: #fff;
}
/* product-menu-bar */

/* product-content */
.product-content {
    padding: 20px 0 30px;
    background-color: #f0f0f0;
}

.product-content .product-content-item {
    display: none;
}

.product-content .product-content-item.active {
    display: block;
}

.product-content .product-content-item .product-content-body {
    display: inline-block;
    box-sizing: border-box;
    width: 1050px;
    padding: 30px;
    background-color: #fff;
    overflow: hidden;
}

.product-content .product-content-item .product-content-body * {
    max-width: 100%;
}

.product-content .product-content-item .product-content-link {
    float: right;
    width: 360px;
    margin-left: 30px;
    padding-bottom: 20px;
    background-color: #fff;
}

.product-content .product-content-item .product-content-link .product-content-title {
    border-bottom: 1px solid #f0f0f0;
}

.product-content .product-content-item .product-content-link .product-content-title h4 {
    border-left: 4px solid #0856c9;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 24px;
    line-height: 24px;
    color: #222;
}

.product-content .product-content-item .product-content-link .content-link-item {
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-content .product-content-item .product-content-link .content-link-item h5 {
    line-height: 20px;
    font-size: 20px;
    color: #222;
}

.product-content .product-content-item .product-content-link .content-link-item p {
    margin-top: 15px;
    line-height: 18px;
    font-size: 18px;
    color: #666;
}

.product-content .product-content-item .product-content-link .content-link-item .link-btn-qq,.product-content .product-content-item .product-content-link .content-link-item .link-btn-weixin {
    box-sizing: border-box;
    display: inline-block;
    width: 110px;
    height: 35px;
    vertical-align: middle;
    margin-top: 20px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
}

.product-content .product-content-item .product-content-link .content-link-item .link-btn-qq {
    background-color: #0856c9;
    color: #fff;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
}

.product-content .product-content-item .product-content-link .content-link-item .link-btn-qq:hover {
    background-color: #1263dc;
}

.product-content .product-content-item .product-content-link .content-link-item .link-btn-qq:active {
    background-color: #0645a2;
}

.product-content .product-content-item .product-content-link .content-link-item .link-btn-weixin {
    line-height: 33px;
    margin-left: 20px;
    border: 2px solid #0856c9;
    color: #0856c9;
}

.product-content .product-content-item .product-content-link .content-link-item .link-btn-weixin:hover {
    border-color: #1263dc;
    color: #1263dc;
}

.product-content .product-content-item .product-content-link .content-link-item .link-btn-weixin:active {
    border-color: #0645a2;
    color: #0645a2;
}

.product-content .product-content-item .product-relevant-group {
    width: 100%;
    padding: 0;
    background-color: transparent;
    font-size: 0;
}

.product-content .product-content-item .product-relevant-group .product-item {
    display: inline-block;
    width: 345px;
    height: 430px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #ececec;
    transition: box-shadow 0.3s;
}

.product-content .product-content-item .product-relevant-group .product-item:hover {
    transition: box-shadow 0.3s;
    box-shadow: 0 0 10px #d5d5d5;
}

.product-content .product-content-item .product-relevant-group .product-item:nth-child(4n+1) {
    margin-left: 0;
}

.product-content .product-content-item .product-relevant-group .product-item .product-img {
    height: 230px;
}

.product-content .product-content-item .product-relevant-group .product-item .product-img img {
    max-width: 100%;
}

.product-content .product-content-item .product-relevant-group .product-item .product-price {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 14px;
}

.product-content .product-content-item .product-relevant-group .product-item .product-price span {
    font-size: 18px;
    color: #ec3e3e;
}

.product-content .product-content-item .product-relevant-group .product-item h3 {
    margin-top: 10px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-content .product-content-item .product-relevant-group .product-item p {
    height: 40px;
    margin-top: 10px;
    padding:  0 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
}

.product-content .product-content-item .product-relevant-group .product-item .product-item-btn a {
    display: block;
    width: 180px;
    height: 40px;
    margin: 12px auto 0;
    border: 2px solid #0856c9;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 4px;
    color: #0856c9;
}

.product-content .product-content-item .product-relevant-group .product-item .product-item-btn i {
    transition: margin-left 0.3s;
    margin-left: 5px;
}

.product-content .product-content-item .product-relevant-group .product-item:hover .product-item-btn i {
    transition: margin-left 0.3s;
    margin-left: 10px;
}

@media (max-width: 1600px) {
    .product-content .product-content-item .product-content-body {
        width: 880px;
        padding: 20px;
    }

    .product-content .product-content-item .product-content-link {
        width: 300px;
        margin-left: 20px;
    }

    .product-content .product-content-item .product-content-link .product-content-title h4 {
        padding-left: 16px;
    }

    .product-content .product-content-item .product-content-link .content-link-item {
        margin-left: 20px;
    }

    .product-content .product-content-item .product-relevant-group {
        width: 100%;
        padding: 0;
        font-size: 0;
    }

    .product-content .product-content-item .product-relevant-group .product-item {
        width: 288px;
        height: 390px;
        margin-left: 16px;
    }

    .product-content .product-content-item .product-relevant-group .product-item .product-img {
        height: 193px;
    }
}
/* product-content */
