﻿@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}

.breadcrumb a {
	/* color:#fbaf1e; */
}

body {
    font-family: 'Segoe UI',SegoeUI,'Microsoft JhengHei',微軟正黑體,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #666;
	font-size:18px;
	line-height: 24px;
}

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 {
	padding: 20px 10%;
	top: 260px;
}

.banner{
	padding:0;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.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 10%;
	background: #000;
	position: fixed;
	height: 260px;
	border-top: 6px solid rgb(211, 164, 117);
	z-index: 2;
}


.topfb{
	padding:5px 15px;
	text-align:right;
	position: absolute;
    top: 90px;
    right: 180px;
	width: 400px;
	z-index: 999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.topfb img{
    width: auto;
    max-height: 40px;
    margin: 0 5px;
}

.top_iconA{
	display: inline-block;
}


/* search icon star*/

.scut-container {
	float: right;
	/* margin-top: 30px; */
}
.scut-container a {
	max-width:120px;
	height:45px;
	line-height:45px;
	text-align: center;
	display: none;
	color: #FFF;
	background: #575757;
	float:right;
}
.scut-container a:hover {
	background: #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: #000;
}
.searchdivxs{
	display:none;
	height:45px;
	padding:5px 1%;
	text-align: center;
	color: #FFF;
	background: #575757;
}
.searchdivxs input{
	height:35px;
	width:85%;
}
.searchdivxs button{
	height:35px;
	width:13%;
	background:#575757;
	border:none;
}

.scut-container {
	float:left; 
	width:100%;
    position: absolute;
}
/* .scut-container a{min-width:30px;width:auto; text-align:center;line-height:28px;color:#4b3117;margin:0 7px;text-align: center;display: inline-block;float:left; padding:0;font-size:1em;} */
.scut-container a span{ display:inline-block;}
.scut-container .searchdiv {max-width:60px;height:40px;line-height:40px;text-align: center;color: #FFF;background: #ff9362;float:right;position:relative;}
.scut-container .searchdiv2{background:#f77c45;}
.scut-container .sinput{position:absolute;top:0;right:120px;height:100%;float:left;}
.scut-container .sinput input{height:100%;padding:0 5px;color:#404040;}
.scut-container .searchdiv button{background:none;border:0;width:100%;}
.searchdivxs{display:none;padding:5px 1%;text-align: center;color: #FFF;background: #575757;}
.searchdivxs input{height:30px;width:85%; border:none; background:#fff; padding:0 10px 0 10px; color:#7c7c7c;}
.searchdivxs button{height:30px;width:13%;background:#575757;border:none;}

.scut-container .searchdivB{     
    width: 170px;
    line-height: 28px;
    text-align: center;
    float: right;
    /* position: absolute; */
    padding: 0;
    right: 595px;
    top: 103px;
    z-index: 9999;
}

/* .scut-container .searchdivB::before{
    content: '產品搜尋';
    position: absolute;
    left: -104px;
    font-weight: bold;
    letter-spacing: 6px;
} */


.scut-container .searchdivB button{position:absolute;top:0;right:0;border:0;min-width:36px;height:28px;border-left:none; font-size:1em; color:rgb(187, 187, 187); background:none;}
.scut-container .sinput2{float:left; font-size:0.9em;width:100%;}
.scut-container .sinput2 input{	
    height: 28px;
    background: #fff;
    border: none;
	border: 1px rgb(187, 187, 187) solid;
	border-radius: 50px;
    padding: 0 36px 0 10px;
	width: 100%;
}
.scut-container .searchdivB form{float:left; width:100%;position:relative;}


/* search icon end*/


@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:999;
		display: inline-block;
		width: 100%;
	}
	.scut-container a{
		max-width:none;
		display: inline-block;
	}
	.scut-container .searchdiv{
		max-width:none;
		display: inline-block;
	}
	.scut-container .sinput{
		max-width:none;
		display: inline-block;
	}



}


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

.logo {
	font-family: Arial;
	font-weight: bold;
	color: #fb5e74;
    padding: 45px 0 0px 0px;
}

.logo a {
	color: #fb5e74;
}

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

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

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

.smenu {
	line-height: 54px;
	z-index:999;
	color:#FFF;
	top: 40px;
}

.smenu a {
	color:#FFF;
	display: inline-block;
	width:100%;
	font-size:20px;
}
.smenu>li{

}
.smenu li {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-size: 16px;
	position:relative;
}
.smenu>li>ul{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: auto;
    z-index: 99999;
	background: rgb(245, 245, 245);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.smenu>li>ul>li ul{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:auto;
	z-index:99999;
	background: rgb(245, 245, 245);
}
.smenu>li>ul li{
	background:url(../images/nav_bg.jpg) repeat-x;
	line-height: 2;
}
.smenu>li>ul li a{
	color: rgb(22, 22, 22);
	border-bottom: 1px solid rgb(228, 228, 228);
	font-size: 18px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;

}
.smenu>li>ul li a:hover{
	background: rgb(211, 164, 117);
	color:#fff;
}


.smenu>li::before{
	content: '';
    position: absolute;
    background: rgb(211, 164, 117);
    width: 0px;
    height: 2px;
    bottom: 10px;
    left: 0;
    right: 0;
	margin: auto;
	opacity: 0; 
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;

}




.smenu>li:hover::before{
	content: '';
    position: absolute;
    background: rgb(211, 164, 117);
    width: 90px;
    height: 2px;
    bottom: 10px;
    left: 0;
    right: 0;
	margin: auto;
	opacity: 1; 
}

.smenu>li:hover>a{
color: rgb(211, 164, 117);
}





.smenu>li .indicator {
	position: absolute;
	color: #FFF;
	top: 0;
	right: 8px;
	font-size: 20px;
}
.smenu ul>li .indicator {
	top: -4px;
	right: 8px;
	color: #000;
}
@media ( max-width : 1279px) {
	.smenu a{
		font-size:16px;
	}
}
@media ( max-width : 849px) {
	.smenu a{
		font-size:13px;
	}
}
@media ( max-width : 768px) {


	.smenu{
		max-height: 100%;
		overflow: auto;
		top: 20px;
	}



	.smenu a {
		font-size:20px;
		color:#FFF;
	}
	.smenu>li{
		background: rgb(75, 75, 75)
	}
	.smenu>li:first-child{
		background: rgb(132, 132, 132);
		text-align: center;
	}
	.smenu li {
		text-align: center;
	}
	.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;
	}
}


/* minitop code */

.mintop{
	display: block;
    padding: 0 10%;
    height: 155px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mintop .topfb {
	top: 30px;
    right: 180px;
}

.mintop .logo{
padding: 20px 0 15px 0px;
}

.mintop .logo img {
	max-height: 60px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.mintop .smenu {
    background: transparent;
    padding: 0;
    float: right;
    top: -5px;
    width: 100%;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mintop .smenu>li {
	padding:0px;
}

.mintop .scut-container .searchdivB {
    width: 170px;
    line-height: 28px;
    text-align: center;
    float: right;
    position: absolute;
    padding: 0;
    top: 43px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}





@media ( max-width :767px) {
	.logo {
		text-align: center;
	}
	.smenu>li>ul{
		max-height: initial;
		overflow: initial;
	}






}

.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;
	color: #bluelink2;
}

.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:2% 0;
	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;
	line-height: 40px;
	height:40px;
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
	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;
	background:#FFF;
	color:#000;
	border-radius:0px;
	margin:20px 0px;
	font-size:28px;
	line-height: 40px;
	padding:0px;
}
.indextitlec a{
	/* color:#F90; */
}

.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;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 23%;
    margin: 20px 1%;
	padding: 15px;
	box-shadow: 0 0 3px;
}
.indexnews2{
    padding: 15px;
	border-bottom: 1px #CCC solid;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;

}
.indexnews2:hover{
	background: rgba(255, 255, 255, 0.3);
}




/* .indexnews2:last-child{border-bottom:0;} */
.indexnewst{
	font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: rgb(22, 22, 22);
    margin: 15px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.indexnewst2{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-decoration: underline;
    letter-spacing: 1px;
}
.indexnewsc{
    margin: 10px 0 0;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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: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; color:#a45100; font-size:15px;text-overflow:ellipsis;-o-text-overflow:ellipsis; overflow:hidden;}
.indexnews3:hover{ background:#f7f7f7; }




.indexpro {
	padding: 1% 0;
}
.indexpro>div {
	margin-bottom: 15px;
}

/* 相簿 */

.pich{
	padding:15px;
}
.pich a {
	padding: 0px;
	display: block;
	float: left;
	width: 100%;
}

.picc {
	color: #777;
}

.pict {
	float: left;
	color: #777;
	text-align: center;
	font-size: 18px;
	padding: 0;
	height:38px;
	line-height:38px;
	margin: 10px 0px 6px 0px;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}

.pict a {
	color: #4AB54A;
}
.proh{
	padding:15px;
}
.proh a {
	padding: 0px;
	display: block;
	float: left;
	width: 100%;
}
.proimg {
    padding: 0;
	box-shadow: 0px 0px 4px 1px rgb(187, 187, 187);
	overflow: hidden;
}

#indcon2 .proimg img {
    transform: scale(1);
}

.proimg a::before {
    content: '';
    position: absolute;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
    margin: auto;
    width: 100%;
    height: 40%;
	opacity: 0;
	z-index: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.proimg a:hover::before{
	opacity: 1;
	width: 100%;
	height: 100%;
}

.proimg a::after{
	content: url(../images/bg/viewmore.png);
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;
	height: 99px;
    width: 100px;
	opacity: 0;
	z-index: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.proimg a:hover::after{
	opacity: 1;
}

.prot {
	float: left;
	color: #000;
	text-align: center;
	font-size: 20px;
	padding: 0;
	height:38px;
	line-height:38px;
	margin: 10px 0px 6px 0px;
	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: rgb(211, 164, 117);
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    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: 20px;
    color: #F00;
    font-weight: 600;
}

.product4 {
	font-size: 16px;
}

.product5 {
	padding-top: 10px;
	border-bottom: 1px dotted #000;
}

.baseprod{
    padding: 15px 10px;
    border-radius: 20px;
    margin-left: -10px;
}
.productinfo {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    text-align: justify;
}

.productinfo a {
	color: #666;
}

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

.procon {
    font-size: 18px;
    color: #000;
    line-height: 2;
    padding: 20px;
}
.procon img{
    padding: 32px 20px;
    font-size: 18px;
    color: #000;
    line-height: 2;
    letter-spacing: 2px;
    text-align: justify;
}

.subtb {
    background: rgb(0, 0, 0);
    line-height: 2.2;
    text-align: center;
    position: relative;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 20px;
}

.footer{ background:rgb(58, 58, 58);padding: 0;}
.botconmar{ line-height:30px; text-align:center;font-size:16px;color:#FFF; width:100%; margin:0 auto;}
.botconmar a{ color:#FFF;display:inline-block;text-decoration: none;}
.botconmar>div:nth-child(1n){ padding:0px;line-height: 2;}


.botconmar>div:nth-child(2),.botconmar>div:nth-child(3){
	background: #000;
}

.botcon{ text-align:left;}
.botcon li{ float:left; width:100%;list-style-image:none;list-style-type:none;}
.botcon a{ color:#FFF;display:inline-block;text-decoration: none;}
.botcon a:hover{color: #fbaf1e;transition: all 0.3s ease 0s;}

@media ( max-width :767px) {
	.botconmar{width:100%;}
	.botconmar>div:nth-child(1n){ margin-top:5px; padding-bottom:5px;}
}

.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 {
	font-size: 28px;
    font-weight: 500;
    /* border-bottom: 1px #ccc solid; */
    padding: 10px 25px 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1;
}

.subtitle2::before{
	content: '';
    position: absolute;
    background: rgb(211, 164, 117);
    width: 160px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 16px;
    margin: auto;
}



.subtitle1 ul,.subtitle2 ul{
	float: left;
    position: absolute;
    top: 0;
}
.subtitle1 ul li,.subtitle2 ul li{
	font-size: 15px;
	font-weight:normal;
	display:inline-block;
}
.subtitle1 ul li:before,.subtitle2 ul li:before{
	content:" / ";
}
.subtitle1 ul li:first-child:before,.subtitle2 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: 330px;
	height: auto !important;
	height: 330px;
	padding:2%;
	font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    text-align: justify;
}
.subcon img{
	width:auto;
	max-width:100%;
}

.subcon ul{
	list-style:inside;
}

.subcon a {
	/* color: #F60; */
}

.cart_subcon{
	line-height: 24px;
}






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

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

.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: #333;
	background: #f8f8f8 url(../images/k_15.png) no-repeat 5px center;
	text-decoration: none;
}

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

.contitle1 {
    color: rgb(211, 164, 117);
    font-weight: bold;
	font-size: 20px;
	word-break: break-all;
}

.news2 {
    border-bottom: 1px dashed rgb(212, 212, 212);
	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像素。*/
	padding-left: 7px;
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis; /* 支持 Opera */
}

.newsdetail {
	font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
	word-break: break-all;
	min-height: 300px;
	height: auto !important;
	height: 260px;
}

.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: 12px 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(234, 234, 234);
    border-radius: 8px;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #fff;
}

.conlist>a:hover {
	background: rgb(240, 240, 240);
	text-decoration: none;
}

.conlistpic {
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.news4 {
    font-weight: bold;
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 7px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 3;
    color: #666;
}

.news5 {
    color: #666;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 2;
    font-size: 18px;
    padding-right: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 24px;
    text-align: left;
}

.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 {
	background:#FDF8E4;
	border:1px solid #F9EAC9;
	padding:20px;
	color:#8A6E3C;
	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 11px;
}
.de_yj img{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.de_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_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;
	}
	.pro_menua2{
		margin-left: 35px;
	}
}

#szpop {
display: none;
}

#szpop a {
	color: #FFF;
}

.szmp {
    display: inline-block;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.9);
    font-size: 22px;
    width: 50px;
    height: 50px;
    padding: 10px 10px 12px 12px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.szmail {
    position: absolute;
    top: -50px;
	left: 5px;
	width: 80%;
}

.szline {
    position: absolute;
    top: -100px;
	left: 5px;
	width: 80%;
}

.szface {
    position: absolute;
    top: -150px;
	left: 5px;
	width: 80%;
}

.szgoogle {
	position: absolute;
    top: -200px;
	left: 5px;
	width: 80%;
}

.sztwitter {
	position: absolute;
    top: -250px;
	left: 5px;
	width: 80%;
}

.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	z-index:99999;
}

/* 會員畫面 */
@charset "utf-8";

.rwd-table {
	background: #fff;
	overflow: hidden;
}

.rwd-table .member_tr,.rwd-table .member_tr td {
	background: #eee;
}

.rwd-table th,  .rwd-table td {
	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: 6em;
	display: inline-block;
}
.rwd-table th, .rwd-table td {
	/* text-align: left; */
}
.rwd-table th, .rwd-table td:before {
	color: rgb(66, 66, 66);
	font-weight: 600;
}
.rwd_ha {
    background: -moz-linear-gradient(top, rgba(217, 237, 247, 0.6) 0%,rgb(217, 237, 247) 100%);
    background: -webkit-linear-gradient(top, rgba(217, 237, 247, 0.6) 0%,rgb(217, 237, 247) 100%);
    background: linear-gradient(to bottom, rgba(217, 237, 247, 0.6) 0%,rgb(217, 237, 247) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c3c3c3',GradientType=0 );

}

.rwd_ha b{
	display: block;
	margin-bottom: 8px;
}

.coupon_1 span:nth-child(2){
    font-size: 24px;
    font-weight: bold;
    color: rgb(255, 123, 10);
}

.coupon_1 span:nth-child(3){
    font-size: 46px;
    font-weight: bold;
    color: rgb(255, 123, 10);
    line-height: 1;
    border-bottom: 2px dashed rgb(255, 123, 10);
}

.coupon_2 span{
    display: block;
    font-weight: bold;
    padding: 10px 0;
    font-size: 24px;
}

.coupon_3{
	text-align: center;
}

.coupon_4{
    background: -webkit-linear-gradient(top, rgba(217, 237, 247, 0.6) 0%,rgb(217, 237, 247) 100%);
    background: linear-gradient(to bottom, rgba(46, 109, 164, 0.6) 0%, rgba(46, 109, 164, 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c3c3c3',GradientType=0 );
	color: #fff;
	text-align: center;
}

.member_btn1 .btn{
	margin-top: 20px;
	font-size: 16px;
    line-height: 1.8;
}

.member_btn1 .btn-danger {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.member_btn1 .btn-danger:hover,.member_btn1 .btn-danger:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}

.rwd_ha>td {border-right:4px dotted #ffffff;}
.rwd_ha>td:last-child {border-right:0;}
.member_sy {padding:0px 0px 55px 0px; line-height:40px;}
.member_list {padding:0; border-bottom:1px dotted #cccccc;    line-height: 3;}
.member_list2 {	padding-left: 56px; border-bottom: 1px solid #cccccc;}
/* .tit_1{width: 8.33333333%;}.tit_2{width: 16.66666667%;}.tit_3{width: 33.33333333%;}.tit_4{width: 25%;}.tit_5{width: 25%;} */
.tit_1{	width: 10%;text-align: center;}.tit_2{width: 20%;}.tit_3{width: 10%;}.tit_4{width: 20%;}.tit_5{width: 25%;}
.tit_6{	width: 20%;}.tit_7{width: 40%;}.tit_8{width: 20%;}.tit_9{width: 20%;}
.tit_10{width: 20%;text-align: center;}.tit_11{width: 30%;}
.tit_12{width: 20%;}.tit_13{width: 30%;}.tit_14{width: 25%;}.tit_15{width: 25%;}

.coupon_1 {
	text-align: center;
}

.cont_x2{
	text-align: right;
}

.cont_x3{
	border-bottom: 1px dotted #ccc;
}

.cont_x3:nth-child(2){
	border-top: 1px dotted #ccc;
}

.cont_x4{
	color: rgb(255, 72, 72);
	font-weight: bold;
}

.star_1 img{
	height: auto;
	max-width: 180px;
}

.opinion_1{
	text-align: center;
}

.opinion_1 .form-control{
    line-height: 2;
}

.opinion_2{
	text-align: left;
}

.opinion_3{
	text-align: right;
}

.opinion_4{
text-align: right;
vertical-align: bottom;
}

.opbe_1{
	font-weight: bold;
	font-size: 24px;
}

.opbe_2 b{
		font-size: 28px;
		display: inline;
}

.opbe_3 b{
	font-weight: 400;
    font-size: 14px;
    color: rgb(147, 147, 147);
}

.opinion_browse{
	border-bottom: 1px solid #ccc;
}

.opinion_browse1{
	text-align: center;
}

.opinion_browse1 img{
	height: auto;
	max-width: 120px;
}

/* left_menu */

.left_member{
    padding: 18px 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: -moz-linear-gradient(top, rgba(217, 237, 247, 0.6) 0%,rgb(217, 237, 247) 100%);
    background: -webkit-linear-gradient(top, rgba(217, 237, 247, 0.6) 0%,rgb(217, 237, 247) 100%);
    background: linear-gradient(to bottom, rgba(217, 237, 247, 0.6) 0%,rgb(217, 237, 247) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c3c3c3',GradientType=0 );
    z-index: 1;
}

.icon_member {
	font-size: 32px;
    padding-bottom: 10px;
}

.nav2 {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
  }
  .nav2 > li {
	position: relative;
	display: block;
  }
  .nav2 > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
  }
  .nav2 > li > a:hover,
  .nav2 > li > a:focus {
	/* text-decoration: none;
	background-color: #eeeeee; */
  }
  .nav2 > li.disabled > a {
	color: #777777;
  }
  .nav2 > li.disabled > a:hover,
  .nav2 > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
  }
  .nav2 .open > a,
  .nav2 .open > a:hover,
  .nav2 .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
  }
  .nav2 .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
  }
  .nav2 > li > a > img {
	max-width: none;
  }
  
  .nav-tabs2 {
	padding-bottom: 6px;
	margin: 50px 10px;
	border: 1px solid #ddd;
    border-radius: 10px;
  }
  
  .nav-tabs2 > li {
	float: left;
	margin-bottom: -1px;
  }
  .nav-tabs2 > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
  }
  .nav-tabs2 > li > a:hover {
	/* border-color: #eeeeee #eeeeee #dddddd; */
  }
  .nav-tabs2 > li.active > a,
  .nav-tabs2 > li.active > a:hover,
  .nav-tabs2 > li.active > a:focus {
	color: #555555;
	background-color: #ffffff;
	border-bottom-color: transparent;
  }

@media (max-width: 767px) {
  .left_menu{
	display:none;
  }
}

@media (min-width: 983px) {
.rwd-table td:before {
	display: none;
}

.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.rwd-table th:first-child,  .rwd-table td:first-child {
	padding-left: 0;
}
.rwd-table th:last-child,  .rwd-table td:last-child {
	padding-right: 0;
}
.rwd-table th,  .rwd-table td {
    padding: 20px !important;
}

.rwd-table .cont_x th ,.rwd-table .cont_x td {
	padding: 15px 20px !important;
}

.rwd-table .cont_x td a{
    font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #ccc;
    border-radius: 20px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%,rgb(245, 245, 245) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%,rgb(245, 245, 245) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%,rgb(245, 245, 245) 100%);
}

}

@media (max-width: 983px) {
	.member_subcon {
		padding: 2%;
	}

	.rwd-table th, .rwd-table td:before {
		font-weight: bold;
		/* display: block; */
	}


	.rwd_ha,.rwd_ha_thde th{
		display: none;
	}

	.tit_1,.tit_2,.tit_3,.tit_4,.tit_5,.tit_6,.tit_7,.tit_8,.tit_9,.tit_10,.tit_11,.tit_12,.tit_13,.tit_14,.tit_15{
		width: initial;
	}

	.rwd_ha>td {
		border-right: 0;
	}

	.rwd_ha .coupon_1 b,.rwd_ha .coupon_3 b,.rwd_ha .coupon_4 b{
		display: none;
	}

	.coupon_1,.coupon_3,.coupon_4 {
		text-align: left;
		background: initial;
		color: initial;
	}

	.member2 table {
		border-bottom: 6px solid rgb(51, 122, 183);
	}
	.member_list2 {	padding-left: 0; }
	.cont_x {
		line-height: 2;
	}
	.rwd-table .cont_x td a{
		font-weight: bold;
		padding: 5px 10px;
		border: 1px solid #ccc;
		border-radius: 20px;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%,rgb(245, 245, 245) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%,rgb(245, 245, 245) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%,rgb(245, 245, 245) 100%);
	}

	.cont_x2{
		text-align: left;
	}
}



/* old szpop */

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

#szpop {
	position: fixed;
	left: 10px;
	bottom: 50px;
	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(69, 69, 69, 0.7);
	font-size: 22px;
	padding: 10px 10px 12px 12px;
	border-radius: 30px;
}

.szcall {
	position: absolute;
	top: -33px;
	left: 35px;
	background: rgba(69, 69, 69, 0.7);
	padding: 6px 7px;
	border-radius: 18px;
}

.szmsg {
	position: absolute;
	top: -38px;
	left: 0px;
	background: rgba(69, 69, 69, 0.7);
	padding: 6px 7px;
	border-radius: 18px;
}

.szlist {
	position: absolute;
	top: -5px;
	left: 60px;
	left: 57px;
	background: rgba(69, 69, 69, 0.7);
	padding: 6px 7px;
	border-radius: 18px;
}

.szhide {
	position: absolute;
	top: 33px;
	left: 57px;;
	background: rgba(69, 69, 69, 0.7);
	padding: 6px 7px;
	border-radius: 18px;
}
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	z-index:99999;
} */

/* mykey */
.mykey_tit .subtitle1 h1 {
	display: inline;
    font-size: 32px;
    font-weight: bold;
    margin: 8px 0 0;
}


.mykey_1 .item_5 p{
	margin: 0 0 20px;
	font-size: 28px;
	padding: 40px 0 15px;
	text-align: center;
    border-bottom: 1px solid rgb(160, 160, 160);
}
/* mykey end*/

.subcon .conlist img{
    height: 200px;
    max-width: 360px;
}

.news_con1{
	height: 200px;
	overflow: hidden;
}

.news_con2{
    padding-left: 30px;
}

.nybanner {
    background: url(../images/bg/ny_banner.jpg) no-repeat center center;
	background-size: cover;
	height: 320px;
	top: 260px;
	z-index: 1;
}



#indcon{
	top: 260px;
}

.footer{
	top: 260px;
}

.idxc_1{
	padding: 100px 10% 80px;
}

.idxc_1::before{
	content: url(../images/bg/bg_l2.png);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.idxc_1::after{
	content: url(../images/bg/bg_r1.png);
	position: absolute;
	right: 0;
	top: -300px;
	z-index: -1;
}


.main_1-2{
	padding: 12px 0;
}

.main_1{
	text-align: center;
	letter-spacing: 2px;
}

.main_1 .item_1{
	margin-bottom: 20px;
}




.main_1 .item_1 h4{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 6px;
	padding: 0 0 5px;
}

.main_1 .item_1 h4::before{
	content: url(../images/bg/tit_1.png);	
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;

}
.main_1 .item_1 h4::after{
	content: url(../images/bg/tit_2.png);	
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
}

.main_1 .item_1 b{
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	padding: 5px 0;
}

.main_1 .item_2 h4{
	font-size: 22px;
	font-weight: bold;
	color: rgb(211, 164, 117);
}

.main_1 .item_2 a{
    color: rgb(22, 22, 22);
    font-size: 16px;
    padding: 0px 20px 4px;
    border: 1px solid rgb(22, 22, 22);
    border-radius: 20px;
	line-height: 4;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;

}

.main_1 .item_2 a:hover{
	color: #fff;
	background: rgb(70, 70, 70);
    font-size: 16px;
    padding: 0px 20px 4px;
    border: 1px solid rgb(22, 22, 22);
    border-radius: 20px;
    line-height: 4;
}

.idxc_2{
	padding: 40px 10%;
	background: rgb(59, 59, 59);
	color: #fff;
}

.idxc_2 .col-sm-4:nth-child(1) .news_more{
	display: none;
}

.main_2{
	padding: 0;
}

.main_2 img{
	width: 100%;
}

.indexnews_viewall{
	padding: 10px 0;
	color: #fff;
}

/* .indexnews_viewall .indexnewst2{
	color: #fff;
} */

.indextitle::before{
	content: url(../images/bg/tit_3.png);
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}

.indextitle h4{
	font-size: 28px;
	letter-spacing: 8px;
}

.indextitle h4 b{
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 4px;
}


.nopadding .indexcon img {
    width: auto;
    max-width: 80px;
    height: auto;
    border-radius: 50%;
}

.indexnewst2::before{
	content: url(../images/bg/tit_4.png);
	margin: 0 10px;

}

.nopadding img {
    width: auto;
    max-width: 80px;
    height: auto;
    border-radius: 50%;
}

.news_more{
	text-align: center;
}

.news_more a{
    display: inline-block;
    padding: 0px 14px 4px 20px;
    margin-top: 20px;
    color: #fff;
    box-shadow: #fff inset 0px 0px 0px 1px;
    border-radius: 20px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.news_more a::before{
	content: 'see more';
	letter-spacing: 4px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.news_more a:hover{
	background: #fff;
}
.news_more a:hover::before{
	color: rgb(29, 38, 45);
}

.idxc_3{
	padding: 20px 10%;
}

.idxc_3 .indextitle h4{
	font-weight: bold;
}


.idxc_3 .indextitle::before{
	content: url(../images/bg/tit_5.png);
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}

.idxc_3 .indexnewsc {
margin: 10px 0 0;
    font-size: 16px;
    white-space: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}

.idxc_3 .indexnewsb a{
	display: inline-block;
    padding: 0px 18px 2px 20px;
    border: 1px rgb(22, 22, 22) solid;
    color: rgb(22, 22, 22);
    border-radius: 20px;
    font-size: 10px;
    letter-spacing: 4px;
    line-height: 1.5;
	margin: 12px 0 15px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;

}

.idxc_3 .indexnewsb a:hover{
	display: inline-block;
    padding: 0px 18px 2px 20px;
    border: 1px rgb(211, 164, 117) solid;
    color: rgb(255, 255, 255);
    background: rgb(211, 164, 117);
    border-radius: 20px;
    font-size: 10px;
    letter-spacing: 4px;
    line-height: 1.5;
    margin: 12px 0 15px;
}





.idxc_3 .indextitlec{
	margin: 20px 0px 40px;
}

.idxc_4{
	padding: 0;
}

.idxc_4 .movecontainer{
	padding: 0;
}

.main_4{
	padding: 0;
	background: url(../images/bg/main4.jpg) no-repeat center center;
    background-attachment: fixed;
	background-size: cover;
	box-shadow: 0px 2px 28px inset rgba(255, 255, 255, 0.44);
}

.main_4 .item_1{
	padding: 80px 10%;
}

.main_4 .item_2{
	padding: 0;
	display: none;
}

.main_4 img {
    max-width: 705px;
}

.footer_1{
	padding: 30px 10% 20px;
	text-align: left;
}

.footer_1 .item_1{
	padding: 0;
	line-height: 3;
    font-size: 18px;
    letter-spacing: 2px;
}

.footer_1 .item_1 h4{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 4px;
}

.footer_1 .item_1 h4 img{
margin: 0 12px;
}

.footer_1 .item_1 .icon_1::before{
	content: url(../images/bg/time1.png);
}

.footer_1 .item_1 .icon_2::before{
	content: url(../images/bg/tel.png);
}

.footer_1 .item_1 .icon_3::before{
	content: url(../images/bg/line.png);
}

.footer_1 .item_1 .icon_4::before{
	content: url(../images/bg/map.png);
}




.footer_1 .item_2{
	padding: 0;
}

.footer_1 .item_3{
	padding: 58px 0;
	text-align: center;
}

.footer_1 .item_3 .box_1{
	padding: 10px 0;
}



.ny_1{
	text-align: center;
}

.ny_1 .item_2{
	padding: 60px 0 40px;
    border-bottom: 1px dashed rgb(212, 212, 212);
}


.ny_1 .item_2 p{
	margin: 2px 0;
}

.ny_1 .item_2 b{
	font-size: 24px;
	color: rgb(211, 164, 117);
	font-weight: 500;
}

.ny_1 .item_1 img{
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.ny_6{
	padding: 0;
	text-align: center;
}

.ny_6 .item_1{
	border-bottom: 1px dashed rgb(212, 212, 212);
	padding: 20px 0;
}

.ny_6 .item_1 h4{
	color: rgb(211, 164, 117);
    font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px;
}

.ny_7{
	text-align: center;
}

.ny_7 .item_1{
	padding-bottom: 40px;
	border-bottom: 1px dashed rgb(212, 212, 212);
}

.ny_7 .item_2{
	padding: 20px 0;
}

.ny_7 .item_2 .box_1{
	padding: 0 20px;
}



.ny_7 h3{
	font-size: 22px;
	font-weight: bold;
	color: rgb(211, 164, 117);
}








/* .ny_1 .item_2 b{
	padding: 40px 0;
} */







@media (max-width:1480px) {
	.idxc_1 {
		padding: 100px 0 80px;
	}
	.idxc_2 {
		padding: 40px 2%;
	}

	.idxc_3 {
		padding: 20px 0;
	}

	.top {
		padding: 0 0;
	}


	#indcon2 {
		padding: 20px 5%;
	}

	.scut-container .searchdivB {
		right: 400px;
	}

	.mintop .scut-container .searchdivB {
		right: 410px;

	}




}


@media (max-width:1280px) {
.nopadding img {
	width: auto;
	max-width: 100%;
}

.indexnews{
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 48%;
    margin: 20px 1%;
	padding: 15px;
	box-shadow: 0 0 3px;
}


.footer_1 {
	padding: 30px 5% 20px;
}


.logo {
	text-align: left;
	float: left;
    padding: 45px 50px 0px;
}






}

@media (max-width:1000px) {
	.scrollup {
		right: 10px;
	}







}



@media (max-width:768px) {
.topfb{
	display: none;
}

.logo {
	float: initial;
}


.smenu>li>ul {
    width: 100%;
    background: rgb(245, 245, 245);
    box-shadow: 0;
}

.smenu>li::before{
	display: none;
}



.smenu {
	padding: 0;
	line-height: 40px;
}


.logo {
	padding: 15px 0 0px;
}

.logo img {
    display: inline-block;
    width: auto;
	height: 60px;
}

#indcon2 {
	padding: 20px 0;
}

.top_iconA{
	display: none;
}

#szpop {
	display: inline-block;
	position: fixed;
    left: 14px;
    bottom: 56px;
	z-index: 10000;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
	line-height: 18px;
}

.top {
	padding-bottom: 20px;
    background: #000;
    position: fixed;
	height: initial;
	max-height: 100%;
    overflow: scroll;
}


#indcon{
	top: 141px;
}

.footer{
	top: 141px;
}

/* .nybanner{
	height: 196px;
} */

#indcon2 {
    padding: 20px 0 40px;
    top: 141px;
}

.nybanner {
    background: url(../images/bg/ny_banner.jpg) no-repeat center top;
    background-size: cover;
    height: 240px;
	top: 141px;
	z-index: 1;
}

.main_1 {
    padding: 40px 0 0;
}


.idxc_1 {
    padding: 40px 0;
}

.idxc_2 {
    padding: 40px 0;
    background: rgb(59, 59, 59);
    color: #fff;
}

/* .idxc_3 .movecontainer{
	padding: 0;
} */

.main_4 {
    padding: 20px;
}

.main_4 .item_1{
	padding: 0;
	display: none;
}

.main_4 .item_2{
	padding: 0;
	display: inline;
}

.subcon .conlist img{
    height: 260px;
    max-width: 360px;
}

.news_con1{
	height: 260px;
	overflow: hidden;
}

.ny_7 .item_2 {
    padding: 0px 0;
}



.ny_1 .item_2 p{
	display: inline;
}

.footer_1 {
	padding: 15px 25px 50px;
}

.footer_1 .item_3 {
    padding: 10px 15%;
}

.botconmar>div:nth-child(3) {
    margin-top: -50px;
    padding-bottom: 50px;
    line-height: 1.5;
}

.indextitle {
    margin-top: 30px;
}



}


@media (max-width:420px) {
.indexnews{
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 98%;
    margin: 10px 1%;
	padding: 15px;
	box-shadow: 0 0 3px;
}
}