@charset "UTF-8";

/* css 重置 */
/*body,div,ul,li,dl,dt,dd,h2,p{padding:0;margin:0;font-family:"微软雅黑";}*/
ul{list-style:none ;}
img{border:none;}
a{blr:expression(this.onFocus=this.blur());outline:none;}

/* banner-box */
.banner-box{
	min-width: 100%;
	height: 470px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.banner-box .bd{ width:100% !important;}


.banner-box .bd li{
	width: 100% !important;
	height: 470px;
	float: left;
	background-position: center;
	background-size: cover;
	display: table;
	/* [disabled]background-color: #C90; */
	position: absolute;
}

.banner-box .bd li .banner1 {
	width: 100% !important;
	height: 470px;
	float: left;
	background-position: center center;
	display: table;
	background-image: url(../banner/banner1.png);
	display: table;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner-box .bd li .banner2 {
	width: 100% !important;
	height: 470px;
	float: left;
	background-position: center center;
	display: table;
	background-image: url(../banner/banner2.png);
	display: table;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner-box .bd li .banner3 {
	width: 100% !important;
	height: 470px;
	float: left;
	background-position: center center;
	display: table;
	background-image: url(../banner/banner3.png);
	display: table;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.banner-box .bd li a{display:block;background-size:auto;}

.banner-btn{
	width: 1210px;
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -580px;
}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;}
.banner-btn a.prev{left:20px;background:url(../images/foot.png) no-repeat 0 0;} 
.banner-btn a.next{right:20px;background:url(../images/foot.png) no-repeat -49px 0;}

.banner-box .hd {
	position: absolute;
	top: 210px;
	left: 537px;
	margin-right: auto;
	margin-left: auto;
}
.banner-box .hd ul li{width:12px;height:12px;border-radius :50%;
text-indent:-9999px;margin-right:20px;background:#ccc;float:left;cursor:pointer;

}
.banner-box .hd ul li.on{background:#DA324D;}


#main_v{ 
height:530px;
width:100%;
min-width:960px;
}

#main_v h1{
text-align:center;
padding-top:185px;
}

#pickup{
background-color:#99c0b7;
height:200px;
border-bottom:1px solid #eee;
}

#pickup ul{
width:960px;
margin:0 auto;
height:200px;
}

#pickup ul li{
float:left;
border-right:1px solid #eee;
background-color:#a9cac2;
}

#pickup ul li:first-child{
border-right:1px solid #eee;
border-left:1px solid #eee;
}



/*------half----------------------------*/

#half{
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	/* [disabled]margin-bottom: 40px; */
	margin-left: auto;
}

.half_box{
	width: 50%;
	height: 280px;
	padding-top: 40px;
	overflow: hidden;
	float: left;
	text-align: center;
	position: relative;
	transition: all 0.4s cubic-bezier(0.8, 0, 0, 1) 0s;
	color: #fff;
	font-size: 1.2em;
}

.half_box a{
	color: #fff;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 33px;
}

.half_box p{ 
margin-top:15px;
}

.mov{
	padding-top: 64px;
	background-size: cover;
    background-repeat: no-repeat; 
	background-position: center center;
/*	background: url(../images/bg_mov.jpg) no-repeat center center;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/bg_mov.jpg',
sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='images/bg_mov.jpg',sizingMethod='scale')";*/
}

.rec{
	margin-right: 0px;
	color: #88807b;
	padding-top: 29px;
}

.play{
	height: 30px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
}


/*-----news----------*/

#news{
	height: 280px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	background-image: url(../images/bg-new-underline.gif);
	background-repeat: repeat-x;
	background-position: center 190px;
}

#news h2{ text-align:center;}

#news ul{
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}

#news ul li{
	background-image: url(../images/bg-news-list.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: auto;
	width: 456px;
	position: relative;
	line-height: 31px;
}

#news ul li:hover{
}


#news a:hover li{

}

#news span.date {
	float: left;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #88807b;
	font-size: 11px;
	padding-right: 20px;
	height: 31px;
	line-height: 31px;
	width: 63px;
	padding-left: 10px;
}

#news span.post{
	float: left;
	padding-left: 10px;
	display: block;
}



#news span.category-info{
	color: #717071;
	font-size: 14px;
	font-family: 'Lato', sans-serif, "Noto Sans CJK TC", "Microsoft JhengHei", "Microsoft YaHei";
	text-align: left;
	line-height: 31px;
	height: 31px;
	width: 363px;
	float: left;
	font-weight: 300;
	letter-spacing: 2px;
}
#news span.category-activity{ background:url(../images/bar_news02.png) no-repeat 0 1px; }
#news span.category-development{ background:url(../images/bar_news03.png) no-repeat 0 1px; }



#news p{
margin:0 auto;
width:284px;
margin-top:30px;
}

/*-----Brand----------*/

#brand{
	width: 946px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	background-color: #FFF;
	padding-top: 40px;
}

#brand li.mid{
	height: 400px;
	width: 300px;
	border: 1px solid #88807b;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}


#brand li{
	height: 400px;
	width: 300px;
	border: 1px solid #88807b;
	float: left;
	background-color: #FFF;
}


#brand .icon{
	width: 100%;
	height: 72px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
	text-align: center;
}


