﻿@charset "utf-8";
body{
	background-color: #f4f4f4;
	background-image: url(../images/BG.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "微軟正黑體";
}
.body-cont{
	background-color: #f4f4f4;
	background-image: url(../images/BG-cont.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "微軟正黑體";
}
.header-ui{ text-align:center;}
@media (max-width: 980px) {
.header-ui{ text-align:left;}
}

/*主圖*/
.main-pic{
	background-image: url(../images/mainPic.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 550px;
	max-width:980px;
	margin:0px auto;
	position:relative;
}
.main-pic h1{
	font-family: "微軟正黑體";
	font-size:3.5rem;
	font-weight: 400;
	color: #FFF;
	position: absolute;
    top: 70px;
	left:10px;
}
.main-pic h2{
	font-family: "微軟正黑體";
	font-size:5rem;
	font-weight: 600;
	color: #FFF;
	position: absolute;
    top: 140px;
	left:10px;
}
@media (min-width: 768px) and (max-width: 979px) {
.main-pic{
	background-position: right bottom;
	background-size:350px auto;
	height: 550px;
	max-width:980px;
	margin:0px auto;
	position:relative;
}
.main-pic h1{
	font-family: "微軟正黑體";
	font-size:3.5rem;
	font-weight: 400;
	color: #FFF;
	position: absolute;
    top: 70px;
	left:50px;
}
.main-pic h2{
	font-family: "微軟正黑體";
	font-size:5rem;
	font-weight: 600;
	color: #FFF;
	position: absolute;
    top: 140px;
	left:50px;
}
}
@media (max-width: 767px) {
.main-pic{
	background-position: center bottom;
	background-size:300px auto;
	height: 550px;
	max-width:980px;
	margin:0px auto;
	position:relative;
}
.main-pic h1{
	font-family: "微軟正黑體";
	font-size:2.5rem;
	font-weight: 400;
	color: #FFF;
	position: absolute;
    top: 70px;
	left:10%
}
.main-pic h2{
	font-family: "微軟正黑體";
	font-size:3.5rem;
	font-weight: 600;
	color: #FFF;
	position: absolute;
    top: 120px;
	left:10%
}
}
/*主圖結尾*/

/*內容*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.content{
	max-width:980px;
	margin:0px auto;
}
.content h3{
	background-image: url(../images/titleBG.png);
	background-repeat: repeat-x;
	background-position: left center;
	display: block;
	text-align:center;
	margin:0px;
}
.title{
	font-family: "微軟正黑體";
	font-size: 2.5rem;
	line-height: 4.5rem;
	color: #13a9e7;
	background-color: #f4f4f4;
	display: inline-block;
	padding: 10px;
	font-weight: 400;
}
.content-maintxt{
	font-family: "微軟正黑體";
	font-size: 1rem;
	line-height: 2rem;
	color: #000;
	text-align: center;
	padding: 10px 0px;
}
.content-maintxt p{
	font-family: "微軟正黑體";
	font-size: 1.5rem;
	line-height: 3rem;
	color: #324abf;
	font-weight: 800;
	margin:0 0 -2px 0;
}
.content-maintxt img{ width:100%; height:auto;}
.content-maintxt-left{text-align: left;}
.content-maintxt-right{text-align: right;}
@media (max-width: 768px) {
.content-maintxt{
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: left;
}
}

.gray-box{
	background-color: #e7e7e7;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	margin: 0px 10px 0px 0px;
	width: 24%;
	font-family: "微軟正黑體";
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #5c5c5c;
	font-weight:800;
}
.gray-box:last-child{margin:0px 0px 0px 0px;}
.gray-box img{
	display: block;
    margin: 6px auto;
}
@media (max-width: 780px) {
.gray-box{width: 45%;margin:0px 10px 10px 0px; float:left;}
.gray-box:last-child{margin:0px 0px 0px 0px;}
.gray-box img{
	display: block;
    margin: 6px auto;
}
}
.footer{
	font-family: "微軟正黑體";
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #13a9e7;
	background-color: #FFF;
	text-align: center;
	display: block;
	padding: 30px;
	margin:30px 0px 0px 0px;
}
/*內容結尾*/

/*內頁*/
.cont-main-pic{
	background-image: url(../images/mainPic-content.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 320px;
	max-width: 980px;
	margin: 0px auto;
	position: relative;
}
.cont-main-pic h1{
	font-family: "微軟正黑體";
	font-size:3.5rem;
	font-weight: 400;
	color: #FFF;
	position: absolute;
    top: 70px;
	left:10px;
}
.cont-main-pic h2{
	font-family: "微軟正黑體";
	font-size:3.5rem;
	font-weight: 400;
	color: #FFF;
	position: absolute;
    top: 70px;
	left:290px;
}
@media (min-width: 768px) and (max-width: 979px) {
.cont-main-pic{
	background-position: right bottom;
	background-size:300px auto;
	height: 320px;
	max-width: 980px;
	margin: 0px auto;
	position: relative;
}
.cont-main-pic h1{
	font-size:3rem;
}
.cont-main-pic h2{
	font-size:3rem;
}
}
@media (max-width: 767px) {
.cont-main-pic{
	background-position: right bottom;
	background-size:250px auto;
	height: 320px;
	max-width: 980px;
	margin: 0px auto;
	position: relative;
}
.cont-main-pic h1{
	font-family: "微軟正黑體";
	font-size:2rem;
	font-weight: 400;
	color: #FFF;
	position: absolute;
    top: 40px;
	left:10px;
}
.cont-main-pic h2{
	font-family: "微軟正黑體";
	font-size:2rem;
	font-weight: 400;
	color: #FFF;
	position: absolute;
    top: 40px;
	left:170px;
}
}
.breadcrumb{
	font-family: "微軟正黑體";
	font-size: 0.9rem;
	color: #a1a1a1;
}
.breadcrumb .txtBlack{color: #000;}
.architecture{
	text-align: center;
}
.architecture img{ width:514px; height:auto;}
@media (max-width: 767px) {
	.architecture img{ width:100%; height:auto;}
}
.imgTxt{
	font-family: "微軟正黑體";
	font-size: 0.9rem;
	line-height: 1.1rem;
	color: #28a9e1;
	padding-bottom: 20px;
}
.line{
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
}
@media (max-width: 360px) {
.architecture img{ width:100%; height:auto;}
}
.about_select_box{float:right; margin-top: -40px;}
@media (max-width: 767px) {
	.about_select_box{float:none; margin-top: 0px; display: block;}
}
.Chairman > P{
	font-family: "微軟正黑體";
    font-size: 1rem;
    line-height: 2rem;
    color: #000;
    font-weight: normal;
    text-indent: 30px;
	margin-bottom: 20px;
}
.news04_div{
	border-bottom:1px solid #e5e5e5;
}
.news04_div:last-child{
	border-bottom:0px solid #e5e5e5;
}
/*內頁結尾*/

/*彈跳視窗*/
.modal {
    z-index: 99999;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup_title{
	font-family: "微軟正黑體";
	font-size: 1.5rem;
	font-weight: 600;
}
.modal-body {
    position: relative;
    padding: 15px;
    font-family: "微軟正黑體";
	font-size: 1rem;
	line-height:1.5;
}
.modal-body p{
	font-family: "微軟正黑體";
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 800;
    margin: 10px 0;
}
/*彈跳視窗結尾*/

/*動態search*/

.search-box{
	width: 300px;
	height: 50px;
	float: right;
	margin-right: 20px;
	position: absolute;
	right: 20px;
	top:10px;
	z-index: 99999;
}

.search-content{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 375px) {
	.search-box{
		width: 280px;
		right: -10px;
	}
	.search-content{
		width: 280px;
	}
}

.search-content input#search2{
	width: 50px;
	height: 50px;
	background: #5770fa;
	border: none;
	font-family: "微軟正黑體";
	font-size: 1rem;
	float: right;
	color: #FFF;
	padding-left: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: width .55s ease;
	-moz-transition: width .55s ease;
	-ms-transition: width .55s ease;
	-o-transition: width .55s ease;
	transition: width .55s ease;
}

.search-content input#search2::-webkit-input-placeholder {
   color: #c5cae9;
}
 
.search-content input#search2:-moz-placeholder { /* Firefox 18- */
   color: #c5cae9;  
}
 
.search-content input#search2::-moz-placeholder {  /* Firefox 19+ */
   color: #c5cae9;  
}
 
.search-content input#search2:-ms-input-placeholder {  
   color: #c5cae9;  
}

.search-content .icon{
  position: absolute;
  top: 50%;
  right:12px;
  margin-left: 14px;
  margin-top: 12px;
  z-index: 1;
  color: #5770fa;
}

.search-content input#search2:focus, .search-content input#search2:active{
  outline:none;
  width: 300px;
	cursor: pointer;
}
 
