@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,img, p{font: 12px Arial, Helvetica, sans-serif;margin:0;padding:0;border:0;outline:0;vertical-align: baseline;}


address,caption,cite,code,dfn,em,th,var {font-weight: normal;font-style: normal;}
a,a:hover,img,div,input,background{text-decoration: none;outline: none; /* for Firefox */border:none;
hlbr:expression(this.onFocus=this.blur()); /* for IE */}

body{ margin:0px auto; background-color:#133467; }

/*WRAPPER*/
#wrapper{width:100%; margin:0px auto;display: flex;max-width:1280px;}


/*LOGO*/
#logo{float: right; }
#logo a{
	height:128px;
	display:block;
	overflow:hidden;
	line-height:90000px;
	background: url(../images/logo.png) no-repeat top left;}




/*BANNER*/
#banner{height:780px;order: 2;width:calc(100vw - 300px);}
.b_btn{}

/*LEFT*/
#left{ background: #fff; height:900px;border-right: 8px solid #adb8c8;box-shadow:10px 0px 15px 0px rgba(0, 0, 0, 0.2196078431372549);display: flex;flex-direction: column;justify-content: center;align-items: center;}
#left img{ clear:both; margin:0px auto; display:block;}


/*SUBMENU*/
#submenu{ width:214px; background:url(../images/line01.png) center top no-repeat; margin-top:4px;margin: 0 auto; padding:15px 20px;}
.menu_head{}
.menu_head a {font-size: 13px;margin: 3px 0px;color: #fff;background: url(../images/item-bk.jpg);text-align: center;
line-height: 35px;display: flex;justify-content: center;align-items: center;}
.menu_head a:hover,.menu_head a.current {color: #f0e00b;}

.menu_body {margin: 5px 0px;height: 400px;}
.menu_body ul{ list-style-type:none;}
.menu_body li{ clear:both;}
.menu_body li a{ padding:5px 10px; display:block; font-size:13px; text-align:center; /*width:214px;*/ line-height:22px; color:#000; border-bottom:1px solid #bdbcbc;}
.menu_body li a:hover,.menu_body li a.current {color: #0992c9;}

/*FOOTER*/
#footer {
	/*background:url(../images/footer.jpg) repeat-x #fafafa;*/
	background-image: linear-gradient(top, #abaaaa 0%, #fff 40%, #fafafa 80%);
	background-image:-webkit-linear-gradient(top, #abaaaa 0%, #fff 40%, #fafafa 80%);
	background-image:-moz-linear-gradient(top, #abaaaa 0%, #fff 40%, #fafafa 80%);
	background-image:-o-linear-gradient(top, #abaaaa 0%, #fff 40%, #fafafa 80%);
}
#footer img{ float:right;}
#footer p{ margin:0px auto; max-width:1280px; line-height:20px; padding:15px; color:#6d6d6d; }
#footer p a{color:#6d6d6d;}
/*prods*/
#prods {padding: 17px 13px;background: url(../images/prodsbg.png) no-repeat left;top: 658px;position: absolute;/*width:646px;*/height: 70px;
z-index: 99;border-radius: 0px 10px 10px 0px;display: inline-block;}
.arrow_l {float: left;transform: translateY(20%);}
.arrow_r {float: right;transform: translateY(20%);}

#prodsbox{display:block;overflow:hidden;float:left;margin:0px;}
#prodsbox img{float: left;width: 70px;height: 70px; display:block; margin:0px 8px;}

