﻿@charset "utf-8";

/*------- Global settings------*/
p, a, ul, li, div{
	font-family:Century Gothic,Arial,sans-serif,\5FAE\8EDF\6B63\9ED1\9AD4,Microsoft JhengHei,微軟正黑體,黑體,SimHei;
}

body{ 
	width:900px;
	background:#FFF;
	margin:0 auto 0;
}/*ie*/

.container{
	width:900px;
	min-height:850px;
	background-color:#fff;
	margin:0 auto;
	border:none;
	padding:none;
	overflow:hidden;
}

p{
	color:#6b6b6b;
	font-size:14px;
	line-height:20px;
	hyphens:auto;
}

.content{
	margin:-7px 0 10px -3px;
	border:none;
	vertical-align:top;
}

.page-title{
	position:absolute;
	margin:100px 0 0 60px;
	z-index:1;
}

.topic{
	font-size:22px; /*18px*/
	color:#c9151e;
	margin-top:25px;
	margin-bottom:10px;
}

img{
	border:0;
}	

a, a:visited{
	color:#C9151E;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	-webkit-transition:all .18s ease-in-out;
	   -moz-transition:all .18s ease-in-out;
	    -ms-transition:all .18s ease-in-out;
	     -o-transition:all .18s ease-in-out;
	        transition:all .18s ease-in-out;
}

a.footlink, a.footlink:visited{
	color:#F53660;
	text-decoration:none;
}

a.footlink:hover{
	color:#CACACA;
	text-decoration:none;
	-webkit-transition:all .18s ease-in-out;
	   -moz-transition:all .18s ease-in-out;
	    -ms-transition:all .18s ease-in-out;
	     -o-transition:all .18s ease-in-out;
	        transition:all .18s ease-in-out;
}

ul.list{
	list-style-image:url("../../zh/img/elements/dot-pink.png");
	list-style-position:outside;
	float:left;
	margin:0 0 20px -15px;
	color:#6b6b6b;
	font-size:14px;
	line-height:20px;
}/*ie*/

ul.list2{
	list-style-image:url("../../zh/img/elements/dot-pink.png");
	list-style-position:outside;
	float:left;
	margin:0 0 20px 0;
	color:#6b6b6b;
	font-size:14px;
	line-height:20px;
}/*ie*/

.top{
	position:fixed;
	width:70px;
	display:none;
	bottom:70px;
	right:0px;
	background:#6e6e6e;
	background-image:url(../img/elements/top-arrow.png);
	background-size:12px 7px;
	background-repeat:no-repeat;
	background-position:50% 25%;
	padding:16px 0 7px;
	color:#fff;
	font-size:10px;
	font-weight:bolder;
	line-height:25px;
	text-align:center;
	text-decoration:none;
    -webkit-border-top-left-radius:8px;
	   -moz-border-top-left-radius:8px;
            border-top-left-radius:8px;
    -webkit-border-bottom-left-radius:8px;
	   -moz-border-bottom-left-radius:8px;
            border-bottom-left-radius:8px;
	z-index:999;
			
}

.top:hover{
	background:#505050;
	background-image:url(../img/elements/top-arrow.png);
	background-size:12px 7px;
	background-repeat:no-repeat;
	background-position:50% 17%;
	color:#F53660;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition:all .18s ease-in-out;
	   -moz-transition:all .18s ease-in-out;
	    -ms-transition:all .18s ease-in-out;
	     -o-transition:all .18s ease-in-out;
	        transition:all .18s ease-in-out;
}

/*------- Header, footer and home logos------*/

#header{
	width:1000px;
	height:80px;
	margin:-25px 0 0 0;
	background-color:#fff;
	border:0;
}/*ie*/

#header h1{
	float:left;
	margin:5px 600px 0 15px; /* margin-right max 400 ! */ /*480px for original menu*/
}

.headLogo{
	float:left;
	vertical-align:bottom;
	margin-top:3px;
}

#menu{
	list-style-type:none;
	vertical-align:middle;
	margin-left:15px;
	padding:0;
	position:relative;
}

