@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
.black_overlay2{ 
            display: none; 
            position: absolute; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            height: 150%; 
            background-color: black; 
            z-index:9999998; 
            -moz-opacity: 0.8; 
            opacity:.70; 
            filter: alpha(opacity=70); 
        } 
.white_content2{ 
            display: none; 
            position: absolute; 
            top: 35%; 
            left: 45%; 
            width: 138px; 
            height: 138px; 
            z-index:9999999; 
            overflow: auto;
			background:none;
        } 


/* ==============================
   Page loader
   ============================== */
.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 9999999;	
}

.loader{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid rgba(0,0,0, 0.5);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
   -webkit-animation: spinner 700ms infinite linear;
   -moz-animation: spinner 700ms infinite linear;
   -ms-animation: spinner 700ms infinite linear;
   -o-animation: spinner 700ms infinite linear;
   animation: spinner 700ms infinite linear;
    z-index: 1;
}

.loader2{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -13px;
  font-size: 10px;
  z-index: 9999999;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==============================
   Page loader
   ============================== */


img, object, embed, video {
    max-width: 100%;
    border: 0px;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}
html {
    background: #ffffff;
    font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    border-style: none;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

#wrapper {
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
    border-top: solid 5px #119ab3;
    width: 100%;
    float: left;
}
article {
    width: 100%;
    float: left;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media screen and (min-width: 1025px) {/*針對桌機*/
.g-recaptcha {
	float: left;
        transform:scale(1);
        -webkit-transform:scale(1);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
	
.top {
    width: 96%;
    margin: 0 auto 0 auto;
}
.logo {
    width: 23%;
    float: left;
    margin-top: 30px;
    margin-right: 0;
    margin-left: 1%;
    margin-bottom: 0;
}
.logo img {
    width: 100%;
    float: left;
    height: auto;
}
#button {
    width: 70%;
    float: right;
    margin: 30px 0 0px 0%;
}
.banner {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    border-top: solid 30px #fc9425;
}
.txt1 {
    width: 10%;
    margin: 30px 45% 30px 45%;
    color: #333961;
    font-size: 20px;
    border-bottom: solid 1px #eb6100;
    padding-bottom: 3px;
    float: left;
    text-align: center;
}
.nav1 {
    width: 100%;
    float: left;
    margin: 0 0% 0px 0%;
}
.nav1-2 {
    width: 18%;
    float: left;
    margin: 0 1% 20px 1%;
}
.tab1 {
    overflow: hidden;
    width: 100%;
    float: left;
}
.tab1 a {
    -webkit-transition: all 0.6s ease-out;
    width: 100%;
    float: left;
}
.tab1 a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tab2 {
    width: 100%;
    float: left;
    color: #ffffff;
}
.tab2 a{
	text-decoration: none;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    background: #ff7123;
    line-height: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}
.tab2 a:hover{
	color: #ffffff;
    font-size: 20px;
	background: #51a2c0;
}
.nav2 {
    padding-top: 30px;
    width: 100%;
    float: left;
    background: url("images/index/bg.jpg") repeat;
}
.nav2-1 {
    width: 80%;
    float: left;
    margin: 0 10% 30px 10%;
}
.nav2-1 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav2-2 {
    display: none;
}
.nav3 {
    width: 86%;
    float: left;
    margin: 0 7% 30px 7%;
}
.nav3-2 {
    width: 42%;
    float: left;
    margin: 0 8% 0 0;
}
.tab3 {
    width: 98%;
    float: left;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 9px #383b3d;
    padding: 27px 0 27px 10px;
    margin: 0 0 28px 0;
}
.tab3 h1 {
    width: 96%;
    float: left;
    color: #12567e;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0 2% 5px 2%;
}
.tab3 samp {
    width: 96%;
    float: left;
    color: #7d7d7d;
    font-size: 22px;
    font-weight: normal;
    padding: 0;
    margin: 0 2% 15px 2%;
}
.nav4 {
    width: 48%;
    float: left;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 9px #383b3d;
    padding: 20px 0% 20px 2%;
    margin: 0 0 30px 0;
    list-style: none;
}
.nav4-2 {
    width: 100%;
    float: left;
    margin: 0 0 14px 0;
}
.txt2 {
    width: 17%;
    float: left;
    text-align: right;
    margin: 0 2% 0 0;
    color: #3e3e3e;
    font-size: 18px;
}
.txt2-2{
    margin: 0 10px 0px 5px;
    color: #3e3e3e;
    font-size: 18px;
}
.form1 {
    background: #f6f6f6;
    width: 76%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-2 {
    background: #f6f6f6;
    width: 28%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-3 {
	height: 50px;
    background: #f6f6f6;
    width: 76%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-4 {
    background: #f6f6f6;
    width: 20%;
	margin: 0 10px 0 0;
    float: left;
    border: solid 1px #d9d9d9;
}
.nav4-3 {
    width: 87%;
    float: left;
    margin: 0 0 20px 14%;
}
.txt3 {
}
.txt3 a {
    width: 40%;
    background: #ea8043;
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    height: 34px;
    float: left;
    margin: 0 10% 0 0%;
    text-decoration: none;
}
.txt3 a:hover {
	 color: #ffffff;
	text-decoration: none;
    background: #b96c37;
}
.nav5 {
    width: 100%;
    float: left;
    height: 350px;
}
	
.bottom {
	
    margin: 0px 0 0 0;
    width: 100%;
    float: left;
    border-top: solid 2px #d0d0d0;
    border-bottom: solid 4px #119ab3;
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
}
.nav6 {
    width: 86%;
    float: left;
    margin-top: 10px;
    margin-right: 7%;
    margin-left: 7%;
    margin-bottom: 10px;
}
.nav6-2 {
    width: 50%;
    float: left;
}
.txt4 {
    width: 100%;
    float: left;
    color: #535556;
    font-size: 15px;
    padding: 0;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}
.txt5 {
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
    width: 100%;
    float: left;
    color: #535556;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}
.nav6-3 {
    width: 25%;
    float: right;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.nav6-3 img {
    width: 100%;
    float: left;
    height: auto;
}
#gotop {
    display: block;
    width: 42px;
    height: 49px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
}
.banner2 {
    width: 100%;
    float: left;
    height: auto;
    margin: 25px 0 0 0;
}
.titlearea {
    width: 100%;
    float: left;
    background: #fc9425;
    height: 34px;
    line-height: 34px;
    text-align: right;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}
.titlearea2 {
    width: 98%;
    float: left;
    margin: 0 2% 0 0;
}
.titlearea2 a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}
.titlearea2 a:hover {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
}
.nav7 {
    width: 86%;
    float: left;
    margin-top: 30px;
    margin-right: 7%;
    margin-left: 7%;
    margin-bottom: 30px;
}
.leftartow {
    width: 19%;
    float: left;
    margin: 0 3% 0 0;
}
.rightartow {
	position: relative;
    width: 78%;
    float: left;
    margin: 0 0% 0 0;
}
.tab4 {
    width: 100%;
    float: left;
    height: 70px;
    line-height: 70px;
    background: #6199d2 url("images/about/icon1.png") no-repeat 28px 14px;
    color: #ffffff;
    font-size: 18px;
    text-indent: 50px;
}
.tab5 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 50px;
}
.tab5 a {
    display: block;
    line-height: 60px;
    height: 60px;
    color: #2e2e2e;
    font-size: 18px;
    text-decoration: none;
    background: url("images/about/icon2.png") no-repeat 27px 23px;
}
.tab5 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 23px;
    
}
.tab6 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 50px;
}
.tab6 a {
    display: block;
    line-height: 60px;
    height: 60px;
    color: #2e2e2e;
    font-size: 18px;
    text-decoration: none;
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 23px;
    ;
}
.tab6 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 23px;
    ;
}
.txt6 {
    width: 100%;
    float: left;
    border-left: solid 5px #6199d2;
    padding-left: 5px;
    color: #333961;
    font-size: 24px;
    text-align: left;
}
.nav8 {
    width: 56%;
    float: left;
    margin-top: 28px;
    margin-right: 30%;
    margin-left: 0;
    margin-bottom: 0px;
}
.nav8-2 {
    width: 100%;
    float: left;
    margin: 28px 0 0px 0;
}
	.nav8-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
.nav8 p {
    margin: 0 0 30px 0;
    color: #978f93;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
.nav8 samp {
    font-size: 20px;
    line-height: 26px;
    color: #fe002a;
}
.nav9 {
    position:absolute;
    width: 35%;
	right:5%;
	top:12%;
}
.img2 {
    position: absolute;
    top: 0;
}
.img3 {
    position: absolute;
    top: 180px;
    left: 125px;
}
.img4 {
    position: absolute;
    top: 355px;
    left: 0px;
}
.nav9-2 {
    width: 53%;
    float: left;
    margin: 10px 0 0px 0%;
}
.nav9-2 p {
    margin: 0 0 20px 0;
    color: #978f93;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
.nav10 {
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
}
.nav10-2 {
    width: 46%;
    float: left;
    margin: 0px 4% 30px 0%;
}
.tab7 {
    text-align: center;
    border: solid 1px #999999;
    overflow: hidden;
    width: 98%;
    float: left;
    margin: 0 1% 0 1%;
}
.tab7 a {
    -webkit-transition: all 0.6s ease-out;
    width: 100%;
    float: left;
}
.tab7 a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tab7-2 {
    float: left;
    width: 98%;
    margin: 10px 1% 0 1%;
    text-align: center;
    color: #FFFFFF;
    background: #a8a8a8;
    font-size: 20px;
    padding: 5px 0 5px 0;
}
.nav10-3 {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}
.txt7 {
    margin: 0 5px 0 5px;
}
.txt7 a {
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: #b7b7b7;
    font-size: 17px;
    color: #ffffff;
}
.txt7 a:hover {
    background: #0f9fbf;
}
.txt8 {
    margin: 0 5px 0 5px;
}
.txt8 a {
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: #0f9fbf;
    font-size: 17px;
    color: #ffffff;
}
.txt8 a:hover {
    background: #0f9fbf;
}
.leftar {
    width: 5%;
    float: left;
    margin: 25% 2% 25% 0;
}
.nav11 {
    width: 86%;
    float: left;
}
.nav11 img {
    width: 100%;
    float: left;
    height: auto;
}
.rightar {
    width: 5%;
    float: left;
    margin: 25% 0% 25% 2%;
}
.nav12 {
    width: 86%;
    margin-top: 20px;
    margin-right: 7%;
    margin-left: 7%;
    margin-bottom: 0;
    float: left;
    background: #3c7ec2;
}
.txt9 {
    width: 98%;
    float: left;
    margin: 5px 1% 5px 1%;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}
.nav13 {
    width: 86%;
    float: left;
    margin-top: 30px;
    margin-right: 7%;
    margin-left: 7%;
    margin-bottom: 30px;
}
.nav13-2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}
.nav13-3 {
    width: 23%;
    float: left;
    margin-top: 0;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
}
.nav13-4 {
    border: solid 1px #dfdfdf;
    width: 99%;
    float: left;
    margin: 0 0 15px 0;
}
.nav13-4 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav13-5 {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}
.txt10 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    width: 90%;
    float: left;
    margin: 3px 0 0 1%;
    color: #333961;
    font-size: 16px;
    line-height: 20px;
}
.txt11 {
    width: 8%;
    float: left;
    margin: 0 0 0 1%;
}
.txt11 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav14 {
    width: 99%;
    float: left;
    box-shadow: 1px 1px 9px #383b3d;
    background: #FFFFFF;
}
.nav14-2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    background: #6199d2;
}
.nav14-3 {
    width: 96%;
    float: left;
    margin: 30px 2% 0px 2%;
}
.txt12 {
    width: 15%;
    float: left;
    margin: 0 10% 15px 0;
}
.txt12 a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color: #5f615d;
    font-size: 18px;
    text-align: center;
}
.txt12 a:hover {
    background: #d4d2d2;
    color: #22588f;
    border-radius: 30px;
}
.txt13 {
    width: 15%;
    float: left;
    margin: 0 10% 15px 0;
}
.txt13 a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color: #22588f;
    font-size: 18px;
    background: #d4d2d2;
    text-align: center;
    border-radius: 30px;
}
.txt13 a:hover {
    background: #d4d2d2;
    color: #22588f;
    border-radius: 30px;
}
.nav14-4 {
    color: #1b1b1c;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
}
.nav14-5 {
    width: 100%;
    float: left;
    margin: 0px 0 30px 0;
}
.tab8 {
    width: 23%;
    float: left;
    margin: 0 2% 15px 0;
}
.tab8 img {
    width: 100%;
    float: left;
    height: auto;
}
.tab8 a {
    opacity: 1;
}
.tab8 a:hover {
    opacity: 0.8;
}
.tab8-2{
		width: 100%;
		float: left;
		margin: 5px 0 0 0;
		text-align: center;
		color: #404040;
		font-size: 15px;
		overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.tab8-2 a{
		width: 100%;
	text-align: center;
		color: #404040;
		font-size: 15px;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
	text-decoration: none;
	}
.tab8-2 a:hover{
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
		color: #e27423;
		text-decoration: none;
	}
.nav15 {
    width: 92%;
    float: left;
    margin-top: 30px;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 30px;
}
.leftartow2 {
    width: 36%;
    float: left;
    margin: 0 8% 0 0;
}
.rightartow2 {
    width: 56%;
    float: left;
    margin: 0 0% 0 0;
}
.txt14 {
    letter-spacing: 1px;
    float: left;
    color: #061f5d;
    width: 100%;
    font-size: 18px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: solid 1px #119ab3;
}
.txt15 {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #119ab3;
}
.txt15 samp {
    line-height: 26px;
    font-size: 18px;
    width: 100%;
    float: left;
    color: #061f5d;
}
.txt16 {
    float: left;
    color: #061f5d;
    width: 100%;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.tab9 {
    margin: 20px 0 0 0;
    width: 99%;
    border: solid 1px #cceef6;
    float: left;
    height: 320px;
}
.tab10 {
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    font-size: 18px;
    padding: 8px 0 8px 0%;
    width: 84%;
    float: left;
    background: #808080 url("images/contact/icon1.png") no-repeat 95% 13px;
    margin: 0 0 20px 16%;
}
.tab11 {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    float: left;
}
.tab12 {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.txt17 {
    width: 14%;
    float: left;
    line-height: 30px;
    margin: 0 2% 0 0;
    color: #a0a2a3;
    font-size: 18px;
	text-align: right;
}
.form2 {
    margin: 0 5% 0 0;
    height: 30px;
    width: 48%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form3{
		margin: 5px 1% 0 0;
		float: left;
		width: 25px;
		height: 22px;
		
	}
	.txt18 {
		line-height: 30px;
    width: 8%;
    float: left;
    line-height: 30px;
    margin: 0 1% 0 0;
    color: #a0a2a3;
    font-size: 18px;
	text-align: left;
}
	.form4 {
    margin: 0 0% 0 0;
    height: 30px;
    width: 82%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form5{
		margin: 5px 0% 0 0;
		float: left;
		width: 25px;
		height: 22px;
		
	}
	.txt19 {
    line-height: 30px;
    margin: 0 2% 0 1%;
    color: #a0a2a3;
    font-size: 18px;

}
	.form6 {
    margin: 0 0% 0 0;
    height: 87px;
    width: 82%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form7 {
	margin: 0 2% 0 0;
    height: 30px;
    width: 30%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.tab13 {
    width: 84%;
    float: left;
    margin: 0 0 20px 16%;
}
	.txt20{
		width: 30%;
		float: left;
		margin: 0 5% 0 0;
		
	}
	.txt20 a{
		display: block;
		background: #29acc9;
		height: 30px;
		text-decoration: none;
		line-height: 30px;
		color: #FFFFFF;
		font-size: 18px;
		text-align: center;
	}
	.txt20 a:hover{
		background: #f7b400;
	}
	.tab14 {
    width: 40%;
    float: left;
    margin: 0 10% 15px 0;
}
	.tab15{
		text-align: center;
		width: 99%;
		float: left;
		border: solid 1px #dadada;
	}
	.txt21{
		float: left;
		width: 100%;
		float: left;
		text-align: center;
		color: #333961;
		font-size: 18px;
		line-height: 20px;
		margin: 15px 0 0 0;
	}
	.txt21 img{
		text-align: right;
		vertical-align: middle;
	}
.nav16{
	width: 100%;
	float: left;
	border: solid 1px #999999;
	margin: 0 0 20px 0;
}
	.tab16{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-indent:10px;
		color: #ffffff;
		font-size: 18px;
		text-align: left;
		background: #646363;
	}
	.tab17{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #ffffff;
		text-indent: none;
	}
	.tab17-2{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #bed7f3;
		text-indent: none;
	}
	.tab17-3{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #ffffff;
		text-indent: none;
	}
	.txt22{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 52%;
		float: left;
		border-right: solid 1px #999999;
		line-height: 40px;
		height: 40px;
		margin: 5px 0 5px 0;
		text-indent: 10px;
		color: #212121;
		font-size: 15px;
		
	}
	.txt23{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 45%;
		float: left;
		line-height: 40px;
		height: 40px;
		margin: 5px 0 5px 0;
		text-indent: 10px;
		color: #212121;
		font-size: 15px;
		
	}
}

@media screen and (min-width: 1300px) {/*針對超大桌機*/
 .g-recaptcha {
float: left;
	 transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
	
.txt1 {
	
    width: 6%;
    margin: 30px 47% 30px 47%;
    color: #333961;
    font-size: 20px;
    border-bottom: solid 1px #eb6100;
    padding-bottom: 3px;
    float: left;
    text-align: center;
}
.logo {
    width: 22%;
    float: left;
    margin: 15px 0 0 2%;
}
.logo img {
    width: 100%;
    float: left;
    height: auto;
}
#button {
    width: 60%;
    float: right;
    margin: 30px 0 0px 0%;
}
.nav2 {
    padding-top: 30px;
    width: 100%;
    float: left;
    background: url("images/index/bg.jpg") repeat;
}
.nav2-1 {
    width: 60%;
    float: left;
    margin: 0 20% 30px 20%;
}
.nav2-1 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav2-2 {
    display: none;
}
.nav3 {
    width: 70%;
    float: left;
    margin: 0 15% 30px 15%;
}
.nav4 {
    width: 49%;
    float: left;
    float: left;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 9px #383b3d;
    padding: 20px 0% 20px 1%;
    margin: 0 0 30px 0;
    list-style: none;
}
.nav4-2 {
    width: 100%;
    float: left;
    margin: 0 0 12px 0;
}
.txt2 {
    width: 17%;
    float: left;
    text-align: right;
    margin: 0 1% 0 0;
    color: #3e3e3e;
    font-size: 18px;
}
.txt2-2 {
   
    margin: 0 10px 0 5px;
    color: #3e3e3e;
    font-size: 18px;
}
.form1 {
    background: #f6f6f6;
    width: 77%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-2 {
    background: #f6f6f6;
    width: 29%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-3 {
	height: 50px;
    background: #f6f6f6;
    width: 77%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-4 {
    background: #f6f6f6;
    width: 20%;
	margin: 0 10px 0 0;
    float: left;
    border: solid 1px #d9d9d9;
}
.nav4-3 {
    width: 85%;
    float: left;
    margin: 0 0 20px 18%;
}
.nav6 {
    width: 70%;
    float: left;
    margin: 10px 15% 10px 15%;
}
.nav6-2 {
    width: 50%;
    float: left;
}
.txt4 {
    width: 100%;
    float: left;
    color: #535556;
    font-size: 15px;
    padding: 0;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}
.txt5 {
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
    width: 100%;
    float: left;
    color: #535556;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 0 0;
    padding: 0;
}
.nav6-3 {
    width: 20%;
    float: right;
    margin: 10px 0 0 0;
}
.nav6-3 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav7 {
    width: 78%;
    float: left;
    margin: 30px 11% 30px 11%;
}
.leftartow {
    width: 19%;
    float: left;
    margin: 0 3% 0 0;
}
.rightartow {
	position: relative;
    width: 78%;
    float: left;
    margin: 0 0% 0 0;
}
.tab4 {
    width: 100%;
    float: left;
    height: 70px;
    line-height: 70px;
    background: #6199d2 url("images/about/icon1.png") no-repeat 28px 14px;
    color: #ffffff;
    font-size: 20px;
    text-indent: 50px;
}
.tab5 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 50px;
}
.tab5 a {
    display: block;
    line-height: 60px;
    height: 60px;
    color: #2e2e2e;
    font-size: 20px;
    text-decoration: none;
    background: url("images/about/icon2.png") no-repeat 27px 23px;
}
.tab5 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 23px;
    ;
}
.tab5-2 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 30px;
}
.tab5-2 a {
	cursor: default;
    display: block;
    line-height: 60px;
    height: 60px;
    color: #2e2e2e;
    font-size: 16px;
    text-decoration: none;
    background: url("images/about/icon2.png") no-repeat 10px 22px;
}
.tab5-2 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 10px 22px;
    ;
}
.tab6 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 50px;
}
.tab6 a {
    display: block;
    line-height: 60px;
    height: 60px;
    color: #2e2e2e;
    font-size: 20px;
    text-decoration: none;
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 23px;
    ;
}
.tab6 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 23px;
    ;
}
.tab6-2 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 30px;
}
.tab6-2 a {
    display: block;
    line-height: 60px;
    height: 60px;
    color: #2e2e2e;
    font-size: 16px;
    text-decoration: none;
    background: #e4f1ff url("images/about/icon2.png") no-repeat 10px 22px;
    ;
}
.tab6-2 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 10px 22px;
    ;
}
.nav13 {
    width: 78%;
    float: left;
    margin: 30px 11% 30px 11%;
}
.nav8 {
    width: 55%;
    float: left;
    margin-top: 28px;
    margin-right: 30%;
    margin-left: 0;
    margin-bottom: 0px;
}
.nav8 p {
    margin: 0 0 30px 0;
    color: #978f93;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}
.nav8 samp {
    font-size: 20px;
    line-height: 28px;
    color: #fe002a;
}
.nav8-2 {
    width: 80%;
    float: left;
    margin: 28px 0 0px 10%;
}
	.nav8-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
.nav9 {
    position: absolute;
    width: 30%;
    right: 13%;
    top: 10%;
}
.img2 {
	height: auto;
    position: absolute;
    top: 0;
}
.img3 {
	height: auto;
    position: absolute;
    top: 160px;
    left: 205px;
}
.img4 {
	height: auto;
    position: absolute;
    top: 325px;
    left: 0px;
}	
.nav9-2 {
    width: 55%;
    float: left;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0%;
    margin-bottom: 20px;
}
.nav9-2 p {
    margin: 0 0 20px 0;
    color: #978f93;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}
.nav15 {
    width: 78%;
    float: left;
    margin: 30px 11% 30px 11%;
}
.leftartow2 {
    width: 33%;
    float: left;
    margin-top: 0;
    margin-right: 3%;
    margin-left: 9%;
    margin-bottom: 0;
}
.rightartow2 {
    width: 55%;
    float: left;
    margin: 0 0% 0 0;
}
.tab16{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-indent: 20px;
		color: #ffffff;
		font-size: 20px;
		text-align: left;
		background: #646363;
	}
	.tab17{
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #ffffff;
		text-indent: none;
	}
	.tab17-2{
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #bed7f3;
		text-indent: none;
	}
	.tab17-3{
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #ffffff;
		text-indent: none;
	}
	.txt22{
		width: 49%;
		float: left;
		border-right: solid 1px #999999;
		line-height: 40px;
		height: 40px;
		margin: 5px 0 5px 0;
		text-indent: 20px;
		color: #212121;
		font-size: 17px;
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		
	}
	.txt23{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 48%;
		float: left;
		line-height: 40px;
		height: 40px;
		margin: 5px 0 5px 0;
		text-indent: 20px;
		color: #212121;
		font-size: 17px;
		
	}
}

@media only screen and (min-width: 768px) and (max-width:1024px) {/*針對平板*/
 .g-recaptcha {
	 width: 70%;
	 height: 50px;
	 float: left;	
        transform:scale(0.6);
        -webkit-transform:scale(0.6);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

.top {
    width: 98%;
    margin: 0 auto 0 auto;
}
.logo {
    width: 25%;
    float: left;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 2%;
    margin-bottom: 0;
}
.logo img {
    width: 100%;
    float: left;
    height: auto;
}
#button {
    width: 70%;
    float: right;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0%;
    margin-bottom: 0px;
}
.banner {
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0 0 0;
    border-top: solid 20px #fc9425;
}
.txt1 {
    width: 10%;
    margin: 20px 45% 20px 45%;
    color: #333961;
    font-size: 18px;
    border-bottom: solid 1px #eb6100;
    padding-bottom: 3px;
    float: left;
    text-align: center;
}
.nav1 {
    width: 100%;
    float: left;
    margin: 0 0% 0px 0%;
}
.nav1-2 {
    width: 18%;
    float: left;
    margin: 0 1% 10px 1%;
}
.tab1 {
    overflow: hidden;
    width: 100%;
    float: left;
}
.tab1 a {
    -webkit-transition: all 0.6s ease-out;
    width: 100%;
    float: left;
}
.tab1 a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tab2 {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
	color: #ffffff;
	 background: #ff7123;
	text-align: center;
   
}
.tab2 a{
	 width: 100%;
	 background: #ff7123;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
	text-decoration: none;
}
.tab2 a:hover{
	width: 100%;
	float: left;
	text-align: center;
		background: #51a2c0;

	}
.nav2 {
    padding-top: 15px;
    width: 100%;
    float: left;
    background: url("images/index/bg.jpg") repeat;
}
.nav2-1 {
    width: 90%;
    float: left;
    margin: 0px 5% 15px 5%;
}
.nav2-1 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav2-2 {
    display: none;
}
.nav3 {
    width: 92%;
    float: left;
    margin: 0 4% 20px 4%;
}
.nav3-2 {
    width: 42%;
    float: left;
    margin: 0 2% 0 0;
}
.tab3 {
    width: 98%;
    float: left;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 8px #383b3d;
    padding: 20px 0 20px 5px;
    margin: 0px 0 32px 0;
}
.tab3 h1 {
    width: 96%;
    float: left;
    color: #12567e;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0 2% 5px 2%;
}
.tab3 samp {
    width: 96%;
    float: left;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0 2% 15px 2%;
}
.nav4 {
    width: 50%;
    float: right;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 9px #383b3d;
    padding: 15px 0% 0px 1%;
    margin: 0 0 20px 0;
    list-style: none;
}
.nav4-2 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.txt2 {
    width: 17%;
    float: left;
    text-align: right;
    margin: 0 2.5% 0 0;
    color: #3e3e3e;
    font-size: 15px;
}
.txt2-2 {
    margin: 0 10px 0 5px;
    color: #3e3e3e;
    font-size: 15px;
}
.form1 {
    background: #f6f6f6;
    width: 74.5%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-2 {
    background: #f6f6f6;
    width: 26.5%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-3{
	height: 67px;
    background: #f6f6f6;
    width: 74.5%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-4 {
    background: #f6f6f6;
    width: 22%;
	margin: 0 10px 0 0;
    float: left;
    border: solid 1px #d9d9d9;
}
.nav4-3 {
    width: 87%;
    float: left;
    margin: 0px 0 10px 19%;
}
.txt3 {
}
.txt3 a {
    width: 40%;
    background: #ea8043;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    float: left;
    margin: 0 3% 0 0;
    text-decoration: none;
}
.txt3 a:hover {
	 color: #ffffff;
	text-decoration: none;
    background: #b96c37;
	
}
.bottom {
    margin: 0px 0 0 0;
    width: 100%;
    float: left;
    border-top: solid 2px #d0d0d0;
    border-bottom: solid 4px #119ab3;
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
}
.nav6 {
    width: 96%;
    float: left;
    margin-top: 10px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 10px;
}
.nav6-2 {
    width: 70%;
    float: left;
}
.txt4 {
    width: 100%;
    float: left;
    color: #535556;
    font-size: 15px;
    padding: 0;
    margin: 0 0 2px 0;
    letter-spacing: 1px;
}
.txt5 {
    width: 100%;
    float: left;
    color: #535556;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}
.nav6-3 {
    width: 25%;
    float: right;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.nav6-3 img {
    width: 100%;
    float: left;
    height: auto;
}
#gotop {
    display: block;
    width: 42px;
    height: 49px;
    position: fixed;
    right: 10px;
    bottom: 70px;
    cursor: pointer;
}
.banner2 {
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0 0 0;
}
.titlearea {
    width: 100%;
    float: left;
    background: #fc9425;
    height: 32px;
    line-height: 32px;
    text-align: right;
    color: #ffffff;
    font-size: 17px;
    margin: 0;
}
.titlearea2 {
    width: 98%;
    float: left;
    margin: 0 2% 0 0;
}
.titlearea2 a {
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
}
.titlearea2 a:hover {
    color: #000000;
    font-size: 17px;
    text-decoration: none;
}
.nav7 {
    width: 96%;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.leftartow {
    width: 17%;
    float: left;
    margin: 0 5% 0 0;
}
.rightartow {
	position: relative;
    width: 78%;
    float: left;
    margin: 0 0% 0 0;
}
.tab4 {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    background: #6199d2 url("images/about/icon1-2.png") no-repeat 10px 11px;
    color: #ffffff;
    font-size: 15px;
    text-indent: 30px;
}
.tab5 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 30px;
}
.tab5 a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #2e2e2e;
    font-size: 15px;
    text-decoration: none;
    background: url("images/about/icon2.png") no-repeat 10px 17px;
}
.tab5 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 10px 17px;
    ;
}
.tab5-2 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 0px;
}
.tab5-2 a {
    display: block;
	padding: 10px;
    line-height: 22px;
    color: #2e2e2e;
    font-size: 14px;
    text-decoration: none;
    
}
.tab5-2 a:hover {
    
}
.tab6 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 30px;
}
.tab6 a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #2e2e2e;
    font-size: 15px;
    text-decoration: none;
    background: #e4f1ff url("images/about/icon2.png") no-repeat 10px 17px;
    ;
}
.tab6 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 10px 17px;
    ;
}
.txt6 {
    width: 100%;
    float: left;
    border-left: solid 5px #6199d2;
    padding-left: 5px;
    color: #333961;
    font-size: 22px;
    text-align: left;
}
.nav8 {
    width: 50%;
    float: left;
    margin-top: 18px;
    margin-right: 50%;
    margin-left: 0;
    margin-bottom: 0px;
}
.nav8-2 {
    width: 80%;
    float: left;
    margin: 18px 0 0px 10%;
}
	.nav8-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
.nav8 p {
    margin: 0 0 20px 0;
    color: #978f93;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.nav8 samp {
    font-size: 20px;
    line-height: 26px;
    color: #fe002a;
}
.nav9 {
    position:absolute;
    width:36%;
	top:10%;
	right:5%;
}
.img2 {
	
    position: absolute;
    top: 0;
}
.img3 {
    position: absolute;
    top: 140px;
    left: 0%;
}
.img4 {
    position: absolute;
    top: 305px;
    left: 0px;
}
.nav9-2 {
    width: 50%;
    float: left;
    margin: 0px 0 0px 0%;
}
.nav9-2 p {
    margin: 0 0 20px 0;
    color: #978f93;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.nav10 {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
}
.nav10-2 {
    width: 48%;
    float: left;
    margin: 0px 2% 20px 0%;
}
.tab7 {
    text-align: center;
    border: solid 1px #999999;
    overflow: hidden;
    width: 98%;
    float: left;
    margin: 0 1% 0 1%;
}
.tab7 a {
    -webkit-transition: all 0.6s ease-out;
    width: 100%;
    float: left;
}
.tab7 a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tab7-2 {
    float: left;
    width: 98%;
    margin: 10px 1% 0 1%;
    text-align: center;
    color: #FFFFFF;
    background: #a8a8a8;
    font-size: 18px;
    padding: 5px 0 5px 0;
}
.nav10-3 {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}
.txt7 {
    margin: 0 5px 0 5px;
}
.txt7 a {
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: #b7b7b7;
    font-size: 17px;
    color: #ffffff;
}
.txt7 a:hover {
    background: #0f9fbf;
}
.txt8 {
    margin: 0 5px 0 5px;
}
.txt8 a {
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: #0f9fbf;
    font-size: 17px;
    color: #ffffff;
}
.txt8 a:hover {
    background: #0f9fbf;
}
.leftar {
    width: 5%;
    float: left;
    margin: 25% 2% 25% 0;
}
.nav11 {
    width: 86%;
    float: left;
}
.nav11 img {
    width: 100%;
    float: left;
    height: auto;
}
.rightar {
    width: 5%;
    float: left;
    margin: 25% 0% 25% 2%;
}
.nav12 {
    width: 86%;
    margin-top: 10px;
    margin-right: 7%;
    margin-left: 7%;
    margin-bottom: 0;
    float: left;
    background: #3c7ec2;
}
.txt9 {
    width: 98%;
    float: left;
    margin: 5px 1% 5px 1%;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}
.nav13 {
    width: 96%;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.nav13-2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}
.nav13-3 {
    width: 31%;
    float: left;
    margin-top: 0;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
}
.nav13-4 {
    border: solid 1px #dfdfdf;
    width: 99%;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
.nav13-4 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav13-5 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}
.txt10 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    width: 90%;
    float: left;
    margin: 3px 0 0 1%;
    color: #333961;
    font-size: 16px;
    line-height: 20px;
}
.txt11 {
    width: 8%;
    float: left;
    margin: 0 0 0 1%;
}
.txt11 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav14 {
    width: 99%;
    float: left;
    box-shadow: 1px 1px 9px #383b3d;
    background: #FFFFFF;
}
.nav14-2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    background: #6199d2;
}
.nav14-3 {
    width: 96%;
    float: left;
    margin: 20px 2% 0px 2%;
}
.txt12 {
    width: 20%;
    float: left;
    margin: 0 5% 10px 0;
}
.txt12 a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color: #5f615d;
    font-size: 17px;
    text-align: center;
}
.txt12 a:hover {
    background: #d4d2d2;
    color: #22588f;
    border-radius: 30px;
}
.txt13 {
    width: 20%;
    float: left;
    margin: 0 5% 10px 0;
}
.txt13 a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color: #22588f;
    font-size: 17px;
    background: #d4d2d2;
    text-align: center;
    border-radius: 30px;
}
.txt13 a:hover {
    background: #d4d2d2;
    color: #22588f;
    border-radius: 30px;
}
.nav14-4 {
    color: #1b1b1c;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
}
.nav14-5 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.tab8 {
    width: 23%;
    float: left;
    margin: 0 2% 15px 0;
}
.tab8 img {
    width: 100%;
    float: left;
    height: auto;
}
.tab8 a {
    opacity: 1;
}
.tab8 a:hover {
    opacity: 0.8;
}
	.tab8-2{
		width: 100%;
		float: left;
		margin: 5px 0 0 0;
		text-align: center;
		color: #404040;
		font-size: 15px;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
	}
	.tab8-2 a{
			width: 100%;
	text-align: center;
		color: #404040;
		font-size: 15px;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
	text-decoration: none;
	}
	.tab8-2 a:hover{
			width: 100%;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
		color: #e27423;
		text-decoration: none;
	}
