.show {
    display: inline-block;
    width: 100%;    
    margin: 0px auto;
    padding: 0px;
    min-width: 100%;
}
.showtop {
    float: left;
    margin: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #b2b2b2;
}
.showtopleft {
    width: calc(100% - 70px);
    height: 43px;
    line-height: 43px;
    margin: 0;
    float: left;
}
.showtopleft a {
    font-size: 18px;
    padding-left: 10px;
    color: #000;
}
.showtopright {
    display: none;
}

.showtop .bt {
    display: block;
    text-align: center;
    width: 70px;
    height: 43px;
    background: url(/templets/default/images/newimg/nav-bt-640.png) no-repeat center center;
    transition: all 1s;
    -webkit-transition: all 1s;
    float: left;
}
.showtop .btH {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.showtop .right1 {
    width: 100%;
    margin-top: -1px;
}
.showtop .right1 li {
    float: none;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgba(214,214,214,0.5);
}
.showcontent {
    width: 100%;
    margin: 0;
    padding: 0;
}
.showcontents {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b2b2b2;
}
.showcontents .showcontentleft {
    width: 15%;
	float: left;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
.showcontents .showcontentright {
    width: 84%;
    float: left;
    margin: 10px auto;
    padding: 0;
    border-left: 1px solid #b2b2b2;
}
.rightshow {
    width: 97%;
    margin: 0 0px 0 8px;
}
.rightshows {
    width: 100%;
    height: 50px;
    line-height: 40px;
    border-top: 1px solid #b2b2b2;
}
.rightshows .rightshowsleft {
    width: 80%;
    height: 40px;
    line-height: 20px;
    padding-top: 4px;
    float: left;
    overflow: hidden;
}
.showcontents .showcontentleft img {
    width: 39px;
    height: 39px;
    margin: 5px 5px;
    padding: 0;
}
.rightshows .rightshowsright {
    width: 18%;
    height: 40px;
    line-height: 40px;
    padding-top: 4px;
    float: left;
}
.rightshows .rightshowsleft a {
    font-size: 14px;
    color: #3e3a39;
}
.rightshows .rightshowsright a {
    font-size: 14px; 
    margin: 0;
    color: blue;
    float: right;
}
.rightshows .rightshowsright a img{
    width:50px;
    height:20px;
}