.banner {
    width: 100%;
    height: auto;
    display: inline-block;
}

.banner img {
    width: 100%;
}

.detail {
    width: 100%;
    height: auto;
    display: inline-block;
}

.new-title {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
    margin-bottom: 4%;
}

.new-title h3 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 3%;
    letter-spacing: 1px;
    color: #333333;
}

.new-title p {
    text-align: center;
    font-size: 15px;
    color: #7c7c7c;
    background: #eeeeee;
    width: 67%;
    margin: 0 auto;
    padding: 8px 0;
}

.news-boxs {
    width: 90%;
    margin: 0 auto;
}

.news-boxs p {
    font-size: 15px;
    line-height: 25px;
}

.pro_detail_pic {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin-top: 20px
}

.pro_detail_pic_wrap {
    width: 100%;
    height: auto;
    text-align: center;
    /* border:1px solid #DDD; */
    margin-bottom: 9px;
    position: relative
}

.pro_detail_pic_wrap img {
}

.pro_detail_pic_nav li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 1em 1em 0 0;
    overflow: hidden;
    /* border:1px solid #bfbfbf; */
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.pro_detail_pic_nav li img {
    max-width: 100%;
    max-height: 88%;
    vertical-align: middle;
}

.pro_detail_pic_nav li:last-child {
    margin-right: 0
}

.pro_detail_pic_nav li.on {
    /* border:1px solid #044487; */
}

.small-box {
    width: 100%;
    height: 100%;
    cursor: move;
    position: relative;
    text-align: center;
    line-height: 250px;
}

.small-box img {
    width: 100%;
}

.tool {
    width: 50%;
    height: 50%;
    background-color: #FFF;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.tool.active {
    display: block;
}

.big-box {
    width: 100%;
    height: 100%;
    border: 1px #ccc solid;
    overflow: hidden;
    float: left;
    position: absolute;
    top: -1px;
    right: -100%;
    display: none;
    background: #FFF;
}

.big-box.active {
    display: block
}

.big-box img {
    width: 200%;
    max-width: inherit;
    max-height: inherit;
    position: absolute;
}

.prod-left {
    width: 40%;
    float: left;
}

.prod-right {
    width: 59%;
    float: right;
    margin-top: 2%;
}

.prod-right h3 {
    color: #187bb7;
    font-size: 25px;
    padding-bottom: 2%;
}

.prod-right h4 {
    font-size: 27px;
    color: #0e0e0e;
}

.prod-right p {
    font-size: 15px;
    line-height: 32px;
}

.product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}

.prod-bottom {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 2%;
    border-top: 1px solid #ececec;
    margin-top: 3%;
}

.prod-bottom p {
    font-size: 15px;
    line-height: 25px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12%;
}
.prod-left {
    width: 100%;
    float: left;
}
.prod-right {
    width: 100%;
    float: right;
    margin-top: 2%;
}
.prod-bottom p img{
    width: 100%;
}


}