
@charset "utf-8";
/* CSS Document */

/*配色*/
header, .topLink{
	/*background:rgba(244,235,43,0.6);*/
	background:#fbf7aa;
}
.fixed header{
	background:#fbf7aa;
}

.mainMenu a{color:#666;}
.mobileBar{background:#666;}
footer .en2, footer a{color:#999;}

/*上方地圖+slogan*/
.topMap{
	position:relative;
	overflow:hidden;
}
.topMap img{
	width:60%;
	max-width:670px;
	float:left;
}
.topMap p{
	position:absolute;
	left:55%;
	top:50%;
	color:#666;
	line-height:1.5;	
}

.article{
	position:relative;
	display:inline-block;
	width:100%;
}
.dotted{
	position:absolute;
	height:100%;
	border-left:#999 dotted 1px;
	left:50%;
}
.airplane{
	position:absolute;
	left:50%;
	margin-left:-20px;
	z-index:2;
	-webkit-transition:-webkit-transform 0.3s linear;
	transition:transform 0.3s linear;
}


/*台灣地址*/
.infoTW{
	position:relative;
	width:100%;
}
.infoTW::before{
	content:'';
	width:100px;
	border-bottom:#999 dotted 1px;
	position:absolute;
	left:50%;
	top:30px;
	padding-left:5%;
}
.infoTW::after{
	content:'';
	width:8px;
	height:8px;
	background:#8c67a9;
	position:absolute;
	left:50%;
	top:30px;
	border-radius:50%;
	margin:-4px 0 0 -4px;
}
.infoTxt{
	margin:100px 0 100px 55%;
	min-height:400px;
}
.city{
	padding-left:25px;
	background:url(../images/contact/logo_img.png) no-repeat left center;
	font-size:0.9em;
	display:inline-block;
}
.contTxt{
	position:relative;
	background:#baa4cb;
	padding:20px;
	overflow:hidden;
	margin:20px 0;
}
.contTxt p::after{
	content:'';
	width:100px;
	height:2px;
	background:#8c67a9;
	display:inline-block;
	margin-top:60px;
	float:right;
}
.googleMap{
	display:block;
	position:absolute;
	bottom:20px;
	left:20px;
}
.googleMap img{float:left; margin-right:5px;}

.mapTW{
	position:absolute;
	top:0;
	right:55%;
	margin:-40px 0px 0;
	width:45%;
	max-width:400px;
}


.txtL{text-align:right;}
.txtL .infoTxt{margin:0 55% 100px 0}
.txtL::before{left:auto;right:50%;}
.txtL p::after{float:left;}
.txtL .googleMap{right:20px; left:auto;}

.txtL .mapTW{right:auto; left:55%;}


/*上海辦事處*/
.start{
	position:relative;
	margin:0 auto;
	z-index:2;
}

.infoSH{
	position:relative;
	background:#FFF;
	padding:50px 0 0;
}
.map{
	position:relative;
	width:50%;
}
.addtxt{
	float:right;
	width:50%;
	padding-left:40px;
	margin-left:-40px;
}

.contactTxt p{
	color:#000;
	font-size:1em;
	margin-bottom:20px;
}
.contactTxt p .en2{
	font-size:0.75em;
	color:#ea601a;
}
.contactTxt p .en2::after{
	content:'';
	display:inline-block;
	height:1px;
	width:15px;
	background:#ea601a;
}
.infoSH .contTxt{margin-left:-40px;}
.contactTxt, .infoSH .city{margin-left:40px;}
.infoSH .contTxt p{margin-left:60px;}
.qr{width:120px;}
.infoSH .googleMap{left:80px;}

@media screen and (max-width:1200px){
.infoSH{
	max-width:740px;
	margin:0 auto;
}	
.infoSH .contTxt, .infoSH .contTxt p{margin-left:0;}
.contactTxt, .infoSH .city{margin:0 20px;}
.contactTxt p .en2{color:#f4eb2b;}
.contactTxt p .en2::after{background:#f4eb2b;}
.addtxt{
	width:auto;
	max-width:600px;
	margin:0 0 0 140px;
	padding:20px 0 0;
	background:#baa4cb;
}
.map{
	top:-30px;
	width:95%;
	max-width:600px;
	margin-bottom:-30px;
}
.infoSH .googleMap{left:20px;}
}

@media screen and (max-width:900px){
.infoTxt, .txtL .infoTxt{margin:0 0 100px 140px; min-height:0;}
.infoTW::before{right:auto; left:70px; width:170px; padding:0;}
.infoTW::after,.dotted,.airplane{left:70px;}
.infoTW{overflow:hidden;}
.infoTW .contTxt{padding:20px 20px 40px;}
.googleMap{bottom:40px;}
.mapTW, .txtL .mapTW{
	position:relative;
	right:auto;
	left:auto;
	top:auto;
	width:75%;
	float:right;
	margin:-120px 20px 60px;
}
.start{margin:0;}
.infoSH{margin-top:-140px; padding:0;}
.txtL{text-align:left;}
.txtL p::after{float:right;}
.txtL .googleMap{right:auto; left:20px;}
}
@media screen and (max-width:760px){
.topMap p{display:none;}	
}
@media screen and (max-width:720px){
/*配色*/
.mainMenu{background:rgba(248,243,128,1);}
.mainMenu li.on a{color:rgba(0,0,0,0.4);}
}
@media screen and (max-width:480px){
.topMap,.dotted,.airplane,.start,.infoTW::before,.infoTW::after{display:none;}
.infoTxt, .txtL .infoTxt{margin:0 0 40px 20px;}
.mapTW, .txtL .mapTW{float:left; margin:-60px 20px 40px 0; width:90%;}
.infoSH{margin:340px 0 0;}
.addtxt{margin:0 0 0 20px;}
}