.vendor-content{
	background-color:#fcfcfc;
}
.vendor-title{
	min-height:150px;
	width:1200px;
	text-align:center;
	background-color:#fcfcfc;
	margin: 5px auto;
}
.vendor-menu{
	min-height:48px;
	width:1200px;
	text-align:center;
	background-color:#fcfcfc;
	margin: 0px auto;
	overflow: hidden;
}
.vendor-logo img{
	width:120px;
	heigth:120px;
}
.vendor-description{
	display:none;
	width: 1200px;
    margin: 0 auto;
    text-align: left;
    clear: both;
    position: relative;
    z-index: 8;
	top: 20px;
}

.vendor-menu .nav { 
	left:148px; 
	border-top:1px solid #e8e9eb;
	border-bottom:1px solid #e8e9eb;
}
.vendor-menu .nav ul{ 
	margin:0 auto;
	display: inline-block;
}

.vendor-menu .nav ul li { float:left; width:auto; line-height:46px; padding:0 32px;}

.vendor-menu .nav ul li ::after{ 
	content: "\007c";  
    color: #a2b6c5;    
    font-size: 12px;    
    position: relative;    
    left: 20px;    
    bottom: 3px;    
    cursor: pointer;     
}
.vendor-menu .nav ul li:last-child{ 
	content: "";   
    }
    
.vendor-menu .nav .nav_li a { 
    display:block; 
    width:100%; 
    color:#3d463e; 
    text-align:center; 
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
    font-weight: 400;
	font-style:normal;
}
.vendor-menu .nav .nav_li ul li a{
	font-size: 16px;	
	font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
	font-weight: 600;
}
.vendor-menu .nav .nav_li a:hover, .menu .nav .nav_li a.current { color:#E06F3E;text-decoration:none; }
.vendor-menu .nav .nav_li a:visited{ text-decoration:none; }
.section-title1{
	width:1200px;
	height:126px;
	background: url('../image/header/vendor-section1.png') no-repeat;
	background-size: 100% 100%;
}
.section-title2{
	width:1200px;
	height:126px;
	background: url('../image/header/vendor-section2.png') no-repeat;
	background-size: 100% 100%;
}
.section-title3{
	width:1200px;
	height:126px;
	background: url('../image/header/vendor-section3.png') no-repeat;
	background-size: 100% 100%;
}
.section-title4{
	width:1200px;
	height:126px;
	background: url('../image/header/vendor-section4.png') no-repeat;
	background-size: 100% 100%;
}
.product-section li{
	float:left;
	width:600px;
	heigth:400px;
	text-align: center;
}
.product-section li a{
	text-decoration: none;
}
.product-section li a img{
	width:400px;
	heigth:400px;
}
.product-section li a span{
	color:#3d463e; 
    text-align:center; 
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto,'Helvetica Neue',sans-serif;
    font-weight: 400;
	font-style:normal;
}

