@charset "utf-8";

/* CSS Document */ /* 褐色     2d2525底色    */ /* 橘色      ff6600  */
body {
	margin: 0 auto;
	font-family: "Microsoft JhengHei", PMingLiU;
	padding-top: 0px;
	color: #666666;
	line-height: 24px;
	background: #ffffff;
}

li{
	list-style:none;
}

body>.container-fluid {
	padding: 0px;
}

@media screen and (min-width: 1024px) {
	.mmma1>.container-fluid,.mmma11>.container-fluid,.mmma2>.container-fluid,.mmma3>.container-fluid,.mmma4>.container-fluid
		{
		width: 1024px;
		margin: 0 auto;
	}
}

.mmma1>.container-fluid,.mmma11>.container-fluid,.mmma2>.container-fluid,.mmma3>.container-fluid,.mmma4>.container-fluid
	{
	padding: 0px;
}

.mmma1 {
	margin: 0 auto;
	padding: 0px;
}

.mmma11 {
	background: #f7f1e7;
}

.topsearch-container {
	width: 25%;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.de_t_yj img{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;}
.de_t_yy img{-moz-border-radius: 5px 5px 5px 5px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=&amp;qpos;#969696&amp;qpos;, Direction=135, Strength=10);
background-color: #000; -moz-box-shadow:1px 3px 5px #969696;-webkit-box-shadow:1px 3px 5px #969696;
box-shadow:1px 3px 5px #969696;}
.de_t_x img{-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;}
.de_t_x img:hover{-webkit-transform: rotate(-4deg);-moz-transform: rotate(-4deg);}
@media screen and (max-width: 767px) {
	.topsearch-container {
		width: 100%;
		float: right;
		padding: 10px;
	}
}


.topsearch {
	width: 100%;
	float: right;
}

.topsearch2 {
	padding: 0;;
	border-radius: 0;;
	border: 0;
	background: #f7f1e7;
}

.topsearch input,.topsearch a,.topsearch div {
	border-radius: 15px;
	border: 0px;
	height: 42px;
}

.topsearch input[type=image]{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.topsearch input {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.topsearch a {
	background: #0e4da2;
	cursor: pointer;
	color: #FFF;
}

.topsearch a:hover,.topsearch a:active {
	background: #3976c9;
}

.scut-container {
	width: 30%;
	float: right;
	margin-top: 10px;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
}

.teac_tb{ width:100%;border-collapse:collapse; text-align:center;}
.teac_tb td{border:1px solid #d2d2d2; padding:5px;box-sizing:border-box;}
@media screen and (max-width: 767px) {
	.scut-container { /*  position: fixed;*/ /*  position: absolute;*/
		/*position: absolute;
		z-index: 2000;
		top: 0;
		left: 0;*/
		width: 100%;
		height: auto;
		text-align: center;
		margin-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
}

.scut-container a:hover,.scut-container a:active {
	color: #3976c9;
}

.scut {
	border-radius: 15px;
	float: left;
	width: 100%;
}

.scut a {
	height:45px;
	line-height:45px;
	text-align: center;
	display: block;
	color: #FFF;
	background: #0e4da2;
	float:right;
}

.scut span {
	text-align: center;
	line-height: 22px;
}

@media screen and (max-width: 767px) {
	.scut {
		border-radius: 0px;
	}
}

@media screen and (max-width: 639px) {
	.scut {
		font-size: 16px;
		border-radius: 0px;
	}
}

.modal-body {
	padding-bottom: 30px;
}

.logo {
	font-family: Arial;
	font-weight: bold;
	color: #05469e;
	padding-bottom: 35px;
	padding-top: 25px;
	line-height: 40px;
	text-align: center;
	background: #FFF;
}

.logo a {
	color: #05469e;
}

.logo1 {
	padding: 28px 0;
}

@media ( max-width :767px) {
	.logo {
		padding-bottom: 10px;
		padding-top: 20px;
		text-align: center;
	}
	.logo1 {
		padding-top: 0px;
	}
}


.logo img {
	display: inline-block;
	width: auto;
	height: auto;
}

@media ( max-width :1024px) {
	.logoie,.smenu {
		padding: 0px;
	}
}

.smenu {
	color: #3c434d;
}

.smenu a {
	color: #FFF;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 9px;
	padding-bottom: 10px;
	background: url(../images/menubg.jpg) repeat-x;
}

.smenu>div {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-size: 16px;
}
.smenu>div ul{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:auto;
	z-index:9999;
	display:none;
	background:#f7f1e7;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.smenu>div ul li a{
	color: #FFF;
	border-bottom:1px dashed #FFF;
}
.smenu>div ul li a:hover{
	background:#CCC;
}
.smenu>div:hover ul{
	display:block;
}
.smenu>div:hover a{
	background: #f7f1e7;
	color: #05469e;
}

@media ( max-width :1023px) {
	.smenu>div {
		font-size: 13px;
	}
}

@media ( max-width :479px) {
	.smenu>div {
		font-size: 15px;
	}
	.logo img {box-sizing:border-box; padding:0 10px; width:100%;}
}

.cart1 {
	height: 60px;
	background: #d98f31;
	text-align: center;
	color: #FFF;
	position: relative;
	border-right: 1px solid #d9d4d0;
	padding: 0px;
}

.cart2 {
	height: 60px;
	background: #999;
	text-align: center;
	color: #FFF;
	border-right: 1px solid #d9d4d0;
	padding: 0px;
}

.cart2:last-child {
	border-right: 0px;
}

.cartarrow {
	position: absolute;
	right: -3px;
	top: 28px;
	z-index: 99;
}

.cart3 {
	font-size: 15px;
	padding-top: 10px;
}

.cart4 {
	font-size: 15px;
}

.cartpic {
	padding-right: 0px;
	padding-top: 5px;
}

@media ( min-width :640px) {
	.cartpic {
		padding-top: 0px;
	}
}

.cart5 {
	overflow: hidden;;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #bluelink2;
}

@media ( min-width :640px) {
	.cart5,.cart51 {
		line-height: 34px;
		font-size: 15px;
	}
}

.cart5 a {
	color: #f60;
}

.cart6 select {
	width: 100px;
	display: inline-block;
}

.cart7 {
	color: #999;
}

.cart8 {
	color: #000;
	font-family: Arial;
	text-align: right;
}

.cart9 {
	font-size: 18px;
	color: #F90;
	font-weight: bold;
}

.cart10 {
	font-size: 16px;
	color: #000;
}

.cart11 {
	text-indent: -12px;
	padding-left: 27px;
	padding-top: 15px;
	line-height: 24px;
}

.cart12 {
	font-size: 20px;
}

.cart13 {
	padding-left: 35px;
	padding-bottom: 15px;
	line-height: 24px;
}

.cart14 {
	padding-left: 20px;
	line-height: 18px;
}

.cart15 {
	padding-left: 20px;
	line-height: 18px;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.cart16 {
	font-weight: bold;
	color: #000;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart17 {
	font-size: 13px;
	padding-top: 5px;
	color: #666;
	line-height: 18px;
}

.cart18 {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.cartnotice {
	color: #cd403c;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.cartnotice a {
	color: #cd403c;
}

.carttitle {
	background: #05469e;
	color: #FFF;
	margin: 10px 0px;
	text-align: center;
	font-size: 18px;
	height: 35px;
	padding-top: 5px;
}

.form-horizontal .control-label {
	text-align: right;
	font-size: 15px;
	font-weight: normal;
}

.iconcartn {
	font-size: 11px;
	font-family: Arial;
	color: #F60;
}

.case1 {
	color: #ccc;
	height: 30px;
	background: #f7f1e7;
	width: 100%;
	position: relative;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
}

.login1 {
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

.login2 {
	background: #3a5898;
	color: #FFF;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 20px;
}

.login2 a {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.login3 {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}

.indextitle {
	float: left;
	border-bottom: 1px solid #967970;
	font-size: 20px;
	color: #F90;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 40px;
	margin-bottom: 10px;
}
.indextitle a{color:#F90;}
.indextitle2 {
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 40px;
	margin-bottom: 10px;
}
.indextitlec {
	text-align: center;
}

.ljh{ padding:5px;}
.ljh:hover .lj{ display:block; margin-top:-30px; line-height:30px;text-align:center; background-color:#000;filter: alpha(opacity=70);opacity: 0.7;-moz-opacity:0.7;}

.indexcon {
	padding:20px 10px;
	margin: 10px 0;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

.indexcon a {
	color: #F60;
	cursor: pointer;
}

.indexnews5{ background-color:#5b382f;box-sizing:border-box; padding:10px;text-align: left;margin-bottom:10px;float: left; width:100%;}
.indexnews5 img {width: 16px;height: 16px;display: inline-block;}
.indexnews5 a{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; overflow:hidden;display: block;}
.indexnews3{box-sizing:border-box; padding:10px;text-align: left;border-bottom:1px dotted #967970;}
.indexnews3 img {width: 16px;height: 16px;display: inline-block;}
.indexnews3 a{display: block;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; overflow:hidden;}

.indexpro {
	float: left;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	width:100%;
}

.indexpro>div {
	margin-bottom: 10px;
}

.indexpro a {
	padding: 0px;
	display: block;
	float: left;
	width: 100%;
}

.indexpro a:hover,.indexpro a:active {

}

.indexpro a:hover>.proc,.indexpro a:active>.proc {
	color: #333;
}

.proh {
	border-right: 1px solid #CCC;
}

.proh .proh1,.proh .proh2 {
	padding-left: 0px;
	padding-right: 0px;
}

.proh:nth-child(4n){
	border: 0px;
}

@media ( max-width :639px) {
	.proh:nth-child(2n){
		border: 0px;
	}
}

.proh1 {
	background: #d98f31;;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}

a:hover .proh1 {
	background: #999;
	color: #FFF;
}

.proh2 {
	background: #05469e;;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}

a:hover .proh2 {
	background: #666;
	color: #FFF;
}

.indexprotitle {
	font-size: 24px;
	color: #ff6600;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.indexprotitle>div {
	padding-bottom: 10px;
	padding-top: 10px;
	background: #1d1716;
}

.proc {
	color: #666;
	height: 95px;
	width: 100%;
	position: relative;
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
}

@media ( min-width :1024px) {
	.proc {
		height: 95px;
	}
}

.proc1 {
	color: #999;
	height: 90px;
	background: #2c3e50;
	width: 100%;
	position: relative;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
}

@media ( min-width :768px) and (max-width:820px) {
	.proc1 {
		height: 100px;
	}
}

.prot {
	position: absolute;
	top: 5px;
	color: #05469e;
	padding: 0px 10px 5px 10px;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
	border-bottom: 1px dashed #CCCCCC;
}

.prop1 {
	text-decoration: line-through;
	font-size: 11px;
	text-align: center;
	color: #dc9d1e;
}

.prop2 {
	font-size: 12px;;
	text-align: center;
}

@media ( min-width :1024px) {
}
.prop3 {
	color: #dc9d1e;
	font-size: 18px;
	font-weight: bold;
}

.proleftlist {
	padding: 0px;
}

.proleftlist ul {
	list-style: none;
}

.proleftlist ul li {
	padding: 5px 10px;
	color: #16a085;
}

.proleftlist ul li a {
	color: #16a085;
}

.proleftlist1 {
	background: #999;
	padding: 8px 10px;
	color: #FFF;
	font-size: 16px;
}

.proleftlist a:hover {
	color: #666;
}
.fbshare{
	float:left;
	margin-right:10px;
	padding:0;
	margin-top:-4px;
}
.producttitle {
	color: #f60;
	font-size: 24px;
	font-weight:bold;
	line-height: 35px;
	margin-bottom: 10px;
}

.productpic {
	width: 100%;
	text-align: center;
}

.productpic img {
	display: inline;
	max-width: 400px;
	height: auto;
	text-align: center;
}

.product1 {
	margin: 10px 0px;
	border-right: 1px solid #b4b4b4;
	font-size: 15px;
	text-align: center;
}

.product2 {
	margin: 10px 0px;
	font-size: 16px;
	text-align: center;
}

.product3 {
	font-family: Arial;
	font-size: 18px;
	color: #F00;
}

.product4 {
	font-size: 16px;
}

.product5 {
	padding-top: 10px;
	border-bottom: 1px dotted #000;
}

.productinfo {
	font-size: 15px;
	line-height: 24px;
}

.productinfo a {
	color: #666;
}

.productinfo select {
	display: inline;
	width: 80px;
}

.procon {
	font-size: 14px;
	color: #000;
	line-height: 22px;
}
.procon img{
	width:auto;
	max-width:100%;
}

.subtb {
	background: #05469e;
	height: 40px;
	padding-top: 6px;
	text-align: center;
	position: relative;
	color: #FFF;
	font-size: 16px;
	margin-top: 10px;
}

.bottom{float: left;background-color: #d98f31; color:#fff; line-height:22px; padding:10px;margin-top: 10px;}
.bottom1{text-align:center;}
.bottom1 a{color:#fff;}

.botconmar{ margin-top:25px; padding:20px 0;background:#d5d5d5;}
.botconmar>div:nth-child(1n){ padding:0px 20px;}
.botcon{width:24%;float:left;box-sizing:border-box; margin-right:1.333%;}
.botcon_bt{ float:left; width:100%; color:#fb5e74; font-size:18px; margin:5px 0px;}
.botcon_2{ line-height:24px;}
.botcon_2 li{ float:left; width:100%;list-style-image:none;list-style-type:none;}
.botcon_2 a{ color:#555; display:block;background: url('../images/f_arr.gif') no-repeat scroll 0px 9px transparent;padding: 0px 0px 0px 12px;text-decoration: none;}
.botcon_2 a:hover{background: url('../images/f_arr.gif') no-repeat scroll 3px 9px transparent;color: #FB838D;transition: all 0.3s ease 0s;}

.botan{ float:right; margin-top:-45px; }
.botan img{width:auto;float: right;}

@media ( max-width :767px) {
.botconmar>div:nth-child(1n){ margin-top:15px;border-bottom:1px dotted #d2d2d2; padding-bottom:15px;}
.botan{ float:left;margin-top:10px;}
.botan img{width:auto; float:none}
}

.bottomlink {
	text-align: right;
	padding-top: 20px;
}

@media ( max-width :767px) {
	.bottomlink {
		text-align: center;
		padding: 0px;
	}
}

.bottomlink>div {
	padding: 0px;
}

.bottomlink a {
	width: 100%;
	display: inline-block;
	color: #999999;
}

@media ( max-width :767px) {
	.bottomlink a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.bottomlink a:hover {
	color: #CCC;
}

@media ( max-width :767px) {
	.bottomlink a:hover {
		background: #05469e;
		color: #FFF;
	}
}

.ccard {
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

.ccard img {
	width: 200px;
	height: auto;
}

.sober {
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.sober a {
	width: 79px;
	height: 27px;
	display: inline-block;
}

.subline {
	margin-top: 10px;
}

.subtitle {
	font-size: 21px;
	color: #05469e;
	padding-bottom: 8px;
	padding-top: 7px;
	position: relative;
}

.subtitle3 {
	font-size: 18px;
	color: #b01317;
	padding-bottom: 5px;
	padding-top: 15px;
}

.subcon {
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 330px;
	line-height:30px;
	height: auto !important;
	height: 330px;
}



.subcon a {
	color: #F90;
}

.companyt {
	font-size: 24px;
	color: #f90;
}

.contact {
	font-size: 15px;
	background: #EEE;
	padding-top: 10px;
}

.contact label {
	color: #666;
}

.contact ol {
	padding-left: 20px;
}

.contact1 {
	padding-bottom: 15px;
	font-size: 15px;
}

.contact1>a {
	color: #3976c9;
}

.note1 {
	border-top: 1px dotted #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.note2 {
	color: #000;
}

.note3 {
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	color: #999;
}

@media ( min-width :1024px) {
	.news1{min-height:400px; height:auto !important; height:400px;}
}
.news1>a {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #666666;
	display: block;
	color: #ccc;
}

.news1>a:hover {
	color: #333;
	background: #eee;
	text-decoration: none;
}

.news1>a:hover .news3 {
	color: #333;
}

.contitle1 {
	color: #ff2a00;
	font-size: 20px;
	word-break: break-all;
}

.news2 {
	border-bottom: 1px dotted #666666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.news3 {
	font-size: 16px;
	color: #666;
	display: block; /*定义为块级*/
	float: left; /*左对齐*/
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	padding-right: 7px; /*文字距离右侧7像素。*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis; /* 支持 Opera */
}

.newsdetail {
	line-height: 24px;
	font-size: 15px;
	word-break: break-all;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.newsdetail img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}
.newsimg{
	width: auto;
	max-width: 100%;
}

.conlist>a {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #666666;
	display: block;
}

.conlist>a:hover {
	background: #efefef;
	text-decoration: none;
}

.conlistpic {
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #999;
	width: 100%;
}
a .news4{ color:#333;}
a:hover .news4{ color:#ff6600;}
.news4 {
	font-weight: bold;
	font-size: 15px;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	padding-right: 7px; /*文字距离右侧7像素。*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}

.news5 {
	color: #999;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	padding-right: 7px; /*文字距离右侧7像素。*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}

.pager a {
	color: #000;
}

.member {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.member1 {
	font-size: 17px;
}

.member2 {
	padding-top: 20px;
}

.member2 table {
	border-top: 1px solid #cccccc;
}

.member2 .form-group .col-xs-2 {

}

.member3 {
	color: #F60;
}

.member4 {
	font-size: 11px;
	font-family: Arial;
}

@media ( min-width :480px) and (max-width:639px) {
}

@media ( min-width :640px) and (max-width:767px) {
}

@media ( min-width :768px) and (max-width:1023px) {
}

@media screen and (min-width: 1024px) {
}

#szpop {
	position: fixed;
	left: 10px;
	bottom: 20px;
	z-index: 10000;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
	line-height: 18px;
}

#szpop a {
	color: #FFF;
}

.szmp {
	display: inline-block;
	border: 5px solid #FFF;
	background: rgba(21, 93, 78, .7);
	font-size: 22px;
	padding: 10px 10px 12px 12px;
	border-radius: 30px;
}

.szcall {
	position: absolute;
	top: -33px;
	left: 35px;
	background: rgba(21, 93, 78, .7);
	padding: 6px 7px;
	border-radius: 18px;
}

.szmsg {
	position: absolute;
	top: -38px;
	left: 0px;
	background: rgba(21, 93, 78, .7);
	padding: 6px 7px;
	border-radius: 18px;
}

/*background:#165d4e;*/
.szlist {
	position: absolute;
	top: -5px;
	left: 60px;
	left: 57px;;
	background: rgba(21, 93, 78, .7);
	padding: 6px 7px;
	border-radius: 18px;
}

.szhide {
	position: absolute;
	top: 33px;
	left: 57px;;
	background: rgba(21, 93, 78, .7);
	padding: 6px 7px;
	border-radius: 18px;
}

.szmenub {
	background: #d98f31;
	text-align: center;
	font-size: 15px;;
	margin-bottom: 5px;
	color: #FFF;
}

.szmenub:hover {
	background: #e4393c;
	text-align: center;
	font-weight:bold;
}

.szmenub:hover .szmenu{
	display:block;
}

.szmenu {
	position: absolute;
	top: 100%;
	left: 0px;
	border: 2px solid #e4393c;
	z-index: 1100;
	padding-right: 0px;
	padding-left: 0px;
	background: rgba(240, 240, 240, 1);
	font-family: PMingLiu;
	display:none;
}

.szmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.szmenu li {
	padding: 5px 3%;
	color: #000;
	position:relative;
}

.szmenu ul a {
	color: #000;
	font-weight:normal;
}

.szmenu ul a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #e4393c;
}

.szmenu>ul {
	padding-left: 10px;
	padding-right: 10px;
}

.szmenu>ul>li {
	border-bottom: 1px solid #FFF;
	position: relative;
	padding-left: 10px;
}

.szmenu>ul>li:hover {
	border: 1px solid #CCC;
	background: #FFF;
	padding-bottom: 4px;
}

.szmenu li ul{ display:none; border:1px solid #BBB; border-left:none; background:#FFF; }
.szmenu li:hover ul{ display:block; position:absolute; top:-1px; right:-100%; width:100%; }
.szmenu li:hover ul ul{ display:none; }
.szmenu li li:hover ul{ display:block; position:absolute; top:-1px; right:-100%; width:100%; }
.szmenu li li:hover ul ul{ display:none; }
.szmenu li li li:hover ul{ display:block; position:absolute; top:-1px; right:-100%; width:100%; }
.szmenu li li li:hover ul ul{ display:none; }
.szmenu li li li li:hover ul{ display:block; position:absolute; top:-1px; right:-100%; width:100%; }
.szmenu li li li li:hover ul ul{ display:none; }
.szmenu li li li li li:hover ul{ display:block; position:absolute; top:-1px; right:-100%; width:100%; }
.szmenu li li li li li:hover ul ul{ display:none; }
.szmenu li li li li li li:hover ul{ display:block; position:absolute; top:-1px; right:-100%; width:100%; }
.szmenu li li li li li li:hover ul ul{ display:none; }

.red {
	color: #F00;
}

.green {
	color: #489f48;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a:hover {
	text-decoration: none;
}

.clear {
	height: 0px;
	clear: both;
	overflow: hidden;
}

.prodtran{
	position:absolute;
	top:100%;
	left:50%;
	z-index:999;
	background:#FFF;
	border:1px #CCC solid;
	padding-left:5px;
}

.qty{
	width:40px;
	height:30px;
	text-align:center;
	margin:0;
}

.qtyadd{
	height:30px;
	width:20px;
	text-align:center;
	margin:0;
	cursor:pointer;
}

.piccon {
	background: #d98f31;
	padding:20px;
	color:#FFF;
}
.movebg {
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-repeat: repeat;
}
.moveoverlay {
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/pattern.png);background-repeat: repeat;
}

.movecontainer {
  position: relative;
}
.mm-footer img{ width:auto;}

.eisjrn a{
	color:#333;
	}