.nav15 {
    width: 96%;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
}
.leftartow2 {
    width: 38%;
    float: left;
    margin-top: 0;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 0;
}
.rightartow2 {
    width: 60%;
    float: left;
    margin: 0 0% 0 0;
}
.txt14 {
    letter-spacing: 1px;
    float: left;
    color: #061f5d;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: solid 1px #119ab3;
}
.txt15 {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #119ab3;
}
.txt15 samp {
    line-height: 26px;
    font-size: 15px;
    width: 100%;
    float: left;
    color: #061f5d;
}
.txt16 {
    float: left;
    color: #061f5d;
    width: 100%;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.tab9 {
    margin: 15px 0 0 0;
    width: 99%;
    border: solid 1px #cceef6;
    float: left;
    height: 256px;
}
.tab10 {
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
    padding: 8px 0 8px 0%;
    width: 84%;
    float: left;
    background: #808080 url("images/contact/icon1.png") no-repeat 95% 13px;
    margin: 0 0 20px 16%;
}
.tab11 {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    float: left;
}
.tab12 {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.txt17 {
    width: 14%;
    float: left;
    line-height: 28px;
    margin: 0 2% 0 0;
    color: #a0a2a3;
    font-size: 15px;
	text-align: right;
}
.form2 {
    margin: 0 5% 0 0;
    height: 28px;
    width: 45%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form3{
		margin: 5px 1% 0 0;
		float: left;
		width: 25px;
		height: 22px;
		
	}
	.txt18 {
		line-height: 28px;
    width: 8%;
    float: left;
    line-height: 28px;
    margin: 0 1% 0 0;
    color: #a0a2a3;
    font-size: 15px;
	text-align: left;
}
	.form4 {
    margin: 0 0% 0 0;
    height: 28px;
    width: 82%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form5{
		margin: 5px 0% 0 0;
		float: left;
		width: 25px;
		height: 22px;
		
	}
	.txt19 {
   
   
    line-height: 28px;
    margin: 0 2% 0 1%;
    color: #a0a2a3;
    font-size: 15px;
	
}
	.form6 {
    margin: 0 0% 0 0;
    height: 100px;
    width: 82%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form7 {
	margin: 0 2% 0 0;
    height: 28px;
    width: 30%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.tab13 {
    width: 84%;
    float: left;
    margin: 0 0 20px 16%;
}
	.txt20{
		width: 30%;
		float: left;
		margin: 0 5% 0 0;
		
	}
	.txt20 a{
		display: block;
		background: #29acc9;
		height: 32px;
		text-decoration: none;
		line-height: 32px;
		color: #FFFFFF;
		font-size: 18px;
		text-align: center;
	}
	.txt20 a:hover{
		background: #f7b400;
	}
	.tab14 {
    width: 40%;
    float: left;
    margin: 0 10% 15px 0;
}
	.tab15{
		text-align: center;
		width: 99%;
		float: left;
		border: solid 1px #dadada;
	}
	.txt21{
		float: left;
		width: 100%;
		float: left;
		text-align: center;
		color: #333961;
		font-size: 16px;
		line-height: 20px;
		margin: 15px 0 0 0;
	}
	.txt21 img{
		text-align: right;
		vertical-align: middle;
	}
.nav16{
	width: 100%;
	float: left;
	border: solid 1px #999999;
	margin: 0 0 20px 0;
}
	.tab16{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-indent: 10px;
		color: #ffffff;
		font-size: 18px;
		text-align: left;
		background: #646363;
	}
	.tab17{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #ffffff;
		text-indent: none;
	}
	.tab17-2{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #bed7f3;
		text-indent: none;
	}
	.tab17-3{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;
		line-height: 50px;
		height: 50px;
		text-align: left;
		background: #ffffff;
		text-indent: none;
	}
	.txt22{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 55%;
		float: left;
		border-right: solid 1px #999999;
		line-height: 40px;
		height: 40px;
		margin: 5px 0 5px 0;
		text-indent: 10px;
		color: #212121;
		font-size: 14px;
		
	}
	.txt23{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 42%;
		float: left;
		line-height: 40px;
		height: 40px;
		margin: 5px 0 5px 0;
		text-indent: 10px;
		color: #212121;
		font-size: 14px;
		
	}
}

@media only screen and (max-width:768px) {/*針對直向平板*/
.g-recaptcha {
	float: left;

	height: 50px;
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
#button {
    position:fixed;
	width:15%;
	right:5%;
	top:5%;
}
	.tab2 {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    background: #ff7123;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.nav2-2 {
    display: none;
}
.nav4 {
    width: 53%;
    float: left;
    float: left;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 9px #383b3d;
    padding: 15px 0% 15px 2%;
    margin: 0 0 20px 0;
    list-style: none;
}
.nav4-2 {
    width: 100%;
    float: left;
    margin: 0 0 16px 0;
}
.txt2 {
    width: 19%;
    float: left;
    text-align: right;
    margin: 0 1% 0 0;
    color: #3e3e3e;
    font-size: 15px;
}
.txt2-2 {
    margin: 0 10px 0 5px;
    color: #3e3e3e;
    font-size: 15px;
}
.form1 {
    background: #f6f6f6;
    width: 72%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-2 {
    background: #f6f6f6;
    width: 25%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-3{
	height: 80px;
    background: #f6f6f6;
    width: 72%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-4 {
    background: #f6f6f6;
    width: 20%;
	margin: 0 10px 0 0;
    float: left;
    border: solid 1px #d9d9d9;
}
.nav4-3 {
    width: 84%;
    float: left;
    margin: 5px 0 20px 18.5%;
}
.nav6 {
    width: 98%;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 10px;
}
#gotop {
    display: block;
    width: 42px;
    height: 49px;
    position: fixed;
    right: 10px;
    bottom: 150px;
    cursor: pointer;
}
.leftartow {
    width: 18%;
    float: left;
    margin: 0 3% 0 0;
}
.rightartow {
	position: relative;
    width: 78%;
    float: left;
    margin: 0 0% 0 0;
}
.tab4 {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    background: #6199d2 url("images/about/icon1-2.png") no-repeat 14px 11px;
    color: #ffffff;
    font-size: 15px;
    text-indent: 30px;
}
.tab5 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 30px;
}
.tab5 a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #2e2e2e;
    font-size: 15px;
    text-decoration: none;
    background: url("images/about/icon2.png") no-repeat 12px 18px;
}
.tab5 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 12px 18px;
    ;
}
.tab6 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 30px;
}
.tab6 a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #2e2e2e;
    font-size: 15px;
    text-decoration: none;
    background: #e4f1ff url("images/about/icon2.png") no-repeat 12px 18px;
    ;
}
.tab6 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 12px 18px;
    ;
}
.nav7 {
    width: 98%;
    float: left;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
}
.nav8 {
    width: 47%;
    float: left;
    margin-top: 30px;
    margin-right: 50%;
    margin-left: 0;
    margin-bottom: 00px;
}
.nav8-2 {
    width: 80%;
    float: left;
    margin: 30px 0 0px 10%;
}
	.nav8-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
.nav8 p {
    margin: 0 0 15px 0;
    color: #978f93;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
}
.nav8 samp {
    font-size: 17px;
    line-height: 24px;
    color: #fe002a;
}
.nav9 {
    position:absolute;
    width: 45%;
	top:17%;
	right: 5%;
}
.img2 {
    position: absolute;
    top: 0;
}
.img3 {
    position: absolute;
    top: 160px;
    left: 0px;
}
.img4 {
    position: absolute;
    top: 325px;
    left: 0px;
}
.nav9-2 p {
    margin: 0 0 12px 0;
    color: #978f93;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
}
.nav13 {
    width: 98%;
    float: left;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
}
.txt12 {
    width: 22%;
    float: left;
    margin: 0 3% 10px 0;
}
.txt12 a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color: #5f615d;
    font-size: 17px;
    text-align: center;
}
.txt12 a:hover {
    background: #d4d2d2;
    color: #22588f;
    border-radius: 30px;
}
.txt13 {
    width: 22%;
    float: left;
    margin: 0 3% 10px 0;
}
.txt13 a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color: #22588f;
    font-size: 17px;
    background: #d4d2d2;
    text-align: center;
    border-radius: 30px;
}
.txt13 a:hover {
    background: #d4d2d2;
    color: #22588f;
    border-radius: 30px;
}
.nav15 {
    width: 98%;
    float: left;
    margin-top: 20px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 50px;
}
.leftartow2 {
    width: 38%;
    float: left;
    margin-top: 0;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 0;
}
.rightartow2 {
    width: 60%;
    float: left;
    margin: 0 0% 0 0;
}
.txt14 {
    letter-spacing: 1px;
    float: left;
    color: #061f5d;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: solid 1px #119ab3;
}
.txt15 {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #119ab3;
}
.txt15 samp {
    line-height: 26px;
    font-size: 15px;
    width: 100%;
    float: left;
    color: #061f5d;
}
.txt16 {
    float: left;
    color: #061f5d;
    width: 100%;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.tab9 {
    margin: 10px 0 0 0;
    width: 99%;
    border: solid 1px #cceef6;
    float: left;
    height: 230px;
}
	.tab10 {
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    font-size: 15px;
    padding: 8px 0 8px 0%;
    width: 80%;
    float: left;
    background: #808080 url("images/contact/icon2.png") no-repeat 98% 13px;
    margin: 0 0 20px 20%;
}
.tab11 {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    float: left;
}
.tab12 {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.txt17 {
    width: 18%;
    float: left;
    line-height: 26px;
    margin: 0 2% 0 0;
    color: #a0a2a3;
    font-size: 16px;
	text-align: right;
}
.form2 {
    margin: 0 5% 0 0;
    height: 26px;
    width: 40%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form3{
		margin: 5px 1% 0 0;
		float: left;
		width: 25px;
		height: 22px;
		
	}
	.txt18 {
		line-height: 26px;
    width: 8%;
    float: left;
    line-height: 28px;
    margin: 0 1% 0 0;
    color: #a0a2a3;
    font-size: 16px;
	text-align: left;
}
	.form4 {
    margin: 0 0% 0 0;
    height: 26px;
    width: 78%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form5{
		margin: 5px 0% 0 0;
		float: left;
		width: 25px;
		height: 22px;
		
	}
	.txt19 {
    
    line-height: 26px;
    margin: 0 1% 0 1%;
    color: #a0a2a3;
    font-size: 16px;
   
}
	.form6 {
    margin: 0 0% 0 0;
    height: 80px;
    width: 78%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form7 {
	margin: 0 2% 0 0;
    height: 26px;
    width: 30%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.tab13 {
    width: 80%;
    float: left;
    margin: 0 0 20px 20%;
}
	.txt20{
		width: 30%;
		float: left;
		margin: 0 5% 0 0;
		
	}
	.txt20 a{
		display: block;
		background: #29acc9;
		height: 32px;
		text-decoration: none;
		line-height: 32px;
		color: #FFFFFF;
		font-size: 18px;
		text-align: center;
	}
	.txt20 a:hover{
		background: #f7b400;
	}
	.tab14 {
    width: 48%;
    float: left;
    margin: 0 2% 15px 0;
}
	.tab15{
		text-align: center;
		width: 99%;
		float: left;
		border: solid 1px #dadada;
	}
	.txt21{
		float: left;
		width: 100%;
		float: left;
		text-align: center;
		color: #333961;
		font-size: 15px;
		line-height: 20px;
		margin: 10px 0 0 0;
	}
	.txt21 img{
		text-align: right;
		vertical-align: middle;
	}
.nav16{
    width: 100%;
    float: left;
    border: solid 1px #999999;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
	.tab16{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		line-height:44px;
		height: 44px;
		text-indent: 10px;
		color: #ffffff;
		font-size: 15px;
		text-align: left;
		background: #646363;
	}
	.tab17{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;
		text-align: left;
		background: #ffffff;
		text-indent: none;
		line-height:40px;
		height: 40px;
	}
	.tab17-2{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		text-align: left;
		background: #bed7f3;
		text-indent: none;
		line-height:40px;
		height: 40px;
	}
	.tab17-3{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		text-align: left;
		background: #ffffff;
		text-indent: none;
		line-height:40px;
		height: 40px;
	}
	.txt22{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 54%;
		float: left;
		border-right: solid 1px #999999;
		line-height:32px;
		height: 32px;
		margin: 4px 0 4px 0 ;
		text-indent: 10px;
		color: #212121;
		font-size: 13px;
		
	}
	.txt23{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 43%;
		float: left;
		line-height:32px;
		height: 32px;
		margin: 4px 0 4px 0 ;
		text-indent: 10px;
		color: #212121;
		font-size: 13px;
		
	}
}

@media only screen and (max-width: 767px) {/*針對手機*/
.g-recaptcha {
	float: left;
	margin: -15px 0 0 17%;
        transform:scale(0.6);
        -webkit-transform:scale(0.6);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
}
		

#above{
	padding-bottom: 5px;

	width:100%;
	background:#FFFFFF;
	display:block;
	z-index:9999999;
	position:fixed;
	top:0;
	border-top: solid 5px #119ab3;
}
.top {
    width: 100%;
    float: left;
    height: 70px;
    margin: 0 auto 0px auto;
}
.logo {
	position:absolute;
	z-index: 99999999;
    width: 40%;
    float: left;
    margin: 15px 0 0 1%;
}
.logo img {
    width: 100%;
    float: left;
    height: auto;
}
#button {
	z-index: 999999px;
   background:#ffffff;
	position:fixed;
	width:12%;
	right:0%;
	top:2.5%;
	float:right;
}
.banner {
    width: 100%;
    float: left;
    height: auto;
    margin: 65px 0 0 0;
    border-top: solid 10px #fc9425;
}
.txt1 {
    width: 18%;
    margin: 10px 42% 10px 42%;
    color: #333961;
    font-size: 16px;
    border-bottom: solid 1px #eb6100;
    padding-bottom: 3px;
    float: left;
    text-align: center;
}
.nav1 {
    width: 100%;
    float: left;
    margin: 0 0% 15px 0%;
}
.nav1-2 {
    width: 48%;
    float: left;
    margin: 0 1% 10px 1%;
}
.tab1 {
    overflow: hidden;
    width: 100%;
    float: left;
}
.tab1 a {
    -webkit-transition: all 0.6s ease-out;
    width: 100%;
    float: left;
}
.tab1 a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tab2 {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
	background: #ff7123;
	color: #ffffff;   
}
.tab2 a {
	width: 100%;
    float: left;
	background: #ff7123;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
	text-decoration: none;
}
.tab2 a:hover{
	background: #51a2c0;
	width: 100%;
    float: left;	
}
.nav2 {
    padding-top: 15px;
    width: 100%;
    float: left;
    background: url("images/index/bg.jpg") repeat;
}
.nav2-1 {
    display: none;
}
.nav2-1 img {
    display: none;
}
.nav2-2 {
    display: block;
    width: 70%;
    float: left;
    margin: 0px 15% 15px 15%;
}
.nav2-2 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav3 {
    width: 96%;
    float: left;
    margin: 0 2% 10px 2%;
}
.nav3-2 {
    width: 98%;
    float: left;
    margin: 0 1% 0 1%;
}
.tab3 {
    width: 100%;
    float: left;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px #383b3d;
    padding: 15px 0 15px 0;
    margin: 0 0 18px 0;
}
.tab3 h1 {
    width: 96%;
    float: left;
    color: #12567e;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 2% 5px 2%;
}
.tab3 samp {
    width: 96%;
    float: left;
    color: #7d7d7d;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    margin: 0 2% 15px 2%;
}
.nav4 {
    width: 96%;
    float: left;
    float: left;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 6px #383b3d;
    padding: 15px 0% 0px 2%;
    margin-top: 0;
    margin-right: 3%;
    margin-left: 1%;
    margin-bottom: 15px;
    list-style: none;
}
.nav4-2 {
    width: 100%;
    float: left;
    margin: 0 0 16px 0;
}
.txt2 {
    width: 16%;
    float: left;
    text-align: right;
    margin: 0 2% 0 0;
    color: #3e3e3e;
    font-size: 14px;
}
.form1 {
    background: #f6f6f6;
    width: 80%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-2 {
    background: #f6f6f6;
    width: 31%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-3 {
	height: 60px;
    background: #f6f6f6;
    width: 80%;
    float: left;
    border: solid 1px #d9d9d9;
}
.form1-4 {
    background: #f6f6f6;
    width: 20%;
	margin: 0 10px 0 0;
    float: left;
    border: solid 1px #d9d9d9;
}
.nav4-3 {
    width: 87%;
    float: left;
    margin: 0 0 20px 16%;
}
.txt3 {
}
.txt3 a {
    width: 40%;
    background: #ea8043;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    float: left;
    margin: 0 3% 0 0;
    text-decoration: none;
}
.txt3 a:hover {
    background: #b96c37;
	 color: #ffffff;
	text-decoration: none;
}
.nav5 {
    display: none;
}
.bottom {
    margin: 0px 0 0 0;
    width: 100%;
    float: left;
    border-top: solid 2px #d0d0d0;
    border-bottom: solid 4px #119ab3;
	font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
}
.nav6 {
    width: 98%;
    float: left;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 10px;
}
.nav6-2 {
    width: 100%;
    float: left;
}
.txt4 {
    width: 100%;
    float: left;
    color: #535556;
    font-size: 15px;
    padding: 0;
    margin: 0 0 2px 0;
    letter-spacing: 0px;
}
.txt5 {
    width: 100%;
    float: left;
    color: #535556;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}
.nav6-3 {
    display: none;
}
.nav6-3 img {
    width: 100%;
    float: left;
    height: auto;
}
#gotop {
    display: block;
    width: 36px;
    height: 42px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
}
.banner2 {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 80px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.titlearea {
    width: 100%;
    float: left;
    background: #fc9425;
    padding: 5px 0 5px 0;
    text-align: right;
    color: #ffffff;
    font-size: 15px;
    margin: 0;
}
.titlearea2 {
    width: 98%;
    float: left;
    margin: 0 2% 0 0;
}
.titlearea2 a {
    line-height: 22px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}
.titlearea2 a:hover {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}
.nav7 {
    width: 98%;
    float: left;
    margin-top: 15px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 5px;
}
.leftartow {
	position: relative;
    width: 100%;
    float: left;
    margin: 0 0% 0 0;
}
.rightartow {
    width: 100%;
    float: left;
    margin: 20px 0% 0 0;
}
.tab4 {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    background: #6199d2 url("images/about/icon1-2.png") no-repeat 28px 11px;
    color: #ffffff;
    font-size: 15px;
    text-indent: 55px;
}
.tab5 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 55px;
}
.tab5 a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #2e2e2e;
    font-size: 15px;
    text-decoration: none;
    background: url("images/about/icon2.png") no-repeat 27px 18px;
}
.tab5 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 18px;
    ;
}
.tab5-2 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 55px;
}
.tab5-2 a {
    display: block;
    line-height: 40px;
    height: 40px;
    color: #2e2e2e;
    font-size: 15px;
    text-decoration: none;
    background: url("images/about/icon2.png") no-repeat 27px 13px;
}
.tab5-2 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 13px;
    ;
}
.tab6 {
    border-bottom: solid 1px #b7b7b7;
    width: 100%;
    float: left;
    text-indent: 55px;
}
.tab6 a {
    display: block;
    line-height: 50px;
    height: 50px;
    color: #2e2e2e;
    font-size: 15px;
    text-decoration: none;
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 18px;
    ;
}
.tab6 a:hover {
    background: #e4f1ff url("images/about/icon2.png") no-repeat 27px 18px;
    ;
}
.txt6 {
    width: 95%;
    float: left;
    border-left: solid 5px #6199d2;
    padding-left: 5px;
    color: #333961;
    font-size: 20px;
    text-align: left;
}
.nav8 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}

.nav8 p {
    margin: 0 0 15px 0;
    color: #978f93;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
}
.nav8 samp {
    font-size: 17px;
    line-height: 22px;
    color: #fe002a;
}
.nav9 {
    position:absolute;
    width: 98%;
	left:1%;
	top:45%;
}
.img2 {
    position: absolute;
    top: 0;
}
.img3 {
    display: none;
}
.img4 {
    display: none;
}
.nav9-2 {
    width: 100%;
    float: left;
    margin: 165px 0 0px 0%;
}
.nav9-2 p {
    margin: 0 0 18px 0;
    color: #978f93;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
}
.nav10 {
    width: 100%;
    float: left;
    margin: 10px 0 10px 0;
}
.nav10-2 {
    width: 98%;
    float: left;
    margin: 0px 2% 10px 0%;
}
.tab7 {
    text-align: center;
    border: solid 1px #999999;
    overflow: hidden;
    width: 98%;
    float: left;
    margin: 0 1% 0 1%;
}
.tab7 a {
    -webkit-transition: all 0.6s ease-out;
    width: 100%;
    float: left;
}
.tab7 a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tab7-2 {
    float: left;
    width: 98%;
    margin-top: 5px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0;
    text-align: center;
    color: #FFFFFF;
    background: #a8a8a8;
    font-size: 18px;
    padding: 5px 0 5px 0;
}
.nav10-3 {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}
.txt7 {
    margin: 0 5px 0 5px;
}
.txt7 a {
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: #b7b7b7;
    font-size: 15px;
    color: #ffffff;
}
.txt7 a:hover {
    background: #0f9fbf;
}
.txt8 {
    margin: 0 5px 0 5px;
}
.txt8 a {
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: #0f9fbf;
    font-size: 15px;
    color: #ffffff;
}
.txt8 a:hover {
    background: #0f9fbf;
}
.leftar {
    display: none;
    width: 5%;
    float: left;
    margin: 25% 2% 25% 0;
}
.nav11 {
    width: 100%;
    float: left;
}
.nav11 img {
    width: 100%;
    float: left;
    height: auto;
}
.rightar {
    display: none;
    width: 5%;
    float: left;
    margin: 25% 0% 25% 2%;
}
.nav12 {
    width: 100%;
    margin-top: 10px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 10px;
    float: left;
    background: #3c7ec2;
}
.txt9 {
    width: 98%;
    float: left;
    margin: 5px 1% 5px 1%;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}
.nav13 {
    width: 98%;
    float: left;
    margin-top: 15px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
}
.nav13-2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0px;
}
.nav13-3 {
    width: 48%;
    float: left;
    margin-top: 0;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 10px;
}
.nav13-4 {
    border: solid 1px #dfdfdf;
    width: 99%;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
.nav13-4 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav13-5 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
}
.txt10 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    width: 86%;
    float: left;
    margin: 0px 0 0 1%;
    color: #333961;
    font-size: 15px;
}
.txt11 {
    width: 12%;
    float: left;
    margin: 0 0 0 1%;
}
.txt11 img {
    width: 100%;
    float: left;
    height: auto;
}
.nav14 {
    width: 98%;
    margin: 0 0 0 1%;
    float: left;
    box-shadow: 1px 1px 7px #383b3d;
    background: #FFFFFF;
}
.nav14-2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    background: #6199d2;
}
.nav14-3 {
    width: 96%;
    float: left;
    margin: 10px 2% 0px 2%;
}
.txt12 {
    width: 46%;
    float: left;
    margin: 0 2% 10px 2%;
}
.txt12 a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color: #5f615d;
    font-size: 17px;
    text-align: center;
}
.txt12 a:hover {
    background: #d4d2d2;
    color: #22588f;
    border-radius: 30px;
}
.txt13 {
    width: 46%;
    float: left;
    margin: 0 2% 10px 2%;
}
.txt13 a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    color: #22588f;
    font-size: 17px;
    background: #d4d2d2;
    text-align: center;
    border-radius: 30px;
}
.txt13 a:hover {
    background: #d4d2d2;
    color: #22588f;
    border-radius: 30px;
}
.nav14-4 {
    color: #1b1b1c;
    font-size: 15px;
    line-height: 24px;
    width: 98%;
    float: left;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 1%;
    margin-bottom: 10px;
}
.nav14-5 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.tab8 {
    width: 48%;
    float: left;
    margin: 0 1% 15px 1%;
}
.tab8 img {
    width: 100%;
    float: left;
    height: auto;
}
.tab8 a {
    opacity: 1;
}
.tab8 a:hover {
    opacity: 0.8;
}
	.tab8-2{
		width: 100%;
		float: left;
		margin: 5px 0 0 0;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
	}