.search-content:hover input#search2{
	width: 300px;
	
}
 
.search-content:hover .icon{
  color: #5770fa;
}
/*動態search結尾*/

/*廣告*/
.ad-box{
	background-color: #1565c0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.ad-content{
	margin:20px auto;
	width: 100%;	
	overflow: hidden;
}
.ad-content ul{display: block}
.ad-content ul li{
	float: left;
	width: 24.5%;
	margin: 0 0.5%;
}
.ad-content ul li a img{width:100%;}
@media(min-width:980px) {
.ad-content{
	margin:20px auto;
	width: 940px;
	overflow: hidden;
}
.ad-content ul{display: block}
.ad-content ul li{
	float: left;
	width: 167px;
	margin: 0 10px;
}
.ad-content ul li a img{width:100%;}
}
/*廣告結尾*/

/*水滴動畫*/
@keyframes drop-left
{
0%   {opacity: 0.8; left:100px; top:120px;}
100% {opacity: 0; left:100px; top:400px;}
}
@-moz-keyframes drop-left
{
0%   {opacity: 0.8; left:100px; top:120px;}
100% {opacity: 0; left:100px; top:400px;}
}
@-webkit-keyframes drop-left
{
0%   {opacity: 0.8; left:100px; top:120px;}
100% {opacity: 0; left:100px; top:400px;}
}
@-o-keyframes myfirst drop-left
{
0%   {opacity: 0.8; left:100px; top:120px;}
100% {opacity: 0; left:100px; top:400px;}
}

