﻿@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}

.breadcrumb a {
	color:#fbaf1e;
}

body {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:18px;
	background:#ffffff;
	color:#000000;
}

li{
	list-style:none;
}

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

a:hover {
	color: #f60;
}

#indcon {
	overflow:hidden;
	padding:0;
}
#indcon2 {
	padding:10px 15% 30px 15%;
	background-image:url("../images/ab_right.png"),url("../images/ab_bg.jpg");
	background-repeat: no-repeat, no-repeat;  
	background-position:100% 95%, bottom center;
	background-size:auto, cover;
}
.banner{
	padding:0;
}
.banner img{
	width:100%;
	height:auto;
}
.top{
	padding:0;
	background:rgba(255,255,255,0.7);
	position:fixed;
	z-index:999999;
}
.scut-container {
	float: right;
	margin-top: 30px;
	cursor:pointer;
}
.scut-container a {
	max-width:120px;
	height:45px;
	line-height:45px;
	text-align: center;
	display: inline-block;
	color: #FFF;
	background: #c69854;
	float:right;
}
.scut-container a:hover {
	background: #c69854;
}
.scut-container .searchdiv {
	max-width:120px;
	height:45px;
	line-height:45px;
	text-align: center;
	color: #FFF;
	background: #49c26d;
	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%;
}
.searchdivxs{
	display:none;
	height:45px;
	padding:5px 2%;
	text-align: center;
	color: #FFF;
	background: #50174f;
}
.searchdivxs input{
	height:35px;
	width:85%;
}
.searchdivxs button{
	height:35px;
	width:13%;
	background:#50174f;
	border:none;
	color:#ffffff;
}
.submain {
	float:left;
	padding:0;
}

.newsmores {
	text-align:center;
}
.newsmores a{
	font-size:15px;
	color:#2bb800;
	letter-spacing:2px;
}
.newsmores a:hover{
	color:#ff6600;
}
/*搜索框*/
.search {
	display:inline-block;
	float:right;
}
.form_search {
	position: relative;
	width: 220px;
	right: 0;
	top: 0;
	float: right;
}
.d1 input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border: 2px solid #4f1b4a;
	outline: none;
	font-size:0.9em;
	background:none;
	color: #313131;
	border-radius: 25px;
}
.d1 button {
	position: absolute;
	top: 0;
	right: 2px;
	width: 40px;
	height: 40px;
	border: none;
	background:none;
	border-radius: 0 25px 25px 0;
	cursor: pointer;
}
.d1 button:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 18px;
	color: #4f1b4a;
}
.cart_cs {
	display:inline-block;
	float:right;
	margin-left:18px;
}
.btn_product a{
	background: #254183;
	color: #FFF;
	font-size: 16px;
	font-family:Arial;
	padding: 0px 15px 1px 15px;
	display:inline-block;
	cursor: pointer;
	margin:0 auto;
	outline: none;
	border: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-icab-border-radius: 20px;
	text-decoration:none;
	text-align:center;
}
.btn_product a:hover {
	background: #df0024;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-decoration:none;
	color:#ffffff;
}
.p_fonts {
	float:left;
	font-size:1.0em;
	line-height:36px;
	color:#000000;
}
.company_pic {
	float:left;
	text-align:center;
}
.company_pic img {
	width:100%;
	height:auto;
	padding:8px;
	background:#ffffff;
	box-shadow:0px 0px 5px #cccccc;
}
@media screen and (max-width: 1440px) {
	#indcon {
		overflow:hidden;
		padding:0;
	}
	#indcon2 {
		padding:10px 5% 30px 5%;
	}
	.top{
		padding:0;
	}
}
@media screen and (max-width: 1288px) {
	.form_search {
		width: 200px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.form_search {
		width: 180px;
	}
	#indcon {
		overflow:hidden;
		padding:0;
	}
	#indcon2 {
		padding:0px 2% 30px 2%;
	}
	.top{
		padding:0;
	}
	.cy_top {
		padding-top:100px;
	}
}
@media screen and (max-width: 767px) {
	body {
		float:left;
		width:100%;
		padding-bottom:45px;
	}
	.top{
		padding:0;
		max-height:100%;
	}
	#indcon {
		overflow:hidden;
		padding:0;
	}
	.company_pic {
		float:left;
		text-align:center;
		padding:15px 10px 0 10px;
	}
	.cart_cs {
		display:inline-block;
		float:none;
		margin-left:0;
		margin-bottom:8px;
	}
	.scut-container {
		margin-top: 0;
		padding: 0;
		position:fixed;
		bottom:0;
		left:0;
		z-index:9;
	}
	.scut-container a{
		max-width:none;
	}
	.scut-container .searchdiv{
		max-width:none;
	}
	#indcon2 {
		padding:0 0 30px 0;
	}
	.submmain {
		padding:40px 25px 40px 25px;
		line-height:40px;
	}
}


.modal-body {
	padding-bottom: 36px;
	padding-top:15px;
}

