﻿@charset "utf-8";

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

.breadcrumb a {
	color:#fbaf1e;
}

body {
	font-family: "Microsoft JhengHei", PMingLiU;
	color: #212121;
	font-size:16px;
	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 {
	overflow:hidden;
	padding:1% 0 0 0;
    background-image: url(../images/a_26.png), url(../images/a_30.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right bottom;

}

.banner{
	padding:0;
}
.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;
	background: #b4d1b0;
}
.topfb{
    padding: 5px 0px;
    text-align: right;
    position: absolute;
    width: 230px;
    right: 0px;
    top: 24px;
}

.topfb img{
	margin: 10px 3px;
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.scut-container {
    float: right;
    margin-top: 39px;
    right: 188px;
    display: inline-block;
    position: absolute;
}
.scut-container a {
	max-width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	display: inline-block;
	color: #8bb184;
	background: #fff;
	float:right;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;  
	-o-border-radius: 50%;   
	-icab-border-radius: 50%;    
	font-size:20px;
	margin: 0px 5px;
}

.scut-container .searchdiv {
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #8bb184;
    background: #fff;
    float: right;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -icab-border-radius: 50%;
    font-size: 20px;
}

.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;
	border:none;
}
.scut-container .searchdiv button{
    border:none;
    display: block;
    width: 40px;
    padding: 0px;
    margin-left: -10px;
    background:#FFF;
	    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -icab-border-radius: 50%;
}
.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;
}

@media screen and (max-width: 767px) {
	body {
		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: #fb5e74;
	padding-bottom: 10px;
	padding-top: 30px;
}

.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;
	padding: 0;
	margin-top: 90px;
	margin-bottom: 10px;
}

.smenu a {
	color:#000;
	display:block;
	width:100%;
	font-size:20px;
}
.smenu>li:hover{
	background:#fdda5c;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.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;
	width:100%;
	height:auto;
	z-index:99999;
	background:rgba(253, 218, 92, 0.9);
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.smenu>li>ul>li ul{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:auto;
	z-index:99999;
	background:rgba(253, 218, 92, 0.9);
}
.smenu>li>ul li{
	margin:0px 10px;
	border-top:1px dashed #fff;
}
.smenu>li>ul li a{
	color: #000;
}
.smenu>li .indicator {
	position: absolute;
	color: #000;
	top: 0;
	right: 8px;
	font-size: 20px;
}
.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;
		padding: 0px 20px;
		border-top: 1px solid #eec943;
		text-decoration:none;
	}
	.smenu>li{
		background:#fdda5c;
	}
	.smenu>li:first-child{
		background: #fdda5c;
		text-align:center;
	}
	.smenu li {
		text-align: left;
	}
	.smenu>li>ul li{
	    margin:0px;
    }
	.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>a:hover{
		background:#ffe895;
	}
	
	.smenu>li>ul>li>ul>li>a {
		padding-left: 60px !important;
	}
	.smenu>li>ul>li>ul>li>ul>li>a {
		padding-left: 80px !important;
	}
	.smenu>li:hover{
		border-top-right-radius:0px;
		border-top-left-radius:0px;
	}
	.smenu>li>ul li{
	   border-top:none;
    }
    .smenu>li>ul{
	  border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }
	.smenu>li>ul li{
		border-top:none;
	}
}

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

.cart1 {
	background: #ff9900;
	text-align: center;
	color: #FFF;
	position: relative;
	border-right: 1px solid #d9d4d0;
	padding: 0px;
}

.cart2 {
	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: 18px;
	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;
	padding: 5px 0px;
}

.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 {
	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;
	background:#FFF;
	color:#9b4d00;
	background:url(../images/h_18.jpg) no-repeat center center;
	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;}