#logos{
	list-style-type:none;
	vertical-align:middle;
	margin:19px 0 0 0;
	padding:0;
}

#logos li{
	padding-right:4px;
}

#lec{
	margin-top:-3px;
}

#eau{
	margin-top:-1px;
}

#header #menu li{
	display:block;
	float:left;
}

.menu-item{
	width:70px;
	text-align:center;
	margin:10px -2px 0;
}

.menu-div{
	float:left;
	width:7px;
	text-align:center;
	margin:10px 0 0;
}

.lang-zh{
	text-align:center;
	margin:10px 1px 0 25px;
}

.lang-en{
	text-align:center;
	margin:10px 20px 0 1px;
}

.lang-div{
	float:left;
	width:5px;
	text-align:center;
	margin:10px 2px 0;
}

#menu ul.sub{
	display:none;
	background:rgba(255,255,255,.90);
	width:140px;
	height:auto;
	position:absolute;
	top:70px;
	right:132px; /*197*/
	list-style-type:none;
	padding:10px 6px 7px 5px;
    -webkit-border-bottom-right-radius:10px;
	   -moz-border-bottom-right-radius:10px;
            border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
	   -moz-border-bottom-left-radius:10px;
            border-bottom-left-radius:10px;
	-webkit-box-shadow:rgba(20,20,20,.3) 0 2px 4px;
	   -moz-box-shadow:rgba(20,20,20,.3) 0 2px 4px;
	        box-shadow:rgba(20,20,20,.3) 0 2px 4px;
	z-index:999;
} /*ie*/

#menu li:hover ul.sub{
	display:block;
}

#menu ul.sub li{
	display:block;
	position:relative;
	width:140px;
	right:-5px;
}

#menu ul.sub li a{
	display:block;
}

.sub-item{
	height:26px;
	margin:7px 12px 7px 5px;
	text-align:right;
} /*ie*/

.sub-div{
	width:120px;
	height:5px;
	margin:-3px 6px 0;
	text-align:right;
}

.new a{
	background-image:url(../../zh/img/nav/sub/new.png);
	background-repeat:no-repeat;
	background-position:left;
	overflow:hidden;
}

.new a:hover{
	background-position:right;
}

.foot-container{
	width:900px;
	background-color:#FFF;
	margin:0 auto;
	border:none;
	padding:none;
	overflow:hidden;
}

#footer{
	display:inline;
	float:left;
	width:700px;
	height:65px;
	background:#FFF;
	margin:0;
	vertical-align:middle;
	text-align:left;
}

.footTable{
	display:inline;
	float:right;
	width:150px;
	height:55px;
	background:#FFF;
	margin:4px 10px 0 0;
	padding-right:18px;
	text-align:right;
	color:#919191;
	font-size:0.78em;
	line-height:0.95em;
	border:0;
	vertical-align:middle;
}	

.privacy{
	width:80%;
	margin:60px;
}

#footer #logos li{
	list-style-type:none;
	text-decoration:none;
	float:left;
	text-align:left;
	vertical-align:middle;
	margin-right:0;
	margin-left:0;
}


/*------HOME PROPERTIES------*/

.homePic{
	width:1000px;
	clear:both;
}

.container_home{
	width:1000px;
	background:#fff; /*B9D15A, f2f2f2*/
	margin:0 auto;
	border:none;
	padding:none;
	overflow:hidden;
}

.homeTag1{
	margin:30px 40px 40px 40px;
}

.homeTag-one{
	display:inline;
	float:left;
	position:relative;
	margin:30px 40px 40px 40px;
	width:270px;
	background:#ff829f; /*#D5DD31*/
    -webkit-border-radius:15px;
	   -moz-border-radius:15px;
            border-radius:15px;
	-webkit-box-shadow:rgba(0,0,0,.25) 0 2px 10px;
	   -moz-box-shadow:rgba(0,0,0,.25) 0 2px 10px;
	        box-shadow:rgba(0,0,0,.25) 0 2px 10px;
	cursor:pointer;
}

