li {
	list-style: none;
}
ul {
	padding:0 ;
}
center {
	margin-bottom: 40px;
}

.glyphicon-earphone {
	font-size: 50px;
}
.mgr-20 {
	margin-right: 20px;
}
.mgt-10{
	margin-top: 10px;
}
.mgt-30{
	margin-top: 30px;
}
.mgb-20 {
	margin-bottom: 20px;
	width: 100%;
}
.pd-0-60{
	padding: 6px 60px;
}
.pd-20-0{
	padding: 20px 0;
}
.jumbotron {
	padding: 0;margin: 0;
}
.navbar {
	margin: 0;
}
#table {
	background: #ececec;
}

.picScroll-left{
	height: 230px;
    margin: 40px auto;
    /*overflow: hidden;*/
    position: relative;
}
.product-center .col-lg-4:hover a{

    background-color: #333;
    color:#fff;
     transition: 0.5s
}
.product-center .col-lg-4:hover h5{
    color:#fff;
     transition: 0.5s
}

#footer,#footer a {
	color:#fff;
	background-color: ;
	background: url(../img/foot_bg.jpg);
}
#footer p {
	/*font-weight: bold;*/
	font-size:  16px;
}
#footer li {
	line-height: 30px;
}
.back {
	/*background-color: #232323;*/
	color: #575757;
}
.back .container {
	padding: 10px 0;
	color: #fff;
}

.ewm img{
	margin: 10px 0;
	width: 120px;
}
#news .container .row div .thumbnail {
	min-height: 418px;
}
#product .container .row ul li a img {
	 width: 100%;
	 transition: all 0.6s;
	 height: 100%;
	 object-fit: contain;
}
#product .container .row ul li a img:hover{
	transform: scale(1.4);
}
#product .container .row ul li a .ovh {
	 height: 172px;
	 width: 100%;
	 border: 1px solid #ddd;
	 /* max-height: 157px; */
	 overflow: hidden;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
.navbar-inverse {
	/*background-color: #01a1ed;*/
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background-color: #3a3a3a;
}