@charset "utf-8";
/* CSS Document */

body {
	font-family: "微軟正黑體", "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 0.05em;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg.jpg);
	-webkit-text-size-adjust: 100%;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
}

a {

	color: black;
}

#container {
	width: 945px;
	margin: 0px auto;
	position: relative;
	top: -90px;
	min-height: 500px;

}

input {}

#menu {
	z-index: 11;
	max-width: 1190px;
	width: 100%;
	height: 138px;
	margin: 0px auto;
	position: relative;
	border-bottom: 2px solid #51a4e0;
}

#menu .lang {
	position: absolute;
	font-size: 12px;
	right: -81px;
	top: 31px;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	color:#fff;
}

#menu #home {
	width: 222px;
	height: 100%;
	float: left;
	/*	border-right: 1px solid #51a4e0;*/
}

#menu #home img {
	float: left;
	margin-top: 37px;
	margin-left: 25px;
}

#menu ul {
	float: right;
	width: 866px;
	height: 100%;
	/*border-left: 1px solid #51a4e0;*/
	background: url(../images/topmenubg.png) no-repeat left top;
}

#menu ul li a {
	background: url(../images/topmenubg.png) no-repeat right top;
	/*border-right: 1px solid #51a4e0;*/
	height: 138px;
	width: 91%;
	font-weight: bold;
	float: left;
	padding-left: 10%;
	margin-left: -1px;
	line-height: 142px;
	position: relative;
	font-size: 14px;
	color: black;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#menu ul li a .en,
#menu ul li a .tw {
	position: absolute;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#menu ul li a .en {
	opacity: 1;
}

#menu ul li a:hover .en {
	opacity: 0;
}

#menu ul li a .tw {
	opacity: 0;
}

#menu ul li a:hover .tw {
	opacity: 1;
}

#menu ul li {
	background-repeat: no-repeat;
	background-position: 0 -130px;
	float: left;
	background-size: 100% 110px;
	cursor: pointer;
	transition: all .5s ease;
}
#menu ul li:hover,#menu ul li.active{
	background-position: 0 -0;
}
#menu .m01 {
	background-image: url(../images/menu01.png);
}

#menu .m02 {
	background-image: url(../images/menu02.png);
}

#menu .m03 {
	background-image: url(../images/menu03.png);
}

#menu .m04 {
	background-image: url(../images/menu04.png);
}

#menu .m05 {
	background-image: url(../images/menu05.png);
}

#menu .m06 {
	background-image: url(../images/menu06.png);
}
#menu .m07 {
	background-image: url(../images/menu07.png);
}

#menu ul li a:hover {
	color: white !important;
}

#top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 54px;
	height: 55px;
	z-index: 999;
	cursor: pointer;
	opacity: 0;
}

#footer {
	float: left;
	position: relative;
	width: 100%;
	background-color: #2e2e2e;
	margin-bottom: -0;
	top: -0;
}

#footerblock {
	width: 945px;
	margin: 0px auto;
}

#stiemap {
	float: left;
	width: 50%;
	color: white;
	margin-top: 70px;
	display: flex;
    flex-wrap: wrap;
}

#stiemap .block {
	/* float: left; */
	width: 40%;
	margin: 10px 5%;
	height: auto;
}

#stiemap .block span {
	font-size: 16px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #626262;
	padding-bottom: 18px;
	margin-bottom: 17px;
}

#stiemap .block ul {
	float: left;
}

#stiemap .block ul li {
	float: left;
	width: 100%;
	margin: 4px 0;
}

#stiemap .block ul li a {
	font-size: 13px;
	float: left;
	color: #b9b9b9;
}

#stiemap .block a {
	color: white;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#stiemap .block a:hover {
	color: #63af1c;
}

#stiemap .other {
	margin-top: 60px;
}

#stiemap .other span {
	border: 0;
	padding-bottom: 0px;
	margin-bottom: 13px;
}


#foot_right {
	float: right;
	width: 46%;
	margin-top: 70px;
}

#foot_right .btn {
	float: left;
	width: 100%;
	margin-top: 54px;
	position: relative;
}

#foot_right .btn a {
	float: left;
	width: 33%;
	position: relative;
	height: 50px;
	opacity: 0.5;
	-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;
}

#foot_right .btn a:hover {
	opacity: 1;
}

#foot_right .btn img {}

#foot_right h1 {
	color: white;
	float: left;
	width: 100%;
	font-size: 28px;
}

#foot_right .fb {
	float: left;
	margin-top: 50px;
}

.linkedin {
	float: left;
	margin-top: 50px;
	margin-left: 3px;
}

#foot_right .info {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #b9b9b9;
	line-height: 20px;
	margin-top: 50px;
}

#foot_right .gbtn {
	float: left;
	width: 100%;
	margin-top: 35px;
	height: 45px;
}

#foot_right .gbtn a {
	background-color: #63af1c;
	width: 45%;
	margin-right: 3px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	float: left;
	height: 45px;
	line-height: 45px;
	-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;
	text-align: center;
}

#foot_right .gbtn a:hover {
	background-color: gray;
}

