﻿@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

.breadcrumb {
	background: transparent;
	font-size: 15px;
	color: #fafafa;
	text-align: center;
	margin-bottom: 0;
}

.breadcrumb a,
.breadcrumb>.active,
.breadcrumb>li+li:before {
	color: #fafafa;
}


body {
	font-family: 'Segoe UI',SegoeUI,'Microsoft JhengHei',"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #000;
	font-size:16px;
	line-height: 1.5;
	background: #fff;
	overflow:hidden;
	overflow-y:auto;
}

li{
	list-style:none;
}

a {
	color: #666;
	text-decoration: none;
}
a img {
	border: 0px;
}

a:hover {
	color: #f60;
	text-decoration: underline;
}

#indcon {
	overflow:hidden;
	padding:0;
}
#indcon2 {
	min-height: calc(100vh - 82px - 161px);
	overflow:hidden;
	padding:0;
	background: url(../images/bg_01.jpg);
	border-bottom: 1px solid #e0e0e0;
}

.banner{
	padding:0 5%;
	background: url(../images/bg_01.jpg);
	overflow: hidden;
}
.banner img{
	width:100%;
}
.bannertitle{
	font-size:20px;
	font-weight:bold;
	padding:30px;
	color:#666;
}
.bannercontent{
	font-size:16px;
	padding:30px 15px;
	color:#666;
}

.top{
	padding:0 20px;
	background: url(../images/bg_01.jpg);
}
.topfb{
	padding: 0;
	text-align:center;
}
.topfb a {
	margin: 0 5px;
}
.topfb img{
	width:auto;
	max-height:45px;
}

.scut-container {
	margin: 0;
}
.scut-container a {
	max-width:120px;
	height:45px;
	line-height:45px;
	text-align: center;
	display: inline-block;
	color: #FFF;
	background: #fff;
	color: #575757;
	float:right;
}
.scut-container a:hover {
	color: #404040;
}
.scut-container .searchdiv {
	max-width:120px;
	height:45px;
	line-height:45px;
	text-align: center;
	color: #FFF;
	background: #575757;
	float:right;
	position:relative;
}
.scut-container .searchdiv2{
	background:#404040;
}
.scut-container .sinput{
	position:absolute;
	top:0;
	right:100%;
	height:100%;
	/* display:none; */
	float:left;
}
.scut-container .sinput input{
	height:100%;
	padding:0 5px;
	color:#404040;
}
.scut-container .searchdiv button{
	background:none;
	border:0;
	width:100%;
	color: #575757;
}
.searchdivxs{
	display:none;
	height:45px;
	padding:5px 1%;
	text-align: center;
	color: #FFF;
	background: #575757;
}
.searchdivxs input{
	height:35px;
	width:85%;
	color:#404040;
}
.searchdivxs button{
	height:35px;
	width:13%;
	background:#575757;
	border:none;
}

@media screen and (max-width: 767px) {
	body {
		padding-bottom:45px;
		float:left;
		width:100%;
	}
	.scut-container {
		margin-top: 0;
		padding: 0;
		position:fixed;
		bottom:0;
		left:0;
		z-index:99999999;
	}
	.scut-container a{
		max-width:none;
	}
	.scut-container .searchdiv{
		max-width:none;
	}
}


.modal-body {
	padding-bottom: 30px;
}

.logo {
	font-family: Arial;
	font-weight: bold;
	color: #000;
	padding: 10px;
}

.logo a {
	color: #000;
}

@media ( max-width :1024px) {
	.logoie,.smenu {
		padding: 0px;
	}
}

.logo img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width:100%;
	max-height:90px;
}

.logo1 {
	padding-top: 30px;
	line-height: 40px;
}

.smenu {
	line-height: 40px;
	z-index:999;
	padding:0 6% 5px;
	margin-top: 10px;
}

.smenu a {
	color:#000;
	display: inline-block;
	width:100%;
	font-size:18px;
}

