@charset "utf-8";
/* CSS Document */
body {
	/*background-image: url(../images/bg.jpg);*/
	background-position: center top;
	background-repeat: repeat;
	margin: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
	outline: none; /* for Firefox Google Chrome  */
 behavior:expression(this.onFocus=this.blur()); /* for IE */
}
.newsImg b {
	display: block;
	border-bottom: 1px rgba(49,121,207,1.00) dashed;
	margin-top: 23px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
#banner {
	position: relative;
}
#banner .bannerImg {
	left: 435px;
	position: absolute;
	top: 180px;
}
#top {
	background-image: url("../images/top_bg.jpg");
	height: 41px;
	padding: 12px 0;
	width: 100%;
	background-position: center center;
}
.header {
	width: 950px;
	margin: 0 auto;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
}
.logo {
	display: block;
	float: left;
}
.menu {
	float: left;
	margin: 0 0 0 64px;
	padding: 5px 0 0;
}
.menu a {
	margin: 0 0 0 18px;
}
#index_containter {
	background-image: url("../images/content_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 30px 85px 50px;
	font-family: "微軟正黑體";
}
#index_containter > div {
	display: inline-block;
	margin: 0 15px 0 5px;
	vertical-align: top;
}
#index_containter > div h2 {
	margin: 0 0 10px 0;
}
.left h2 {
	position: relative;
}
.left h2 .more {
	position: absolute;
	right: 0;
	top: 5px;
}
.hvr-grow {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: transform;
	vertical-align: middle;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	transform: scale(1.1);
}
.left ul li {
	border-bottom: 1px dotted #ccc;
	margin: 8px 0;
	padding: 0 0 5px;
}
.left ul li a {
	color: #999;
	font-size: 12px;
}
.left ul li a:hover {
	color: #333;
}
.left ul li a span {
	color: #9cc3e5;
	margin: 0 0 0 5px;
	float: right;
}
.center .info {
	background-image: url(../images/infoImg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.center .info b {
	color: #0d689f;
	font-size: 13px;
	line-height: 24px;
}
.center .info p {
	color: #666666;
	font-size: 12px;
	line-height: 23px;
	margin: 7px 0 0;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 25px 85px 10px;
	font-family: "微軟正黑體";
}
#footer > div {
	display: inline-block;
	vertical-align: top;
	width: 450px;
}
.footLeft {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.footLeft p {
	margin: 10px 0;
}
.footLeft a {
	color: #666;
}
.footRignt {
	font-size: 12px;
	text-align: right;
}
.footRignt ul li {
	display: inline-block;
	color: rgba(0,117,192,1.00); 
}
.footRignt ul li a {
	color: rgba(0,118,204,1.00);
	margin: 0 3px;
}
.footRignt ul li a:hover {
	color: rgba(0,14,81,1.00);
}
.footRignt p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin: 45px 0 0;
}
.footRignt p a {
	color: #999999;
}
.hvr-sink {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	vertical-align: top;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
	transform: translateY(8px);
}
/*page*/
#containter {
	padding: 30px 85px 50px;
	font-family: "微軟正黑體";
}
#containter > div {
	display: inline-block;
	vertical-align: top;
}
.cLeft {
	width: 200px;
}
.cLeft .top {
	background-image: url(../images/left_top.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 63px;
	box-sizing: border-box;
}
.cLeft .top h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 19px;
}
.cLeft .top h3 span {
	color: #e2e2e2;
	font-size: 12px;
	margin: 0 0 0 5px;
}
.cLeft .center {
	background-image: url("../images/left_center.jpg");
	background-repeat: repeat-y;
	padding: 10px 15px;
	width: 200px;
	box-sizing: border-box;
}
.cLeft .center ul li {
	background-image: url("../images/left_icon_hover.jpg");
	background-position: left 5px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px;
	padding: 0 0 7px 17px;
}
.cLeft .center ul li:hover {
	background-image: url(../images/left_icon.jpg);
}
.cLeft .center ul li a {
	color: #727272;
	font-size: 0.84em;
}
.cLeft .bottom {
	background-image: url(../images/left_bottom.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 13px;
}
.cRight {
	margin: 0 0 0 25px;
	width: 700px;
}
.path {
	color: #818181;
	float: right;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	width: 47%;
	margin: 3px 0 0;
}
.path img {
	margin: 0 5px 0 0;
}
.path a {
	color: #818181;
}
.path a:hover {
	color: #333;
}
.path span {
	color: #003b7c;
	font-weight: bold;
}
.title {
	background-image: url("../images/path_line.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0 0 10px;
	padding: 0 0 8px;
}
.title > div {
}
.cInfo a {
	color: #333;
}
.cInfo a:hover {
	color: #999;
}
.cInfo h1 {
	background-image: url("../images/h1.jpg");
	background-position: left 2px;
	background-repeat: no-repeat;
	float: left;
	font-size: 1.22em;
	padding: 0 0 0 15px;
	width: 50%;
}
.cInfo p {
	font-size: 13px;
	color: #333;
	line-height: 24px;
	margin: 0 0 10px;
}
.img img {
	margin: 0 5px;
}
.cInfo table td {
	font-size: 14px;
	color: #333;
	padding: 5px;
}
.cInfo table td a {
	font-size: 14px;
	color: #333;
}
.cInfo table td img {
	box-shadow: 0 0 4px #666;
	height: 154px;
	width: 200px;
}
.cInfo h4 {
	color: #2e6ba6;
	margin: 0 0 10px;
}
.ques {
	background-image: url(../images/ques.jpg);
	background-repeat: no-repeat;
	height: 18px;
	padding: 0 0 0 28px;
}
.ans {
	background-image: url(../images/ans.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 28px;
}
.org {
	color: #ff7800;
}
.underLine {
	border-bottom: 1px solid #F00;
}
.red {
	color: #F00;
	font-size: 14px;
	line-height: 25px;
}
.word {
	display: inline-block;
	vertical-align: middle;
	width: 56%;
	margin-right: 40px;
}
.bgColor {
	background-color: #333;
	color: #fff;
	margin: 0 3px 0 0;
	padding: 0 5px;
}
.faqTable {
	font-size: 14px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.faqTable th {
	padding: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.faqTable td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 20px;
	vertical-align: middle;
}
.faqList {
	border: 1px solid #a0d2e9;
	margin: 0 15px 15px;
	padding: 10px 0 10px 10px;
}
.faqList li {
	background-image: url("../images/faqIcon.png");
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 0 22px;
	width: 44%;
}
.line {
	border-bottom: 1px dashed #a2d0ff;
	margin: 20px 0;
}
.cInfo h2 {
	color: #2e6ba6;
	font-size: 17px;
}
.cInfo ol {
	margin: 0 0 15px;
}
.cInfo ol li {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.cInfo h6 {
    color: rgba(78,78,78,1.00);
    /*background: rgba(213,0,3,1.00);*/
   /* display: inline-block;*/
    font-size: 13px;
    /* font-weight: normal; */
    letter-spacing: 1px;
   /* padding: 5px 51px;*/
    margin-right: 12px;
    float: right;
    /* text-align: right; */
    font-weight: bold;
}
.yearBox {
	background-image: url("../images/year2.png");
	background-position: 21px top;
	background-repeat: no-repeat;
}
.yearBox .yText {
	padding: 7px 0 0 125px;
}
.yearBox > div {
	margin: 32px 0;
}
.yearBox .yLeft {
	float: left;
	margin: 0px 18px 0 30px;
}
.yearBox .yRight {
	float: left;
	width: 570px;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	margin: 6px 0 0 12px;
}
.yRight span {
	color: #3268b9;
	font-size: 16px;
	font-weight: bold;
}
.yRight strong {
	color: #333;
	font-weight: bold;
}
.yearBox {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.yText {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 1s;
}
.year1 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 2s;
}
.year2 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 3s;
}
.year3 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 4s;
}
.year4 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 5s;
}
.year5 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 6s;
}
.year6 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 7s;
}
.year7 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 8s;
}
.year8 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 9s;
}
.year9 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 10s;
}
.year10 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 11s;
}
.year11 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 12s;
}
.year12 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 13s;
}
.year13 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 14s;
}
@keyframes fadeInDown {
0% {
 opacity: 0;
 transform: translate3d(0px, -100%, 0px);
}
100% {
 opacity: 1;
 transform: none;
}
}

