/*top*/
.ym-top-div{
	width:960px;
	height:100;
	min-width:1200px;
	background:#fff;
}
.top-shop{
	padding-top:3px;
	font-size:16px;
	color:#888888;
}
.top-shop a{
	color:#959595;
}
.top-shop a:hover{
	color:#959595;
}
.top-phone{
	font-size:22px;
	color:#000000;
}
.glyphicon-earphone{
	color:#E32F1C;
}

.head-logo{
	position:absolute;
}
.top-text{
    position: relative;
	top:-30px;
	left:140px;
	font-size:20px;
	font-style: oblique;
}

/* nav */
.navbar-header .head-img{
	width:120px;
	height:120px;
	display: block;
	position:relative;
    top:-80px;
	z-index:99;
	border-radius:50%;
	border:1px solid #e32f1c;
}
.navbar {
	margin-bottom:0;
	font-size:16px;
}
  .navbar-default .navbar-collapse .navbar-nav li {
    width:120px;
	text-align: center;
  }

/* nav */



@media screen and (max-width:768px){
	#ym-top-div{
		min-width:0;
	}
	.top-text{
        top: -21px;
		left:90px;
		font-size:16px;
	}
    .top-shop {
	    display:none;
    }
	.top-tel{
		display: none;
	}

	.top-shop{
		padding-top:3px;
		font-size:12px;
	}
	.navbar-header .head-img{
		top:-55px;
		left:5px;
		width:80px;
		height:80px;
	}
	.navbar ul{
	    background:#c6c6c6;
		height:100%;
	}
	.navbar-default .navbar-collapse .navbar-nav li {
	    width:100%;
		text-align: center;
	}

}