/*middle banner*/
.detail_banner{
    min-width: 1200px;
    width: 91%;
    height: 622px;
    margin: 0 auto;
    display: block;
    background: url(/index/images/goodsDetail/02.jpg) no-repeat 0 0px;
}

.detail_banner:after{
    content: '';
    display: block;
    clear: both;
}

.banner .video_img_kk{
    float: left;
    width: 551px;
    height: 388px;
    border: 2px solid #2c84e5;
    cursor: pointer;
    margin: 115px 180px 0 170px;
}

.banner .detail_baseInfo{
    float: left;
    padding-top: 205px;
    width: 30%;
}

.detail_baseInfo h2{
    line-height: 50px;
    font-size: 28px
}
.detail_baseInfo a{
    display: inline-block;
    position: relative;
    border: 1px solid #797979;
    padding: 10px 10px 10px 50px;
    margin: 50px 50px 0 0;
    border-radius: 15px;
    color: black;
    text-decoration: none;
}

.detail_baseInfo a.zxzxwd{
    background: #525252;
    color: white;
}
.detail_baseInfo a.zxzxwd:before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url("/index/images/whole.png") no-repeat -40px 0px;
    width: 30px;
    height: 30px;
    top: 3px;
    left: 10px;
}
.detail_baseInfo a.zxbjfa:before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(/index/images/whole.png) no-repeat -60px -476px;
    width: 25px;
    height: 22px;
    top: 7px;
    left: 15px;
}

/*middle banner*/


/*content*/
.detail{
    padding: 12px;
}
.detail:after{
    content: "";
    display: block;
    clear: both;
}
.detail h3{
    height: 40px;
    line-height: 40px;
}
.detailOne h3, .detail{
    border-bottom: 1px solid #bdbdbd;
}

.detail h3 > a{
    float: right;
    text-decoration: none;
    color: #5077ff;
 }
.detail div:not(.imgParent){
    display: block;
    width: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.detail i{
    display: inline-block;
    position: relative;
    top: 5px;
    left: -5px;
    width: 25px;
    height: 22px;
}
.detailTwo i{
    background: url(/index/images/whole.png) no-repeat -85px -476px;
}
.detailThree i{
    background: url(/index/images/whole.png) no-repeat -110px -476px;
    width: 17px;
}
.detailFour i{
    background: url(/index/images/whole.png) no-repeat -128px -476px;
    width: 17px;
}
.detailFire i{
    background: url(/index/images/whole.png) no-repeat -130px -453px;
    width: 25px;
}
.detailSix i{
    background: url(/index/images/whole.png) no-repeat -156px -453px;
    width: 25px;
}
.detailSeven i{
    background: url(/index/images/whole.png) no-repeat -183px -453px;
    width: 25px;
}

/*content*/

@media (max-width: 1500px) {
    .detail_banner {
        min-width: 1200px;
        height: 450px;
        margin: 0 auto;
        display: block;
        background: url(/index/images/goodsDetail/02.jpg) no-repeat 0 0px;
        background-size: 570px;
    }

    .banner .video_img_kk {
        float: left;
        width: 355px;
        height: 250px;
        border: 2px solid #2c84e5;
        cursor: pointer;
        margin: 74px 160px 0 120px;
    }

    .banner .detail_baseInfo {
        float: left;
        padding-top: 120px;
        width: auto;
    }
}

@keyFrames rotateImg{
    0%{transform: rotate(0deg)}
    50%{transform: rotate(180deg)}
    100%{transform: rotate(360deg)}
}
.rotateImg{
    position:absolute; top:-265px; right:-350px;
    animation: rotateImg 45s linear infinite;
}

/*新*/
.infoClass {
    float: left;
    width: 50%;
    padding-right: 10px;
    line-height: 24px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.infoClass > p {
    margin: 5px 0;
}

.infoClass > h3{
    line-height: 36px;
    font-size: 1.3em;
    font-weight: bold;
}

.baseInfo {margin: 10px 0;}
.baseInfo:hover {
    cursor: pointer;
    color: #ff8600;
}