.wrapper-1300 {
    width: 1300px;
    margin: 0 auto;
    /* overflow: hidden; */
}



.selected-bar {
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.selected-bar span {
    float: left;
}

.selected-bar .tit {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    /* font-style: normal; */
}

.selected-bar .cur {
    margin-left: 10px;
    color: rgb(37, 198, 117);
    font-weight: 700;
    line-height: 30px;
}

.selected-bar .seek {
    overflow: hidden;
    float: right;
    border-radius: 18.5px;
    border: 2px solid rgb(37, 198, 120);
}

.selected-bar .seek input {
    float: left;
    line-height: 35px;
    border: none;
    background-color: rgb(255, 255, 255);
    width: 180px;
    outline: none;
}

.selected-bar .seek a {
    margin: 0 10px;
}

.preview {
    padding: 1px;
    box-sizing: border-box;
}

.preview .box_l,
.preview .box_r {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.preview .box_l .image {
    width: 100%;
    text-align: center;
    border: 1px solid rgb(209, 209, 209);
}

.preview .box_l .image img {
    width: 70%;
}

.preview .box_l .thumbnail {
    margin-top: 10px;
    height: 120px;
}


.preview .box_l .thumbnail img,
.preview .box_l .thumbnail .list,
.preview .box_l .thumbnail .list ul,
.preview .box_l .thumbnail .list ul li {
    height: 100%;
}

.preview .box_l .thumbnail .list,
.preview .box_l .thumbnail .list ul li,
.box_l .thumbnail .icon-1 {
    float: left;
}

.box_l .thumbnail .icon-2 {
    float: right;
}

.preview .box_l .thumbnail .list ul {
    display: flex;
    overflow: hidden;
}

.preview .box_l .thumbnail .list {
    width: 85%;
}


.preview .box_l .thumbnail .list ul li {
    box-sizing: border-box;
    margin: 0 15px;
    border: 1px solid rgb(211, 211, 211);
}

.preview .box_l .thumbnail .list ul li:hover,
.preview .box_l .thumbnail .list ul .in {
    box-shadow: 0 0 3px rgb(192, 192, 192);
    border: 1px solid rgb(177, 177, 177);
}

.preview .box_l .thumbnail .list ul li a {
    margin: 0 10px;
}

.box_l .thumbnail .icon-1,
.box_l .thumbnail .icon-2 {
    display: inline-block;
    height: 100%;
    width: 6.5%;
    background-color: rgb(110, 110, 110);
    border-radius: 5px;
}

.box_l .thumbnail .icon-1::before,
.box_l .thumbnail .icon-2::before {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 120px;
    text-align: center;
    width: 100%;
}

.box_l .thumbnail .icon-1::before {
    content: "<";

}

.box_l .thumbnail .icon-2::before {
    content: ">";
}

.preview .box_r {
    position: relative;
    height: 675px;
    padding: 15px;
    overflow: hidden;
}

.preview .box_r .frame {
    height: 580px;
}

.preview .box_r .frame .image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 580px;
    width: 100%;
}


.preview h2 {
    border-bottom: 1px solid rgb(79, 79, 79);
    line-height: 55px;
    color: rgb(79, 79, 79);
}

.preview p {
    color: rgb(91, 91, 91);
    font-size: 17px;
    line-height: 35px;
}

.preview .contact {
    position: absolute;
    bottom: 0;
    right: -110%;
    width: 100%;
    padding: 10px 0;
    margin: 0 20px;
    border-top: 2px solid rgb(201, 201, 201);
}

.preview .contact>div {
    float: left;
}

.preview .contact .txt p {
    font-size: 20px;
}

.preview .contact .btn {
    float: right;
    height: 50px;
    width: 150px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background: linear-gradient(rgba(19, 159, 175), rgba(37, 198, 120));
}

.piece {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 34px;
    color: rgb(84, 108, 134);

}

.piece .pie_l {
    position: absolute;
    top: 0;
    left: 0;

}

.piece .pie_r {
    position: absolute;
    top: 0;
    right: 0;
}

.piece .btn {
    display: inline-block;
    border: 1px solid rgb(214, 214, 214);
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}

.details {
    margin-bottom: 80px
}

.details .title {
    border: 1px solid rgb(197, 197, 197);
}

.details .title .box {
    display: inline-block;
    border-top: 3px solid rgb(24, 151, 74);
    height: 100%;

}

.details .title a {
    padding: 0 30px;
    display: inline-block;
    line-height: 68px;
    height: 100%;
    border-right: 1px solid rgb(207, 207, 207);
    color: rgb(37, 156, 84);
    font-size: 18px;
}

.preview .text {
    position: absolute;
    font-size: 12px;
    width: 500px;
    height: 500px;
    right: -105%;
    top: 0;
}

.details .text h5 {
    color: rgb(2, 105, 191);
    font-size: 16px;
    line-height: 40px;
}

.details .text p {
    line-height: 28px;
}

.details .form dl {
    text-align: center;
    border: 1px solid rgb(110, 153, 201);
}



.details .form dl dt {
    float: left;
    width: 20%;
    line-height: 40px;
    box-sizing: border-box;
    border-right: 1px solid rgb(110, 153, 201);
}



.details .form dl:nth-child(even) {
    background-color: rgb(184, 204, 228);
}

.details .form dl:first-child {
    background-color: rgb(79, 129, 188);
    border: 1px solid rgb(70, 122, 184);
    margin-bottom: 5px;
}

.details .form dl:first-child dt {
    border-right: none;
}


.details .form dl dd {
    line-height: 40px;
    float: right;
    width: 80%;
}

/* 插件的css */
/* @charset "utf-8"; */

* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    border: 0;
}

