﻿.download {
    width: 1200px;
    margin: 0 auto;
}

    .download * {
        box-sizing: border-box;
    }

.dlocation {
    margin: 20px auto;
    color: #777;
    font-size: 12px;
}

    .dlocation a {
        color: #777;
    }




.downloadadv {
    height: 325px;
    background: url('/downloadFile/downloadadv.png') center center;
    margin-bottom: 80px;
}

.ddetail-left {
    float: left;
    width: 868px;
}

    .ddetail-left .ddtail-list {
        border: 1px solid #ececec;
        padding: 20px 25px;
        margin: 10px 0 30px;
        position: relative;
        overflow: hidden;
    }

.ddtail-list .triangle {
    width: 25px;
    height: 25px;
    background-color: #2fb476;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
    position: absolute;
    top: -12px;
    left: -12px;
}

.ddtail-list .list-title {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.ddtail-list .list-tags {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #888;
    text-align: center;
    margin: 20px 0;
}

    .ddtail-list .list-tags .space {
        margin: 0 10px;
    }

    .ddtail-list .list-tags .collection {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        margin: 0 18px;
        padding: 0 10px;
        border: 1px dashed #ffcc33;
    }

.ddtail-list .list-item {
    display: flex;
    flex-direction: row;
}

.list-item-img img {
    width: 100%;
    height: 100%;
}

.ddtail-list .list-item .list-item-img {
    display: block;
    width: 400px;
    height: 254px;
    border-radius: 5px;
    border: 2px solid #eaeaea;
}



.ddtail-list .list-item .list-item-detail {
    margin-left: 20px;
}

.list-item .list-item-detail li {
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

    .list-item .list-item-detail li img {
        margin: 0 3px;
    }

    .list-item .list-item-detail li a {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        border-radius: 5px;
        color: #fff;
        background-color: #2fb476;
        margin-top: 20px;
    }

.list-describe {
    margin-top: 20px;
    color: #333;
    font-size: 14px;
}

    .list-describe .title {
        line-height: 40px;
    }

    .list-describe .des {
        line-height: 30px;
    }


.ddtail-message {
    border: 1px solid #ececec;
    padding: 20px 25px;
    margin: 10px 0 30px;
}

    .ddtail-message .message-box {
        margin-bottom: 20px;
    }

        .ddtail-message .message-box .comment {
            line-height: 30px;
            font-size: 16px;
            color: #2fb476;
            border-bottom: 1px solid #eaeaea;
        }

        .ddtail-message .message-box textarea {
            width: 100%;
            height: 90px;
            line-height: 30px;
            border: 1px solid #eaeaea;
            text-indent: 10px;
            margin-top: 20px;
            resize: none;
        }

        .ddtail-message .message-box .btn-box {
            margin: 20px 0;
        }

            .ddtail-message .message-box .btn-box p {
                font-size: 12px;
                color: #333;
                float: left;
            }

            .ddtail-message .message-box .btn-box button {
                float: right;
                display: block;
                width: 84px;
                height: 32px;
                text-align: center;
                line-height: 32px;
                background-color: #2fb476;
                color: #fff;
                border: 0;
                outline: 0;
                font-size: 14px;
            }

.download-relative p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.download-relative .relative-list {
    margin-top: 10px;
}

    .download-relative .relative-list li {
        float: left;
        width: 50%;
        line-height: 30px;
    }

        .download-relative .relative-list li a {
            display: inline-block;
            max-width: 400px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .download-relative .relative-list li:hover a {
            color: #2fb476;
        }



.ddetail-right {
    width: 300px;
    float: right;
}

    .ddetail-right .decoration {
        padding: 15px;
        border: 1px solid #ececec;
        margin: 25px 0;
    }

        .ddetail-right .decoration p {
            font-size: 16px;
            color: #333;
            line-height: 30px;
            border-bottom: 1px solid #ececec;
        }

        .ddetail-right .decoration ul {
            margin-top: 10px;
        }

        .ddetail-right .decoration li {
            margin-right: 10px;
            line-height: 30px;
            float: left;
        }

            .ddetail-right .decoration li a {
                font-size: 14px;
                color: #333;
            }

                .ddetail-right .decoration li a:hover {
                    color: #2fb476;
                }

    .ddetail-right .articles {
        padding: 15px;
        border: 1px solid #ececec;
        margin: 25px 0;
    }

        .ddetail-right .articles p {
            font-size: 16px;
            color: #333;
            line-height: 30px;
            border-bottom: 1px solid #ececec;
        }

        .ddetail-right .articles ul {
            margin-top: 10px;
        }

        .ddetail-right .articles li {
            margin-right: 10px;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .ddetail-right .articles li a {
                font-size: 14px;
                color: #333;
            }

    .ddetail-right .decoration li a:hover {
        color: #2fb476;
    }


    .ddetail-right .detail-table {
        border: 1px solid #ececec;
    }

        .ddetail-right .detail-table .table-top {
            height: 60px;
            line-height: 60px;
            color: #fff;
            background: url('tel.png') no-repeat 25px center #2fb476;
            padding-left: 77px;
            font-size: 14px;
        }

.detail-table .tip {
    text-align: center;
    margin: 20px 0;
    font-size: 12px;
    color: #333;
}

.detail-table .address-list {
    padding: 0 25px;
}

    .detail-table .address-list li {
        margin-bottom: 10px;
    }

        .detail-table .address-list li input {
            line-height: 30px;
            width: 100%;
            border: 1px solid #d9d9d9;
            padding: 0 10px;
        }

            .detail-table .address-list li input[type='button'] {
                background-color: #2fb476;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                height: 40px;
                line-height: 40px;
                border: 0;
                margin-bottom: 10px;
            }

        .detail-table .address-list li select {
            height: 30px;
            line-height: 30px;
            width: 119px;
            border: 1px solid #d9d9d9;
            padding: 0 5px;
            margin-right: 6px;
        }

            .detail-table .address-list li select:last-child {
                margin-right: 0;
            }

.detail-table .swiper_wrap {
    width: 240px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    border-top: 1px solid #ececec;
    position: relative;
}

    .detail-table .swiper_wrap .font_inner {
        position: relative;
    }

        .detail-table .swiper_wrap .font_inner li {
            text-align: center;
            height: 30px;
            line-height: 30px;
            color: #888;
            font-size: 12px;
        }

.detail-table .tip1 {
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 14px;
    color: #333;
}


.davd-tags {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 50px;
}

    .davd-tags span {
        color: #2fb476;
    }

.dadv-tags-list {
    margin: 60px 0;
    display: flex;
    flex-direction: row;
}

    .dadv-tags-list li {
        width: 33.3%;
        display: flex;
        flex-direction: row;
    }

        .dadv-tags-list li span {
            display: inline-block;
            width: 87px;
            height: 87px;
            border-radius: 100%;
            margin-right: 24px;
        }

            .dadv-tags-list li span.dadv1 {
                background-image: url('dadv1.png');
            }

            .dadv-tags-list li span.dadv2 {
                background-image: url('dadv2.png');
            }

        .dadv-tags-list li p {
            height: 43px;
            line-height: 43px;
        }

            .dadv-tags-list li p.t1 {
                font-size: 24px;
                color: #333;
            }

            .dadv-tags-list li p.t2 {
                font-size: 16px;
                color: #666666;
            }


