

@media (min-width: 767px){
    .my-slide{
		height:300px !important;
    }
	.my-brand{
		margin-left:100px !important;
	}
	.my-nav{
		margin-left:80px !important;
	}
}

@media (max-width: 767px){
    .my-slide{
		height:100px !important;
    }
}

a{
	text-decoration:none !Important;
}
.swiper img{
	width:100%;
	min-height:150px;
	height:100%;
}
.pd0{
	padding-left:0;
	padding-right:0;
}

.boxstyle{
	background: #fff;
    padding: 20px 10px 0 10px;
    -moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
}
.content img{
	max-width:100%;
	max-height:250px;
}
.content table{
	width:100% !important;
}
.Categories ul{
	margin:0;
	padding:0;
}
.Categories ul li{
    display: block;
    background: url(../images/arrow.png) no-repeat 0px 2px;
    margin-bottom: 1em;
}
.Categories ul li a{
	font-size: .875em;
    margin: 0;
    color: #353535;
    padding-left: 2em;
}
.Categories ul li a:hover{
  color: #f26c23;
  text-decoration: none;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

.rd-list dt{
	height:105px;
}
.rd-list div{
	height:90px;
	border-bottom:#e2e2e2 dotted 1px;
	padding:8px 10px 0 0px;
}
.rd-list p{
	color: #ccc;
	font-size: 12px;
	line-height: 22px;
	height: 68px;
	overflow: hidden;

}
.rd-list span{
	display: block;
	overflow: hidden;
	height: 20px;
	font-size:12px;
}
.rd-list > li > a{
	font-size:14px;
}
.rd-list img{
	height:80px;
	width:110px;
	border:#e2e2e2 solid 1px;
	display:block;
	float:left;
	margin-right:10px;
}

.bq>li{
    float: left;
    margin: 10px 10px 10px 0px;	
}
.bq>li>a{
	padding: 5px 10px;
    background: #f26c23 !important;
    color: #fff !important;
	padding-left:1em !important;
}
.foot {
	background-color:#3B3B3B;
	padding-top:10px;
	padding-bottom:5px;
}
.foot p{
	font-size: 14px;
    color: #ccc;
}