/* 垂直居中 */
.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.magnifier {
    width: 500px;
    position: relative;
    margin-top: 100px;
    margin-left: 100px;
}

.magnifier-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.move-view {
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../image/image/move-box.png');
}

.images-cover {
    height: 100%;
    width: 100%;
    position: relative;
}

.images-cover img {
    position: absolute;
}

.magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.magnifier-btn {
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

.magnifier-btn span {
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #6e6e6e;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.magnifier-btn .magnifier-btn-left {
    float: left;
}

.magnifier-btn .magnifier-btn-right {
    float: right;
}

.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}

.magnifier-line ul {
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}

.magnifier-line li {
    float: left;
    width: 100px;
    cursor: pointer;
}

.magnifier-line ul>.active .small-img {
    border-color: #bbb;
}

.small-img {
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}

.small-img img {
    max-width: 100%;
    max-height: 100%;
}

.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

.magnifier-view img {
    display: block;
}

.animation03 {
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 960px) {
    .preview p {
        color: rgb(91, 91, 91);
        font-size: 15px;
    }

    img {
        width: 100%;
    }

    .text {
        overflow: auto;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper-1300 {
        width: 100%;
    }

    .selected-bar {
        display: none;
    }

    .images-cover img {
        position: static;
    }

    .preview .text {
        position: static;
        font-size: 12px;
        width: 100%;
        height: auto;
        right: 0;
        top: 0;
    }

    .magnifier {
        width: 90%;
        position: relative;
        box-sizing: border-box;
        padding: 0%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .preview p {
        color: rgb(91, 91, 91);
        font-size: 13px;
    }

    .preview .contact {
        display: none;
    }

    .piece {
        height: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .piece a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .piece .pie_r,
    .piece .pie_l {
        position: static;
    }

    .magnifier-assembly {
        height: 70px;
    }

    .magnifier-btn {
        margin-top: -35px;
    }

    .magnifier-btn span {
        line-height: 70px;
        height: 70px;
        width: 18px;
        z-index: 9998;
        font-size: 18px;
    }

    .magnifier-line {
        height: 70px;
    }

    .small-img {
        height: 60px;
        padding: 1px;
        margin: 3px;
        overflow: hidden;
        border: 1px solid #ddd;
        text-align: center;
    }

    .preview h2 {
        line-height: 55px;
    }

    .details {
        margin-bottom: 40px;
    }

    .details .title .box {
        display: block;
        border-top: none;
        text-align: center;
    }

    .details .title a {
        padding: 0;
        display: inline-block;
        line-height: 50px;
        height: 100%;
        font-weight: 600;
        border-bottom: 2px solid rgb(37, 156, 84);
        border-right: none;
        color: rgb(37, 156, 84);
        font-size: 17px;
    }

    .details .title {
        border: none;
    }

    .magnifier-container {
        margin: 0 0%;
    }

    .magnifier-line li {
        float: left;
        width: 75px;
        cursor: pointer;
    }
}