.smenu li {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-size: 16px;
	position:relative;
	
}
.smenu>li {
	border-left: 1px solid #000;
}
.smenu>li:last-child{
	border-right: 1px solid #000;
}
.smenu>li:hover>a {
	color: #F44336;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.smenu>li>ul{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:auto;
	z-index:99999;
	background: #424242;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.smenu>li>ul>li ul{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:auto;
	z-index:99999;
	background: #607d8b;
}
.smenu>li>ul li{
	border-bottom: 1px dotted #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.smenu>li>ul li:last-child{border-bottom: none;}
.smenu>li>ul li a{
	color: #FFF;
}
.smenu>li>ul li:hover {
	background: #616161;
}
.smenu>li>ul li>ul li:hover {
	background: #37474f;
}
.smenu>li .indicator {
	position: absolute;
	color: #FFF;
	top: 0;
	right: 8px;
	font-size: 20px;
	display: none;
}
.smenu ul>li .indicator {
	top: 0;
	right: 8px;
}
@media ( max-width : 1279px) {
	.smenu a{
		font-size:16px;
	}
}
@media ( max-width : 849px) {
	.smenu a{
		font-size:13px;
	}
}
@media ( max-width : 768px) {
	.smenu a {
		font-size:20px;
		color:#FFF;
	}
	.smenu>li{
		background: #616161;
	}
	.smenu>li:first-child{
		background: #000;
		text-align:center;
		color: #fff;
	}
	.smenu li {
		text-align: left;
	}
	.smenu li ul,.smenu li ul li ul {
		position: static;;
	}
	.smenu>li .indicator {
		right: 20px;;
		font-size: 20px;
	}
	.smenu ul>li .indicator {
		right: 20px;
	}
	.smenu>li>ul>li>a {
		/* padding-left: 40px !important; */
	}
	.smenu>li>ul>li>ul>li>a {
		/* padding-left: 60px !important; */
	}
	.smenu>li>ul>li>ul>li>ul>li>a {
		padding-left: 80px !important;
	}
}

@media ( max-width :767px) {
	.logo {
		text-align: center;
	}
}

.cart1 {
	height: 60px;
	background: #ff9900;
	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;
}

.cart5 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.cart5 a {
	color: #f60;
}

.cart7 {
	font-size: 18px;
	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: #2a201f;
	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;
	padding-right: 10px
}

.iconcartn {
	font-size: 11px;
	font-family: Arial;
	color: #F60;
}

.case1 {
	width: 100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	position: relative;
	padding:0px;
	border-bottom:none;
}

.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;
}