.logo {
	font-family: Arial;
	font-weight: bold;
	color: #fb5e74;
	padding-bottom: 35px;
	padding-top: 42px;
	z-index:99999;
}
.logo a {
	color: #fb5e74;
}
.top_icon {
	float:right;
	text-align:center;
	padding-top:16px;
}
.top_icon img{
	width:auto;
	height:auto;
	max-width:100%;
}
.top_gn {
	float:right;
	display:block;
	text-align:right;
	padding:35px 60px 35px 0px;
}
.top_gn a{
	display:inline-block;
	float:right;
	padding:0 8px;
}
.top_gn img {
	width:auto;
	height:auto;
	max-width:100%;
}
@media ( max-width :1440px) {
	.top_gn {
		padding:35px 26px 35px 0px;
	}
}
@media (max-width:1288px) {
	.top_gn {
		padding:35px 30px 25px 0px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.logoie,.smenu {
		padding: 0px;
	}
	.top_gn {
		padding:18px 25px 10px 0px;
	}
	.top_gn img {
		max-height:32px;
	}
}
@media ( max-width :767px) {
	.top_gn {
		position:absolute;
		top: -50px;
		left: 55%;
		padding: 0;
		text-align: center;
	}
	.top_gn a{
		display:inline-block;
		float:none;
		padding:0 2px;
	}
	.top_gn img {
		width:auto;
		height:auto;
		max-width:100%;
		max-height:35px;
	}
}
.logo img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width:100%;
	max-height:150px;
}
.logo02 img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width:100%;
	max-height:150px;
}
.logo1 {
	padding-top: 30px;
	line-height: 40px;
}
.smenu {
	line-height: 52px;
	z-index:99999;
	padding:0;
	color:#FFF;
	cursor:pointer;
	background:rgba(255,255,255,0.7);
}
.smenu a {
	color:#000000;
	display: inline-block;
	width:90%;
	font-size:1.0em;
	letter-spacing:1px;
}
.smenu li {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	position:relative;
}
.smenu>li {
	padding:0;
}
.smenu>li:hover {
	background:rgba(27,115,179,0.7);
}
.smenu>li:hover>a{
	color:#ffffff;
	letter-spacing:3px;
}
.smenu>li>ul{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:auto;
	z-index:99999;
	background:rgba(27,115,179,0.8);
}
.smenu>li>ul>li ul{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:auto;
	z-index:99999;
	background:rgba(27,115,179,0.8);
}
.smenu>li>ul li{
	padding:12px 0px;
	line-height:28px;
	background:url(../images/nav_bg.jpg) repeat-x;
	border-bottom:1px dashed #ffffff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.smenu>li>ul li:hover {
	background:rgba(0,0,0,0.7);
}
.smenu>li>ul li:last-child{
	border-bottom:none;
}
.smenu>li>ul li a{
	color: #ffffff;
	font-size:18px;
	line-height:26px;
}
.smenu>li>ul li:hover a{
	color:#ffffff;
}
.smenu>li .indicator {
	position: absolute;
	color: #000000;
	top: -2px;
	right: 8px;
	font-size: 20px;
}
.smenu>li:hover .indicator {
	color:#ffffff;	
}
.smenu ul>li .indicator {
	top: 0;
	right: 8px;
	color:#ffffff;
}
@media ( max-width : 1440px) {
	.smenu {
		padding:0;
	}
}
@media ( max-width : 1288px) {
	.logo {
		padding-bottom: 32px;
		padding-top: 35px;
		z-index:99999;
	}
	.smenu {
		padding:0;
	}
	.smenu a{
		font-size:18px;
	}
	.smenu>li {
		padding:0;
	}
	.smenu>li>ul li a{
		font-size:18px;
	}
	.smenu>li .indicator {
		position: absolute;
		top: 0px;
		right: 8px;
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.smenu {
		line-height: 45px;
		padding:0;
	}
	.smenu a{
		font-size:16px;
		letter-spacing:0px;
	}
	.smenu>li>ul li a{
		font-size:16px;
	}
	.smenu>li .indicator {
		position: absolute;
		right: 5px;
		font-size: 16px;
	}
	.smenu ul>li .indicator {
		top: 0;
		right: 5px;
	}
}
@media ( max-width : 849px) {
	.smenu a{
		font-size:13px;
	}
}
@media ( max-width : 767px) {
	.smenu {
		top:-80px;
		line-height: 32px;
		border-bottom:none;
		border-top:none;
		position:absolute;
		background:none;
	}
	.smenu a {
		font-size:18px;
		color:#000000;
	}
	.smenu>li{
		background: #ffffff;
		top:80px;
		width:90%;
		margin-left:5%;
	}
	.smenu>li:first-child{
		position:absolute;
		background:rgba(165,165,165,0.8);
		width:33px;
		height:33px;
		line-height:33px;
		text-align:center;
		top:30px;
		right:4.5%;
		text-align:center;
		font-size:20px;
		color:#ffffff;
		border-bottom:none;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		-icab-border-radius: 4px;
	}
	.smenu>li:first-child:hover{
		background:rgba(165,165,165,0.8);
	}
	.smenu>li:nth-child(2){
		padding-top:3px;
		border-top:3px solid #3d6eb2;
	}
	.smenu li {
		line-height:45px;
		text-align: center;
		border-bottom:1px dotted #000000;
	}
	.smenu>li:last-child {
		background: #ffffff;
		padding-bottom:3px;
		border-bottom:3px solid #3d6eb2;
	}
	.smenu>li:hover {
		background:#ffffff;
	}
	.smenu>li:hover>a{
		color:#000000;
		letter-spacing:1px;
	}
	.smenu>li a:after{display:none;}
	.smenu>li a:hover:after{display:none;}
	.smenu>li>ul{
		background:#efefef;
	}
	.smenu>li>ul>li ul{
		background:#efefef;
	}
	.smenu>li>ul li:hover{
		background:#efefef;
	}
	.smenu>li>ul li{
		border-bottom:1px dotted #000000;
	}
	.smenu>li>ul li a{
		color: #000000;
		font-size:18px;
	}
	.smenu>li>ul li:hover {
		background:#efefef;
	}
	.smenu>li>ul li:hover a{
		color:#000000;
	}
	.smenu li ul,.smenu li ul li ul {
		position: static;
	}
	.smenu>li>ul li a:hover{
		color: #000000;
	}
	.smenu>li .indicator {
		right: 20px;
		font-size: 16px;
		color:#000000;
	}
	.smenu>li:hover .indicator {
		color:#000000;	
	}
	.smenu ul>li .indicator {
		right: 20px;
		color:#000000;
	}
	.smenu>li>ul>li>a {
		padding-left: 0px !important;
	}
	.smenu>li>ul>li>ul>li>a {
		padding-left: 0px !important;
	}
	.smenu>li>ul>li>ul>li>ul>li>a {
		padding-left: 0px !important;
	}
}
@media ( max-width : 380px) {
	.smenu>li:first-child{
		position:absolute;
		background:rgba(165,165,165,0.8);
		width:33px;
		height:33px;
		line-height:36px;
		text-align:center;
		top:30px;
		right:1.5%;
		text-align:center;
		font-size:20px;
		color:#ffffff;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.logo {
		text-align: center;
		padding-bottom: 20px;
		padding-top: 25px;
	}
	.logo img {
		display: inline-block;
		width: auto;
		height: auto;
		max-width:100%;
		max-height:65px;
	}
}
@media ( max-width :767px) {
	.logo {
		text-align: center;
		padding-top:12px;
		padding-bottom:12px;
	}
	.logo img {
		display: inline-block;
		width: auto;
		height: auto;
		max-width:100%;
		max-height:45px;
	}
}

.cart1 {
	height: 60px;
	background: #ff9900;
	text-align: center;
	color: #ffffff;
	line-height:23px;
	position: relative;
	border-right: 1px solid #d9d4d0;
	padding: 0px;
	font-size:18px;
}

.cart2 {
	height: 60px;
	background: #999;
	text-align: center;
	color: #ffffff;
	border-right: 1px solid #d9d4d0;
	padding: 0px;
	line-height:23px;
	font-size:18px;
}

.cart2:last-child {
	border-right: 0px;
}
.cart_cons {
	margin-top:22px;
}
.szbox1 {padding:0;}
.cart_cons {
	padding:0;
	margin-top:22px;
}
.cartarrow {
	position: absolute;
	right: -3px;
	top: 28px;
	z-index: 99;
}

.cart3 {
	font-size: 15px;
	padding-top: 10px;
}

.cart4 {
	font-size: 16px;
}

.cart5 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	color: #111111;
	font-size:18px;
}

.cart5 a {
	color: #111111;
}

.cart7 {
	font-size: 18px;
	color: #000000;
}

.cart8 {
	color: #ffffff;
	font-family: Arial;
	text-align: right;
}

.cart9 {
	font-size: 18px;
	color: #fe0000;
	font-weight: bold;
}

.cart10 {
	font-size: 18px;
	color: #282828;
	font-weight: bold;
}

.cart11 {
	text-indent: -12px;
	padding-left: 27px;
	padding-top: 20px;
	line-height: 24px;
}