.homeTag-one:hover{
	position:relative;
	background:#ADC450;
	-webkit-transition:all .18s ease-in-out;
	   -moz-transition:all .18s ease-in-out;
	    -ms-transition:all .18s ease-in-out;
	     -o-transition:all .18s ease-in-out;
	        transition:all .18s ease-in-out;
}

.home-news-box{
	display:inline;
	float:right;
	width:610px;
	height:270px;
	background-color:#fff;
	margin:30px 40px 40px 0;
	border:none;
	overflow-y:auto;
}

/*.home-news-box{
	display:inline;
	float:right;
	width:550px;
	height:270px;
	background-color:#fff;
	margin:30px 40px 40px 20px;
	border:none;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
	-webkit-box-shadow:rgba(0,0,0,.25) 0 2px 10px;
	-moz-box-shadow:rgba(0,0,0,.25) 0 2px 10px;
	box-shadow:rgba(0,0,0,.25) 0 2px 10px;
	padding:none;
} */


/*------ABOUT PROPERTIES------*/

.about-mainPic{
	position:relative;
	width:1000px;
	height:350px;
	border:0;
	margin:0 0 20px 0;
	vertical-align:top;
	overflow:hidden;
}

.about-mainPic img{
	margin:-145px 0 -175px 0;
}

.about-contentBox-1{
	float:left;
	clear:left;
	width:410px;
	background-color:#fff;
	margin-left:50px;
	text-align:left;
}

.about-contentBox-2{
	float:right;
	width:410px;
	background-color:#fff;
	margin-right:30px;
	margin-left:30px;
	text-align:left;
}

.aboutBrandLogos{
	margin:10px 20px 10px 0;
	border:none;
}


/*------BRANDS PROPERTIES------*/

.container_brands{
	width:1000px;
	min-height:700px;
	background-color:#fff;
	margin:0 auto;
	border:none;
	padding:none;
	z-index:10;
}/*ie*/

.brands-intro{
	color:#888; /*fff*/
	font-size:16px;
	line-height:22px;
	margin:10px 0 20px 50px;
	text-align:left;
}

.brands-mainPic{
	position:relative;
	width:1000px;
	height:350px;
	border:0;
	margin:0 0 20px 0;
	vertical-align:top;
	overflow:hidden;
}

.brands-mainPic img{
	margin:-145px 0 -155px 0;
}

.brands-contentBox-1{
	width:410px;
	background-color:#fff;
	margin-left:50px;
}

.brands-contentBox-2{
	width:410px;
	background-color:#fff;
	margin-right:30px;
	margin-left:30px;
}

.brandsBrandLogos{
	margin:10px 20px 10px 0;
	border:none;
}


/*------CONTACT PROPERTIES------*/

.contact-mainPic{
	position:relative;
	width:1000px;
	height:480px;
	border:0;
	margin:0 0 20px 0;
	vertical-align:top;
	overflow:hidden;
}

.contact-mainPic img{
	margin:-65px 0 -185px 0;
}

.contact-contentBox-1{
	float:left;
	clear:left;
	width:300px;
	background-color:#fff;
	margin-left:50px;
	text-align:left;
}

#contact-mapBox{
	float:right;
	width:360px;
	height:360px;
	background-color:#fff;
	margin:25px 200px 50px 30px;
	text-align:left;
	-webkit-box-shadow:rgba(0,0,0,.35) 0 3px 10px;
	   -moz-box-shadow:rgba(0,0,0,.35) 0 3px 10px;
	        box-shadow:rgba(0,0,0,.35) 0 3px 10px;
}

#contact-map-link{
	font-size:12px;
	margin:8px 0 50px 0;
	text-align:left;
}

#logo-footer{
	width:114px;
	height:36px;
	margin:-9px 5px 3px;
	clear:both;
}

#ei{
	margin-bottom:-2px;
}

#cr{
	font-size:0.86em;
}

#br-main{
	position:absolute;
}

#WHS{
	float:right;
	position:relative;
	top:-170px;
	z-index:999;
}