.indexcon {
	padding:30px 10%;
	position: relative;
	overflow: hidden;
}
.indexcon img{
	width:auto;
	max-width: 100%;
	height: auto;
}
.indexconimg{
	padding:0;
}
.indexconimg img{
	width:100%;
	height:auto;
}
.indexcon a {
	color: #F90;
	cursor: pointer;
}
.indextitle{
	float: left;
	font-size:18px;
	box-sizing: border-box;
	padding: 0 10px 0px 50px;
	line-height: 40px;
	height:40px;
	margin-bottom: 10px;
	background:#e1704b url(../images/kew_45.jpg) no-repeat 10px center;
	color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
}
.indextitle a{color:#FFF;}
.indextitle2 {
	float: left;
	font-size:18px;
	box-sizing: border-box;
	padding: 0 10px 0px 50px;
	line-height: 40px;
	margin-bottom: 10px;
	/*background:#e1704b url(../images/kew_45.jpg) no-repeat 10px center;*/
	color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
}
.indextitle2 a{color:#FFF;}
.indextitlec {
	text-align: center;
	color:#000;
	background: #fff;
	font-weight: bold;
	border-radius:0px;
	margin:20px 0px;
	font-size:30px;
	padding:0px;
}
.indextitlec::first-letter {
	color: #f44336;
}
.indextitlec>span {
	padding: 0 15px;
	background: #fff;
	position: relative;
	letter-spacing: 2px;
}
.indextitlec>span::before,
.indextitlec>span::after {
	content: '';
	width: 150px;
	height: 50px;
	background: url(../images/element_01.png) no-repeat;
	background-size: contain;
	left: -150px;
	top: 0;
	position: absolute;
}
.indextitlec>span::after{
	left: auto;
	right: -150px;
}
.indextitlec a{color:#000;}

.ljh{ padding:5px;}

.ljh:hover .lj{ display:block; margin-top:-40px; line-height:40px;text-align:center; background-color:#000000;filter: alpha(opacity=70);opacity: 0.7;-moz-opacity:0.7; color:#ffa700;}
.lj{
	color: #fff;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis; display:none;
}

.indexnews{text-align:center;}
.indexnews2{margin-top:5px;padding-bottom:5px;border-bottom:1px #CCC dashed;}
.indexnews2:last-child{border-bottom:0;}
.indexnewst{font-size:18px;font-weight:bold;margin:5px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.indexnewst2{font-size:18px;font-weight:bold;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.indexnewsc{margin:5px;}
.indexnewsc2{margin:5px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.indexnewsb a{display:inline-block;padding:5px 15px;border:1px #CCC solid;}
.indexnewsb2 a{display:inline-block;padding:2px 10px;border:1px #CCC solid;}

.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: 15px 10px;
	text-align: left;
	border-bottom: 1px dotted #cdcdcd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indexnews3 img {width: 20px;height: 20px;display: inline-block;}
.indexnews3 a{display: inline-block;white-space:nowrap; color:#000; font-size:16px;text-overflow:ellipsis;-o-text-overflow:ellipsis; overflow:hidden;}
.indexnews3:hover{background: rgba(255,255,255,.5);}
.indexnews3:hover a {
	color: #f44336;
}




.indexpro {
	padding: 0;
}
.indexpro>div {
	margin-bottom: 20px;
}

.proh{
	padding:0 10px;
}
.proh a {
	padding: 0px;
	display: block;
	float: left;
	width: 100%;
}
.proimg {
	padding: 0;
	border: 1px solid #cdcdcd;
}

.prot {
	float: left;
	color: #000;
	text-align: center;
	font-size: 18px;
	padding: 5px 5px 12px;
	margin: 10px 0px;
	background: url(../images/element_03.png) repeat-x;
	background-size: 10px;
	background-position: left bottom;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.prot a {
	color: #4AB54A;
}

.proc {
	color: #777;
}

.prob{
	margin-top:10px;
}
.prob button{
	display:inline-block;
	padding:5px 10px;
	background:#FFF;
	border:2px #4AB54A solid;
	color:#4AB54A;
}
.prob button:last-child{
	float:right;
}

.prop1 {
	text-decoration: line-through;
	font-size: 16px;
	text-align: left;
	color: #ccc;
	padding-left: 5px;
	height:38px;
	line-height:38px;
	position:absolute;
	width:80px;
	height:38px;
	left:0px;
	top:0px;
}

.prop2 {
	position:absolute;
	color: #e08f31;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	background:url(../images/ssio.png) no-repeat left center;
	height:40px;
	line-height:40px;
	width:90px;
	right:0px;
	top:0px;
}
.prop2 a {
	background-color: #36ad36;
	color: #4AB54A;
	padding: 0 10px;
	float: left;
	font-size:15px;
}

.prop2 a:hover {
	background-color: #008100;
}

.prop3 {
	color: #c40000;
	font-size: 18px;
	font-weight: bold;
}


.listmode{
	text-align:right;
	padding-right:20px;
	font-size:1em;
}
.listmode a{
	display:inline-block;
	margin:0 10px;
}
.actlist{
	color:#F60;
}
.prodlist{
	padding:0 15%;
}
@media (max-width:768px) {
	.prodlist{
		padding:0;
	}
}
.prodlist>.prodinfo {
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #666666;
}
.prodlist>.prodinfo:hover {
	background: #efefef;
}
.prodlistpic {
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #999;
	width: 100%;
}
.prodlistc{
	color: #999;
}
.prodlistc span{
	font-weight: bold;
	font-size: 15px;
	color: #111;
}



.fbshare{
	float:left;
	margin-right:10px;
	padding:0;
	margin-top:-4px;
}
.producttitle {
	color: #000;
	font-size: 22px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background:#F5F5F5;
	text-align:center;
}

.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;
}

.baseprod{
	padding: 10px;
	
	margin-left:-10px;
}

.productinfo a {
	color: #000;
}

.productinfo select {
	display: inline;
	width: 80px;
}

.procon {
	padding:15px;
}
.procon img{
	width:auto;
	max-width:100%;
}

.subtb {
	background: #000;
	font-size: 20px;
	padding: 5px 0;
	text-align: center;
	position: relative;
	color: #FFF;
	margin-top: 15px;
}

.footer{ padding: 0;background:#fff;}
.botconmar{ text-align:center;font-size:16px;color:#000; width:100%; margin:0 auto;padding:0;}
.botconmar a{ color:#000;display:inline-block;text-decoration: none;}
/* .botconmar>div:nth-child(1n){ padding:0px 20px;} */
.botcon{ text-align:left;}
.botcon li{ float:left; width:100%;list-style-image:none;list-style-type:none;}
.botcon a{ color:#000;display:inline-block;text-decoration: none;}
.botcon a:hover {
	color: #f44336;
	transition: all 0.3s ease 0s;
}

@media ( max-width :767px) {
	.botconmar{width:100%;}
	/* .botconmar>div:nth-child(1n){ margin-top:15px;border-bottom:1px dotted #d2d2d2; padding-bottom:15px;} */
}

.subline {
	margin-top: 10px;
}


.subtitle {
	font-size: 18px;
	color: #fff;
	padding-bottom: 8px;
	padding-top: 7px;
	position: relative;
	background-color: #ff7400;
	text-align: center;
}
.subtitle:hover{
	color: #fff;
	background-color: #f26e00;

}
.subtitle1 {
	font-size: 25px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
	padding:15px 25px;
}
.subtitle1:before{
	font-family: 'Glyphicons Halflings';
	content:"\e131";
	font-size:18px;
	margin-right:10px;
}
.subtitle2 {
	padding: 30px 25px 80px;
	text-align: center;
}
.subtitle1 ul{
	float:right;
}
.subtitle1 ul li{
	font-size: 15px;
	font-weight:normal;
	display:inline-block;
}
.subtitle1 ul li:before{
	content:" / ";
}
.subtitle1 ul li:first-child:before{
	content:"";
}
@media screen and (max-width: 767px) {
	.subtitle1 ul,.subtitle2 ul{
		display:none;
	}
}


.subtitle3 {
	font-size: 18px;
	color: #b01317;
	padding-bottom: 5px;
	padding-top: 15px;
}

.subcon {
	background: #FFF;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 2%;
	border: 1px solid #eee;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	width: 85%;
	margin-left: 7.5%;
	margin-top: -60px;
	margin-bottom: 60px;
}
.subcon img{
	width:auto;
	max-width:100%;
}
.subcon ul{
	list-style:inside;
}

.subcon a {
	color: #F60;
}

.companyt {
	font-size: 24px;
	color: #ff6600;
	padding-bottom: 5px;
}

.contact {
	background: #EEE;
	padding-top: 10px;
}

.contact label {
	color: #666;
}

.contact ol {
	padding-left: 20px;
}

.contact1 {
	padding-bottom: 15px;
	font-size: 15px;
}

.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 #ccc;
	display: block;
	color: #999;
	background:url(../images/k_15.png) no-repeat 5px center;
	padding-left:10px;
}

.news1>a:hover {
	color: #000;
	background: #f8f8f8 url(../images/k_15.png) no-repeat 5px center;
	text-decoration: none;
}

.news1>a:hover .news3 {
	color: #f44336;
}

.contitle1 {
	color: #000;
	font-size: 20px;
	word-break: break-all;
}

.news2 {
	border-bottom: 1px dotted #666666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.news3 {
	font-size: 16px;
	color: #000;
	display: block; /*定义为块级*/
	float: left; /*左对齐*/
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	padding-right: 7px; /*文字距离右侧7像素。*/
	padding-left: 7px;
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis; /* 支持 Opera */
}

.newsdetail {
	line-height: 1.75;
	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%;
}
@media ( min-width :1024px) {
	.conlist{min-height:400px; height:auto !important; height:400px;}
}
.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%;
}

.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;
}

.szmenub {
	background: #ff9900;
	text-align: center;
	font-size: 15px;
	margin-bottom: 5px;
	color: #FFF;
	font-family:"Microsoft JhengHei", PMingLiU;

}

.szmenub:hover {
	background: #e4393c;
	text-align: center;
	font-weight:bold;
	font-family:"Microsoft JhengHei", PMingLiU;
}

.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:#fafafa;
	font-family: PMingLiu;
	padding-top:10px;
	padding-bottom:10px;
	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;
	font-family:"Microsoft JhengHei", PMingLiU;
}

.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;
	font-family:"Microsoft JhengHei", PMingLiU;
}

.szmenu li ul{
	display:none;
	border-left:none;
	background-color:#E4393C;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
.szmenu li ul li{
	margin:0px;
	padding:0px;
}
.szmenu li ul a{
	color:#FFF;
	padding:1% 2%;
	display:block;
	text-decoration:none;
}
.szmenu li ul a:hover{
	font-weight:300;
	color:#FFF;
	background:#dd292c;
	text-decoration:none;
}
.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;
	text-align:center;
	line-height:40px;
}

.green {
	color: #489f48;
}

img {
	width: 100%;
	height: auto;
}

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 {
	
	border:1px solid #333;
	padding:20px;
	color:#333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	width:98%;
	margin:1%;

}
.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;}
.tbformt{
	text-align:center;
}
.tbformi{
	padding:5px;
	text-align:center;
}
.tbforms{
	padding:10px;
}
.nopadding{ padding:0;}
.de_yj img{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.de_yy img{
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #000;
	-moz-box-shadow:1px 3px 5px #969696;
	-webkit-box-shadow:1px 3px 5px #969696;
	box-shadow:1px 3px 5px #969696;
}
.de_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_x img:hover{
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
}

@media screen and (max-width: 767px) {
	.bannertitle {
		font-size:11px;
		padding:3px;
	}
	.bannercontent {
		font-size:8px;
		padding:0 1px;
		line-height:10px;
	}
}

.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 60px;
	right: 50px;
	display: none;
	z-index:99999;
	cursor: pointer;
}
@media (max-width:1000px) {
	.scrollup {
		right: 10px;
	}
}
/***member-order-rwd***/
.rwd-table {
	background: #fff;
	overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
	background: #fff;
}

.rwd-table th {
	margin: 0.5em 1em;
}

.rwd-table {
	min-width: 100%;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	display: block;
}

.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}

.rwd-table th,
.rwd-table td {
	text-align: left;
}

.rwd-table th,
.rwd-table td:before {
	color: #D20B2A;
	font-weight: bold;
}

.orderlist>td:first-child {
	margin-top: 15px;
	background: #eee;
}

.orderdetial>td::before,
.proddetial>td::before {
	display: none;
}

.orderdetial>td td:before {
	color: #37474F;
}

.orderdetial>td table {
	border: 0;
}

@media (min-width: 768px) {
	.orderlist>td:first-child {
		background: #fff;
	}

	.rwd-table td:before {
		display: none;
	}

	.rwd-table th,
	.rwd-table td {
		display: table-cell;
		padding: 0.25em 0.5em;
	}

	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}

	.rwd-table th,
	.rwd-table td {
		padding: .5em;
	}
}


/******************************************************************************

self style

********************************************************************************/
/***btn Wrap***/
.btnWrap {
	margin: 15px 0;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 30px;
	right: 2%;
}
/***search-bar***/
.scut-container .sinput input:focus,
.scut-container .searchdiv button:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.scut-container .searchdiv2 .sinput {
	top: -1px;
	height: 45px;
}
.scut-container .searchdiv2 .sinput>input {
	padding-left: 10px;
	border-width:1px 0px 1px 1px;
	border-style:solid solid solid solid;
	border-color:#a9a9a9 #a9a9a9 #a9a9a9 #a9a9a9;
}
.scut-container .searchdiv2{
	background:#FFF;
	background: #FFF;
    border: 1px solid #a9a9a9;
    max-width: 60px;
}
.scut-container .searchdiv button .glyphicon {
	color: #575757;
}
/***footer***/
.p-0{padding: 0;}
.copyright {
	padding: 5px 10px;
	background: #fff;
}
.copyright a:hover {
	color: #ff5722;
}
/***photo-effect***/
.photo-effect{
	position: relative;
	overflow: hidden;
	background: #000;
}
.photo-effect:hover img {
	opacity: 0.65;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
.photo-effect figcaption,
.photo-effect img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.photo-effect figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '';
}
.photo-effect figcaption img {
	width: auto;
	max-height: 55px;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	opacity: 0;
}
.photo-effect:hover figcaption img {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/***section-2***/
.idxc_2 {
	background: url(../images/bg_02.jpg) no-repeat left center;
	background-size: 100%;
	font-size: 20px;
	position: relative;
	margin: 30px 0 60px;
}
.idxc_2::before, .idxc_2::after {
	content: '';
	width: 90%;
	height: 1px;
	background: #cdcdcd;
	position: absolute;
	left: 5%;
	top: 0;
}
.idxc_2::after{
	top:auto;
	bottom: 0;
}
.idxc_2 .movecontainer {
	padding-left: 50%;
	background: url(../images/element_04.png) no-repeat;
	padding-right: 15%;
	text-align: justify;
	background-position: 15% center;
	background-size: 500px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.idxc_2 .movecontainer a{color: #000;padding-left: 5px;}
.idxc_2 .movecontainer a>span{border-bottom: 1px solid #000;}

/***section-3***/
.idxc_3 {
	background: url(../images/bg_03.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
	overflow: unset;
}
.idxc_3::before, .idxc_3::after {
	content: '';
	width: 170px;
	height: 460px;
	position: absolute;
	z-index: -1;
}
.idxc_3::before{
	background: url(../images/element_07.png) no-repeat;
	background-size: contain;
	top: -35px;
	left: 0;
}
.idxc_3::after {
	background: url(../images/element_08.png) no-repeat;
	background-size: contain;
	bottom: -55px;
	right: 0;
}
.idxc_3 .news_box {
	padding-left: 20%;
	background: url(../images/element_05.png) no-repeat;
	background-position: 2% center;
	background-size: 100px;
}
.idxc_3 .youtube-embed-wrapper iframe{height: 300px;}
.idxc_3 .indexnews3 {
	padding: 25px 10px;
}
.idxc_3 .indexnews3 a:first-child{
	width: calc(100% - 50px);
	margin-right: 10px;
}
.idxc_3.indexnews3 a:last-child {
	width: 50px;
	text-align: center;
	margin-left: auto;
}

/***SECTION-4***/
.psection_14 {
	background: url(../images/element_06.jpg) no-repeat center bottom;
	background-size: 100%;
}

/***inner-page***/
.banner2 {
	background: url(../images/banner2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.wraptitle {
	margin: 0 0 15px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

/***ABOUT***/
.about .titles {
	font-weight: bold;
	padding: 0;
	color: #414141;
	background: #fff;
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 0;
}
.about .titles::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	margin: 15px 0 20px;
	background-color: #c62828
}
.service-item{
	margin: 20px 0;
}
.service-item>div img {
	padding: 20px;

}

/***brands***/
.brand_box {
	width: 100%;
	padding: 20px 0;
	text-align: justify;
	border-bottom: 1px dashed #95262c;
}
.brands .brand_box:last-child{border-bottom: none;}
.brand_img{
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.brand_title {
	color: #F44336;
	font-weight: bold;
	margin-top: 0;
}

/***contacts***/
.contactus .contact-card {
	background: #fff;
	padding: 8px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.contactus .contact-card .col-xs-3 {
	text-align: center;
}

.contactus .contact-card img {
	width: auto;
	max-height: 40px;
}

.contactus .contact-card .h4 {
	color: #f44336;
	letter-spacing: 1px;
}

.contactus .contact-card p {
	color: #424242;
}

.contactus .contact-card:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.contactus .contact-card:hover .h4 {
	font-weight: bold;
}


/***key_wrap***/
.key_wrap h1 {
	margin: 0;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.key_wrap h2 {
	color: #95262c;
	font-weight: bold;
	font-size: 24px;
}


/******************************************************************************************************************************
*******************************************************************************************************************************

Media Screen Style

*******************************************************************************************************************************
********************************************************************************************************************************/

@media ( max-width : 768px) {
	.logo, .logo img {
		text-align: center !important;
	}
	.indexcon { padding: 30px 2%;}
	.top{padding: 0;}
	.topfb{text-align: left;}
	.btnWrap{
		margin: 0;
		position: relative;
		top: 0;
		right: 0;
	}
	.smenu, .banner{padding: 0;}
	.smenu>li{border: 0;}
	.smenu>li.moremenu {
		width: 100%;
		text-align: center;
		padding: 0;
		border-bottom: 1px dashed #fff;
	}
	.smenu>li.moremenu:last-child{border-bottom: none;}
	.smenu a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: baseline;
	}
	.idxc_2 .movecontainer{
		background-size: 350px;
		background-position: 80% top;
		padding-left: 18%;
		padding-right: 18%;
		padding-top: 20%;
	}
	.idxc_3 .news_box{margin-top: 30px;}
	.idxc_3 .indexnews3{padding: 10px;}
	.idxc_3::before, .idxc_3::after{opacity: 0.45;}
	.idxc_3::after{bottom: -35px;}
	.banner2{background-attachment: unset;}
	.subtitle2{padding: 20px 10px;}
	.subcon {
		width: 100%;
		margin: 0;
		box-shadow: none;
	}
}


@media (max-width: 576px) {
	.logo img{max-height: 70px;}
	.topfb{text-align: center;}
	.indexcon { padding: 30px 15px;}
	.scut-container a{
		background: #575757;
		color: #fff;
	}
	.scut-container a:hover {
		background: #404040;
		color: #fff;
	}
	.idxc_2 {
		background-position: left 10%;
	}
	.idxc_2 .movecontainer{
		background-size: 300px;
		background-position: 70% top;
		padding: 25% 10px 0; 
	}
	.idxc_3 .news_box{
		background-position: left center;
		background-size: 85px;
	}
	.brand_img{margin-bottom: 20px;}
	.brand_title{text-align: center;}
}

@media (max-width: 480px) {
	.idxc_2 .movecontainer{padding: 28% 10px 0;}
}

@media (max-width: 425px) {
	.indextitlec{font-size: 26px;}
	.idxc_2 .movecontainer{
		font-size: 16px;
		background-size: 250px;
	}
	.idxc_3 .news_box {
		padding: 25% 0 0;
		background-position: right top;
		background-size: 80px;
	}
}

@media (max-width: 414px) {}

@media (max-width: 375px) {
	.idxc_2 .movecontainer {
		padding: 30% 10px 0;
		background-position: center top;
	}
}

@media (max-width: 360px) {
	.idxc_2 .movecontainer{background-size: 200px;}
	.idxc_3 .news_box{background-size: 65px;}
}

@media (max-width: 320px) {}

@media (min-width: 1024px) and (max-width: 1279px) {
	.indexcon { padding: 30px 4%;}
	.logo { text-align: left !important;}
	.btnWrap{width: 45%;}
	.topfb img{max-height: 40px;}
	.scut-container .searchdiv2 .sinput>input{width: 150px;}
	.idxc_2 .movecontainer { 
		background-size: 350px;
	}
	.idxc_3 .indexnews3{padding: 10px;}
	.idxc_3::before, .idxc_3::after {
		width: 120px;
		height: 325px;
	}
	.idxc_3 .news_box {
		background-position: left center;
		background-size: 70px;
	}
	.subcon {
		width: 95%;
		margin-left: 2.5%;
	}
}


@media (min-width: 1280px) and (max-width: 1439px) {
	.indexcon { padding: 30px 6%;}
	.logo{text-align: left !important;}
	.btnWrap{width: 45%;}
	.topfb img{max-height: 40px;}
	.scut-container .searchdiv2 .sinput>input{width: 150px;}
	.idxc_2 .movecontainer { background-size: 450px;}
	.idxc_3 .indexnews3{padding: 14px 10px;}
	.idxc_3 .news_box {
		background-position: left center;
		background-size: 85px;
	}
	.subcon{
		width: 90%;
		margin-left: 5%;
	}
}


@media (min-width: 1440px) and (max-width: 1919px) {
	.indexcon{padding: 30px 8%;}
	.topfb img{max-height: 40px;}
	.scut-container .searchdiv2 .sinput>input{width: 150px;}
	.idxc_2 .movecontainer { background-position: 10% center;}
	.idxc_3 .indexnews3{padding: 17px 10px;}
}