@keyframes drop-right
{
0%   {opacity: 0.7; right:165px; top:190px;}
100% {opacity: 0; right:170px; top:500px;}
}
@-moz-keyframes drop-right
{
0%   {opacity: 0.7; right:165px; top:190px;}
100% {opacity: 0; right:170px; top:500px;}
}

@-webkit-keyframes drop-right
{
0%   {opacity: 0.7; right:165px; top:190px;}
100% {opacity: 0; right:170px; top:500px;}
}

@-o-keyframes myfirst drop-right
{
0%   {opacity: 0.8; left:100px; top:120px;}
100% {opacity: 0; left:100px; top:400px;}
}

.water-drop-left{
	background-image: url(../images/water.svg);
	background-repeat: no-repeat;
	background-position: left top;
	width:100px;
	height:160px;
	background-size:100px auto;
	position:absolute;
	z-index:999;
	animation: drop-left 5s;
	-moz-animation: drop-left 5s;	/* Firefox */
	-webkit-animation: drop-left 5s;	/* Safari 和 Chrome */
	-o-animation: drop-left 5s;
	animation-iteration-count:infinite;
}
.water-drop-right{
	background-image: url(../images/water.svg);
	background-repeat: no-repeat;
	background-position: left top;
	width:120px;
	height:200px;
	background-size:120px auto;
	position:absolute;
	z-index:999;
	animation: drop-right 5s;
	-moz-animation: drop-right 5s;	/* Firefox */
	-webkit-animation: drop-right 5s;	/* Safari 和 Chrome */
	-o-animation: drop-right 5s;
	animation-iteration-count:infinite;
}
/*水滴動畫結尾*/