.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: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;
	width:1380px;
	float:none;
	margin:0px auto;
}
.proh{
	padding:15px;
}
.proh a {
	padding: 0px;
	display: block;
	float: left;
	width: 100%;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 0px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-icab-box-shadow: 0px 0px 4px rgba(0,0,0,0.2); 
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.proimg {
	padding:0px;
}
.proimg:hover{
	border:1px solid #E2B14A;
}

.prot {
	float: left;
	color: #000;
	text-align: center;
	font-size: 18px;
	padding: 0;
	margin: 10px 0px 5px 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 {
    line-height: 34px;
    margin: 1% 1% 2% 1%;
    background: #F5F5F5;
    width: 98%;
    text-align: center;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -icab-border-radius: 5px;
}

.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: 34px;
	color: #F00;
	font-weight:bold;
}

.product4 {
	font-size: 16px;
}

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

.baseprod{
	margin-left: -10px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 34px;
}
.productinfo {
	font-size: 18px;
	line-height: 34px;
}

.productinfo a {
	color: #666;
}

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

.procon {
	font-size: 18px;
	color: #000;
	line-height: 32px;
	padding: 15px;
}
.procon img{
	width:auto;
	max-width:100%;
}

.subtb {
	background: #3d8c35;
	text-align: center;
	position: relative;
	color: #FFF;
	font-size: 18px;
	margin-top: 10px;
	padding: 5px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
}

.footer{
	background:#b4d1b0;
	padding:0px;
	}
.botconmar{
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #000;
	width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
	}
.botconmar a{ color:#000;display:inline-block;text-decoration: none;}
.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%;}
}

.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 15px 45px;
	background:url(../images/dog.png) no-repeat left center;
	width: 1380px;
	float: none;
	margin: 0px auto;
}

.subtitle2 {
	font-size: 35px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
	padding:15px 25px;
	text-align:center;
}
.subtitle1 ul,.subtitle2 ul{
	float:right;
}
.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%;
	width: 1380px;
	float: none;
	margin: 0px auto;
	font-size: 18px;
    line-height: 34px;
}
.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 {
	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;
}
.news1 {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 1380px;
    margin: 0px auto;
	float:none;
	padding: 10px;
}
.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 .news3 {
	color: #E2B14A;
}

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

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

.news3 {
	font-size: 18px;
	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: 24px;
	font-size: 18px;
	word-break: break-all;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	line-height: 34px;
}

.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 {
	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:1280px;
	float:none;
	margin:1% auto;

}
.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;
	width: 1280px;
	margin: 0px auto;
	float: none;
}
.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;
	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;
	}
}

#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(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;
}
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	z-index:99999;
}
@media (max-width:1000px) {
	.scrollup {
		right: 10px;
	}
}


/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.menutopn{
	width:1380px;
	float:none;
	margin:0px auto;
	padding:0px;
}

@media (max-width:1380px) {
.menutopn{
	width:100%;
}	
}
@media (max-width:768px) {
.smenu {
	line-height: 54px;
	z-index: 999;
	padding: 0;
	margin-top: 0px;
	margin-bottom:0px;
}
.topfb{
	padding: 0px;
	text-align: center;
	position: relative;
	width: 100%;
	right: 0px;
	top: 0px;
}
.logo {
    font-family: Arial;
    font-weight: bold;
    color: #fb5e74;
    padding-bottom: 5px;
    padding-top: 5px;
}
}
.idxc_1{
	background:url(../images/bi_03.png) no-repeat center center;
	background-size: 100%;
    padding: 6% 0;
	}
.aboutn{
	color:#82a97d;
	font-size:30px;
	padding: 20px 0px;
	font-weight:bold;
	letter-spacing: 4px;
	}

.treen{
	font-size:18px;
	line-height:34px;
	letter-spacing: 4px;
	}
.more{
	background: #fdda5c;
	font-size: 18px;
	text-align: center;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	padding: 8px 10px;
	margin-top: 10px;
	display: block;
	letter-spacing: 2px;
	width: 140px;
}