.cart12 {
	font-size: 20px;
}

.cart13 {
	padding-left: 35px;
	padding-bottom: 15px;
	line-height: 24px;
}

.cart14 {
	padding-left: 20px;
	line-height: 18px;
	color:#000000;
}

.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: 15px;
	padding-top: 5px;
	color: #000000;
	line-height: 24px;
	margin-bottom:18px;
}

.cart18 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.cart_bds {
	float:left;
	line-height:23px;
	padding-right:125px;
	margin-top:18px;
}

.cartnotice {
	color: #cd403c;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.cartnotice a {
	color: #cd403c;
}
.cartpic {
	padding:5px;
	background:#ffffff;
	box-shadow:0px 0px 5px #cccccc;
}
.carttitle {
	background: #1b73b3;
	color: #ffffff;
	font-weight:600;
	margin-bottom:20px;
	text-align: center;
	font-size: 18px;
	height: 35px;
	line-height:35px;
}
.control_mails {
	color:#cccccc;
	padding-top:5px;
}
.form-horizontal .control-label {
	text-align: right;
	font-size: 18px;
	color:#111111;
	font-weight: normal;
	padding-right: 15px;
	line-height:23px;
}
.form-horizontal .control-labels {
	text-align: right;
	font-size: 16px;
	padding-left:0;
	color:#111111;
	font-weight: normal;
	padding-right: 6px;
	line-height:36px;
}
.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: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #111111;
}

.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: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4b4b4b;
}

.indexcon {
	padding:2% 15%;
	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;
	text-align:center;
	background:url(../images/in_bt.png) center center no-repeat;
	min-height:110px;
}
.in_tis {
	display:inline-block;
	margin:28px 0 0 50px;
	text-align:left;
	font-size:1.7em;
	color:#ffffff;
	letter-spacing:3px;
	line-height:26px;
	font-weight:600;
	z-index:9;
}
	
