#top_new_items {
    /*background: url(icon/bg_dot_mv.gif) repeat;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

#top_new_items .title_ {
    width: 1080px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    padding: 0 5px;
}

#top_new_items .title_ h2 {
    float: left;
}

#top_new_items .title_ a {
    float: right;
    display: block;
    margin-top: 9px;
}

#top_new_items .slide_all_ {
    width: 1080px;
    margin: 0 auto;
    min-height: 285px;
    position: relative;
}

#top_new_items .slide_wrap_ {
    min-width: 1080px;
    position: absolute;
    left: 50%;
}

#top_new_items.forcms_ .slide_wrap_ {
    position: static !important;
    width: 1100px !important;
    margin-left: 0 !important;
}

#top_new_items .slide_body_ {
    width: 100%;
}

#top_new_items .slide_ {
    display: none;
    width: 275px;
    min-height: 285px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top_new_items.forcms_ .slide_ {
    display: block;
    float: left;
    padding-bottom: 10px;
}

#top_new_items .slide_ a {
    display: block;
    width: 255px;
    background: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top_new_items .slide_ a:hover {
    opacity: 0.9;
}

#top_new_items .slide_ a .img_ {
    width: 255px;
    height: 190px;
    overflow: hidden;
    position: relative;
}
/*----height 170 to 190 change 210124--------*/

/*
        #top_new_items .slide_ a .img_:after{
          position: absolute;
          content: "";
          bottom: 0;
          right: 0;
          display: block;
          width: 24px;
          height: 24px;
          background: url(icon/ico_arrow_btn.gif) no-repeat;
          z-index: 2;
        }
        */
#top_new_items .slide_ a .img_.new_:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(icon/ico_new_s.png) no-repeat;
    z-index: 2;
}

#top_new_items .slide_ a .img_ img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top_new_items .slide_:hover .img_ img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#top_new_items .slide_ a .txt_ {
    padding: 10px 20px 15px 20px;
}

#top_new_items .slide_ a .txt_>span {
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    padding: 0 20px;
    border: 1px #000000 solid;
    color: #000000;
    margin-bottom: 7px;
}

#top_new_items .slide_ a .txt_>h3 {
    line-height: 140%;
    margin-bottom: 3px;
}

#top_new_items .slide_ a .txt_>h3 span {
    font-size: 13px;
    display: block;
}

#top_new_items .slide_ a .txt_>p {
    font-size: 13px;
    text-align: right;
}

#top_new_items .slide_ a .txt_>p span {
    font-size: 11px;
    padding-left: 2px;
}

#top_new_items .bx-viewport .slide_ {
    display: block !important;
}

#top_new_items .bx-pager {
    display: none;
    margin-top: 3px;
    text-align: center;
    /*height: 8px;*/
}

#top_new_items .bx-controls-direction a {
    display: block;
    text-decoration: none;
    position: absolute;
    width: 40px;
    height: 42px;
    top: 205px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#top_new_items .bx-controls-direction a.bx-prev {
    background-image: url(icon/ico_mv_prev.png);
    left: 1%;
}

#top_new_items .bx-controls-direction a.bx-next {
    background-image: url(icon/ico_mv_next.png);
    right: 1%;
}

#top_new_items>span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    color: #000000;
}