.ax_slider_box {
    position: relative;
	width: 980px;
    height: 320px;
	overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.43);
    margin: 0;    
}
.ax_sliders_tape {
    position: absolute;
	width: 6860px;
	left: 0;	
	 -webkit-transition: left .5s ease-out;
     -moz-transition: left .5s ease-out;
     -o-transition: left .5s ease-out;
     transition: left .5s ease-out;
}
.ax_slide {
    position: relative; 
	float:left;
    width: 980px;
    height: 320px;
}
.ax_slide:nth-child(1) {background: #000000 url(/images/sellpages/1000.jpg) no-repeat; }
.ax_slide:nth-child(2) {background: #000000 url(/images/sellpages/2000.jpg) no-repeat; }
.ax_slide:nth-child(3) {background: #000000 url(/images/sellpages/3000.jpg) no-repeat; }
.ax_slide:nth-child(4) {background: #000000 url(/images/sellpages/4000.jpg) no-repeat; }
.ax_slide:nth-child(5) {background: #000000 url(/images/sellpages/5000.jpg) no-repeat; }
.ax_slide:nth-child(6) {background: #000000 url(/images/sellpages/6000.jpg) no-repeat; }
.ax_slide:nth-child(7) {background: #000000 url(/images/sellpages/7000.jpg) no-repeat; }


.ax_slide h3 {color: #FFFFFF; padding: 35px 15px 15px 505px; font-size: 22px; color: #eed9bf;}
.ax_slide p {color: #FFFFFF; padding: 5px 20px 5px 505px; color: #eed9bf;}


.ax_arrow_left {
    position: absolute;
    top: 310px;
}
.ax_arrow_right {
    position: absolute;
    top: 310px;
    right: calc(50% - 490px);
}
.radios {
    width: 300px;
    margin: 20px auto 0 auto;
    text-align: center;
}
.radios>a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    background-color: #000000;
    border-radius: 50%;
    border: 2px solid #000000;
}
.radios>a.cheked {
    background-color: #FFFFFF;

}

@media only screen and (max-width: 1024px)
	{
	.ax_slider_box {width: 720px; height: 180px;}	
	.ax_slide {width: 720px; height: 180px;}
	.ax_slide:nth-child(n) {background: #111111;}
.ax_slide h3 {padding: 15px;}
.ax_slide p {padding: 0 15px;}
	}

@media only screen and (max-width: 1024px) and (orientation: portrait)
	{
		
.ax_slider_box {width: 320px; height: 336px; margin-top: 25px;}
.radios {margin-bottom: 30px;}
.radios>a {width: 13px; height: 13px;}
		
.ax_slide {
    position: relative; 
	float:left;
    width: 320px;
    height: 336px;
}

.ax_slide:nth-child(n) {background: #111111;}



.ax_slide h3 {padding: 15px;}
.ax_slide p {padding: 0 15px;}

	}