#brand .eng{
	width: 100%;
	height: 22px;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	text-align: center;
	font-size: 24px;
	font-family: 'FuturaBT-Medium';
	color: #88807b;
	letter-spacing: 4px;
	font-weight: lighter;
}


#brand .cht{
	width: 100%;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	padding-top: 20px;
	color: #88807b;
	font-family: "Noto Sans CJK TC", "Microsoft JhengHei", "Microsoft YaHei";
	background-image: url(../images/underline-brand.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	font-weight: normal;
}



#brand .pic{
	width: 290px;
	height: 215px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	/* [disabled]bottom: 5px; */
	padding-top: 12px;
}

/*------------品牌動畫 animation----------------------------*/



#brand li figure {
	position: relative;
	z-index: 1;
	width: 302px;
	height: 402px;
	cursor: pointer;
}

#brand li figure figcaption {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

#brand li figure figcaption::before,
#brand li figure figcaption::after {
pointer-events: none;
}

#brand li figure figcaption,
#brand li figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 400px;
}

#brand li figure figcaption,
#brand li figure a {
	width: 300px;
}

#brand li figure a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

#brand img:hover {
opacity: 0.8;
-webkit-transform: scale(1);
transform: scale(1);
}

#brand li figure.effect-bubba figcaption::before,
#brand li figure.effect-bubba figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#brand li figure.effect-bubba figcaption::before {
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #88807b;
	border-bottom-color: #88807b;
}

#brand li figure.effect-bubba figcaption::after {
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #88807b;
	border-left-color: #88807b;
}

#brand li figure.effect-bubba:hover figcaption::before,
#brand li figure.effect-bubba:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

/*-----contact----------*/

#contact{
	width: 100%;
	height: auto;
	min-height: 420px;
	margin-right: auto;
	margin-left: auto;
	background-color: #88807b;
}

#contact .header{
	width: 100%;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'FuturaBT-Medium';
	color: #FFF;
	line-height: 100px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 4px;
}

#contact .info{
	width: 940px;
	height: auto;
	min-height: 55px;
	margin-right: auto;
	margin-left: auto;
	line-height: 100px;
	padding-top: 52px;
	padding-bottom: 53px;
	background-image: url(../images/underlier-company-info.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#contact .company{
	width: 230px;
	height: 55px;
	font-size: 16px;
	color: #FFF;
	float: left;
	line-height: 55px;
	text-align: center;
	font-family: "Noto Sans CJK TC", "Microsoft JhengHei", "Microsoft YaHei";
	font-weight: normal;
	letter-spacing: 4px;
	
}

#contact .company_R{
	width: 655px;
	min-height: 55px;
	height: auto;
	float: left;
	padding-left: 50px;
}

#contact .ifno_up{
	width: 655px;
	height: 18px;
	float: left;
	padding-bottom: 19px;
}

#contact .ifno_down{
	width: 655px;
	min-height: 18px;
	height: auto;
	float: left;
	clear: both;
}


#contact .info_tel{
	width: 200px;
	height: 18px;
	float: left;
	background-image: url(../images/icon-info-tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 30px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;

}




#contact .info_fax{
	width: 200px;
	height: 18px;
	float: left;
	background-image: url(../images/icon-info-fax.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	color: #FFF;
	padding-left: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
}

#contact .info_email{
	width: auto;
	min-width: 295px;
	height: 18px;
	float: left;
	background-image: url(../images/icon-info-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 30px;
}

#contact .info_email a{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: 2px;
}

#contact .info_email a:hover{
	text-decoration: underline;
}


#contact .info_address{
	width: 395px;
	min-height: 18px;
	height: auto;
	float: left;
	background-image: url(../images/icon-info-address.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height: 18px;
	color: #FFF;


	font-family: ;
	font-family: 'Lato', sans-serif, "Noto Sans CJK TC", "Microsoft JhengHei", "Microsoft YaHei";
	font-size: 15px;
	font-weight: 300;
	
}

/*----------------------------------------------------------------------------------button----------*/

.button {
	margin-top: 15px;
	display: inline-block;
	width: 296px;
	height: 33px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	letter-spacing: 2px;
	font-weight: bold;
}

.button::before,
.button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}

.button,
.button::before,
.button::after {
-webkit-transition: all .3s;
transition: all .3s;
}


.button {
	position: relative;
	z-index: 2;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
	margin-top: 24px;
}

.button:hover {
color: #555;
background-color: rgba(255, 255, 255, .8);
cursor:pointer;
}

.button:hover a { color: #555; }

.linkarea a{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	text-indent: -999px;
	background-color: #FFF;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}



/*----------------------------------------------------------------------------------button_news----------*/

.btn_news {
display:inline-block;
width: 284px;
height: 50px;
text-align: center;
text-decoration: none;
line-height: 50px;
outline: none;
font-size:14px;
letter-spacing:2px;
font-weight:bold;
}

.btn_news::before,
.btn_news::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}

.btn_news,
.btn_news::before,
.btn_news::after {
-webkit-transition: all .3s;
transition: all .3s;
}

.btn_news {
position: relative;
z-index: 2;
border: 1px solid #34739f;
color: #34739f;
overflow: hidden;
}

.btn_news:hover {
color: #fff;
background-color:#34739f;
cursor:pointer;
}