.t01{
	color:rgba(255,255,255,1.00) !important;
	font-size:15px !important;
	font-weight:bold !important;
	background:rgba(0,99,163,1.00);
	padding:10px 0;}

.news3List li {
	margin: 5px 0 0 17px;
	display: inline-block;
}
.newsImg img {
	box-shadow: 0 0 4px #195f9d;
	margin: 20px 0;
	border-radius: 2%;
}
.new3Title {
	background-image: url(../images/news3Icon.png);
	background-repeat: no-repeat;
	padding: 4px 0 0px 20px;
}
.news3List1 {
	margin: 0 15px !important;
}
.news3List1 li {
	background-image: url(../images/news3List.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0 0 0 15px;
}
/*----------------------------------*/
.map {
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	position: relative;
	width: 695px;
	height: 976px;
}

.mapText {
	position: absolute;
	right: 34px;
	top: 122px;
	width: 624px;
}
.mapText span{
	margin-right:11px;}

.mapText b{
	background:rgba(0,69,134,1.00);
	color:rgba(255,255,255,1.00);
	padding:2px 10px;
	margin-right:5px;}



/*----------------------------------*/
.serviceTable {
	font-size: 14px;
	border: 6px solid #bfbfbf;
	box-shadow: 3px 3px #9c9c9c;
	margin: 11px 0;
}
.serviceTable th {
	padding: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	vertical-align: middle;
}
.serviceTable td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 20px;
	vertical-align: middle;
}
.serviceTable th h3 {
	color: #1e5c95;
	font-size: 18px;
	letter-spacing: 6px;
}
.serviceTable th p {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
}
.serviceTable td p {
	font-size: 15px;
	margin: 0;
}
.serviceTable td p strong {
	font-size: 12px;
	color: #666;
	margin: 0 0 0 3px;
}
.serviceList li {
	margin: 5px 0 0 7px;
	display: inline-block;
}
.serviceList li:nth-child(2n) {
	animation-name: fadeInLeft;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 0.7s;
}
.serviceList li:nth-child(2n+1) {
	animation-name: fadeInRight;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 0.7s;
}
@keyframes fadeInRight {
0% {
 opacity: 0;
 transform: translate3d(100%, 0px, 0px);
}
100% {
 opacity: 1;
 transform: none;
}
}
.serviceBox {
	background-image: url(../images/service1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 220px;
}
.serviceBox p {
	width: 70%;
	line-height: 25px;
}
.serviceBox1 {
	background-image: url(../images/service3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 300px;
}
.serviceBox1 p {
	width: 60%;
	line-height: 25px;
	padding: 19px 12px 0;
}
hr {
	box-shadow: 0px 0px 6px #ccc;
}
.blue {
	color: #002f7d;
}
.radius {
	border-radius: 10px;
	border: 4px double #5986C1;
	width: 50%;
	padding: 5px 10px;
	box-shadow: 3px 3px #5986C1;
	margin: 0 0 16px !important;
}
.aboutBox {
	margin: 10px 0;
}
.img img {
	border: 2px solid #666;
	border-radius: 100%;
	box-shadow: 3px 3px #666;
	margin: 0 20px 20px;
	width: 170px;
}
.aboutBox h3 {
	background-image: url(../images/news3List.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 6px 15px;
	color: #541e00;
}
.aboutBox p {
	padding: 0 0 0 15px;
}
.aboutList {
	margin: 0 !important;
	padding: 0 0 5px 10px;
}
.aboutList li {
	background-image: url("../images/faqIcon.png");
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #333;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 0 22px;
}
.aboutList1 li {
	margin: 5px 0 0 7px;
	display: inline-block;
	animation-name: fadeInLeft;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 0.5s;
}
.aboutList1 li.aboutList1_2 {
	animation-name: fadeInLeft;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 2s;
}
.aboutList1 li.aboutList1_3 {
	animation-name: fadeInLeft;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 3s;
}
.aboutList1 li.aboutList1_4 {
	animation-name: fadeInLeft;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 4s;
}
.aboutList1 li.aboutList1_5
{
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 5s;
	font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
	
}
.aboutList1 li.aboutList1_5 p{
	font-size: 15px;
    font-weight: bold;
    margin-left: 20px;}
.aboutList1 li.aboutList1_5 a{
	color:rgba(255,0,0,1.00);
}
.aboutList1 li.aboutList1_5 a:hover{
	color:rgba(124,124,124,1.00);}


.aboutList1_6
{
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: .5s;
	font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
	
}

/*#aboutList1_7
{
	animation-name: fadeInLeft;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-delay: 1s;
}*/
@keyframes fadeInLeft {
0% {
 opacity: 0;
 transform: translate3d(-100%, 0px, 0px);
}
100% {
 opacity: 1;
 transform: none;
}
}
.aboutBox1 > p {
	display: inline-block;
	vertical-align: top;
}
.newsImg a {
	background-image: url(../images/web.png);
	background-repeat: no-repeat;
	padding: 10px 0 0 30px;
	height: 16px;
}
.aboutText {
	background-image: url(../images/about13.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.aboutText strong {
	font-size: 15px;
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	box-shadow: 2px 2px #333;
	padding: 0 5px;
	margin: 0 0 0 2px;
	letter-spacing: 2px;
}
.aboutBox3 {
	background-image: url(../images/about14.png);
	background-repeat: no-repeat;
	padding: 20px 40px;
}
.aboutBox3 strong {
	color: #fff;
	background-color: #003b7c;
	padding: 0 3px;
	margin: 0 10px;
}
.aboutBox3 span {
	color: #999;
	margin: 0px 13px;
	font-size: 13px;
}
.linkBox a {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	color: #333;
	display: inline-block;
	font-size: 14px;
	margin: 5px 5px 10px;
	padding: 5px;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: box-shadow;
	vertical-align: top;
	width: 30%;
}
.linkBox a:hover, .linkBox a:focus, .linkBox a:active {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.linkBox a img {
	height: 170px;
	margin: 0 0 10px;
	width: 210px;
	border: 1px solid #ccc;
}
.advisoryBox {
	background-image: url("../images/form_bg.png");
	background-position: right center;
	background-repeat: no-repeat;
	margin: 20px 0;
}
.advisoryBox ul{
	margin: 0 2em 0.5em;
	list-style-type: disc;
  padding-left: 20px;
}
.advisoryBox ul li{
	font-size: 14px;
	color: #045AA5;
	line-height: 2;
}
.advisoryBox a{
	font-size: 15px;
	font-weight: bold;
	color: #045AA5;
}
.banner-menu{
display:block;
width:254px;
height:84px;
position:absolute;
top:30px;
left:75px;
background: url(../images/banner-menu.png) no-repeat;}
.banner-menu:hover{
background:url(../images/banner-menu-over.png) no-repeat;}