#down {
	color: #ffffff;
	float: left;
	width: 100%;
	border-top: 2px solid #7a7a7a;
	margin-top: 100px;
	padding: 16px 0 40px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

#down a {
	color: #ffffff;
}

#menu_mobile {
	display: none;
}

@media screen and (max-width: 1400px) {

	#menu {
		max-width: 1097px;
	}

}
@media screen and (max-width: 1300px) {
	#menu ul{
		width: 820px;
	}
	#menu {
		max-width: 1045px;
	}
}

@media screen and (max-width: 1220px) {

	#menu .lang {
		right: -38px;
	}
	#menu ul {
		width: 720px;
	}
	#menu {
		max-width: 945px;
	}
}



@media screen and (max-width: 1024px) {
	#foot_right .btn img:last-child {
		opacity: 1 !important;
		position: relative !important;
	}

	#foot_right .btn img:first-child {
		opacity: 0 !important;
	}

	#menu {
		display: none;
	}

	#menu_mobile {
		display: block;
		position: relative;
		float: left;
		width: 100%;
	}

	#menu_mobile .lang {
		position: absolute;
		right: 119px;
		top: 47px;
		font-size: 14px;
		z-index: 10;
	}

	.bx-wrapper {
		top: 0;
		float: left;
		width: 90%;
		margin: 0 5%;
	}

	#top_link {
		float: left;
		width: 90%;
		position: relative;
		margin: 0 5%;
	}

	#top_link #home {
		float: left;
		margin: 20px 50px 20px 0;
	}

	#top_link #search {
		float: right;
		margin-top: 35px;
		padding-left: 59px;
		margin-right: 90px;
		position: relative;
		top: 0;
		padding: 0;
		border: 1px solid #b4b4b4;
	}

	#top_link .toggle {
		float: right;
		margin-top: 38px;
		cursor: pointer;
		margin-left: 10px;
	}

	#container {
		float: left;
		top: 0;
		width: 90%;
		margin: 30px 5% 0;
	}

	#container h1 {
		font-size: 19px;
	}

	#container #search {
		display: none;
	}

	#menu_mobile #nav {
		float: left;
		width: 90%;
		margin: 10px 5%;

	}

	#menu_mobile #nav span {
		float: left;
		width: 33.3%;
		height: 65px;
		background-color: red;
		line-height: 65px;
		text-align: center;
	}

	#menu_mobile #nav span a {
		color: white;
		float: left;
		width: 100%;
		height: 100%;
	}

	#menu_mobile #nav .m01 {
		background-color: #f53636
	}

	#menu_mobile #nav .m02 {
		background-color: #a60175
	}

	#menu_mobile #nav .m03 {
		background-color: #67056e
	}

	#menu_mobile #nav .m04 {
		background-color: #284591
	}

	#menu_mobile #nav .m05 {
		background-color: #05b4d5
	}
	#menu_mobile #nav .m07{
		background-color: #f07317
	}
	#menu_mobile #nav .m06 {
		background-color: #5a9d1d;
		float: left;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
	}

	#menu_mobile #nav .search {
		display: none;
	}


	#stiemap {
		display: none;
	}

	#footerblock {
		width: 90%;
		margin: 0 5%;
	}

	#foot_right {
		float: left;
		width: 100%
	}

	#foot_right .btn {
		width: auto;
	}

	#foot_right .btn a {
		opacity: 1;
		width: auto;
	}
	#foot_right .btn a:last-child{
		border-left: 1px solid white;
		padding-left: 25px;
		margin-left: 25px;
	}
	#foot_right .info {
		border-top: 1px solid #505050;
		padding-top: 50px;
		width: 70%;
	}

	#foot_right .gbtn {
		border-top: 1px solid #505050;
		padding-top: 50px;
		margin-top: 50px;
		width: 30%;
	}

	#foot_right .gbtn a {
		float: right;
		width: 80%;
		font-size: 13px;
		margin-bottom: 4px;
	}

	#footer {
		top: 0;
	}

	#down {
		margin-top: 50px;
	}

	#top {
		right: 20px;
		width: 30px;
	}

	#foot_right .fb {
		float: right;    margin-top: 59px;    margin-right: 15px;
		width: 160px;
	}
	.linkedin{
		margin-top: 59px;		width: 160px;
	}
	.linkedin img, #foot_right .fb img{
		width: 100%;
	}
	#foot_right .btn_block {
		position: relative;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	    }
	    #foot_right .gbtn{
		border-top: 1px solid #505050;
		padding-top: 50px;
		margin-top: 50px;
		width: 30%;
		}
		#foot_right .gbtn a{
		float: right;
		width: 80%;
		font-size: 13px;
		margin-bottom: 4px;
		}
}

