﻿.product-list {
    padding: 5% 0;
    overflow: hidden;
    background-color: #f5f6f7;
}

.product-list-item a:hover .title-1 {
    color: #e60012;
}

.product-list-item a .title-1 {
    color: #000;
}

.product-content {
    width: 76%;
    margin: auto;
}

.product-list-top {
    position: relative;
}

.product-list-top-title {
    position: absolute;
    left: 0;
    top: 0;
}

    .product-list-top-title .title-1 {
        font-size: 22px;
        line-height: 22px;
    }

    .product-list-top-title .title-2 {
        position: relative;
        padding: 10px 0 2px 0;
        overflow: hidden;
        display: inline-block;
    }

        .product-list-top-title .title-2 strong {
            font-size: 40px;
            line-height: 40px;
            margin: 0;
            padding: 0;
            position: relative;
            font-weight: 900;
            display: inline-block;
            z-index: 11;
        }

        .product-list-top-title .title-2::after {
            content: '';
            width: 100%;
            height: 7px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #e60012;
            z-index: 1;
        }

.product-list-top-nav {
    text-align: right;
    padding-top: 3%;
    overflow: hidden;
}

    .product-list-top-nav a {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        padding: 5px 25px;
        box-sizing: border-box;
        border: 1px solid transparent;
        color: #000;
    }

        .product-list-top-nav a.cur, .product-list-top-nav a:hover {
            border: 1px solid #e60012;
            border-radius: 50px;
            color: #e60012;
        }
.product-list-bottom {
    padding: 5% 0 3% 0;
}
.content{ max-width:100%;}
.cooperative li > p{ text-align:left; width:96%;}

.cooperative li > .title {
    font-weight:bold;
}
.cooperative li > .intro {
    line-height: 22px;
    font-size: 14px;
}
.div-news-detail {
    /*margin-top: 80px;*/
    padding: 5% 0 0 0;
    background: #f7f8fa;
}

.news-detail-top {
    width: 60%;
    margin: auto;
    position: relative;
}

    .news-detail-top .title-2 {
        font-weight: bold;
        padding-bottom: 2%;
        border-bottom: 1px solid #dee3ef;
    }

    .news-detail-top .title-bottom-1 {
        padding: 2% 0;
        position: relative;
    }

        .news-detail-top .title-bottom-1 span {
            color: #999;
        }

.news-detail-center {
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 60%;
    margin: auto;
}

    .news-detail-center img {
        max-width: 100%;
    }

.news-detail-bottom {
    border-top: 1px solid #dedfe1;
    clear: both;
    padding: 1.5% 0;
    overflow: hidden;
    position: relative;
    width: 60%;
    margin: auto;
    margin-top: 3%;
}

    .news-detail-bottom a {
        display: block;
    }

        .news-detail-bottom a i {
            width: 40px;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            border: #002b8c 1px solid;
        }

        .news-detail-bottom a span {
            display: inline-block;
            vertical-align: middle;
            margin: 0 15px;
            color: #002b8c;
        }

        .news-detail-bottom a.news-prev {
            float: left;
            text-align: left;
        }

        .news-detail-bottom a.news-next {
            float: right;
            text-align: right;
        }

        .news-detail-bottom a.news-prev i {
            background: url('../images/l3.png') center no-repeat;
        }

        .news-detail-bottom a.news-next i {
            background: url('../images/r3.png') center no-repeat;
        }

        .news-detail-bottom a.news-return {
            position: absolute;
            left: 50%;
            top: 50%;
            text-align: center;
            transform: translate(-50%,-50%);
        }

        .news-detail-bottom a.news-prev:hover i {
            background: url('../images/l2.png') center no-repeat #002b8c;
        }

        .news-detail-bottom a.news-next:hover i {
            background: url('../images/r2.png') center no-repeat #002b8c;
        }

.div-news-detail-other {
    padding: 4% 0 2% 0;
    overflow: hidden;
    border-top: 1px solid #dedfe1;
    background: #f7f8fa;
}

.news-detail-other-top {
    overflow: hidden;
    width: 81.7%;
    margin: auto;
}

.news-detail-other-bottom {
    width: 81.7%;
    margin: auto;
    margin-top: 3%;
}

.title-bottom-1 .share-1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1111;
}

.social-share {
    display: block;
    position: relative;
    z-index: 1111;
}

    .social-share a {
        position: relative;
        text-decoration: none;
        margin: 3px;
        display: inline-block;
        outline: none
    }

    .social-share .icon-wechat .wechat-qrcode {
        display: none;
        border: 1px solid #eee;
        position: absolute;
        z-index: 1111;
        top: -205px;
        left: -84px;
        width: 200px;
        height: 192px;
        color: #666;
        font-size: 12px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 2px 10px #aaa;
        transition: all 200ms;
        -webkit-tansition: all 350ms;
        -moz-transition: all 350ms
    }

        .social-share .icon-wechat .wechat-qrcode.bottom {
            top: 40px;
            left: -84px
        }

            .social-share .icon-wechat .wechat-qrcode.bottom:after {
                display: none
            }

        .social-share .icon-wechat .wechat-qrcode h4 {
            font-weight: normal;
            height: 26px;
            line-height: 26px;
            font-size: 12px;
            background-color: #f3f3f3;
            margin: 0;
            padding: 0;
            color: #777
        }

        .social-share .icon-wechat .wechat-qrcode .qrcode {
            width: 105px;
            margin: 10px auto
        }

            .social-share .icon-wechat .wechat-qrcode .qrcode table {
                margin: 0 !important
            }

        .social-share .icon-wechat .wechat-qrcode .help p {
            font-weight: normal;
            line-height: 16px;
            padding: 0;
            margin: 0
        }

        .social-share .icon-wechat .wechat-qrcode:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -6px;
            bottom: -13px;
            width: 0;
            height: 0;
            border-width: 8px 6px 6px 6px;
            border-style: solid;
            border-color: #fff transparent transparent transparent
        }

    .social-share .icon-wechat:hover .wechat-qrcode {
        display: block
    }

.social-share-icon {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    opacity: .2;
}

    .social-share-icon:hover {
        opacity: 1;
    }

.return-1 {
    position: absolute;
    left: 10%;
    top: 18%;
    z-index: 11;
}

    .return-1 a {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background: url('../images/l5.png') center no-repeat;
        box-shadow: 0px 10px 60px 0px rgba(9, 19, 45, 0.08);
    }

        .return-1 a:hover {
            background: url('../images/l4.png') center no-repeat #002b8c;
        }
@media screen and (max-width: 1000px) {
    .return-1{ display:none; }
    .news-detail-top{ width:90%; }
    .title-bottom-1 {
        padding: 5% 0;
    
        }
    .news-detail-center,.news-detail-bottom {
        width: 90%;
        overflow: hidden;
    }
    .product-content {
        width: 90%;
    }
}