.search{border: 1px solid #d7d7d7;    border-radius: 50px;        height: 36px;    background: #f6f6f6;padding: 0 10px;    width: 200px;    float: right;}
.search input{height:32px;}
.search .fa{    right: 16px;    top: 9px;}

.menu{height:70px;}
.menu .animenu_nav_child {    top: 133px;}
.animenu_nav_child{border-top: 1px solid #f1f1f1;}
.animenu_nav .nav-item a{    position: relative;}
.menu .animenu_nav .nav-item a {    line-height: 50px;    padding-top: 21px;}
.animenu_nav > li:hover > a:first-child:before, .animenu_nav > li.active > a:first-child:before {
 left:0;
 bottom:1px;
 width:100%;
 height:2px;
 content:"";
 position:absolute;
 background-color:#57a68d;
}

.animenu_nav > li:hover > .bg {  opacity: 1;  visibility: visible;  margin: 0;}


.bg{left:0;opacity: 0;  visibility: hidden;z-index:11;bottom:0;width:100%;height:calc(100vh - 166px) ; content:"";position:fixed; background-color:#23252499;}
.header_bk {background:#fff;z-index:1111;}
.header_top{padding-top:166px;}
.icon_a {display: inline-block;}
.img_meue{font-size:16px!important;padding-top:10px!important;}
.header_product a{display:block;float:left;width:33.3%;}
.header_product a:first-child{width:100%;}

@media (min-width: 1200px){
.header_bk .container {
    max-width: 1240px;
}
}


/* iPhone5/SE */
	@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
		.header_top{padding-top:50px;}
		
	}