body {
    background: #fff;
    height:auto;
}
/*轮播图*/

.banner {
    height: 350px;
}
.banner .bn-ul {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.banner .bn-ul ul li{
    display: inline-block;
    float: left;
    height: 500px;
    width: 1200px;
}
.bn-ul ul li img {
    width: 100%;
    height: 350px;
    border: none;
    text-align: center;
}
.bn-ul .bn-num {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.bn-ul > a {
    display: block;
    width: 39px;
    height: 90px;
    position: absolute;
    top: 50%;
    z-index: 50;
    opacity: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.bn-ul .prev {
    left: 0%;
    background: url("https://imge.dangbei.com/edangbei/home/images/left.png") no-repeat;
}
.bn-ul .next {
    right: 0%;
    background: url("https://imge.dangbei.com/edangbei/home/images/right.png") no-repeat;
}
.bn-ul .bn-num ul li {
    float: left;
    width: 38px;
    height: 4px;
    background-color: #fff;
    margin-right: 8px;
    color: transparent;
    cursor: pointer;
}
.bn-ul .bn-num ul li.on {
    background: #FF9900;
}
/*正文*/

.de {
    width: 100%;
    padding-top: 30px;
    min-height: calc(100% - 450px);
    padding-bottom: 50px;
}
.de-left {
    width: 810px;
    margin-right: 30px;
}

.de-left .de-l-title {
    height: 55px;
}
.de-left .de-l-title ul li {
    float: left;
    margin-right: 39px;
}
.de-left .de-l-title ul li a {
    font-size: 18px;
    color: #999999;
    letter-spacing: 0;
}
.de-left .de-l-title ul li.active a {
    color: #444;
}
.de-l-title .de-l-search {
    position: relative;
}
.de-l-title .de-l-search input {
    display: inline-block;
    float: right;
    width: 120px;
    height: 24px;
    line-height: 27px;
    border-radius: 18px;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    padding-left: 24px;
    color: #999;
}
.de-left .de-l-title input:hover {
    border: 1px solid #FFB74C;
}
.de-left .de-l-title .de-l-search i {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 7px;
    background: url("https://imge.dangbei.com/edangbei/home/images/search.png") no-repeat;
}

.de-b-one {
    margin-bottom:30px;
}
.de-b-one:hover .de-one-right > a {
    color: #FF9900;
}
.de-b-one:nth-last-child(1) {
    margin-bottom: 0;
}
.de-one-left {
    width: 260px;
    height: 150px;
    margin-right: 20px;
    position: relative;
}
.de-one-left img {
    width: 100%;
    height: 100%;
    border: none;
}

.de-one-left span {
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 50px;
    height: 26px;
    background: rgba(0,0,0,0.50);
    border-radius: 18px;font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
}
.de-one-right {
    width: 530px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.de-one-right > a {
    display: inline-block;
    width: 530px;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    max-height: 60px;
    margin-bottom: 10px;
}
.de-one-right p {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    height: 40px;
    color: #666666;
    overflow: hidden;
}
.de-one-r-au {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 17px;
    line-height: 17px;
}
.de-one-r-au span {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    margin-right: 53px;
    float: left;
}
.de-one-r-au ul li {
    float: left;
}
.de-one-r-au ul li a {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
    position: relative;
}
.de-one-r-au ul li:nth-of-type(1) a:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 0;
    left: -13px;
    background: url("https://imge.dangbei.com/edangbei/home/images/title.png") no-repeat;
}

.de-l-pages {
    height: 40px;
    text-align: center;
    margin-top: 60px;
    margin-bottom:10px;
    position: relative;
}
.de-l-pages > div {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.de-l-pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E1E1E1;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.de-l-pages span:hover {
    background: #FF9900;
    border:1px solid transparent;
}
.de-l-pages span:hover:before {
    border: 1px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}
.de-l-pages ul li {
    float: left;
    margin-right: 10px;
}
.de-l-pages ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #E1E1E1;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}
.de-l-pages ul li a:hover,
.de-l-pages ul li.active a {
    background: #FF9900;
    color: #fff;
    border: 1px solid transparent;
}
.de-l-pages span:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border: 1px solid #979797;
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.de-l-pages .sec:before {
    margin-right: 11px;
}
.de-l-pages .sec:before{
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*右边*/
.de-right {
    width: 360px;
    border-top: 3px solid #FF9900;
}
.de-r-tui {
    padding-bottom: 18px;
    padding-left: 10px;
    background: #fff;
}
.de-tui-title h3 {
    display: inline-block;
    font-size: 20px;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 17px;
}
.de-tui-one{
    margin-bottom: 10px;
    line-height: 25px;
}
.de-tui-one:nth-last-child(1) {
    margin-bottom: 0;
}
.de-tui-one span {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 16px;
    width: 19px;
    color: #333;
    margin-right: 7px;
}
.de-tui-one a{
    display:inline-block;
    width: 290px;
    height: 22px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.de-tui-one a:hover {
    color: #FF9900;
}
.de-r-ad {
    width: 360px;
    height: 180px;
    margin-top: 19px;
    margin-bottom: 20px;
}
.de-r-ad img {
    width: 100%;
    height: 100%;
    border: none;
}
.de-r-pic {
    padding:33px 43px 32px 20px;
    width: 297px;
    height: 165px;
    background: #F5F5F5;
}
.de-r-pic img {
    width: 165px;
    height: 165px;
    border: none;
    float: left;
    margin-right: 19px;
}
.de-r-pic span {
    float: left;
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #FF9900;
    margin-top: 51px;
}
.de-r-pic p {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #666666;

}