body {
    background: url('../../img/common/public-back-img.jpg') left 482px no-repeat,#f2f2f2;
}

.product-label {
    height: 45px;
    border-bottom: 1px solid #f3f9fe;
    line-height: 45px;
}

.product-label .product-label-text {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.product-label .product-label-text i {
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #19a0ff;
    vertical-align: middle;
}

.product-label .product-label-text label {
    margin-left: 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    vertical-align: middle;
}

.product-label .product-label-text span {
    color: #999;
    font-size: 18px;
    font-family: Arial;
    line-height: 1em;
    vertical-align: middle;
}

/* news-banner */
.news-banner {
    overflow: hidden;
    height: 360px;
    background: url('../../img/solution/solution-banner.jpg') center;
}

.news-banner .container {
    position: relative;
    overflow: hidden;
}

.news-banner  .news-banner-text {
    margin-top: 110px;
    text-align: center;
}

.news-banner  .news-banner-text h3 {
    color: #fff;
    font-size: 80px;
}

.news-banner  .news-banner-text p {
    margin-top: 20px;
    color: #fff;
    font-family: "Arial","Microsoft Yahei",sans-serif;
    font-size: 30px;
}

.news-banner  .news-banner-text a {
    display: inline-block;
    width: 147px;
    height: 45px;
    margin-top: 40px;
    background-color: #438089;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 0.5px;
    text-align: center;
}
/* solution-banner */

/* screening-conditions */
.screening-conditions {
    margin-top: 20px;
    padding: 10px 0;
    background-color: #fff;
}

.screening-conditions .screening-conditions-list {
    padding: 10px 40px; ;
    border-top: 1px solid #f3f9fe;
    font-size: 0;
}

.screening-conditions .screening-conditions-list:first-child {
    border-top: 0;
}

.screening-conditions .screening-conditions-list label {
    width: 110px;
    height: 32px;
    margin-right: 40px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    vertical-align: top;
}

@media (max-width: 1600px) {
    .screening-conditions .screening-conditions-list label {
        margin-right: 30px;
    }
}

.screening-conditions .screening-conditions-list label i {
    margin-right: 5px;
    color: #19a0ff;
    font-size: 28px;
    font-weight: normal;
    vertical-align: middle;
}

.screening-conditions .screening-conditions-list .select-all {
    vertical-align: top;
}

.screening-conditions .screening-conditions-list ul {
    display: inline-block;
    width: 1106px;
    font-size: 0;
    vertical-align: top;
}

@media (max-width: 1600px) {
    .screening-conditions .screening-conditions-list ul {
        width: 896px;
    }
}

.screening-conditions .screening-conditions-list ul li {
    display: inline-block;
}

.screening-conditions .screening-conditions-list ul li a,.screening-conditions .screening-conditions-list .select-all {
    display: inline-block;
    color: #222;
    font-size: 16px;
    padding: 7px 24px;
    border: 1px solid #fff;
}

.screening-conditions .screening-conditions-list a.active,.screening-conditions .screening-conditions-list ul li.active a {
    border: 1px solid #19a0ff;
    color: #19a0ff;
    border-radius: 30px;
}
/* screening-conditions */

/* news-content */
.news-content {
    margin-top: 20px;
    font-size: 0;
}

.news-content .news-content-left {
    display: inline-block;
    width: 1090px;
    vertical-align: top;
}

@media (max-width: 1600px) {
    .news-content .news-content-left {
        width: 870px;
    }
}

.news-content .news-content-left .news-list {
    font-size: 0;
}

.news-content .news-content-left .news-list .news-item {
    display: inline-block;
    width: 353px;
    margin-left: 15px;
    margin-bottom: 15px;
    background-color: #fff;
}

.news-content .news-content-left .news-list .news-item:nth-child(3n+1) {
    margin-left: 0;
}

@media (max-width: 1600px) {
    .news-content .news-content-left .news-list .news-item {
        width: 427px;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .news-content .news-content-left .news-list .news-item:nth-child(3n+1) {
        margin-left: 15px;
    }

    .news-content .news-content-left .news-list .news-item:nth-child(2n+1) {
        margin-left: 0;
    }
}

.news-content .news-content-left .news-list .news-item .news-item-img {
    width: 353px;
    height: 236px;
}

@media (max-width: 1600px) {
    .news-content .news-content-left .news-list .news-item .news-item-img {
        width: 427px;
        height: 286px;
    }
}

.news-content .news-content-left .news-list .news-item .news-item-img img {
    width: 100%;
    height: 100%;
}

.news-content .news-content-left .news-list .news-item .news-item-text {
    padding: 15px 15px 20px;
}

.news-content .news-content-left .news-list .news-item .news-item-text h3 {
    line-height: 1;
}

.news-content .news-content-left .news-list .news-item .news-item-text h3 a {
    display: inline-block;
    width: 100%;
    color: #222;
    font-size: 18px;
    line-height: 1.1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-content .news-content-left .news-list .news-item .news-item-text p {
    height: 48px;
    margin-top: 5px;
    color: #666;
    font-size: 16px;
    line-height: 1.5em;
    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;
}

.news-content .news-content-left .news-list .news-item .news-item-text .news-meta {
    margin-top: 10px;
    color: #999;
    font-size: 16px;
}
.news-content .news-content-left .news-list .news-item .news-item-text .news-meta time {
    color: #19a0ff;
    vertical-align: middle;
}

.news-content .news-content-left .news-list .news-item .news-item-text .news-meta .news-views {
    float: right;
    color: #666;
    font-size: 15px;
}

.news-content .news-content-left .news-list-empty {
    margin: 40px 0;
    color: #999;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.news-content .news-content-left .news-page {
    margin: 30px 0;
    text-align: center;
}

.news-content .news-content-left .news-page ul {
    font-size: 0;
}

.news-content .news-content-left .news-page ul li {
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    margin: 0 10px;
    border-radius: 2px;
    border: 2px solid #19a0ff;
    line-height: 33px;
}

.news-content .news-content-left .news-page ul li a {
    display: block;
    height: 100%;
    padding: 0 12px;
    font-weight: bold;
}

.news-content .news-content-left .news-page ul li.pre {
    background-color: #19a0ff;
}

.news-content .news-content-left .news-page ul li.pre a {
    color: #fff;
}

.news-content .news-content-left .news-page ul li.noPage {
    border: 0;
    padding: 0;
    margin: 0;
}

.news-content .news-content-left .news-page ul li.noPage:first-child,.news-content .news-content-left .news-page ul li.noPage:last-child {
    margin: 0 10px;
    border: 2px solid #999;
}

.news-content .news-content-left .news-page ul li.noPage:first-child a,.news-content .news-content-left .news-page ul li.noPage:last-child a {
    padding: 0 12px;
    color: #999;
}

.news-content .news-content-right {
    display: inline-block;
    width: 310px;
    margin-left: 20px;
    vertical-align: top;
}

.news-content .news-content-right .hot-news .product-label {
    height: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    line-height: 1em;
}

.news-content .news-content-right .hot-news .hot-news-list {
    margin-top: 15px;
    font-size: 0;
}

.news-content .news-content-right .hot-news .hot-news-list .hot-news-item {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 280px;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
}

.news-content .news-content-right .hot-news .hot-news-list .hot-news-item .hot-news-img {
    overflow: hidden;
    width: 280px;
    height: 188px;
    margin-bottom: 10px;
}

.news-content .news-content-right .hot-news .hot-news-list .hot-news-item .hot-news-img img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.news-content .news-content-right .hot-news .hot-news-list .hot-news-item > a {
    overflow: hidden;
    display: block;
    color: #222;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-content .news-content-right .hot-news .hot-news-list .hot-news-item p {
    margin-top: 8px;
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
    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;
}

.news-content .news-content-right .hot-news .hot-news-list .hot-news-item .hot-news-meta {
    margin-top: 10px;
    font-size: 15px;
}

.news-content .news-content-right .hot-news .hot-news-list .hot-news-item .hot-news-meta time {
    color: #19a0ff;
    margin-left: 5px;
    vertical-align: middle;
}

.news-content .news-content-right .hot-news .hot-news-list .hot-news-item .hot-news-meta .hot-news-views {
    float: right;
    color: #666;
}

.news-content .news-content-right .hot-product .product-label {
    border-bottom: 1px solid #ebebeb;
}

.news-content .news-content-right .hot-product .hot-product-list {
    margin-top: 15px;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    font-size: 0;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item .product-item-img {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 65px;
    vertical-align: top;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item .product-item-img img {
    width: 100%;
    height: 100%;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item .product-item-img i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #666;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item:nth-child(-n+3) .product-item-img i {
    background-color: #19a0ff;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item .product-item-text {
    display: inline-block;
    width: 173px;
    margin-top: 0;
    margin-left: 7px;
    vertical-align: top;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item .product-item-text .product-item-title {
    height: 37px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25em;
    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;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item .item-price-group {
    margin-top: 5px;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item .item-price-group .product-item-price {
    color: #ff3434;
    font-size: 19px;
    font-family: "impact","Microsoft Yahei",sans-serif;
    line-height: 1.1em;
    vertical-align: middle;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item .item-price-group  .product-item-views {
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.news-content .news-content-right .hot-product .hot-product-list .hot-product-item p {
    height: 35px;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    line-height: 1.25em;
    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;
}
/* solution-content */

/* product-guess */
.product-guess {
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #fff;
}

.product-guess .product-label .product-guess-switch {
    float: right;
    margin-right: 20px;
    color: #999;
    font-size: 16px;
}

.product-guess .product-guess-list {
    padding: 20px 20px 40px;
    font-size: 0;
}

@media (max-width: 1600px){
    .product-guess .product-guess-list {
        padding: 20px 15px 40px;
    }
}

.product-guess .product-guess-list .product-guess-item {
    display: none;
    position: relative;
    overflow: hidden;
    width: 264px;
    margin-left: 15px;
}

@media (max-width: 1600px){
    .product-guess .product-guess-list .product-guess-item {
        width: 226px;
        margin-left: 10px;
    }
}

.product-guess .product-guess-list .product-guess-item:nth-child(5n+1) {
    margin-left: 0;
}

.product-guess .product-guess-list .product-guess-item:nth-child(-n+5) {
    display: inline-block;
}

.product-guess .product-guess-list .product-guess-item .product-item-img {
    overflow: hidden;
    width: 264px;
    height: 264px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
}

@media (max-width: 1600px) {
    .product-guess .product-guess-list .product-guess-item .product-item-img {
        width: 226px;
        height: 226px;
    }
}

.product-guess .product-guess-list .product-guess-item .product-item-img img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.product-guess .product-guess-list .product-guess-item .product-item-price {
    margin-top: 8px;
    color: #ff3434;
    font-size: 22px;
}

.product-guess .product-guess-list .product-guess-item .product-item-price label {
    color: #666;
    font-size: 16px;
    line-height: 1em;
    vertical-align: middle;
}

@media (max-width: 1600px){
    .product-guess .product-guess-list .product-guess-item .product-item-price label {
        font-size: 15px;
    }
}

.product-guess .product-guess-list .product-guess-item .product-item-price b {
    font-family: "impact","Microsoft Yahei";
    font-weight: normal;
    line-height: 1em;
    vertical-align: middle;
}

@media (max-width: 1600px){
    .product-guess .product-guess-list .product-guess-item .product-item-price {
        font-size: 20px;
    }
}

.product-guess .product-guess-list .product-guess-item .product-item-title {
    display: block;
    margin-top: 8px;
    color: #000;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-guess .product-guess-list .product-guess-item > p {
    margin-top: 8px;
    color: #666;
    font-size: 14px;
    line-height: 1.25em;
    height: 35px;
    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-guess .product-guess-list .product-guess-item .product-item-tag {
    overflow: hidden;
    margin-top: 8px;
}

.product-guess .product-guess-list .product-guess-item .product-item-tag ul {
    display: inline-block;
    overflow: hidden;
    max-width: 196px;
    height: 24px;
    font-size: 0;
    vertical-align: middle;
}

@media (max-width: 1600px){
    .product-guess .product-guess-list .product-guess-item .product-item-tag ul {
        max-width: 163px;
    }
}

.product-guess .product-guess-list .product-guess-item .product-item-tag ul li {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #19a0ff;
    border-radius: 20px;
    line-height: 1em;
}

@media (max-width: 1600px){
    .product-guess .product-guess-list .product-guess-item .product-item-tag ul li {
        margin-right: 5px;
        font-size: 13px;
    }
}

.product-guess .product-guess-list .product-guess-item .product-item-tag ul li a {
    display: block;
    padding: 4px 10px;
    color: #19a0ff;
}

.product-guess .product-guess-list .product-guess-item .product-item-tag .product-item-views {
    float: right;
    color: #666;
    line-height: 24px;
}

@media (max-width: 1600px){
    .product-guess .product-guess-list .product-guess-item .product-item-tag .product-item-views {
        font-size: 13px;
    }
}
/* product-guess */

/* product-article */
.product-article {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
}

.product-article .product-label .product-article-switch {
    float: right;
    margin-right: 20px;
    color: #999;
    font-size: 16px;
}

.product-article .product-article-list {
    padding: 20px 20px 40px;
    font-size: 0;
}

@media (max-width: 1600px){
    .product-article .product-article-list {
        padding: 20px 15px 40px;
    }
}

.product-article .product-article-list .product-article-item {
    display: none;
    position: relative;
    overflow: hidden;
    width: 264px;
    margin-left: 15px;
}

@media (max-width: 1600px){
    .product-article .product-article-list .product-article-item {
        width: 226px;
        margin-left: 10px;
    }
}

.product-article .product-article-list .product-article-item:nth-child(5n+1) {
    margin-left: 0;
}

.product-article .product-article-list .product-article-item:nth-child(-n+5) {
    display: inline-block;
}

.product-article .product-article-list .product-article-item .product-article-img {
    overflow: hidden;
    width: 264px;
    height: 177px;
}

@media (max-width: 1600px) {
    .product-article .product-article-list .product-article-item .product-article-img {
        width: 226px;
        height: 151px;
    }
}

.product-article .product-article-list .product-article-item .product-article-img img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.product-article .product-article-list .product-article-item a {
    overflow: hidden;
    display: block;
    margin-top: 10px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-article .product-article-list .product-article-item p {
    height: 35px;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 1.25em;

    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-article .product-article-list .product-article-item .product-article-times {
    margin-top: 10px;
}

.product-article .product-article-list .product-article-item .product-article-times time {
    color: #19a0ff;
}

.product-article .product-article-list .product-article-item .product-article-times .product-article-views {
    float: right;
}
/* product-article */