@media screen and (max-width: 720px) {
	#foot_right h1{
		font-size: 18px;
	}
	#foot_right .btn{
		width: 100%;
	
	}
	#foot_right .btn img{
	width: 100%;
	/* max-width: 116px; */
	}
	
	#foot_right .fb{
		width: 100%;
		text-align: center;
	}
	
	#foot_right .info{
	/* border-top: 0;
	width: 100%;
	margin-top: 0; */
	}
	#foot_right .gbtn{
	border-top: 0;
	width: 100%;
	margin-top: 0;
	}
	#foot_right .gbtn a{
		float: left;
	width: 48%;
	}
	#foot_right{
		text-align: center;
	}
	#foot_right .btn a:last-child{
		margin-left: 0;
		padding-left: 0;
		border: 0;
	}
	#foot_right .btn {
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		margin-top: 40px;
	    }
	    .linkedin img, #foot_right .fb img {
		width: 160px;
	    }
	#menu_mobile .lang {
		right: 100px;
	}
	#foot_right .btn img{
		max-width: 90px;
	}
	#top {
		right: 0;
		width: 30px;
	}

	#top img {
		width: 30px;
	}

	#top_link #search {
		display: none;
	}

	#top_link #home {

		margin-right: 0;
	}

	#menu_mobile #nav .search {
		border: 1px solid #b4b4b4;
		/* float: right; */
		width: 194px;
		height: 34px;
		margin: 26px auto;
		padding-left: 9px;
		display: block;
	}

	#menu_mobile #nav span a {
		font-size: 13px;
	}

	#menu_mobile #nav span {
		height: 55px;
		line-height: 55px;
	}

	#foot_right .btn img {
		width: 100%;
		max-width: 116px;
	}

	#foot_right .btn {
		width: 100%;
	}

	#foot_right .fb {
		width: 100%;
		text-align: center;
		margin-top: 28px;
		margin-bottom: 8px;
		margin-right: 0;
	}
	#foot_right .btn img{
		max-width: 90px;
	}
	#foot_right .linkedin {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	#foot_right .info {
		border-top: 0;
		width: 100%;
		border-top: 1px solid #5e5e5e;
		padding-top: 40px;
		margin-top: 45px;
	    }

	#foot_right .gbtn {
		border-top: 0;
		width: 100%;
		margin-top: 0;
	}

	#foot_right .gbtn a {
		float: left;
		width: 48%;
	}
	#foot_right .gbtn a:last-child{
		float: right;
		margin-right: 0;
	}

	#search #form1,
	.search #form1 {
		border: 0 !important;
	}


	#topimg .word {
		top: 30px;
		width: 60%;
		left: 34px;
	}

	#top_link #search {
		float: right;
		margin-top: 35px;
		position: relative;
		top: 0;
		padding-left: 19px;
		border: 1px solid #b4b4b4;
	}


	#down span {
		float: left;
		width: 100%;
	}












}

@media screen and (max-width: 400px) {
	#menu_mobile .lang {
		right: 69px;
		top: 49px;
	}

}

/*20191028*/
#investor_box {
    position: absolute;
    z-index: 1001;
    width: 100%;
    height: auto;
    margin: 0px auto;
    background-color: hsla(0, 0%, 100%, 0.98);
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
    display: flex;
    justify-content: space-between;
    padding: 40px 30px;
	box-sizing: border-box;
	pointer-events: none;
    visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}
#investor_box.show{
	pointer-events: auto;
    visibility: visible;
	opacity: 1;
	box-shadow: 3px 17px 16px rgba(0, 0, 0, 0.07);
}
#investor_box .box{
    font-size: 20px;
    position: relative;
    width: 16%;
    display: block;
}
#investor_box .link{
    position: relative;
    font-size: 14px;
    display: block;
    line-height: 20px;
	margin-bottom: 4px;
	transition: all .3s ease;
	PADDING-LEFT: 16px;
}
#investor_box .link::before{
	content: '';
    background-color: #2b2b2b;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 9px;
}
#investor_box .link b{
	font-size: 12px;
	color: #999;
	display: block;
	font-weight: 400;transition: all .5s ease;
}
#investor_box .link.active{
	color: #016cb8;
}
#investor_box .title{
    font-weight: bold;
    display: block;
    border-bottom: 1px solid black;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
#investor_box .title b{
    font-size: 14px;
    color: #999999;
    display: block;
    position: relative;
    margin-top: 5px;
	font-weight: 400;
	transition: all .5s ease;
}



@media screen and (min-width: 1024px) {
	#investor_box .link:hover,#investor_box .link:hover b{
		color: #016cb8;
	}

}


@media screen and (max-width: 1024px) {
	#investor_box{
		width: 90%;
		transform: none;
		left: 5%;
		top: 248px;
		flex-wrap: wrap;
		padding-top: 20px;
		height: auto;
		box-shadow: 1px 5px 12px rgba(54, 54, 54, 0.1);
		padding-bottom: 0;
	}
	#investor_box .box {
		font-size: 20px;
		position: relative;
		width: 30%;
		display: block;
		margin-bottom: 40px;
	}
	#investor_box .box:nth-child(4),#investor_box .box:nth-child(5){
		width: 48%;
	}
}



@media screen and (max-width: 720px) {
	#investor_box .title{
		font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 18px;
	}
	#investor_box .title b{
		font-size: 12px;
	}
	#investor_box .link{
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	#investor_box{
		top: 316px;
	}
	#investor_box .box{
		min-width: 130px;
		width: 48%;
	}

}


