@charset "utf-8";
/* CSS Document */

body
{
	/* background-image:url(../images/index/bg.png); */
	font-size: 15px;
	font-family: Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7;
	color: #666666;
	margin:0px;
	padding:0px;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #666666;
    text-decoration: none;
}

img
{
	border: 0px;
}

pre
{
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
	/* 覆蓋瀏覽器預設 */
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
	color: inherit;
}

.blankHorLine
{
	height: 15px;
}


.contImgControl img
{
	max-width:100%;
}
.contImgControl table
{
	max-width:100%;
}
.contImgControl iframe
{
	max-width:100%;
}

#topLineBgDiv
{
	/* position: fixed; */
	position: relative;
	width: 100%;
	min-height: 40px;
	line-height:40px;
	text-align: center;
	z-index: 1;
	background-color: #F5F5F5;
	border-bottom:1px solid #DDD;
}

#logoLineBgDiv
{
	/* position: fixed; */
	position: relative;
	width: 100%;
	height: 100px;
	text-align: center;
	z-index: 1030;
	background-color: #800000;
}


.menuLiDiv
{
	height: 82px;
	line-height: 1.5;
    text-align: center;
	padding: 30px 0;
}
.menuEnLiDiv
{
	height: 82px;
	line-height: 1.5;
    text-align: center;
	padding: 30px 0;
}


/* 20171128 add start */
.subMenuBtn
{
	float:left;
	border:1px solid #800000;
	color:#800000;
	background-color:#FFF;
	width:10%;
	height:30px;
	line-height:30px;
	margin:5px 0.5%;
	cursor:pointer;
}
.subMenuBtn:hover
{
	color:#FFF;
	background-color:#800000;
}

.subMenuBtn_m
{
	display:inline-block;
	border:1px solid #FFF;
	color:#FFF;
	background-color:rgba(255,255,255,0.1);
	width:19%;
	line-height:30px;
	margin:0.5%;
	cursor:pointer;
}

.subMenuBtn_m:hover
{
	color:#FFF;
	background-color:rgba(255,255,255,0.3);
}

.subMenuEnBtn
{
	float:left;
	border:1px solid #800000;
	color:#800000;
	background-color:#FFF;
	height:30px;
	line-height:30px;
	margin:5px 0.5%;
	padding:0 5px;
	cursor:pointer;
}


.subMenuEnBtn:hover,.subMenuEn01Btn:hover,.subMenuEn02Btn:hover
{
	color:#FFF;
	background-color:#800000;
}

.subMenuEnBtn_m
{
	display:inline-block;
	border:1px solid #FFF;
	color:#FFF;
	background-color:rgba(255,255,255,0.1);
	line-height:30px;
	margin:0.5%;
	padding:0.5%;
	cursor:pointer;
	text-align:center;
}

.subMenuEnBtn_m:hover
{
	color:#FFF;
	background-color:rgba(255,255,255,0.3);
}

.shortcutBtn
{
	float:right;
	color:#333;
	height:30px;
	line-height:30px;
	margin:5px 0.5%;
}

.shortcutEnBtn
{
	width:auto;
}
.shortcutEn01Btn
{
	float:right;
	width:auto;
}

li>ul>li>a>.menuLiDiv
{
	height: 35px;
	line-height: 35px;
	padding: 0;
}
/* 20171128 add end */

#sliderDiv
{
	position:relative;
	min-height:200px;
	max-height:600px;
}

#socialDiv
{
	position:relative;
	width: 100%;
}

#footerDiv
{
	position:relative;
	width: 100%;
	background-color: #333;
	
}

#copyrightDiv
{
	position:relative;
	border-top: 1px solid #454545;
	background-color: #333;
}

.cs-title
{
	width: 380px !important;
}

.goLink
{
	color: #0066CC !important;
}

.goLink:hover
{
	text-decoration: underline !important;
}

.marginTop10px
{
	margin-top: 10px;
}
.marginTop20px
{
	margin-top: 20px;
}

.marginTop30px
{
	margin-top: 30px;
}

.marginBtm10px
{
	margin-bottom: 10px;
}

.marginBtm20px
{
	margin-bottom: 20px;
}

.marginBtm30px
{
	margin-bottom: 30px;
}

/* news start */
.mainColorBg
{
	background-color: #800000;
	background: #800000;
}

.mainColorFont
{
	color: #800000;
}

.subColorBg
{
	background-color: #333;
	background: #333;
}

.subColorFont
{
	color: #333;
}
.newsDiv:hover
{
	background-color: rgba( 255 , 207 , 207 , 0.2 );
	cursor:pointer;
}

/* news end */

/* page */
.pageDiv
{
	border:1px solid #800000;
	color: #800000;
	border-radius:5px;
	width:25px;
	height:25px;
	display:inline-block;
	margin:1%;
}

.pageDiv span
{
	line-height:1.6;
}

.actPage
{
	border:1px solid #800000;
	background-color: #800000;
	color: #FFF;
	border-radius:5px;
	width:25px;
	height:25px;
	display:inline-block;
	margin:1%;
}
/* page */

.titleHr
{
	border:0;
	
	height:1px;
	width:10%;
	background-color: #CCC;
	margin-top:1%;
}

.msgDiv
{
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.subTitleBg
{
	width:100%;
	padding:1%;
	color:#FFF;
	text-align:center;
	
	background-color: #ec6954;
	
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.subTitleBg:hover
{
	color:#FFF;
}

.qT
{
	width: 100%;
	background-color: #1b7db3;
	color: #FFF;
	
	cursor: pointer;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.aT
{
	width: 100%;
	background-color: rgba( 255 , 255 , 255 , 0.7 );
	padding:1%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.prodDiv:hover .mask
{
	border-top:5px solid #ec6954;
	border-bottom:5px solid #ec6954;
	
	background-color: rgba( 0 , 0 , 0 , 0.7 );
}
.prodDiv:hover .moreBtn
{
	display:block;
}

.prodConImg
{
	width:100%;
	padding:5% 5% 5% 5%;
	background-color: #FFF;
	
	-moz-box-shadow:1px 1px 5px #CCC;
	-webkit-box-shadow:1px 1px 5px #CCC;
	box-shadow:1px 1px 5px #CCC;
}




.backBtn
{
	width:50px;
	height:30px;
	background-color: rgba( 35 , 120 , 170 , 0.5 );
	color: #FFF;
	line-height: 30px;
	text-align:center;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.searchDiv
{
	background-color: rgba( 255 , 255 , 255 , 0.6 );
	
	padding:3% 0 3% 0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.srchBtn
{
	width:34px;
	height:34px;
	background-color:#CCC;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.moreBtn
{
	position:relative;
	display:none;
	background-color: #ec6954;
	width:70px;
	height:70px;
	color: #FFF;
	margin: 15% 0 0 30%;
	padding-top:10px;
	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.radius
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.radius10px
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tagFocus
{
	background-color:#800000;
	color:#FFF;
}

#bigBtnEn
{
	font-size:22px;
}

@media (min-width: 768px) and (max-width: 1199px)
{
	.menuLiDiv
	{
		line-height:20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{
	#bigBtnEn
	{
		line-height:30px;
	}
}