
body {
    color: #333;
    font-size: 14px;
    font-family: mynormal, Arial, "microsoft yahei", serif;
	margin:0 auto;
	position:relative;



}
.img-hide{ overflow:hidden; display: block; }

.img-hide img{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img{ transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{ max-width:100%; display: inline-block; vertical-align: middle;}
.container{ width: 1170px;}
.logo{ line-height: 90px; font-weight: bold; color: #000; font-size: 18px; }
.nav-list{ margin-left: 200px; }
.nav-list li{ float: left; margin-right: 70px; line-height: 90px; }
.nav-list li a{ font-size: 16px; color: #333; position: relative; }
.nav-list li a:hover{ color: #3cae38; }
.nav-list li a:hover:before{ display: block; content: ""; position: absolute; left: 50%; top: 50%; width: 26px; margin-left: -13px; height: 3px; background: #3cae38; margin-top: 15px; }
.login-a{ line-height: 90px; }
.login-a a{ font-size: 16px; color: #333; }
.banner{ height: 230px; padding-top: 50px; }
.search-box{ max-width: 850px; padding:35px 0; background: #fff; border-radius: 4px; margin: -50px auto 0 auto; box-shadow: 0 0 15px rgba(0,0,0,0.3); }
.search-left{ font-size: 24px; font-weight: bold; color: #333; line-height: 23px; margin-left: 50px; }
.search-left span{ font-size: 14px; font-weight: normal; }
.search-c{ width: 570px; position: relative; padding-right: 110px; margin-right: 40px; } 
.search-c .form-control{ height: 50px; padding-left: 20px; border:solid 1px #ddd; border-radius: 50px 0 0 50px; font-size: 16px; box-shadow: none; }
.btn-ss{ position: absolute; right: 0; top: 0; bottom: 0; background: #3eab3d; width: 110px; border-radius: 0 50px 50px 0; color: #fff!important; line-height: 50px; padding:0; text-align: center; }
.shop-list li{ float: left; width: 33.333333%; padding:0 10px; margin-bottom: 20px; }
.shop-list{ margin:0 -10px; padding-top: 40px; }
.shop-list-box{ height: 300px; position: relative; }
.shop-list-box2{ height: 100px; position: relative; }
.shop-list-name{ position: absolute; left: 20px; top: 20px; font-size: 28px; color: #fff; }
.shop-list-name:before{ display: block; content: ""; position: absolute; left: 0; bottom: -10px; width: 30px; height: 3px; background: #fff; }
.shop-list-a{ position: absolute; left: 15px; right: 15px; top: 160px; }
.shop-list-a div{ float: left; width: 25%; padding:0 5px; margin-bottom: 10px; }
.shop-list-a a{ display: block; padding:0 5px; background: rgba(255,255,255,0.1); border:solid 1px rgba(255,255,255,0.4); border-radius: 4px; color: #0A08F4; line-height: 30px; background: #3bb13c;}
.shop-list-a a:hover{ background:#fff; border-color: #3bb13c; }
.footer{ background: #464646; color: #fff; padding:15px; }
.menu-button { position: absolute; display: none; top: 18px; right: 15px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 24px; height: 2px; margin: 5px auto; background-color: #464646; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ margin-top: -8px; }
.cross .bar{ margin:13px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}
.login-a a:hover{ color: #3bb13c; }
@media( max-width: 1279px){
	.container{ width: 970px; }
}
@media( max-width: 991px){
	.container{ width: 100%; }
	.logo{ line-height: 50px; }
	.header{ position: relative; }
    .nav-list{ position: absolute; width: 100%; margin:0; box-shadow: 1px 2px 3px rgba(0,0,0,0.2); border-top: solid 1px #ddd; display: none; left: 0; top: 100%; right: 0; background: #fff; }
    .nav-list li{ float: none; margin:0; position: relative; }
    .nav-list li a{ display: block; font-size: 16px; padding:0 15px; line-height: 40px; color: #333; font-weight: normal; }
    .login-a{ line-height: 50px; margin-right: 60px; }
    .search-box{ width: 100%; padding:15px; }
    .banner{ padding:30px 15px 80px 15px; height: auto; }
    .search-c{ width: 100%; margin:0; padding-right: 100px; }
    .search-left{ width: 150px; float: none!important; margin:0 auto 15px auto; }
    .search-c .form-control{ height:40px; }
    .btn-ss{ height: 40px; line-height: 40px; width: 100px; }
    .shop-list li{ width: 50%; }
	}
@media( max-width: 768px){
	.shop-list li{ width: 100%; }
	.menu-button{ display: block; }

}