@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button,a,i{padding:0;margin:0; box-sizing: border-box; }
ul,li,dl,dt,ol,u,dd { list-style:none; padding:0px; margin:0px; }
address,caption,cite,code,dfn,em,strong,th,var,i,s,a{ font-style:normal; text-decoration:none; } 
body{background:#000;}

/* flex布局 */
.c-row {
	display: flex;
}
.c-row-middle {
	align-items: center;
}
.c-row-center {
	justify-content: center;
}
.c-row-middle-center {
	justify-content: center;
	align-items: center;
}
.c-column {
	flex-direction: column;
}
.c-row-around {
	justify-content: space-around;
}
.c-row-between {
	justify-content: space-between;
}
.c-flew-end {
	justify-content: flex-end;
}
.c-flex-warp {
	flex-wrap: wrap;
}
.flex-cover {
	flex: 1;
}

/*登录*/
.new_index h1{ padding: 0; margin: 0; line-height: 0; }
.new_index .nav{ z-index: 99999;  width: 100%; left: 0; top: 0; padding: 10px 30px 0;  height: 90px; line-height: 70px; }
.new_index .action{position: fixed; background-color: #1c2126;}
.new_index .nav .menu-btn{ position: absolute; top: 0; right: 0;  display: none; }
.new_index .nav .menu-btn img{ width: 70%; }
.new_index .nav .logo{ width: 70%; }
.new_index .nav .menu{ color: #fff; font-weight: 600; font-size: 18px; padding-left: 50px; display: block; }
.new_index .nav .menu li{ flex: 1; text-align: center; cursor: pointer; }
.new_index .nav .menu li a{ color: #fff; }
.new_index .nav .menu li:hover a{color: #deba72;}
.new_index .nav .menu .phone img{ display: inline-block; width: 20px; height: 20px; margin-right: 10px; }
.new_index .nav .menu .phone p{ display: flex; align-items: left; justify-content: space-around; flex-direction: column; line-height: 1em; margin: 0px; }



.new_index #food2{display:none;}
.new_index .fooder{ background-color: #1c2126;  padding-top: 40px; margin-top: 30px;}
.new_index .fooder .fooderbox{  width: 1420px; margin: 0 auto; }
.new_index .fooder .fooderbox .name{color: #fff; font-size: 18px; margin-bottom: 15px; }
.new_index .fooder .fooderbox ul{ display: block; }
.new_index .fooder .fooderbox ul li:first-child{color:#fff;font-size:18px;}
.new_index .fooder .fooderbox ul li{ color: #999999; font-size: 14px; line-height: 40px; }
.new_index .fooder .fooderbox .top{ padding-left: 50px;}
.new_index .fooder .fooderbox .phone{color: #fff; font-size: 36px; font-weight: 600; margin-top: -10px; }
.new_index .fooder .fooderbox .btn{ background: #efb562; cursor: pointer; margin-top: 10px;  height: 40px; width: 120px; text-align: center; line-height: 40px;  display: inline-block; color: #fff; }
.new_index .fooder .fooderbox .btn img{ margin-right: 5px; }
.new_index .fooder .fooderbox .link{ height: 50px; margin-top: 30px; font-size: 14px; color: #999999; }
.new_index .fooder .fooderbox .link a{ color: #999999; padding-left: 20px; }
.new_index .fooder .copy{ height: 70px; line-height: 70px; border-top: 1px solid #999; font-size: 14px; color: #999; margin-top: 30px; }
.new_index .fooder .copy .map{ text-align: right; }
.new_index .fooder .copy .map{ text-align: center; }


@media screen and (max-width: 1200px) and (min-width: 300px) {
.new_index 	.nav{ z-index: 9999;  width: 100%; left: 0; top: 0;  height: 50px; line-height: 20px; padding: 10px 10px 0; }
.new_index 	.nav .menu{ display: none; }
.new_index 	.nav .menu.show{display: block !important;}
.new_index 	.nav .menu .c-row{ display: block; }
.new_index 	.menu-nav { position: relative; top: 40px; right: -10px; background-color: #fff; box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12) !important;}
.new_index 	.nav .menu li a{ color: #333; font-size: 14px; font-weight: 500; height: 25px; line-height: 25px; }
.new_index 	.nav .menu .phone{ display: none; }
.new_index 	.nav .menu li{ flex: 1; text-align: center; }
.new_index 	.nav .menu-btn{ text-align: right; display: block; }

.new_index 	.fooder{ background-color: #1c2126;  padding-top: 40px; margin-top: 0;}
.new_index 	.fooder .fooderbox{  width: 100%; margin: 0 auto; }
.new_index 	.fooder .fooderbox .c-row{ display: block; }
.new_index 	.fooder .fooderbox .c-row .item{ width: 100%; text-align: left; padding-left: 20px; }
.new_index 	.fooder .fooderbox .c-row .item ul{ display: none; padding-bottom: 20px; }
.new_index 	.fooder .fooderbox .c-row .item ul.action{ display: block; }

.new_index 	#food1{display:none;}
.new_index 	#food2{display:block;}
.new_index 	.fooder .fooderbox .name{color: #fff; font-size: 16px; margin-bottom: 15px; }
.new_index 	.fooder .fooderbox ul li{ color: #999999; font-size: 12px; line-height: 30px; }
.new_index 	.fooder .fooderbox .top{ padding-left: 20px;}
.new_index 	.fooder .fooderbox .phone{color: #fff; font-size: 20px; font-weight: 600; margin-top: -10px; }
.new_index 	.fooder .fooderbox .btn{ background: #efb562; cursor: pointer; margin-top: 10px;  height: 40px; width: 120px; text-align: center; line-height: 40px;  display: inline-block; color: #fff; }
.new_index 	.fooder .fooderbox .btn img{ margin-right: 5px; }
.new_index 	.fooder .fooderbox .link{ height: 40px; margin: 14px 0px; font-size: 12px; color: #999999;}
.new_index 	.fooder .fooderbox .link a{ color: #999999; padding-left: 10px; }
.new_index 	.fooder .copy{ height: 30px; line-height: 30px; border-top: 1px solid #999; font-size: 12px; color: #999; }
.new_index 	.fooder .copy .map{ text-align: left; }
	
}