.tab8-2 a{
	width: 100%;
	text-align: center;
		color: #404040;
		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
	text-decoration: none;
	}
	.tab8-2 a:hover{
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
		color: #e27423;
		text-decoration: none;
		
	}
.nav15 {
    width: 98%;
    float: left;
    margin-top: 15px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 5px;
}
.leftartow2 {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-right: 0%;
    margin-left: 0;
    margin-bottom: 0;
}
.rightartow2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-right: 0%;
    margin-left: 0;
    margin-bottom: 0;
}
.txt14 {
    letter-spacing: 1px;
    float: left;
    color: #061f5d;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: left;
    border-bottom: solid 1px #119ab3;
}
.txt15 {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #119ab3;
}
.txt15 samp {
    line-height: 26px;
    font-size: 15px;
    width: 100%;
    float: left;
    color: #061f5d;
}
.txt16 {
    float: left;
    color: #061f5d;
    width: 100%;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.tab9 {
    margin: 5px 0 0 0;
    width: 99%;
    border: solid 1px #cceef6;
    float: left;
    height: 230px;
}
	.tab10 {
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    font-size: 15px;
    padding: 8px 0 8px 0%;
    width: 100%;
    float: left;
    background: #808080 ;
	background: #808080 url("images/contact/icon2.png") no-repeat 95% 13px;
    margin: 0 0 15px 0%;
}
.tab11 {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    float: left;
}
.tab12 {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.txt17 {
    width: 19%;
    float: left;
    line-height: 28px;
    margin: 0 1% 0 0;
    color: #a0a2a3;
    font-size: 15px;
	text-align: right;
}
.form2 {
    margin: 0 5% 0 0;
    height: 28px;
    width: 28%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form3{
		margin: 5px 1% 0 0;
		float: left;
		width: 25px;
		height: 22px;
		
	}
	.txt18 {
    line-height: 28px;
    width: 12%;
    float: left;
    line-height: 28px;
    margin: 0 1% 0 0;
    color: #a0a2a3;
    font-size: 15px;
    text-align: left;
}
	.form4 {
    margin: 0 0% 0 0;
    height: 28px;
    width: 75%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form5{
		margin: 5px 0% 0 0;
		float: left;
		width: 20px;
		height: 18px;
		
	}
	.txt19 {
    
    line-height: 28px;
    margin: 0 1% 0 1%;
    color: #a0a2a3;
    font-size: 15px;
	
}
	.form6 {
    margin: 0 0% 0 0;
    height: 100px;
    width: 75%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.form7 {
	margin: 0 2% 0 0;
    height: 28px;
    width: 30%;
    float: left;
    border: solid 1px #b6b3b3;
}
	.tab13 {
    width: 80%;
    float: left;
    margin: 0 0 20px 20%;
}
	.txt20{
		width: 30%;
		float: left;
		margin: 0 5% 0 0;
		
	}
	.txt20 a{
		display: block;
		background: #29acc9;
		height: 32px;
		text-decoration: none;
		line-height: 32px;
		color: #FFFFFF;
		font-size: 18px;
		text-align: center;
	}
	.txt20 a:hover{
		background: #f7b400;
	}
	.tab14 {
    width: 98%;
    float: left;
    margin: 0 1% 10px 0;
}
	.tab15{
		text-align: center;
		width: 99%;
		float: left;
		border: solid 1px #dadada;
	}
	.txt21{
		float: left;
		width: 100%;
		float: left;
		text-align: center;
		color: #333961;
		font-size: 18px;
		line-height: 20px;
		margin: 15px 0 0 0;
	}
	.txt21 img{
		text-align: right;
		vertical-align: middle;
	}
.nav16{
    width: 100%;
    float: left;
    border: solid 1px #999999;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}
.tab16{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		float: left;
		line-height:44px;
		height: 44px;
		text-indent: 10px;
		color: #ffffff;
		font-size: 15px;
		text-align: left;
		background: #646363;
	}
	.tab17{
		font-family: "Noto Sans TC","Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
		width: 100%;
		float: left;		
		text-align: left;		
		text-indent: none;
		height: 88px;
	}
	.tab17-2{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		height: 88px;
		float: left;		
		text-align: left;
		background: none;	
		text-indent: none;
	}
    .tab17-3{
		font-family: "微軟正黑體", "新細明體", "Times New Roman", Arial, "serif";
		width: 100%;
		height: 44px;
		float: left;		
		text-align: left;
		background: none;	
		text-indent: none;
	}
	.txt22{
		background: none;
		width: 100%;
		float: left;	
		height: 44px;
		line-height: 44px;
		border-right:none;
		margin: 0 ;
		text-indent: 10px;
		color: #212121;
		font-size: 13px;
		
		
	}
	.txt23{
		height: 44px;
		line-height: 44px;
		background: #bed7f3;
		width: 100%;
		float: left;
		margin: 0 ;
		text-indent: 10px;
		color: #212121;
		font-size: 13px;
		
	}
}
