body {
    overflow-x: hidden;
    overflow-y: scroll;
 }
.indexcss{
    width:100%;
}

.goodstitle{
    width:100%;
    height: 48px;
    font-size: 16px; 
}

.goodstitle .title {
    width: calc(100% - 70px);
    height: 48px;
    line-height: 50px;
    float: left;
}
.goodstitle .title a {
    padding-left: 10px;
    font-size: 18px;
    color: 
    #000;
}
.goodstitle .banner{
    display: none;
}
.goodstitle .bt {
    display: block;
    text-align: center;
    width: 70px;
    height: 48px;
    background: url(/templets/default/images/newimg/nav-bt-640.png) no-repeat center center;
    transition: all 1s;
    -webkit-transition: all 1s;
    float: left;
}
.goodstitle .btH {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.goodstitle .right1 {
    width: 100%;
    position: absolute;
    z-index: 30;
    right: 0px;
    top: 100px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    display: block;
}
.goodstitle .right1 li {
    float: none;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgba(214,214,214,0.5);
}
.J_mi3_content{
    width: 100%;
}
.J_mi3_content>li{
    width:100%;
    height:auto;
    text-align: center;
    position: relative;
}
.J_mi3_content>li>img{
    width:100%;
    height: auto;
}
.J_mi3_content table{
    width: 100%;
}

.J_mi3_content table .tdleft{
    width:20%;
    border-right:1px solid #bfbfbf;
    font-size:15px;
    padding-left:10px;
    font-weight:bold;
}
.J_mi3_content table .tdright{
    width:80%;
    font-size:14px;
    padding-left:10px;
    color:#707070;
}
.opttr{
    height: 250px;
}
.parttr{
    height: 100px;
}
.optimg{
    width: 100%;
    height: auto;
}
.partimg{
    width:100%;
    height: auto;
}
.none{
    display: none;
}
.float_div{
    position: absolute;
    top: 26%;
    right: 14%;
    font-size: 16px;
    color:#000;
    text-align: right;
}