.bt_en {
	font-size:16px;
	letter-spacing:8px;
}
.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;
}
.news_imgs {
	float:left;
	text-align:center;
	overflow:hidden;
}
.news_imgs img{
	width:100%;
	height:auto;
	padding:2px;
	background:#ffffff;
	border:1px solid #000000;
}
.indexnewsc{
	float:left;
	font-size:18px;
	color:#4b8ab2;
	height:50px;
	line-height:25px;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.indexnews{text-align:center;}
.indexnews2{padding:40px 0px;border-bottom:1px dashed #1b73b3;}
.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;}
.indexnewsc2{margin:5px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.indexnewsb a{display:inline-block;padding:1px 8px; font-size:0.8em; border:1px #0669b2 solid; background:#ffffff; color:#0669b2; margin-top:14px;}
.indexnewsb a:hover{display:inline-block;padding:1px 8px;border:1px #0669b2 solid; background:#0669b2; color:#ffffff;}
.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{ float:left; box-sizing:border-box; padding:24px 10px;text-align: left;border-bottom:1px dashed #b2bec0;}
.indexnews3:last-child {border-bottom:none;}
.indexnews3 img {width: 19px;height: 19px;display: inline-block; margin-bottom:5px; margin-right:20px;}
.indexnews3 a{display: block;white-space:nowrap; color:#555555; font-size1.1em;text-overflow:ellipsis;-o-text-overflow:ellipsis; overflow:hidden;}
.indexnews3:hover a{ color:#2e64ae; text-decoration:underline;}

.in_news_imgs {
	float:left;
	padding:0;
}
.in_news_imgs img {
	width:auto;
	height:auto;
	max-width:1005;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-icab-border-radius: 50%;
}
.in_news_cons {
	float:left;
	padding-top:6px;
	padding-left:16px;
}
.news_top {
	padding-top:5px;
}
.indexpro {
	padding: 65px 15% 5px 15%;
}
.n_pro {
	padding:1%;
}
.proh{padding:15px;}
.proimg{
	padding:0px;
}
.proimg img {
	width:100%;
	height:auto;
}
.prot {
	float: left;
	color: #1b73b3;
	text-align: center;
	font-size: 1.0em;
	padding: 0 10px;
	line-height:60px;
	font-weight:600;
	background:#ffffff;
	letter-spacing:2px;
	display:block;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.prot:hover {
	color: #ffffff;
	background:#1b73b3;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.prot:hover a {
	color:#ffffff;
}
.prots {
	float: left;
	color: #000000;
	text-align: center;
	font-size: 1.0em;
	padding: 0 10px 0px 16px;
	height:40px;
	line-height:40px;
	margin-top:15px;
	display:block;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.prots a {
	color: #000000;
	display:block;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.prots a:hover {
	color:#ff642e;
}
.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%;
}
.news_contents {
	float:left;
	padding:20px;
}
.pro_kus {
	padding:0;
}
@media (max-width:1440px) {
	.indexcon {
		padding:2% 0;
		position: relative;
		overflow: hidden;
	}
	.indexpro {
		padding: 65px 5% 5px 5%;
	}
	.n_pro {
		padding: 1%;
	}
	.indexnews2{padding:40px 0px;}
}
@media (max-width:1288px) {
	.cart_bds {
		float:left;
		line-height:23px;
		padding-right:75px;
		margin-top:18px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.cart_padding {margin-top:25px;}
	.indexpro {
		padding: 65px 3% 5px 3%;
	}
	.prot {font-size:0.9em; letter-spacing:0;}
	.cart_bds {
		padding-right:55px;
	}
	.in_news_cons {
		padding-top:0px;
		padding-left:15px;
	}
}
@media (max-width:767px) {
	.prodlist{padding:0;}
	.indexpro {
		padding:30px 0 0 0;
	}
	.n_pro {
		padding:1%;
		margin-top:0px;
	}
	.proh{padding:10px;}
	.prot {	font-size:1.0em;}
	.indextitle{margin-top:10px; margin-bottom:15px;}
	.form-horizontal .control-label {
		text-align: left;
		font-size: 15px;
		font-weight: normal;
		padding-right: 10px;
		line-height:30px;
	}
	.form-horizontal .control-labels {
		line-height:36px;
	}
	.indexnews3{ padding:22px 10px;}
	.n_pro>div {margin-bottom: 15px;}
	.cart_bds {
		padding-right:15px;
	}
	.news_contents {
		padding:0px;
	}
	.indextitle{
		background:url(../images/in_bt.png) center center no-repeat;
		background-size:100%;
		min-height:auto;
	}
	.in_news_cons {
		padding-top:0px;
		padding-left:15px;
	}
	.indexnews2{padding:28px 0px;}
	.news_top {
		padding-top:25px;
	}
}
@media (max-width:380px) {
	.bt_en {
		font-size:14px;
		letter-spacing:6px;
	}
}
.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:-15px;
}
.producttitle {
	padding-top:15px;
	padding-bottom:35px;
	text-align:center;
}
.blog_bt {
	display:inline-block;
	position:relative;
	margin:0 auto;
	font-size:1.2em;
	color:#000000;
	letter-spacing:2px;
}
.blog_bt:before {
	position:absolute;
	content:"";
	background:url(../images/bt_le.png) no-repeat;
	width:140px;
	height:2px;
	left:-180px;
	top:50%;
	margin-top:-1px;
}
.blog_bt:after {
	position:absolute;
	content:"";
	background:url(../images/bt_ri.png) no-repeat;
	width:140px;
	height:2px;
	right:-180px;
	top:50%;
	margin-top:-1px;
}
.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;
}

.product4 {
	font-size: 16px;
}

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

.baseprod{
	margin-left:-10px;
	font-size:18px;
	color:#282828;
	line-height:36px;
}
.productinfo {
	font-size: 18px;
	line-height: 36px;
	color:#282828;
}

.productinfo a {
	color: #666;
}

.productinfo select {
	display: inline;
	color:#000;
}

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

.subtb {
	background: #1b73b3;
	height: 40px;
	line-height:40px;
	text-align: center;
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight:600;
	margin-top: 20px;
}

.footer{
	float:left;
	padding:0;
	background:url(../images/footer_bg.jpg) left top no-repeat;
	background-size:cover;
}
.botconmar{ line-height:45px; text-align:left;font-size:1.1em;color:#ffffff; width:74%; margin:0 auto; padding:0px;}
.botconmar .movecontainer {padding:80px 0px;}
.botconmar img {margin-bottom:3px;}
.botconmar a{ color:#ffffff;}
.botconmar a:hover{ color:#c9e9f4;}
.copyright {
	float:left;
	text-align:center;
	padding:11px;
	font-size:14px;
	color:#000000;
	line-height:26px;
	background:#ffffff;
}
.copy_nrs {
	float:left;
	text-align:center;
	padding:12px;
	font-size:14px;
	color:#ffffff;
	line-height:26px;
	background:#1b73b3;
}
.copy_links a {color:#000000;}
.copy_links a:hover {color:#1b73b3;}

.copy_linksy a {color:#ffffff;}
.copy_linksy a:hover {color:#dba359;}

.footer_logo {
	float:left;
	display:block;
	width:100%;
	text-align:left;
	padding:0 0 6px 0;
}
.footer_logo img {
	width:auto;
	height:auto;
	max-width:100%;
}
.footer_icon {
	float:left;
	text-align:center;
	padding:122px 0 0 0;
}
.footer_icon img {
	width:auto;
	height:auto;
	max-width:100%;
}
.footer_maps {
	float:left;
	padding:122px 0 0 0;
	line-height:0;
}
.more_btn {
	display:inline-block;
	margin-top:15px;
	margin-right:15px;
	float:right;
}
.more_btn a {
	font-family:Arial;
	font-size:16px;
	color:#9aa620;
}
.more_btn a:hover {
	color:#ff642e;
}
@media ( max-width :1440px) {
	.botconmar{width:90%;}
}
@media ( max-width :1288px) {
	.botconmar{width:92%; font-size:1.0em;}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.botconmar{width:92%; font-size:0.95em;}
	.in_tis {
		margin:28px 0 0 55px;
		font-size:1.6em;
	}
	.footer_icon {
		padding:80px 0 0 0;
	}
	.footer_maps {
		padding:80px 0 0 0;
	}
	.footer_logo img {
		width:auto;
		height:auto;
		max-width:100%;
		max-height:65px;
	}
}
@media ( max-width :767px) {
	.footer{
		padding:0;
		background:url(../images/footer_bg.jpg) center center no-repeat;
		background-size:cover;
	}
	.botconmar{width:100%; font-size:18px; line-height:36px;}
	.botconmar .movecontainer {padding:35px 20px 55px 20px;}
	.in_tis {
		margin:13px 0 10px 55px;
		font-size:1.5em;
		letter-spacing:2px;
	}
	.footer_logo {
		float:left;
		text-align:center;
		padding-top:0px;
		padding-bottom:8px;
	}
	.footer_boths {
		float:left;
		padding:15px 0px 45px 0px;
	}
	.baseprod{
		padding:0;
		margin-left:0;
		word-break:break-all; 
	}
	.blog_bt {
		display:inline-block;
		position:relative;
		margin:0 auto;
		font-size:1.1em;
		color:#000000;
		letter-spacing:2px;
	}
	.blog_bt:before {
		display:none;
	}
	.blog_bt:after {
		display:none;
	}
	.footer_logo img {
		width:auto;
		height:auto;
		max-width:100%;
		max-height:60px;
	}
	.footer_icon {
		padding:10px 0 0 0;
	}
	.footer_maps {
		padding:30px 25px 0 25px;
	}
	.producttitle {
		padding-top:15px;
		padding-bottom:25px;
		text-align:center;
		font-weight:600;
	}
}
@media ( max-width :380px) {
	.in_tis {
		margin:13px 0 10px 55px;
		font-size:1.4em;
		letter-spacing:2px;
		line-height:24px;
	}	
}
.subline {
	margin-top: 10px;
}
.subtitle {
	font-size: 18px;
	color: #282828;
	padding-bottom: 8px;
	padding-top: 7px;
	position: relative;
	background-color: #ff7400;
	text-align: center;
}
.subtitle:hover{
	color: #fff;
	background-color: #f26e00;

}
.sub_tis_line {
	float:left;
	border-bottom:1px #ccc solid;
	padding:15px 5px;
	margin-bottom:25px;
}
.subtitle1 {
	font-size: 20px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
	padding:17px 5px 13px 40px;
	color:#282828;
	margin-bottom:25px;
	display:block;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.subtitle1 h1 {
	font-size: 25px;
	display:inline-block;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}
.subtitle1:before{
	position:absolute;
	content:"";
	background:url(../images/sub_icon.png) no-repeat;
	left:0;
	top:18px;
	width:28px;
	height:25px;
}
.subtitle2 {
	font-size: 35px;
	font-weight:bold;
	border-bottom:1px #ccc solid;
	padding:15px 25px;
	text-align:center;
}
.subtitle1 ul,.subtitle2 ul{
	float:right;
	width:25%;
	text-align:right;
}
.subtitle1 ul li,.subtitle2 ul li{
	font-size: 15px;
	font-weight:normal;
	display:inline-block;
}
.subtitle1 ul li:first-child {
	display:inline-block;
}
.subtitle1 ul li {
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.subtitle1 ul li:before,.subtitle2 ul li:before{
	content:" / ";
}
.subtitle1 ul li:first-child:before,.subtitle2 ul li:first-child:before{
	content:"";
}
.subtitle1 ul li a{
	color:#282828;
}
.subtitle1 ul li a:hover{
	color:#2e4d97;
}
.reg {
	float:left;
	margin-top:18px;
	padding-right:125px;
	line-height:23px;
}
.keycon {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding:15px 15px 40px 15px;
	width: 100%;
}
.keycon img{
	width:100%;
	height:auto;
}
.keycon ul{
	list-style:inside;
}
.key_pro {
	padding:15px;
}
.key_pro img {
	width:100%;
	height:auto;
	padding:0;
	border:1px solid #e5e5e5;
}
.key_imgs {margin-bottom:0;}
.key_imgs img {
	padding:5px;
	background:#ffffff;
	box-shadow:0px 0px 5px #cccccc;
}
.key_imgsy {margin-top:0;}
.key_imgsy img {
	padding:5px;
	background:#ffffff;
	box-shadow:0px 0px 5px #cccccc;
}
.key_btitle{ text-align:center; margin-top:8px;}
.key_btitle:after{content:"";position:absolute;width:100%; height:1px; background:#ddd;top:55%;left:0;}
.key_btitle h2{display:inline-block; background:#ffffff; color:#444444; font-size:1.2em; font-weight:bold; position:relative; z-index:2; line-height:50px; padding:0 35px;}
.key_btitle h3{display:inline-block; background:#ffffff; color:#444444; font-size:1.1em; font-weight:bold; position:relative; z-index:2; line-height:50px; padding:0 35px;}
.p_fonts {margin-top:0;}
.key_btis {margin-top:30px;}
.key_tops {margin-top:18px;}
.p_tops {margin-top:18px;}
.key_fonts {
	float:left;
	text-align:center;
	font-size: 1.0em;
	line-height: 36px;
	color: #000000;
}
@media screen and (max-width: 1288px) {
	.reg {padding-right:75px;}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.reg {
		float:left;
		margin-top:18px;
		padding-right:65px;
		line-height:23px;
	}
}
@media screen and (max-width: 767px) {
	.subtitle1 ul,.subtitle2 ul{display:none;}
	.p_tops {margin-top:0px; padding:0;}
	.key_tops {margin-top:3px;}
	.reg {
		float:left;
		margin-top:3px;
		padding-right:25px;
		line-height:23px;
	}
	.p_fonts {
		margin-top:0px;
	}
	.keycon {
		min-height: 400px;
		height: auto !important;
		height: 400px;
		padding:15px 20px 20px 20px;
		width: 100%;
	}
	.key_imgs {padding:0; margin-bottom:15px;}
	.key_btitle{ text-align:left; margin-top:0px; margin-bottom:10px;}
	.key_btitle:after{ display:none;}
	.key_btitle h2{display:inline-block; background:none; color:#444444; font-size:1.2em; font-weight:bold; position:relative; z-index:2; line-height:30px; padding:0;}
	.key_btitle h3{display:inline-block; background:none; color:#444444; font-size:1.1em; font-weight:bold; position:relative; z-index:2; line-height:28px; padding:0;}
	.key_imgsy {margin-top:15px; padding:0;}
	.subtitle1 {font-size: 22px;}
	.productinfo {padding:20px 0 0 0;}
	.key_fonts {text-align:left;}
}
.subtitle3 {
	font-size: 18px;
	color: #ac8871;
	padding-bottom: 5px;
	padding-top: 15px;
}

.subcon {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding:15px 15px 40px 15px;
	width: 100%;
}

.subcon ul{
	list-style:inside;
}

.contact {
	float:left;
	background:rgba(237,237,237,0.7);
	border-radius:30px;
	font-size: 18px;
	padding-top: 35px;
	padding-bottom: 25px;
	padding-right:35px;
	line-height:23px;
}
.contact label {
	color: #666;
}

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

.contact1 {
	padding-bottom: 15px;
	font-size: 18px;
	margin-top:25px;
}

.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;}
	.news2{min-height:400px; height:auto !important; height:400px;}
}
.news1 {
	float:left;
	padding:0;
	margin-bottom:20px;
	color:#254183;
}
.news1>a {
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #ccc;
	display: block;
	color: #254183;
	background:url(../images/news_ri.png) no-repeat 5px center;
	padding-left:28px;
}

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

.news1>a:hover .news3 {
	color: #ff6600;
}
.download_boths {
	margin-top:20px;
	padding:0;
}
.news_tisy {
	float:left;
	padding-left:20px;
	font-size:1.0em;
	color:#000000;
	line-height:52px;
	border-bottom:1px solid #cccccc;
}
.news_titles {
	float:left;
	padding-top:18px;
}
.indexnewst2 {
	float:left;
	font-size:1.2em;
	color:#4b8ab2;
	font-weight:600;
	letter-spacing:3px;
	display:block;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.indexnewst2 img {
	display:inline-block;
}
.indexnewst2 a{
	color:#4b8ab2;
	display:block;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.indexnewst2 a:hover {
	color:#eb6877;
}
.news_titles a:hover{
	color:#ff6600;
}
.news_mores {
	float:left;
	text-align:center;
	padding-top:0px;
}
.news_mores a { display:inline-block; padding:5px 20px; margin:0 auto; font-family:Arial; color:#ffffff; text-align:center; border-radius:25px; background:#1b73b3; font-size:14px;}
.news_mores a:hover {background:#eb6877; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; text-decoration:none; color:#ffffff;}
.news2>a {
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #ccc;
	display: block;
	color: #282828;
	background:url(../images/news_ri.png) no-repeat 5px center;
	padding-left:28px;
}

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

.news2>a:hover .news3 {
	color: #df0024;
}

.news2>a:hover .news3 {
	color: #df0024;
}

.contitle1 {
	color: #3d6eb2;
	font-size: 20px;
	font-weight:600;
	word-break: break-all;
}

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

.newsdetail {
	padding-top:15px;
	line-height: 38px;
	font-size: 18px;
	color:#282828;
	word-break: break-all;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

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

.newsimg {
	width: auto;
	max-width: 100%;
}
@media ( min-width :1024px) {
	.conlist{min-height:400px; height:auto !important; height:400px;}
}
.conlist {margin-top:10px; margin-bottom:10px;}
.news_listsy {
	float:left;
	padding: 20px 15px;
	background: #eeeeee;
	margin-bottom:35px;
}
.news_listsy:hover {
	background: #e6e6e6;
}

.conlist>a {
	padding-top: 16px;
	padding-bottom: 16px;
	display: block;
	-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;
}

.conlist>a:hover {
	background: #efefef;
	text-decoration: none;
}

.conlistpic {
	box-sizing: border-box;
	width: 100%;
	border:4px solid #eeeded;
}
.news_margin {
	margin-top:20px;
}
.news_padding {
	padding-top:15px;
}
.news4 {
	font-weight: bold;
	font-size: 20px;
	color:#1b73b3;
	display:block;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	padding-right: 7px; /*文字距离右侧7像素。*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.news4 a{color:#1b73b3;}
.news4 a:hover{color:#eb6877;}

.news5 {
	color: #282828;
	font-size:16px;
	line-height:28px;
	height:60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_linksy {
	margin-top:6px;
	margin-bottom:6px;
	font-size:16px;
}
.news_linksy a {
	color:#1b73b3;
}
.news_linksy a:hover {
	color:#eb6877;
}
.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:23px;
}

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

.qtyadd{
	height:30px;
	width:20px;
	text-align:center;
	margin:0;
	cursor:pointer;
	color:#000000;
}

.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;
  padding:0px;
}
.mm-footer img{ width:auto;}
.tbformt{
	text-align:center;
}
.tbformi{
	padding:5px;
	text-align:center;
}
.tbforms{
	padding:10px;
}
.nopadding{ padding:0;}
@media (min-width: 768px) and (max-width: 1024px) {
	.news_padding {padding-top:5px;}
	.news_titles {padding-top:0px;}
}
@media screen and (max-width: 767px) {
	.subcon {
		min-height: 400px;
		height: auto !important;
		height: 400px;
		padding:15px 20px 20px 20px;
		width: 100%;
	}
	.contact1 {
		padding:0px 0px 15px 0px;
		font-size: 18px;
		margin-top:0;
	}
	.contitle1 {
		line-height:28px;
	}
	.contact {
		float:left;
		background:rgba(237,237,237,0.7);
		border-radius:30px;
		font-size: 18px;
		padding: 35px 25px 25px 25px;
		line-height:32px;
	}
	.red {
		line-height:36px;
	}
	.news4 {
		font-size:18px;
		margin-top:0px;
	}
	.download_boths {
		margin-top:0px;
	}
	.news_titles {
		float:left;
		padding-left:10px;
		font-size:1.0em;
		color:#0669b2;
		line-height:45px;
		display:block;
		overflow: hidden; /*超出的部分隐藏起来。*/
		white-space: nowrap; /*不显示的地方用省略号...代替*/
		text-overflow: ellipsis; /* 支持 IE */
		-o-text-overflow: ellipsis;
	}
	.news1 {
		float:left;
		padding:0;
		margin-top:0px;
		margin-bottom:20px;
	}
	.news_padding {padding:15px 15px 0px 15px;}
	.news_listsy {padding: 15px 5px 25px 5px;}
	.indexnewst2 {padding-left:0px;}
	.indexnewsc { padding-left:0px; line-height:26px;}
	.conlist {padding:0;}
	.news5 {
		line-height:24px;
		height:50px;
	}
	.news_mores {
		padding-top:10px;
	}
	.newsdetail {
		line-height: 32px;
	}
}

#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 {
	background:#1b73b3;
	color:#fff;
	text-align:center;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:1.4em;
	cursor:pointer;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position: fixed;
	bottom: 85px;
	right: 20px;
	display: none;
	z-index:99999;
}
.scrollup .glyphicon{top:0px;right:-1px;}
.scrollup:hover {
	background:#e5bd00;
	color:#282828;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.idxc_1 {
	padding:150px 15% 350px 15%;
	background-image:url("../images/ab_left.png"),url("../images/ab_right.png"),url("../images/ab_bg.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat;  
	background-position: left bottom, 100% 95%, bottom center;
	background-size:auto, auto, cover;
}
.idxc_2 {
	padding:78px 15% 150px 15%;
	background:url(../images/news_bg.jpg) center center no-repeat;
	background-size:cover;
}
.idxc_3 {
	padding: 0;
}
.idxc_4 {
	padding:30px 15%;
}
.idxc_5 {
	padding:0 15%;
	background:#d0d4d8;
}
.idxc_6 {
	padding-top:10px;
}
.mh_both {
	box-sizing:border-box;
	margin-bottom:15px;
	position:relative;
}
.mh_boths {
	box-sizing:border-box;
	margin-bottom:15px;
	position:relative;
}
.mh_top {
	float:left;
	text-align:left;
	padding-top:10px;
}
.mh_top img {
	padding:6px;
	background:#ffffff;
	box-shadow:0px 0px 5px #cccccc;
}
.mh_bot {
	float:right;
	position:absolute;
	text-align:right;
	top:145px;
	right:30px;
}
.mh_bot img {
	padding:6px;
	background:#ffffff;
	box-shadow:0px 0px 5px #cccccc;
}
.mh_bots {
	float:right;
	position:absolute;
	text-align:right;
	top:100px;
	right:30px;
}
.mh_bots img {
	padding:6px;
	background:#ffffff;
	box-shadow:0px 0px 5px #cccccc;
}
.two_kus {margin-bottom:0;}
.in_company_padding {padding:0 10px; margin-bottom:0;}
.top_phone {display:none;}
.top_pc {display:inline-block;}
.top_searchs {
	padding-top:0;
	padding-right:22px;
	display:inline-block;
}
.top_iconsy {
	float:right;
	text-align:left;
	padding:0;
}
.modal-open .modal {z-index:99999;}
.contactus .contact-card {
	background: #fff;
	padding: 8px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.contactus .contact-card .col-xs-3 {
	text-align: center;
}

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

.contactus .contact-card h4 {
	color: #466a8a;
	letter-spacing: 1px;
	font-weight:600;
}
.contactus .contact-card h4 a{ color:#466a8a;}
.contactus .contact-card p {
	color: #757575;
}

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

.contactus .contact-card:hover h4 {
	font-weight: bold;
}
.contact_tis {
	float:left;
	text-align:center;
	font-size:1.2em;
	font-weight:600;
	color:#9a745c;
	padding-bottom:18px;
	margin-bottom:15px;
	background:url(../images/tis_lines.png) center bottom no-repeat;
}
.notice_tis {
	float:left;
	text-align:center;
	font-size:1.4em;
	padding-bottom:18px;
	margin-bottom:25px;
	background:url(../images/tis_lines.png) center bottom no-repeat;
}
.contact_map {
	float:left;
	padding:25px;
	line-height:0;
}
.contact_map iframe {
	padding:10px;
	background:#fffffff;
	box-shadow:0px 0px 5px #cccccc;
}

.two_kus {position:relative; z-index:999;}
.y_price {
	text-decoration:line-through;
}
.index_products {
	float:left;
	position:relative;
	padding:25px 0px 50px 0px;
	background:url(../images/pro_bg.jpg) top center no-repeat;
	background-size:cover;
}
.footer_infos {
	float:left;
	padding:0;
	letter-spacing:2px;
}
.key_margin {margin:35px 0px 15px 0px;}
.in_ab_boths {
	float:left;
	padding:40px 0 0 0;
}
.in_ab_top {
	float:left;
	padding:15px 0 0 0;
}
.in_ab_list {
	float:left;
	margin-bottom:30px;
}
.in_padding {
	padding:0;
}
.in_ab_bts {
	display:block;
	width:100%;
	background:url(../images/ab_icon.png) left center no-repeat;
	min-height:56px;
	padding-left:55px;
	font-size:30px;
	color:#4b8ab2;
	padding-top:10px;
	font-weight:600;
	margin-bottom:10px;
}
.in_ab_cs {
	display:block;
	width:100%;
	padding-left:15px;
	font-size:1.0em;
	color:#4b8ab2;
	font-weight:600;
	line-height:36px;
}
.in_ab_btsy {
	display:block;
	width:100%;
	background:url(../images/ab_icon.png) left center no-repeat;
	min-height:56px;
	padding-left:55px;
	font-size:30px;
	color:#2d5a76;
	padding-top:10px;
	font-weight:600;
	margin-bottom:10px;
}
.in_ab_csy {
	display:block;
	width:100%;
	padding-left:15px;
	font-size:1.0em;
	color:#2d5a76;
	font-weight:600;
	line-height:36px;
}
.in_more {
	float:left;
	text-align:right;
	margin-top:45px;
	margin-bottom:0;
}
.in_more img {
	width:auto;
	height:auto;
	max-width:100%;
	margin-bottom:2px;
	margin-left:5px;
}
.in_more a {
	display:inline-block;
	float:right;
	padding:1px 25px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	letter-spacing:3px;
	font-weight:600;
	background:#1b73b3;
}
.in_more a:hover {
	background:#eb6877;
	color:#ffffff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.in_news_boths {
	float:left;
	padding-top:15px;
}
.in_t_pad {
	float:left;
	padding:0 42px;
}
.in_pro_btn {
	position:absolute;
	bottom:75px;
	right:10%;
}
.in_pro_btn img {
	width:auto;
	height:auto;
	max-width:100%;
	margin-bottom:2px;
	margin-left:5px;
}
.in_pro_btn a {
	display:inline-block;
	float:right;
	padding:1px 25px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	letter-spacing:3px;
	font-weight:600;
	background:#1b73b3;
}
.in_pro_btn a:hover {
	background:#eb6877;
	color:#ffffff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.contC{text-align:center;border-right:1px #d2d2d2 dashed; padding:0px 15px; width:20%; float:left;}
.contC img {width:auto; height:auto; max-width:100%;}
.contC_1{ margin-bottom:12px;}
.contC_1 img{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%; border:3px #555555 solid; padding:7px;}
.contC_2 span{ position:relative; display:inline-block; padding:0 10px; font-size:1.1em; font-weight:bold; color:#1b73b3;}
.contC_2 span:before{content: ""; position:absolute; width:16px; left:-16px; height:1px; background:#5b0e2e; top:50%;}
.contC_2 span:after{content: ""; position:absolute; width:16px; right:-16px; height:1px; background:#5b0e2e; top:50%;}
.contC_3 a {color:#000000;}
.contC_3 a:hover {color:#ff6600;}
.contC_3{margin-bottom:10px; line-height:26px; font-size:1.0em; word-wrap:break-word;}
.contC_3 a {color:#000000;}
.contC_3 a:hover {color:#ff6600;}
.contC_4{ font-size:0.9em;}
.contC_4 a{ background:#000; color:#fff; padding:7px 25px; }
.contC_5{ text-align:center; margin-top:50px;}
.contC_5:after{content:"";position:absolute;width:100%; height:1px; background:#ddd;top:50%;left:0;}
.contC_5 span{display:inline-block;background: #1b73b3; color:#fff; font-size:1.1em; font-weight:bold; position:relative; z-index:2; line-height:50px; padding:0 35px;
border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px; }
.contC_6{ margin-top:30px;}
.contC_6 .contC:last-child{border-right: none;}

.cont_map{ padding:40px 0 0 0;}
.cont_map:before{position:absolute;content:"";top:0;left:50%; margin-left:-15px;border-width:15px;border-style: solid;border-color:transparent transparent #d5d5d5 transparent;}
.cont_map span{border:6px solid #d5d5d5;float:left; width:100%;}
.cont_map iframe{float:left; width:100%;}
.brandB_key_top{text-align:center;font-size:1.6em;font-weight:bold; margin:20px 0 10px 0;}
.brandB_key_top h2{font-size:0.9em;font-weight:bold; color:#1b73b3;}
.brandB_key_h2{text-align:center;font-size:1.6em;font-weight:bold; margin:40px 0 10px 0;}
.brandB_key_h2 h2{font-size:0.9em;font-weight:bold; color:#1b73b3;}
.brandB_key_h2 span{ display:inline-block; margin-bottom:10px; color:#323131;}
.brandB_2{text-align:center;font-size:1.8em;font-weight:bold; margin:40px 0 0 0;}
.brandB_2 span{ display:inline-block; margin-bottom:10px;}
.brandB_pic{text-align:center;}
.brandB_5{padding:0 0 0 10px; text-align:center;}
.brandB_7{text-align:center;padding:10px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.brandB_7:hover{webkit-transform: translateY(-6px);-moz-transform: translateY(-6px);transform: translateY(-6px);}
.brandB_7_1{padding:0;}
.brandB_7_1 img{ width:100%; border:4px #fff solid;}
.brandB_7_2{padding:0; text-align:center; font-size:1.4em; font-weight:bold; line-height:60px;}
.brandB_7_2 a{ color:#000;}
.brandA_1{ text-align:right;}
.brandA_2{ text-align:left;}
.key_margin {margin:35px 0px 15px 0px;}

.brandB_key_01{font-weight:bold; margin-top:15px;}

.brandB_key {
	float:left;
	text-align:center;
	font-size:1.0em;
	color:#4b4b4b;
	line-height:38px;
}

.brandB_keys {
	float:left;
	text-align:center;
	font-size:1.0em;
	color:#575757;
	line-height:38px;
}

.brandB_content_imgs{
	background:#eeeeee;
	padding:30px;
	color:#fff;
	margin-top:35px;
}
.com_pics {margin-top:15px; padding:20px; }
.com_pics img {padding:8px; background:#ffffff; box-shadow:0px 0px 8px #cccccc;}

.company_boths {
	padding-left:25px;
	padding-top:0;
}
.abs_tis {
	float:left;
	text-align:left;
	font-size:26px;
	font-weight:600;
	letter-spacing:2px;
	color:#6e6e6e;
	padding:0 0 18px 0;
}
.ab_big {
	font-size:30px;
	color:#1b73b3;
	font-style:oblique;
	font-family:Arial;
}
.ab_x {
	display:inline-block;
}
.ab_na {
	display:inline-block;
}
.qa_lines {
	float:left;
	border-top:1px dashed #cccccc;
	margin-top:35px;
	padding-bottom:35px;
	line-height:1px;
}
@media (max-width:1440px) {
	.idxc_1 {
		padding:150px 5% 350px 5%;
	}
	.idxc_2 {
		padding:78px 5% 150px 5%;
	}
	.idxc_3 {
		padding:0;
	}
	.idxc_4 {
		padding:30px 5%;
	}
	.idxc_5 {
		padding:0 5%;
	}
	.in_img_02 {
		margin-top:27px;
	}
	.abs_tis {
		font-size:24px;
	}
	.ab_big {
		font-size:30px;
	}
	.company_boths {
		padding-top:5px;
	}
	.in_ab_list {
		margin-bottom:25px;
	}
	.in_pro_btn {
		right:5%;
	}
	.news_padding {
		padding-top:10px;
	}
}
@media (max-width:1288px) {
	.form-horizontal .control-label {
		font-size: 16px;
	}
	.top_iconsy img{
		display: inline-block;
		width: auto;
		height: auto;
		max-width:100%;
		max-height:38px;
	}
	.mh_bots {
		top:90px;
		right:10px;
	}
	.abs_tis {
		padding:0 0 10px 0;
	}
	.in_t_pad {
		padding:0 20px;
	}
	.company_boths {
		padding-top:0px;
	}
	.news_padding {
		padding-top:3px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.scrollup {right: 20px;}
	.mh_both {padding-left:0;}
	.mh_boths {padding-left:0;}
	.top_iconsy {
		padding:3px 0 0 0;
	}
	.top_iconsy img{
		max-height:30px;
	}
	.idxc_1 {
		padding:120px 2% 300px 2%;
	}
	.idxc_2 {
		padding:45px 2% 130px 2%;
	}
	.idxc_4 {
		padding:30px 2%;
	}
	.idxc_5 {
		padding:0 2%;
	}
	.index_products {
		padding:25px 0px 50px 0px;
	}
	.mh_bot {
		top:135px;
		right:15px;
	}
	.in_ab_list {
		margin-bottom:16px;
	}
	.in_pro_btn {
		right:2%;
	}
	.in_ab_csy {
		padding-left:8px;
		line-height:32px;
	}
	.in_ab_cs {
		padding-left:8px;
		line-height:32px;
	}
	.in_ab_btsy {
		margin-bottom:5px;
	}
	.com_pics {padding:20px 10px; }
}
@media (max-width:767px) {
	.idxc_1 {
		padding:45px 10px;
		background-image:none,url("../images/ab_right.png"),url("../images/ab_bg.jpg");
		background-repeat: no-repeat, no-repeat, no-repeat;  
		background-position: left bottom, 100% 100%, bottom center;
		background-size:auto, auto, cover;
	}
	.idxc_2 {
		padding:35px 0 20px 0;
	}
	.idxc_4 {
		display:none;
	}
	.idxc_5 {
		padding:40px 0 0 0;
	}
	.idxc_6 {
		padding-top:30px;
		padding-bottom:30px;
	}
	.mh_both {
		display:none;
	}
	.mh_top {
		display:none;
	}
	.mh_bot {
		float:left;
		position:static;
		text-align:center;
		top:0;
		right:0;
	}
	.in_ab_list {
		padding:0;
		margin-bottom:15px;
	}
	.top_phone {display:inline-block;}
	.top_searchs {display:none;}
	.top_pc {display:none;}
	.top_iconsy {
		position:absolute;
		right:0px;
		top:50px;
	}
	.two_kus {margin-bottom:10px; padding:0;}
	.two_contents {padding:0;}
	.scrollup {
		bottom: 150px;
		color:#fff;
		text-align:center;
		width:50px;
		height:50px;
		line-height:50px;
		font-size:1.3em;
		cursor:pointer;
		border-radius:50%;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		position: fixed;
		display: none;
		z-index:99999;
		right:10px;
		box-shadow:none;
		bottom: 85px;
	}
	.pro_margin {margin-top:5px; margin-bottom:10px;}
	.brandB_content_imgs{padding:20px 10px;}
	.brandB_key_top {padding:0; font-size:1.4em; margin:0px 0 10px 0;}
	.brandB_key_top h2 {font-size:1.0em; line-height:30px;}
	.brandB_key {
		float:left;
		text-align:center;
		font-size:1.0em;
		line-height:34px;
		padding:0;
	}
	.brandB_keys {
		float:left;
		padding:0;
		text-align:center;
		font-size:1.0em;
		color:#575757;
		line-height:34px;
		padding:0;
	}
	.brandB_key_01 {padding:0;}
	.footer_infos {
		padding:15px 0px 20px 5px;
		letter-spacing:1px;
		text-align:center;
	}
	.index_products {
		padding:0px 30px 80px 30px;
	}
	.contC{ padding:0; margin-bottom:10px;}
	.contC_6{ margin:0;}
	.contC{border:0; padding:0 10px; width:50%; min-height:158px;}
	.contact_margin {margin-top:22px;}
	.brandB_content_imgs{padding:20px 10px 35px 10px;}
	.brandB_key_top {padding:0; font-size:1.4em; margin:0px 0 10px 0;}
	.brandB_key_h2{text-align:center;font-size:1.3em;font-weight:bold; margin:40px 0 0 0;}
	.brandB_key_top h2 {font-size:0.9em; line-height:30px;}
	.brandB_key {
		float:left;
		text-align:center;
		font-size:1.0em;
		line-height:34px;
		padding:0;
	}
	.brandB_keys {
		float:left;
		padding:0;
		text-align:center;
		font-size:1.0em;
		color:#575757;
		line-height:34px;
		padding:0;
	}
	.brandB_key_01 {padding:0;}
	.ab_big {
		font-size:24px;
	}
	.ab_x {
		display:none;
	}
	.ab_na {
		display:block;
	}
	.in_ab_csy {
		padding-left:8px;
		line-height:32px;
	}
	.in_ab_cs {
		padding-left:8px;
		line-height:32px;
	}
	.in_ab_boths {
		padding:20px 0 0 0;
	}
	.in_ab_bts {
		padding-left:58px;
		font-size:28px;
		padding-top:13px;
	}
	.in_ab_btsy {
		padding-left:58px;
		font-size:28px;
		padding-top:13px;
	}
	.in_more {
		margin-top:15px;
		margin-bottom:36px;
	}
	.in_pro_btn {
		position:absolute;
		bottom:35px;
		right:3%;
	}
	.company_boths {
		padding-top:10px;
		padding-left:5px;
	}
	.company_padding {
		padding:0;
	}
	.news_padding {
		padding-top:10px;
	}
	.news_tisy {
		float:left;
		padding-left:20px;
		font-size:1.0em;
		color:#000000;
		line-height:36px;
		padding-bottom:8px;
		border-bottom:1px solid #cccccc;
	}
	.form-group {
		margin-bottom:8px;
	}
	.contC_3{
		min-height:52px;
	}
}

/* 載入中 */
.zairu {
    font-size: 40px;
    font-weight: bold;
    margin: 450px auto;
    text-align: center;
}
.zairu:after {
    content: "載入中......";
}
 
 
/* 關鍵字頁 */
.key { margin-top:.5em; margin-bottom:.5em;}
.key:first-letter{ font-size:1.5em;}
.key a{ color:#960;}
.key p:first-letter{ font-size:1.5em;}
.key p a{ color:#960;}
 
 
/* 本文目錄，2適用於條目多的情況 */
.mulu{ color:#069; border:1px solid #cecece; padding:0 2em 0;}
.mulu ol li{ list-style-type:decimal;} 
.mulu ol li a{color:#069;}
 
.mulu2{ color:#069; border:1px solid #cecece; padding:0 2em 0; overflow:hidden;}
.mulu2 ol li{ list-style-type:decimal; width:45%; float:left;} 
.mulu2 ol li a{color:#069;}
 
/* 問答標題 */
.qa_tit{ display:inline-block; position:relative; text-align:center; font-size:1.2em;color:#a94442; margin:1em auto .5em; padding:0 20px;}
.qa_tit:before{ content: '--'; color:#666; position:absolute; left: -10px; top: 50%; margin-top: -12px;}
.qa_tit:after{ content: '--'; color:#666; position:absolute; right: -10px; top: 50%; margin-top: -12px;} 