.more:link {color: #000;text-decoration:none;} /* 未访问时的状态 */
.more:visited {color: #000;text-decoration:none;} /* 已访问过的状态 */
.more:hover {color: #000;text-decoration:none;} /* 鼠标移动到链接上时的状态 */
.more:active {color: #000;text-decoration:none;} /* 鼠标按下去时的状态 */ 

.maikn{
	width:20%;
	float:left;
	}
.maikn a{
	display:block;
	margin:5%;
	}
.maikn .second-effect{
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;  
	-o-border-radius: 50%;   
	-icab-border-radius: 50%;   
	}
.idxc_2{
	background-image: url(../images/a_26.png), url(../images/a_30.png);
	background-repeat: no-repeat, no-repeat;
	background-position:left top, right bottom;
	}

.view {
	position: relative;
	text-align: center;
	cursor: default;
	overflow: hidden;
}
.view .mask{
	overflow: hidden;
	width: 600px;
	height: 500px;
	position: absolute;
	margin-left: -300px;
	left: 50%;
	margin-top: -250px;
	top: 50%;
	cursor: pointer;
}
.view img{
	display:block;
	width: auto;
	height: auto;
	max-width:100%;
	}
.second-effect .mask {
   opacity: 0;
   overflow:visible;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
   z-index:99999
}
.second-effect a.infoo {
	position:relative;
	top:-10px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   overflow:hidden;
}
.second-effect:hover .mask {
   opacity: 1;
   background:rgba(105,172,114,0.6);
}
.second-effect:hover a.infoo {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
	transition-delay:1s;
}
.infoo {
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:71px;
   height:92px;
   z-index:999;
   margin-left: -35px;
   left: 50%;
   margin-top: -46px;
   top: 50%;
   position: absolute;
}
.hian{
	text-align:center;
	margin-top: 20px;
	font-size: 18px;
	}
	
.second-effect:hover a.bordern {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
	transition-delay:1s;
}
.bordern {
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:200px;
   height:200px;
   z-index:999;
   margin-left: -100px;
   left: 50%;
   margin-top: -100px;
   top: 50%;
   position: absolute;
   border:1px dashed #fff;
   
   	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;  
	-o-border-radius: 50%;   
	-icab-border-radius: 50%;   
}
@media (max-width:1280px) {
.movecontainer {
    width: 100%;
	overflow:hidden;
}
.botconmar{
    width: 100%;
	}
.indexpro {
	width: 100%;
}
.piccon{
	width: 100%;
}
}

@media (max-width:900px) {
.maikn{
	width:33.33333333333%;
	float:left;
	}
}

@media (max-width:768px) {
.mapnk {
    margin: 20px 0px;
}
.idxc_2{
	background:url(../images/a_30.png) no-repeat right bottom;
	}
}

@media (max-width:600px) {
.maikn{
	width:50%;
	float:left;
	}
.bordern {
   width:150px;
   height:150px;
   z-index:999;
   margin-left: -75px;
   left: 50%;
   margin-top: -75px;
   top: 50%;
   position: absolute;
   border:1px dashed #fff;
}
}
.mapnk{
	border: 1px solid #fff;
	padding: 20px 30px;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	letter-spacing: 3px;
	}
@media (max-width:500px) {
.bordern {
   width:120px;
   height:120px;
   z-index:999;
   margin-left: -60px;
   left: 50%;
   margin-top: -60px;
   top: 50%;
   position: absolute;
   border:1px dashed #fff;
}
.mapnk {
    padding: 20px;
	letter-spacing: 0px;
}
.more{
	background: #fdda5c;
	font-size: 18px;
	text-align: center;
	color: #000;
	padding: 8px 10px;
	margin-top: 10px;
	display: block;
	letter-spacing: 2px;
	width: 120px;
	float:none;
	margin:0px auto;
}
.aboutn {
    color: #82a97d;
    font-size: 28px;
    padding: 20px 0px 10px 0px;
    text-align: center;
}
.more {
    margin: 10px auto 0px auto;
}
.treen {
    line-height: 30px;
    letter-spacing: 4px;
}
}
.copyright{
	text-align: center;
    padding: 5px 0px;
    margin-top: 15px;
    margin-bottom: 40px;
	}
.copyright a{
	text-align:center;
	color:#000000;
	}

.mapn{
	border: 1px solid #fff;
	height: 160px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	}
.mapn iframe{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	}
.mapnkg{
	}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.imegr2{
	display:none;
	}
@media ( max-width:1000px) {
.imegr1{
    display:none;
}	
.imegr2{
	display:block;
	}
}

.subtitle1 h1 {
    clear: both;
    display: inline-block;
    font-size: 30px;
    color: #000;
    margin: 0px;
}

.mykey h2 {
	background: #ffe177;
	color: #000;
	font-size: 20px;
	display: inline-block;
	padding: 20px;
	margin-bottom: 30px;
	line-height: 27px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	-icab-border-radius: 25px;
	border: 5px solid #fdda5c;
	margin-top: 0px;
}
.stack img{
	padding:5px;
	background:#e0f1dd;
	border:5px solid #b4d1b0;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;  
	-o-border-radius: 25px;   
	-icab-border-radius: 25px;   
	}

/*
iPhone and mobile widths --------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	h1.title { margin: 15px 0; }
}



.news1>a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.news1>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f0f0 url(../images/k_15.png) no-repeat 5px center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news1>a:hover, .news1>a:focus, .news1>a:active {
  color:#000;
}
.news1>a:hover:before, .news1>a:focus:before, .news1>a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.in_titlesy{
	padding: 0px 50px 0px 15px;
	line-height: 30px;
	color: #9ab556;
	clear: both;
	margin-bottom: 20px;
	display: inline-block;
	margin-top: 20px;
	border-left: 6px solid #9ab556;
	font-size: 26px;
	font-weight: bold;
}
.peng {
    letter-spacing: 2px;
}

.keyng {
    padding: 6px 20px;
    display: inline-block;
    background:#77aa7e;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -icab-border-radius: 30px;
    margin-left: 2.5%;
	letter-spacing: 4px;
	font-size:20px;
}
.keyngg {
    border: 1px solid #77aa7e;
    padding: 40px 2.5% 2.5% 2.5%;
    border-radius: 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -icab-border-radius: 18px;
    margin-top: -20px;
    margin-bottom: 30px;
	box-shadow: 0px 0px 6px rgba(156,219,162,0.4);
	-webkit-box-shadow: 0px 0px 6px rgba(156,219,162,0.4);
	-moz-box-shadow: 0px 0px 6px rgba(156,219,162,0.4);
	-ms-box-shadow: 0px 0px 6px rgba(156,219,162,0.4);
	-o-box-shadow: 0px 0px 6px rgba(156,219,162,0.4);
	-icab-box-shadow: 0px 0px 6px rgba(156,219,162,0.4);
}
.tabsy{
	text-align:center;
	font-size:18px;
	}
.tabsy td{
	padding:5px;
	}
.tden{
	background: #c2d7ff;
	color: #000;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	text-align:center;
	}
.bgera{
	background: #cbecc6;
	color: #000;
	line-height: 36px;
	font-weight: 300;
	text-align:center;
	}
#table-bordered > thead > tr > th, #table-bordered > tbody > tr > th, #table-bordered > tfoot > tr > th, #table-bordered > thead > tr > td, #table-bordered > tbody > tr > td, #table-bordered > tfoot > tr > td {
    border: 1px solid #97c790;
}
.backg1{
	background: #e8f1e7;
	border-bottom: 2px solid #b4d1b0;
	padding: 10px;
	color:#4f6e3b;
	}
.backg2{
	font-size: 18px;
	color: #333;
	padding: 10px;
	margin-bottom: 20px;
	}
	
/*conternicon*/
.contact-top-grids {
    padding: 3em 0em 1em 0em;
    overflow: hidden;
}
.contact-top-grids a:hover{
	text-decoration:underline;
}
.c-top-grid {
    text-align: center;
}
.c-top-grid span {
    width: 74px;
    height: 74px;
    display: inline-block;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -icab-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -icab-border-radius: 50px;
    border: 1px solid #e1e1e1;
    line-height: 65px;
    background: #fff;
}
.c-top-grid h3 {
    color: #484848;
    font-size: 1.3em;
    padding: 0.5em 0;
    font-weight: 700;
}

.c-top-grid ul {
    min-height: 60px;
    height: auto !important;
    height: 60px;
}
.c-top-grid ul li {
    display: block;
    color: #333;
    font-size: 1em;
    line-height: 1.5em;
}
.leftng{
	padding-left:5%;
	}
@media (max-width:768px) {
.contact-top-grids {
    padding: 2em 2em 0em 2em;
    overflow: hidden;
}
.c-top-grid h3 {
	color: #484848;
	font-size: 1.3em;
	padding: 0.3em 0;
	font-weight: 700;
}

.c-top-grid ul {
    min-height: 60px;
    height: auto !important;
    height: 60px;
}
.leftng{
	padding-left:0px;
	}
}
.contact_map {
    float: left;
    padding: 0;
    border: 6px solid #ececec;
    box-shadow: 3px 3px 3px #ccc;
	height: 412px;
	margin-bottom: 30px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;  
	-o-border-radius: 25px;   
	-icab-border-radius: 25px;  
}
.contact_map iframe{
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;  
	-o-border-radius: 25px;   
	-icab-border-radius: 25px;  
	}
.bluen{
	padding-top:20px;
	}
.bluenn{
	padding-bottom:20px;
	}
@media (max-width:560px) {
.bluenn{
	padding-bottom:10px;
	}
.c-top-grid h3 {
	color: #484848;
	font-size: 1.3em;
	padding:0;
	font-weight: 700;
}
.c-top-grid ul {
    min-height:inherit;
    height:auto;
	margin-bottom: 15px;
}
.contact_map {
    margin-bottom: 10px;
}
}
.kmenyyn{
	padding: 0px 40px 0px 20px;
	line-height: 46px;
	background: #fed33d;
	color: #000;
	clear: both;
	margin-bottom: 10px;
	display: block;
	width: 280px;
	margin: 0px auto;
	z-index: 55;
	position: relative;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	-icab-border-radius: 25px;
	text-align:center;
}
.kmenn{
	border: 1px solid #fed33d;
	padding: 30px 3% 20px 3%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-icab-border-radius: 20px;
	margin-top: -20px;
	z-index: 22;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-ms-box-shadow:0px 0px 4px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-icab-box-shadow: 0px 0px 4px rgba(0,0,0,0.1); 
	}

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


@media (max-width:1280px) {
.subtitle1 {
	width:100%;
}
.subcon {
   width:100%;
}
.mapnkg img{
	width:100px;
	}
}

.tiiem{
	width:960px;
	}
@media (max-width:960px) {
.tiiem{
	width:100%;
	}
}

@media (max-width:768px) {
.subtitle1 {
    padding: 20px 25px 15px 50px;
    background: url(../images/dog.png) no-repeat 10px center;
}
.botconmar {
    padding: 15px 0;
}
.subcon {
    padding: 2% 10px;
}
}
.lerng{
	height:20px;
	}
.aboutnr{
    color: #82a97d;
    font-size: 30px;
    padding: 20px 0px;
    font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
}


.prond{
	position: relative;
	}
.prond img {
    width: 100%;
    position: relative;
}
.prond a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -26px;
    opacity: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Glyphicons Halflings';
    content:url(../images/ticon.png);
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}
.prond a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(105, 172, 114, 0.8);
    content: '';
    transition: 0.4s;
}
.prond a:hover:after,
.prond a:hover:before {
    opacity: 1;
}

.prond img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.prond:hover img{
	opacity: 0.75;
	-webkit-transform: scale(1.125);
	transform: scale(1.125);
}

.pager li {
    padding: 5px 0px;
    display: inline-block;
}
.imger{
	padding:
	}
#goodsnums{
	display: inline-block;
	position: absolute;
	background: #f00;
	border-radius: 50%;
	top: 0;right:-5px;
	line-height: 8px;
	padding: 5px 4px;
	color: #fff;
	font-size:0.8em;
	}
@media screen and (max-width: 768px) {
#goodsnums{
	position:relative;
	right:5px;
	padding: 8px 5px;
	border-radius:50%;
	line-height:3px;
	top:-10px;
	}
.scut-container a {
	max-width:inherit;
	height:40px;
	line-height:40px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #575757;
	float:right;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;  
	-o-border-radius:0;   
	-icab-border-radius:0;    
	margin: 0px;
	font-size:20px;
}
}
.padingopn{
	margin-bottom:15px;
	}
@media (min-width: 640px){
.form-horizontal .control-label {
    padding-top: 0px;
}
}