@charset "utf-8";
@font-face {
  font-family: "蘋果儷中黑", "微軟正黑體", sans-serif;
  font-style: normal;
}


.cookie-block{
	width: 100vw; padding: 10px 30px; display: none; position: fixed; left: 0px; bottom: 0px; background-color: rgba(0, 0, 0, 0.8); color: rgb(255, 255, 255); letter-spacing: 1px;
}
.close-cookie-BTN{
	width:180px;display:block;text-align: center; background: #00a1a3; color: #ffffff;line-height: 45px;text-decoration: none; border-radius: 10px; margin: 10px 0 10px 0;
}
.close-cookie-BTN:hover{text-decoration: none;background:#00CACA; color: #ffffff; }
a{text-decoration: none;}

/* ==============================
   Page loader
   ============================== */
.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;	
}

.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: 10000099;
}

@-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);
  }
}
body {	
	-webkit-text-size-adjust:none; 
	margin: 0;
	padding: 0;
	background: #ffffff;
}
samp {font-family: "Noto Sans TC", "Arial","黑體-繁","微軟正黑體", sans-serif;}

html {
	 scroll-behavior: smooth;
	 font-family: "Noto Sans TC","Arial","黑體-繁","微軟正黑體", sans-serif;
    background: #ffffff;
	-webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: normal;
}
img {	
	border-style: none;
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@keyframes move1 {
    0% { height: 100%; bottom: 0; }
    54% { height: 0; bottom: 100%; }
    55% { height: 0; bottom: 0; }
    100% { height: 100%; bottom: 0; }
}
@keyframes move2 {
    0% { width: 0; left: 0; }
    50% { width: 100%; left: 0; }
    100% { width: 0; left: 100%; }
}
@keyframes move3 {
    0% { height: 100%; top: 0; }
    54% { height: 0; top: 100%; }
    55% { height: 0; top: 0; }
    100% { height: 100%; top: 0; }
}
@keyframes move4 {
    0% { width: 0; right: 0; }
    55% { width: 100%; right: 0; }
    100% { width: 0; right: 100%; }
}
@media screen and (min-width: 1350px)  {/*針對超大桌機*/
	.wrapper{
		width: 100%;
		float: none;
		margin: 0 auto 0 auto;		
	}	
	.top{
		width: 100%;
		float: left;
		height: 74px;
		background: #00a1a3;
	}
	.top2{
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.txt1{
		float: left;
		width: 155px;
		line-height: 74px;
		color: #ffffff;
		font-size: 18px;
		text-align: left;
	}
	.txt2{
		width: 360px;
		float: left;
		line-height: 74px;
		color: #ffffff;
		font-size: 18px;
		text-align: left;
		margin: 0 0 0 110px;
	}
	.txt3{
		width: 17px;
		float: right;
		line-height: 74px;
		text-align: left;
		margin: 0px 0 20px 0;
		
	}
	.button{
		width: 100%;
		float: left;
		height: 83px;
	}
	.button2{
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.logo{
		width: 20%;
		position: absolute;
		top:80px;
		z-index: 999;			
		float: left;
		margin: 12px 0 0 0;
	}
	.button3{
		position: absolute;
		top:80px;
		width:43%;
		right:0;
		text-align: right;
		float: right;
		margin: 25px 0 0 0;
	}
	.banner{
		width: 100%;
		float: left;
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width: 94%;
		float: right;
		margin: 60px 0 50px 0;
	}
	.nav1-2{
		width: 42%;
		float: left;
	}
	.tab1{
		width: 47.5%;
		border: solid 1px #e4e4e4;
		float: left;
		margin: 0 2% 0 0; 
	}
	.tab1 img{
		width: 100%;
		float: left;
		height:290px;
	}
	.tab1 img a{
		filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.tab1 img:hover{
		filter:alpha(opacity=0.8);
       opacity:0.8;
	}
	.tab2{
		width: 100%;
		float: left;
		text-align: center;
	}
	.tab2 h1{
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		padding: 0;
		line-height: 44px;
		border-bottom: dashed 1px #cfcfcf;
		text-align: center;
		color: #1e201f;
		font-size: 18px;
		font-weight: normal;
	}
	.tab2 samp{
		overflow: hidden;
		height: 45px;
		color: #554e56;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		width: 90%;
		float: left;
		margin: 10px 5% 5px 5%;
	}
	.nav1-3{
		height: 400px;
		width: 53%;
		float: right;
		background: #f9f8fe;
		border-radius:80px 0% 0% 80px;
	}
	.nav1-3 h1{
		letter-spacing: 1px;
		line-height: 52px;
		width:130px ;
		float: left;
		color: #222021;
		font-size: 30px;
		font-weight: normal;
		text-align: left;
		background: url("images/index/pic2.jpg") no-repeat left bottom;
		margin: 37px 0 0 10%;
		padding: 0;
		
	}
	.nav1-3 samp{
		width: 86%;
		float: left;
		margin: 20px 0 0 10%;
		color: #222021;
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 1px;
	}
	.txt4{
		width: 100%;
		float: left;
		text-align: right;
	}
	.txt4 a{
		text-decoration: none;
		color: #00a1a2;
		font-weight: bold;
		font-size: 15px;
	}
	.txt4 a:hover{
		color: #698236;
		
	}
	.nav2{
		background: url("images/index/bg1.jpg");
		width: 100%;
		float: left;
		margin: 0px 0 40px 0;
	}
	.nav2-1{
		width: 1200px;
		margin: 20px auto 40px auto;
	}
	.nav2-2{
		width: 600px;
		float: left;
		margin: 0 0 40px 0;
	}
	.txt5{
		height: 78px;
		line-height: 78px;
		text-align: left;
		width: 300px;
		float: left;
		color: #1c2120;
		font-size: 30px;
		background: url("images/index/pic3.jpg") no-repeat left bottom;
	}
	.txt6{
		width: 100%;
		;float: left;
		margin: 25px 0 0 0;
		color: #1c2120;
		font-size: 16px;
		line-height: 32px;
		text-align: left;
		letter-spacing: 1px;
	}
	.nav2-3{
		border: solid 1px #e4e4e4;
		width: 525px;
		float: left;
		margin: 30px 0 30px 35px;
	}
	.nav3{
		width: 100%;
		float: left;
		margin: 0px 0 20px 0;
	}
	.nav3-1{
		width: 1200px;
		margin: 0px auto 50px auto;
	}
	.nav3-1 h1{
		font-size: 30px;
		width:130px;
		margin: 0 auto  40px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 6px #00a2a4;
		height: 66px;
		line-height: 66px;
		text-align: center;
	}
	.tab3{
		width: 31%;
		float: left;
		margin: 0 1% 20px 1%;
		border: solid 1px #e4e4e4;
	}
	.tab4{
		overflow:hidden;
		width: 100%;
		float: left;
		height: 180px;
	}
	.tab4 img{
		transform:scale(1,1);transition: all 1s ease-out;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab4 img:hover{
		transform:scale(1.2,1.2);
	}
	.txt7{
		width: 92%;
		margin: 0 4% 0  4%;
		float: left;
		line-height: 44px;
		border-bottom: dashed 1px #bfbfbf;
		color: #00a2a4;
		font-size: 18px;
		line-height: 44px;
		text-align: center;
		white-space: nowrap;
        text-overflow: ellipsis;
		
	}
	.txt8{
		font-size: 18px;
		text-align: center;
		color: #616161;
		line-height: 24px;
		width: 96%;
		float: left;
		margin: 10px auto 10px auto;
	}
	.nav4{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
		background: url("images/index/bg2.jpg") no-repeat;
	}
	.nav4-1{
		width: 1300px;
		margin: 0px auto 50px auto;
	}
	.nav4-1 h1{
		font-size: 30px;
		width:130px;
		margin: 10px auto  40px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 6px #00a2a4;
		height: 66px;
		line-height: 66px;
		text-align: center;
	}
	.nav4-2{
		width: 100%;
		float: left;
		margin: 0 0 40px 0;
	}
	.tab5{
		width:370px;
		height: 210px;
		margin: 0 30px 0 0;
		float: left;
	}
	.txt9{
		letter-spacing: 1px;
		line-height: 46px;
		width: 69%;
		float: left;
		color: #1e201f;
		font-size: 18px;
		text-align: left;
	}
	.txt10{
		line-height: 26px;
		width: 69%;
		float: left;
		color: #9b9a99;
		font-size: 16px;
		text-align: left;
		height: 105px;
		overflow: hidden;
		letter-spacing: 1px;
		
	}
	.txt11{}
	.txt11 a{
		color: #ffffff;
		font-size: 16px;
		width: 170px;
		float: left;
		margin: 10px 0 0 0;
		height: 50px;
		line-height: 50px;
		border-radius: 5px;
		background: #00a1a3;
		text-decoration: none;
		text-align: center;
	}
	.txt11 a:hover{
		color: #ffffff;
		background: #a2a39a;
	}
	.bottom{
		width: 100%;
		float: left;
		background: #00a1a3;
	}
	.bottom2{
		width: 1300px;
		margin: 10px auto 10px auto;
	}
	.tab6{
		float: left;
		width: 292px;
		margin:34px 37px 0 12px;
	}
	.tab7{
		float: left;
		width:380px;
		border-left:solid 2px #ffffff;
	}
	.tab7 samp{
		letter-spacing: 1px;
		width: 94%;
		float: left;
		margin: 4px 0 4px 6%;
		line-height: 24px;
		color: #ffffff;
		font-size: 16px;
	}
	.tab8{
		float: right;
		width:310px;
		margin: 85px 0 10px 0;
	}
	.tab8 samp{
		letter-spacing: 1px;
		font-size: 15px;
		color: #ffffff;
		width: 100%;
		float: right;
		text-align: right;
	}
	.tit{
		width: 1300px;
		margin: 0 auto 0 auto;
		text-align: right;
		
	}
	.tit a{
		letter-spacing: 1px;
		line-height: 44px;
		color: #333333;
		text-decoration: none;
		font-size: 15px;
	}
	.tit a:hover{
		color: #00a1a3;
		
	}
	.nav5{
		overflow: hidden;
		margin: 30px 0 0 0;
		width: 100%;
		background: url("images/about/bg.jpg") repeat-x center bottom ;
	}
	
	.nav5-1{
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.nav5-1 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 30px;
		line-height: 66px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-1 p{
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 8px 0 0 0;
		letter-spacing: 1px;
	}
	
	.nav5-1 samp{
		width: 715px;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
	}
	.tab9{
		border: solid 1px #cccccc;
		width: 420px;
		float: left;
		margin: 0 0 20px 80px;
		
	}
	.nav5-2{
		width: 1300px;
		margin: 50px auto 30px auto;
	}
	.nav5-2 h1{
		width: 130px;
		float: left;
		color: #222021;
		font-size: 30px;
		line-height: 66px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-3{
		width: 100%;
		float: left;
		margin:25px 0 0 0 ;
	}
	.nav5-3 h1{
		width: 100%;
		float: left;
		padding-bottom: 10px;
		font-size: 20px;
		line-height:30px;
		text-align: left;
		margin: 0;
		
		font-weight: normal;
		background: url("images/about/line2.jpg") no-repeat left bottom;
	}
	.nav5-3 samp{
		width: 100%;
		float: left;
		font-size: 17px;
		line-height: 30px;
		color: #222021;
		letter-spacing: 1px;
		margin: 0 0 20px 0;
	}
	.nav5-4{
		width: 100%;
		float: left;
		background: #f8fcfd;
		margin: 20px 0 0 0;
		
	}
	.nav5-5{
		height: 70px;
		width: 1300px;
		margin: 0px auto 0 auto;
	}
	
	.txt99{
		text-decoration: none;
		float: left;
		height: 70px;
		line-height: 70px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:36px;
		width: 200px;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #272727;
		margin: 0 33px 0 0px;
	}
	.txt99:hover{
		color: #00a1a3;
	}
	.txt100{
		text-decoration: none;
		float: left;
		height: 70px;
		line-height: 70px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:36px;
		width: 200px;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #00a1a3;
		margin: 0 33px 0 0px;
	}
	.txt100:hover{
		color: #00a1a3;
	}
	.txt97{
		text-decoration: none;
		float: left;
		height: 50px;
		line-height: 50px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:36px;
		width: 260px;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #272727;
		margin: 0 33px 0 0px;
	}
	.txt97:hover{
		color: #00a1a3;
	}
	.txt98{
		text-decoration: none;
		float: left;
		height: 50px;
		line-height: 50px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:32px;
		width: 260px;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #00a1a3;
		margin: 0 33px 0 0px;
	}
	.txt98:hover{
		color: #00a1a3;
	}
	
	.nav6{		
		margin: 30px 0 0 0;
		width: 100%;		
	}
	.nav6pic{		
		position: absolute;
		width: 383px;
		right:80px;
		top:150px
	}
	.nav6-1{
		position: relative;
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.nav6-1 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 30px;
		line-height: 66px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav6-2{
		width: 745px;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 25px 0 0 0;
		padding: 0 0 10px 0;
	}
	.nav6-2 p{
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		margin: 0;
		padding: 0;
		border: none;
	}
	.nav6-2 samp{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.txt12{
	  width: 8px;
      height: 8px;
      background: #ccc;
	}
	.topbtn{
		position: fixed;
		right:25px;
		bottom: 50px;
		width: 40px;
		height: 40px;
		z-index: 999999999;
		
	}
	.nav6-3{
		width: 1300px;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 0px 0 0 0;
		padding: 0 0 0px 0;
	}
	.nav6-3 p{
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		
	}
	.nav6-4{
		width: 1300px;
		float: left;
		margin: 0px 0 0 0;
		padding: 0 0 0px 0;
	}
	.nav6-4 p{
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		
	}
	.nav7{		
		margin: 30px 0 0 0;
		width: 100%;		
	}
	
	.nav7-1{		
		width: 1300px;
		margin: 0 auto 0 auto;
		
	}
	.nav7-2{
		border-bottom: solid 1px #dcdcdc;
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.nav7-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 30px;
		line-height: 66px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav7-2 p{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-2 samp{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.nav7-3{
		border-bottom: solid 1px #dcdcdc;
		width: 730px;
		float: left;
		margin: 20px 0 0 0 ;
		padding: 0 0 70px 0;
		
		
	}
	
	.nav7-3 p{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-3 samp{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 96%;
		float: left;
		margin: 0 0 0 25px;
		text-align: left;
	}
	.nav7-4{
		float: left;
		width:390px ;
		margin: 20px 0 0px 50px;
		
	}
	.nav7-5{
		width: 730px;
		float: left;
		margin: 20px 0 0 0 ;
		padding: 0 0 10px 0;
		padding-bottom: 50px;
		
	}
	
	.nav7-5 p{
		color: #00a1a3;
		font-size: 22px;
		line-height: 30px;
		width: 100%;
		float: left;
		font-weight: bold;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-5 samp{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 100%;
		float: left;
		margin: 0 0 0 0px;
		text-align: left;
	}
	.nav7-6{
		float: left;
		width:390px ;
		margin: 30px 0 0px 50px;
		
	}
	.nav8{		
		margin: 30px 0 0 0;
		width: 100%;		
	}
	
	.nav8-1{		
		width: 1300px;
		margin: 0 auto 0 auto;
		
	}
	.nav8-2{
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.nav8-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 30px;
		line-height: 66px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav8-2 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 37px;
		text-align: left;
	}
	.txt13{
		float: left;
		width: 250px;
		line-height: 37px;
		text-align: center;		
		color: #ffffff;
		font-size:18px ;
		margin: 0px 0 5px 0;
		background: #707070;
	}
	.nav8-2 samp{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 32px;
		margin: 5px 0 5px 0;
		text-align: left;
	}
	.nav8-3{
		width: 48%;
		margin: 0 2% 0 0;
		float: left;
		
	}
	.nav8-3 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 37px;
		text-align: left;
	}
	.tab10{
		width:565px ;
		float: left;
		margin: 10px 0 10px 0;
	}
	.tab11{
		width:565px ;
		float: left;
		margin: 10px 85px 10px 0;
	}
	.nav8-4{
		width: 100%;
		margin: 0 0% 0 0;
		float: left;
		
	}
	.nav8-4 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 37px;
		text-align: left;
	}
	.nav8-5{
		width: 28%;
		margin: 10px 0% 0 0;
		float: left;
		
	}
	.nav8-5 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 37px;
		text-align: left;
	}
	.tab12{
		width:299px ;
		float: left;
		margin: 10px 0px 10px 0;
	}
	.nav9{		
		margin: 30px 0 0 0;
		width: 100%;		
	}
	
	.nav9-1{		
		width: 1300px;
		margin: 0 auto 0 auto;
		
	}
	.nav9-1 h1{
		width: 70%;
		float: left;
		color: #222021;
		font-size: 30px;
		line-height: 66px;
		margin: 0 0 15px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
		
	}
	.tab13{
		width: 27%;
		float: right;
		margin: 20px 2% 0 0;
	}
	.tab14{
		width: 100%;
		border: solid 1px #bfbfbf;
		text-align: left;
		font-size: 18px;
		color: #4d4848;
		line-height: 36px;
	}
	.nav9-2{
		width: 100%;
		float: left;
		margin: 30px 0 0 0;
	}
	.nav9-3{
		text-align: center;
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	}
	.txt14{
		text-align: center;
		margin: 0 5px 0 5px;
	}
	.txt14 a{
		text-decoration: none;
		background: #bababa;
		padding:4px 8px 4px 8px;
		border-radius: 30px;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		text-decoration: none;
	}
	.txt14 a:hover{
		background: #00a1a3;
		color: #ffffff;
	}
	.nav9-4{
		border-left:solid 10px #0c898b;
		width: 100%;
		float: left;
		margin: 15px 0 10px 0;
		background: #00a1a3 url("images/contact/icon1.png") no-repeat 98% bottom;
	}
	.nav9-4 h1{
		border-bottom: solid 1px #ffffff;
		padding:10px 0 20px 0;
		width: 80%;
		margin: 2% 0 0 2%;
		color: #ffffff;
		font-size: 17px;
		line-height: 26px;
		text-align: left;
		color: #ffffff;
	}
	.nav9-4 samp{
		width: 36%;
		margin: 20px 2% 25px 2%;
		color: #ffffff;
		font-size: 16px;
		line-height: 24px;
		float: left;
		text-align: left;
	}
	.tab18{
		float: left;
		width: 10%;
		text-align: left;
	}
	.tab18 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-5{
		border: solid 1px #d0d0d0;
		width: 100%;
		float: left;
		height: 460px;
		margin: 15px 0 30px 0;
	}
	.nav9-6{
		
		width: 100%;
		float: left;
		margin: 0px 0 30px 0;
		padding-bottom: 20px;
		border-bottom: dashed 1px #D4D3D3;
	}
	.tab19{
		height: 200px;
		border: solid 1px #cccccc;
		width: 370px;
		float: left;
		margin: 0 26px 0 0;
		
		
	}
	.tab19 img{
	 width : 100% ; 
    height : 100% ; 
    object-fit : cover ;
		
		
	}
	.tab20 {
		width: 900px;
		float: left;
	}
	.txt15{
		display: block;
		font-size: 20px;
		width: 100px;
		line-height: 36px;
		height: 36px;
		text-align: center;
		color: #ffffff;
		background: #4aa5c3;
	}
	.txt15-2{
		display: block;
		font-size: 20px;
		width: 100px;
		line-height: 36px;
		height: 36px;
		text-align: center;
		color: #ffffff;
		background: #d8962f;
	}
	.txt15-3{
		display: block;
		font-size: 20px;
		width: 100px;
		line-height: 36px;
		height: 36px;
		text-align: center;
		color: #ffffff;
		background: #47a556;
	}
	.txt15-4{
		display: block;
		font-size: 20px;
		width: 120px;
		line-height: 36px;
		height: 36px;
		text-align: center;
		color: #ffffff;
		background: #e67474;
	}
	.txt16{
		color: #1e201f;
		font-size: 18px;
		text-align: left;
		line-height: 44px;
		width: 100%;
		float: left;
		letter-spacing: 1px;
	}
	.txt17{
		overflow: hidden;
		height: 55px;
		color: #9b9a99;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
		margin: 0 0 25px 0;
		width: 100%;
		float: left;
	}
	.txt18{}
	.txt18 a{
		text-align: center;
		width: 170px;
		float: left;
		border-radius: 10px;
		background: #ffffff;
		border: solid 1px #00a1a3;
		color: #00a1a3;
		font-size: 16px;
		line-height: 50px;
		height: 50px;
		text-decoration: none;
	}
	.txt18 a:hover{
		border: solid 1px #4aa5c3;
		color: #4aa5c3;
		
	}
	.tab21{
		width: 100%;
		float: left;
		margin: 0 0% 0px 0%;
	}
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-7{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.txt19{	
		letter-spacing: 1px;
		
		color: #9b9a99;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
		margin: 0 0 25px 0;
		width: 100%;
		float: left;
	}
	.txt20{}
	.txt20 a{
		margin: 0 18px 0px 18px;
		padding: 12px 40px 12px 40px;
		text-align: center;
		background: #00a1a3;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}
	.txt20 a:hover{
		background: #009d8d;
		color: #ffffff;
		
	}
	.txt21{
		font-size: 20px;
		width: 100px;
		line-height: 35px;
		
		color: #00a1a3;
	}
	.txt22{
		overflow: hidden;
		height: 75px;
		color: #444444;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		margin: 15px 0 25px 0;
		width: 100%;
		float: left;
	}
	.txt23{		
		color: #292929;
		font-size: 20px;
		line-height: 36px;
		text-align: left;
		margin: 57px 0 0px 50px;
		width: 520px;
		float: left;
	}
	.tab22{
		float: left;
		margin: 0 0 50px 50px;
		border: solid 1px #d6d6d6;
	}
	.txt24{		
		color: #292929;
		font-size: 20px;
		line-height: 32px;
		text-align: left;
		margin: 0px 0 20px 0%;
		width: 100%;
		float: left;
	}
	.tab23{
		width:1200px ;
		float: left;
		margin: 10px 85px 10px 0;
	}
	.tab24out{
		width:94%;
		margin: 15px  3% 0 3%;
		float: left;
		padding-top: 10px;
		border-top: dashed 1px #D0D0D0;
	}
	.tab24out-2{
		width: 55%;
		float: left;
		
	}
	.tab24out-3{
		width: 45%;
		float: left;
		
	}
	.tab24{		
		padding-top: 15px;
		font-size: 20px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 0px 0% 10px 0%;
	}
	.txt25{
		width: 100%;
		vertical-align: middle;
		float: left;
		margin: 10px 0 15px 0%;
		font-size: 18px;
	}
	.txt26{}
	.txt26 a{
		background: #ffffff;
		color:#3A3A3A;
		border: solid 1px #0060a3;
		margin: 0 0px 0px 10px;
		padding: 6px 15px 6px 15px;
		text-align: center;		
		font-size: 15px;
		text-decoration: none;
	}
	.txt26 a:hover{
		background: rgba(0,96,163,0.5);
		color: #ffffff;
			
		
	}
	.tab25{		
		padding-top: 15px;
		font-size: 20px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 10px 0% 10px 0%;
	}
	.tab26{
		
		height: auto;
		float: left;
		margin: 0 0 20px 0px;
		border: solid 1px #d6d6d6;
	}
	.txt27{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 30px;
		color: #5C5B5B;
	}
	.txt27 a{
		text-decoration: none;
	}
	.txt28{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 20px;
		color: #ed184a;
	}
	.tab27{
		width: 45%;
		float: left;
		margin: 0 15px 20px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab27 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab28{
		width: 50%;
		float: left;
		margin: 40px 0px 20px 0px;
		
	}
	.tab28 h1{
		background:none;
		width: 100%;
		float: left;
		color:#F00C0C;
		font-size: 22px;
		text-align: left;
		margin: 0;
		line-height: 22px;
		padding: 0;
	}
	.tab28 samp{
		background:none;
		width: 100%;
		float: left;
		color:#076C90;
		font-size: 18px;
		text-align: left;
		margin: 15px 0 0 0;
		line-height: 22px;
		padding: 0;
	}
	.tab28 p{
		width: 100%;
		float: left;
		color: #6A6868;
		font-size: 18px;
		line-height: 26px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29{
		width: 100%;
		float: left;
		color: #2B2B2B;
		font-size: 18px;
		line-height: 20px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29 samp{
		float: none;
		font-weight: bold;
		color: #ff9e40;
	}
	.tab29{
		width: 48%;
		float: left;
		margin: 15px 2% 20px 0px;
		
	}
	.tab29 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab29-2{
		display: none;
	}
	.tab29 p{
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		line-height: 20px;
		margin: 0px 0% 0px 2.5%;
		
	}
	.tab29 h1{
		width: 98%;
		float: left;
		color: #2B2B2B;
		font-size: 17px;
		line-height:24px;
		padding: 0;
		margin: 5px 0% 0px 2%;
		background: none;
		
	}
	.tab29 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab30{
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
	}
	.tab30-1{
		display: none;
	}
	.tab30 h1{
		font-size: 20px;
		line-height: 26px;
		background: none;
		letter-spacing: 1px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		color: #D70B0F;
		font-weight: bold;
	}
	.tab31{
		width: 50%;		
		border: solid 1px #BFBFBF;
	}
	.tab31 tr td{
		letter-spacing: 1px;
		color: #A4A4A4;
		padding:2px 0 2px 5px;
		font-size: 16px;
		border: solid 1px #BFBFBF;
	}
	.tab32{
		width: 45%;
		float: left;
		margin: 15px 2% 0px 0px;
		
	}
	.tab32 img{
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab32 p{
		width:90%;
		float: left;
		color: #8F8F8F;
		font-size: 18px;
		line-height: 24px;
		padding: 0;
		margin: 5px 10% 0px 0%;
		
	}
	.tab32 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab33{
		width: 40%;
		float: left;
		margin: 15px 30px 20px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt30{
		width: 40%;
		float: left;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
	}
	.txt30 samp{
		color: #eb0f29;
		width: 100%;
		float: left;
		font-size: 20px;
		margin: 5px 0 0px 0;
		 font-weight: bold;
		line-height: 26px;
	}
	.txt31{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 26px;
		color: #075D8E;
	}
	.txt31 samp{
		width: 100%;
		float: left;
		color: #686767;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.txt32{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 26px;
		color: #5A5858;
		margin: 30px 0 0 0;
	}
	.txt32 samp{
		font-size: 18px;
		line-height: 26px;
		float: none;
		color: #CC1114;
	}
	.tab34{
		width: 48%;
		float: left;
		margin: 15px 2% 20px 0px;
		
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab34 p{
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		line-height: 20px;
		margin: 0px 0% 0px 2.5%;
		
	}
	.txt33{
		width: 100%;
		float: left;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
	}
	.txt34{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	.txt35{
		margin: 10px 0 10px 0;
		width: 300px;
		line-height: 44px;
		text-align: center;
		float: left;
		background: #00a1a3;
		color: #ffffff;
		font-size: 20px;
	}
	
	.tab35{
		width: 48%;
		margin: 0 2% 0 0;
		float: left;
		
	}
	.tab35 h1{
		background: none;
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 37px;
		text-align: left;
	}
	.tab35 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #676767;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.tab35 p img{
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab36{
		display: none;
	}
	.tab37{
		width: 48%;
		float: left;
		margin: 0 15px 1% 0px;
		border: solid 1px #d6d6d6;
	}
	.tab37 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.text1{
		width: 100%;
		color: #00a1a3;
		float: left;
		font-size: 18px;
		line-height: 26px;
	}
	.text2{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 10px 0;
		color: #222021;
	}
	.text3{
		font-weight: bold;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 10px 0;
		color: #222021;
	}
	.text4{
		border-bottom: dashed 1px #222021;
		padding: 0 0 10px 0;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 10px 0;
		color: #222021;
	}
}

@media screen and (min-width: 1024px)and (max-width:1349px) {/*針對桌機*/
	.wrapper{
		width: 100%;
		float: none;
		margin: 0 auto 0 auto;		
	}	
	.top{
		width: 100%;
		float: left;
		height: 74px;
		background: #00a1a3;
	}
	.top2{
		width: 98%;
		margin: 0 auto 0 auto;
	}
	.txt1{
		float: left;
		width: 155px;
		line-height: 74px;
		color: #ffffff;
		font-size: 18px;
		margin: 0 0 0 10px;
		text-align: left;
	}
	.txt2{
		width: 360px;
		float: left;
		line-height: 74px;
		color: #ffffff;
		font-size: 18px;
		text-align: left;
		margin: 0 0 0 110px;
	}
	.txt3{
		width: 17px;
		float: right;
		line-height: 74px;
		text-align: left;
		margin: 0px 15px 20px 0;
		
	}
	.button{
		width: 100%;
		float: left;
		height: 83px;
	}
	.button2{
		width: 98%;
		margin: 0 auto 0 auto;
	}
	.logo{
		position: absolute;
		top: 70px;
		z-index: 999;
		width: 20%;
		float: left;
		margin: 12px 0 0 0;
	}
	
	.button3{
		position: absolute;
		top: 70px;	
		width:550px ;
		text-align: right;
		right:0;
		float: right;
		margin: 25px 0 0 0;
		
	}
	.banner{
		width: 100%;
		float: left;
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width: 94%;
		float: right;
		margin: 50px 0 40px 0;
	}
	.nav1-2{
		width: 44%;
		float: left;
	}
	.tab1{
		width: 47.5%;
		border: solid 1px #e4e4e4;
		float: left;
		margin: 0 2% 0 0; 
	}
	.tab1 img{
		width: 100%;
		float: left;
		height:auto;
	}
	.tab1 img a{
		filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.tab1 img:hover{
		filter:alpha(opacity=0.8);
       opacity:0.8;
	}
	.tab2{
		width: 100%;
		float: left;
		text-align: center;
	}
	.tab2 h1{
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		padding: 0;
		line-height: 40px;
		border-bottom: dashed 1px #cfcfcf;
		text-align: center;
		color: #1e201f;
		font-size: 16px;
		overflow: hidden;
		font-weight: normal;
		white-space: nowrap;
    text-overflow: ellipsis;
	}
	.tab2 samp{
		overflow: hidden;
		height: 40px;
		color: #554e56;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		width: 90%;
		float: left;
		margin: 10px 5% 5px 5%;
	}
	.nav1-3{
		padding: 0 0 10px 0;
		width: 53%;
		float: right;
		background: #f9f8fe;
		border-radius:50px 0% 0% 50px;
	}
	.nav1-3 h1{
		letter-spacing: 1px;
		line-height: 52px;
		width:130px ;
		float: left;
		color: #222021;
		font-size: 22px;
		font-weight: normal;
		text-align: left;
		background: url("images/index/pic2.jpg") no-repeat left bottom;
		margin: 15px 0 0 5%;
		padding: 0;
		
	}
	.nav1-3 samp{
		width: 90%;
		float: left;
		margin: 10px 0 0 5%;
		color: #222021;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1px;
	}
	.txt4{
		width: 100%;
		float: left;
		text-align: right;
	}
	.txt4 a{
		text-decoration: none;
		color: #00a1a2;
		font-weight: bold;
		font-size: 15px;
	}
	.txt4 a:hover{
		color: #698236;
		
	}
	.nav2{
		background: url("images/index/bg1.jpg");
		width: 100%;
		float: left;
		margin: 0px 0 30px 0;
	}
	.nav2-1{
		width: 96%;
		margin: 0px auto 30px auto;
	}
	.nav2-2{
		width: 52%;
		float: left;
		margin: 0 0 30px 2%;
	}
	.txt5{
		height: 66px;
		line-height: 66px;
		text-align: left;
		width: 300px;
		float: left;
		color: #1c2120;
		font-size: 24px;
		background: url("images/index/pic3.jpg") no-repeat left bottom;
	}
	.txt6{
		letter-spacing: 1px;
		width: 100%;
		;float: left;
		margin: 20px 0 0 0;
		color: #1c2120;
		font-size: 16px;
		line-height: 27px;
		text-align: left;
	}
	.nav2-3{
		border: solid 1px #e4e4e4;
		width: 40%;
		float: left;
		margin: 25px 0 30px 4%;
	}
	.nav2-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3{
		width: 100%;
		float: left;
		margin: 0px 0 15px 0;
	}
	.nav3-1{
		width: 98%;
		margin: 0px auto 40px auto;
	}
	.nav3-1 h1{
		font-size: 24px;
		width:130px;
		margin: 0 auto  30px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 5px #00a2a4;
		height: 56px;
		line-height: 56px;
		text-align: center;
	}
	.tab3{
		width: 31%;
		float: left;
		margin: 0 1% 15px 1%;
		border: solid 1px #e4e4e4;
	}
	.tab4{
		overflow:hidden;
		width: 100%;
		float: left;
	}
	.tab4 img{
		transform:scale(1,1);transition: all 1s ease-out;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab4 img:hover{
		transform:scale(1.2,1.2);
	}
	.txt7{
		width: 92%;
		margin: 0 4% 0  4%;
		float: left;
		line-height: 40px;
		border-bottom: dashed 1px #bfbfbf;
		color: #00a2a4;
		font-size: 17px;
		line-height: 40px;
		text-align: center;
		white-space: nowrap;
        text-overflow: ellipsis;
		
	}
	.txt8{
		font-size: 17px;
		text-align: center;
		color: #616161;
		line-height: 24px;
		width: 96%;
		float: left;
		margin: 10px auto 10px auto;
	}
	.nav4{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
		background: url("images/index/bg2.jpg") no-repeat;
	}
	.nav4-1{
		width: 96%;
		margin: 0px auto 40px auto;
	}
	.nav4-1 h1{
		font-size: 24px;
		width:130px;
		margin: 0 auto  30px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 5px #00a2a4;
		height: 56px;
		line-height: 56px;
		text-align: center;
	}
	.nav4-2{
		width: 100%;
		float: left;
		margin: 0 0% 25px 0%;
	}
	.tab5{
		width:28%;
		margin: 0 2% 0 0;
		float: left;
	}
	.tab5 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt9{
		letter-spacing: 1px;
		line-height: 36px;
		width: 70%;
		float: left;
		color: #1e201f;
		font-size: 18px;
		text-align: left;
	}
	.txt10{
		line-height: 25px;
		width: 70%;
		float: left;
		color: #9b9a99;
		font-size: 16px;
		text-align: left;
		height: 50px;
		overflow: hidden;
		margin: 0 0 17px 0;
		letter-spacing: 1px;
		
	}
	.txt11{}
	.txt11 a{
		text-decoration: none;
		color: #ffffff;
		font-size: 16px;
		width: 170px;
		float: left;
		margin: 10px 0 0 0;
		height: 46px;
		line-height: 46px;
		border-radius: 5px;
		background: #00a1a3;
		text-align: center;
	}
	.txt11 a:hover{
		color: #ffffff;
		background: #a2a39a;
	}
	.bottom{
		width: 100%;
		float: left;
		background: #00a1a3;
	}
	.bottom2{
		width: 100%;
		margin: 10px auto 0px auto;
	}
	.tab6{
		float: left;
		width: 22%;
		margin:24px 2% 0 2%;
	}
	.tab6 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab7{
		float: left;
		width:33%;
		margin: 0 0 0px 4%;
		border-left:solid 2px #ffffff;
	}
	.tab7 samp{
		letter-spacing: 1px;
		width: 94%;
		float: left;
		margin: 4px 0 4px 6%;
		line-height: 24px;
		color: #ffffff;
		font-size: 16px;
	}
	.tab8{
		float: right;
		width:30%;
		margin: 85px 1% 15px 0;
	}
	.tab8 samp{
		letter-spacing: 1px;
		font-size: 15px;
		color: #ffffff;
		width: 100%;
		float: right;
		text-align: right;
	}
	.tit{
		width: 96%;
		margin: 0 auto 0 auto;
		text-align: right;
		
	}
	.tit a{
		letter-spacing: 1px;
		line-height: 40px;
		color: #333333;
		text-decoration: none;
		font-size: 15px;
	}
	.tit a:hover{
		color: #00a1a3;
		
	}
	.nav5{
		overflow: hidden;
		margin: 20px 0 0 0;
		width: 100%;
		background: url("images/about/bg2.jpg") repeat-x center bottom ;
	}
	
	.nav5-1{
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.nav5-1 h1{
		width: 130px;
		float: left;
		color: #222021;
		font-size: 24px;
		line-height: 60px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-1 p{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 8px 0 0 0;
		letter-spacing: 1px;
	}
	.nav5-1 samp{
		width: 65%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
	}
	.tab9{
		border: solid 1px #cccccc;
		width:32%;
		float: right;
		margin: 0 0 20px 0%;
		
	}	
	.tab9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav5-2{
		width: 96%;
		margin: 20px auto 20px auto;
	}
	.nav5-2 h1{
		width: 130px;
		float: left;
		color: #222021;
		font-size: 24px;
		line-height: 60px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-3{
		width: 100%;
		float: left;
		margin:25px 0 0 0 ;
	}
	.nav5-3 h1{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 14px;
		text-align: left;
		margin: 0;
		
		font-weight: normal;
		background: url("images/about/line2.jpg") no-repeat left bottom;
	}
	.nav5-3 samp{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 26px;
		color: #222021;
		margin: 0 0 15px 0;
		letter-spacing: 1px;
	}
	.nav5-4{
		width: 100%;
		float: left;
		background: #f8fcfd;
		margin: 20px 0 0 0;
		
	}
	.nav5-5{
		height: 50px;
		width: 96%;
		margin: 0px auto 0 auto;
	}
	
	.txt99{
		float: left;
		height: 50px;
		line-height:50px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:32px;
		width: 200px;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #272727;
		margin: 0 23px 0 15px;
		text-decoration: none;
	}
	.txt99:hover{color:#00a1a3;}
	.txt100{
		float: left;
		height: 50px;
		line-height:50px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:32px;
		width: 200px;
		text-decoration: none;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #00a1a3;
		margin: 0 23px 0 15px;
	}
	.txt100:hover{
		color: #00a1a3;
	}
	.txt97{
		float: left;
		
		line-height: 26px;
		background: url("images/about/icon1.png") no-repeat left 20px;
		text-indent:32px;
		width: 30%;
		text-decoration: none;
		padding:20px 0 0 0;
		letter-spacing: 1px;		
		font-size: 16px;
		text-align: left;
		color: #272727;
		margin: 0px 0px 10px 15px;
	}
	.txt97:hover{color:#00a1a3;}
	.txt98{
		float: left;
		
		line-height: 26px;
		background: url("images/about/icon1.png") no-repeat left 20px;
		text-indent:32px;
		width: 30%;
		text-decoration: none;
		padding:20px 0 0 0;
		letter-spacing: 1px;		
		font-size: 16px;
		text-align: left;
		color: #00a1a3;
		margin: 0px 0px 10px 15px;
	}
	.txt98:hover{
		color: #00a1a3;
	}
	.topbtn{
		position: fixed;
		right:25px;
		bottom: 50px;
		width: 40px;
		height: 40px;
		
	}
	.nav6{		
		margin: 30px 0 0 0;
		width: 100%;		
	}
	.nav6pic{		
		position: absolute;
		width:40%;
		right:0px;
		top:120px;
	}
	.nav6pic img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav6-1{
		position: relative;
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.nav6-1 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 24px;
		line-height: 60px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav6-2{
		width: 57%;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 20px 0 0 0;
		padding: 0 0 10px 0;
	}
	.nav6-2 p{
		color: #222021;
		font-size: 17px;
		line-height: 32px;
		text-align: left;
		margin: 0;
		padding: 0;
		border: none;
	}
	.nav6-2 samp{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.txt12{
	  width: 8px;
      height: 8px;
      background: #ccc;
	}
	
	.nav6-3{
		width:96%;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 0px 0 0 0;
		padding: 0 0 0px 0;
	}
	.nav6-3 p{
		width: 60%;
		color: #222021;
		font-size: 17px;
		line-height: 32px;
		text-align: left;
		
	}
	.nav6-4{
		width:96%;
		float: left;
		margin: 0px 0 0 0;
		padding: 0 0 0px 0;
	}
	.nav6-4 p{
		color: #222021;
		font-size: 17px;
		line-height: 32px;
		text-align: left;
		
	}
	.nav7{		
		margin: 30px 0 0 0;
		width: 100%;		
	}
	
	.nav7-1{		
		width: 96%;
		margin: 0 auto 0 auto;
		
	}
	.nav7-2{
		border-bottom: solid 1px #dcdcdc;
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.nav7-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 24px;
		line-height: 60px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav7-2 p{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-2 samp{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.nav7-3{
		border-bottom: solid 1px #dcdcdc;
		width: 56%;
		float: left;
		margin: 20px 0 0 0 ;
		padding: 0 0 50px 0;
		
		
	}
	
	.nav7-3 p{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-3 samp{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 96%;
		float: left;
		margin: 0 0 0 25px;
		text-align: left;
	}
	.nav7-4{
		float: left;
		width:30% ;
		margin: 10px 0 0px 50px;
		
	}
	.nav7-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav7-5{
		width: 56%;
		float: left;
		margin: 20px 0 0 0 ;
		padding: 0 0 10px 0;
		padding-bottom: 50px;
		
	}
	
	.nav7-5 p{
		color: #00a1a3;
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		float: left;
		font-weight: bold;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-5 samp{
		color: #222021;
		font-size: 18px;
		line-height: 30px;
		width: 100%;
		float: left;
		margin: 0 0 0 0px;
		text-align: left;
	}
	.nav7-6{
		float: left;
		width:30% ;
		margin: 30px 0 0px 50px;
		
	}
	.nav7-6 img{
		float: left;
		width:100% ;
		height: auto;
		
		
	}
	.nav8{		
		margin: 20px 0 0 0;
		width: 100%;		
	}
	
	.nav8-1{		
		width: 96%;
		margin: 0 auto 0 auto;
		
	}
	.nav8-2{
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.nav8-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 24px;
		line-height: 60px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav8-2 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 37px;
		text-align: left;
	}
	.txt13{
		float: left;
		width: 250px;
		line-height: 37px;
		text-align: center;		
		color: #ffffff;
		font-size:18px ;
		margin: 0px 0 5px 0;
		background: #707070;
	}
	.nav8-2 samp{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 32px;
		margin: 5px 0 5px 0;
		text-align: left;
	}
	.nav8-3{
		width: 48%;
		margin: 0 2% 0 0;
		float: left;
		
	}
	.nav8-3 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 37px;
		text-align: left;
	}
	.tab10{
		width:96%;
		float: left;
		margin: 10px 0 10px 0;
	}
	.tab10 img{
		width: 100%;
		float: left;
	}
	.tab11{
		width:48% ;
		float: left;
		margin: 10px 2% 10px 0;
	}
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-4{
		width: 100%;
		margin: 0 0% 0 0;
		float: left;
		
	}
	.nav8-4 p{
		margin: 5px 0 0px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 30px;
		text-align: left;
	}
	.nav8-5{
		width: 28%;
		margin: 10px 0% 0 0;
		float: left;
		
	}
	.nav8-5 p{
		margin: 5px 0 0px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 37px;
		text-align: left;
	}
	.tab12{
		width:96% ;
		float: left;
		margin: 0px 0px 0px 0;
	}
	.tab12 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9{		
		margin: 20px 0 0 0;
		width: 100%;	
		float: left;
	}
	
	.nav9-1{		
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		
	}
	.nav9-1 h1{
		width: 70%;
		float: left;
		color: #222021;
		font-size: 24px;
		line-height: 60px;
		margin: 0 0 15px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
		
	}
	.tab13{
		width: 28%;
		float: right;
		margin: 20px 2% 0 0;
	}
	.tab14{
		width: 100%;
		border: solid 1px #bfbfbf;
		text-align: left;
		font-size: 17px;
		color: #4d4848;
		line-height: 36px;
	}
	.nav9-2{
		width: 100%;
		float: left;
		margin: 30px 0 0 0;
	}
	.nav9-3{
		text-align: center;
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	}
	.txt14{
		text-align: center;
		margin: 0 5px 0 5px;
	}
	.txt14 a{
		text-decoration: none;
		background: #bababa;
		padding:4px 8px 4px 8px;
		border-radius: 30px;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
	}
	.txt14 a:hover{
		background: #00a1a3;
		color: #ffffff;
	}
	.nav9-4{
		border-left:solid 10px #0c898b;
		width: 99%;
		float: left;
		margin: 15px 0 10px 0;
		background: #00a1a3 url("images/contact/icon1.png") no-repeat 98% bottom;
	}
	.nav9-4 h1{
		border-bottom: solid 1px #ffffff;
		padding:10px 0 20px 0;
		width: 80%;
		margin: 2% 0 0 2%;
		color: #ffffff;
		font-size: 17px;
		line-height: 26px;
		text-align: left;
		color: #ffffff;
	}
	.nav9-4 samp{
		width: 36%;
		margin: 20px 2% 25px 2%;
		color: #ffffff;
		font-size: 16px;
		line-height: 24px;
		float: left;
		text-align: left;
	}
	.tab18{
		float: left;
		width: 10%;
		text-align: left;
	}
	.tab18 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-5{
		border: solid 1px #d0d0d0;
		width: 100%;
		float: left;
		height: 400px;
		margin: 15px 0 20px 0;
	}
	.nav9-6{
		width: 100%;
		float: left;
		margin: 0px 0 30px 0;
		padding-bottom: 20px;
		border-bottom: dashed 1px #D4D3D3;
	}
	.tab19{
		border: solid 1px #cccccc;
		width: 28%;
		float: left;
		margin: 0 2% 0 0;
	}
	.tab19 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab20 {
		width:70%;
		float: left;
	}
	.txt15{
		display: block;
		font-size: 16px;
		width: 100px;
		line-height: 35px;
		height: 35px;
		text-align: center;
		color: #ffffff;
		background: #4aa5c3;
	}
	.txt15-2{
		display: block;
		font-size: 16px;
		width: 100px;
		line-height: 35px;
		height: 35px;
		text-align: center;
		color: #ffffff;
		background: #d8962f;
	}
	.txt15-3{
		display: block;
		font-size: 16px;
		width: 100px;
		line-height: 35px;
		height: 35px;
		text-align: center;
		color: #ffffff;
		background: #47a556;
	}
	.txt15-4{
		display: block;
		font-size: 16px;
		width: 100px;
		line-height: 35px;
		height: 35px;
		text-align: center;
		color: #ffffff;
		background: #e67474;
	}
	.txt16{
		color: #1e201f;
		font-size: 18px;
		text-align: left;
		line-height: 36px;
		width: 100%;
		float: left;
		letter-spacing: 1px;
	}
	.txt17{
		overflow: hidden;
		height: 55px;
		color: #9b9a99;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
		margin: 0 0 15px 0;
		width: 100%;
		float: left;
	}
	.txt18{}
	.txt18 a{
		text-align: center;
		width: 170px;
		float: left;
		border-radius: 10px;
		background: #ffffff;
		border: solid 1px #00a1a3;
		color: #00a1a3;
		font-size: 16px;
		line-height: 50px;
		height: 50px;
		text-decoration: none;
	}
	.txt18 a:hover{
		border: solid 1px #4aa5c3;
		color: #4aa5c3;
		
	}
	.tab21{
		width: 100%;
		float: left;
		margin: 0 0% 0px 0%;
	}
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-7{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.txt19{
		letter-spacing: 1px;
		color: #9b9a99;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
		margin: 0 0 25px 0;
		width: 100%;
		float: left;
	}
	.txt20{}
	.txt20 a{
		margin: 0 15px 0px 15px;
		padding: 12px 36px 12px 36px;
		text-align: center;
		background: #00a1a3;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}
	.txt20 a:hover{
		background: #009d8d;
		color: #ffffff;
		
	}
	.txt21{
		font-size: 16px;
		width: 100px;
		line-height: 35px;
		
		color: #00a1a3;
		
	}
	.txt22{
		overflow: hidden;
		height: 60px;
		color: #444444;
		font-size: 15px;
		line-height: 28px;
		text-align: left;
		margin: 0 0 15px 0;
		width: 100%;
		float: left;
	}
	.txt23{		
		color: #292929;
		font-size: 20px;
		line-height: 36px;
		text-align: left;
		margin: 50px 0 0px 2%;
		width: 40%;
		float: left;
	}
	.tab22{
		float: left;
		width: 54%;
		float: left;
		margin: 0 0 30px 3%;
		border: solid 1px #d6d6d6;
	}
	.tab22 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt24{		
		color: #292929;
		font-size: 20px;
		line-height: 30px;
		text-align: left;
		margin: 0px 0 20px 0%;
		width: 100%;
		float: left;
	}
	.tab23{
		width:55% ;
		float: left;
		margin: 10px 0% 10px 0;
	}
	.tab23 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab24out{
		width:94%;
		margin: 15px  3% 0 3%;
		float: left;
		padding-top: 10px;
		border-top: dashed 1px #D0D0D0;
	}
	.tab24out-2{
		width: 45%;
		float: left;
		
	}
	.tab24out-3{
		width: 55%;
		float: left;
		
	}
	.tab24{		
		padding-top: 15px;
		font-size: 20px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 0px 0% 10px 0%;
	}
	.txt25{
		width: 100%;
		float: left;
		margin: 10px 0 15px 0%;
		font-size: 18px;
		line-height: 20px;
		
	}
	.txt26{}
	.txt26 a{
		background: #ffffff;
		color:#3A3A3A;
		border: solid 1px #0060a3;
		margin: 0 0px 0px 10px;
		padding: 6px 12px 6px 12px;
		text-align: center;	
		
		font-size: 14px;
		text-decoration: none;
	}
	.txt26 a:hover{
		background: rgba(0,96,163,0.5);
		color: #ffffff;
			
		
	}
	.tab25{		
		padding-top: 15px;
		font-size: 20px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 10px 0% 10px 0%;
	}
	.tab26{
		width: 90%;
		float: left;
		margin: 0 0 20px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab26 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt27{
		width: 100%;
		float: left;
		font-size: 17px;
		line-height: 28px;
		color: #5C5B5B;
	}
	.txt28{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 24px;
		color: #ed184a;
	}
	.tab27{
		width: 45%;
		float: left;
		margin: 0 15px 20px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab27 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab28{
		width: 50%;
		float: left;
		margin: 20px 0px 20px 0px;
		
	}
	.tab28 h1{
		background:none;
		width: 100%;
		float: left;
		color:#F00C0C;
		font-size: 22px;
		text-align: left;
		margin: 0;
		line-height: 22px;
		padding: 0;
	}
	.tab28 samp{
		background:none;
		width: 100%;
		float: left;
		color:#076C90;
		font-size: 18px;
		text-align: left;
		margin: 15px 0 0 0;
		line-height: 22px;
		padding: 0;
	}
	.tab28 p{
		width: 100%;
		float: left;
		color: #6A6868;
		font-size: 18px;
		line-height: 26px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29{
		width: 100%;
		float: left;
		color: #2B2B2B;
		font-size: 18px;
		line-height: 20px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29 samp{
		float: none;
		font-weight: bold;
		color: #ff9e40;
	}
	.tab29{
		width: 48%;
		float: left;
		margin: 15px 2% 20px 0px;
		
	}
	.tab29 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab29-2{
		display: none;
	}
	.tab29 p{
		line-height: 20px;
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		margin: 0px 0% 0px 2.5%;
		
	}
	.tab29 h1{
		width: 98%;
		float: left;
		color: #2B2B2B;
		font-size: 17px;
		line-height:24px;
		padding: 0;
		margin: 5px 0% 0px 2%;
		background: none;
		
	}
	.tab29 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab30{
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
	}
	.tab30 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab30-1{
		display: none;
	}
	.tab30 h1{
		font-size: 20px;
		line-height: 26px;
		background: none;
		letter-spacing: 1px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		color: #D70B0F;
		font-weight: bold;
	}
	.tab31{
		width: 50%;		
		border: solid 1px #BFBFBF;
	}
	.tab31 tr td{
		letter-spacing: 1px;
		color: #A4A4A4;
		padding:2px 0 2px 5px;
		font-size: 16px;
		border: solid 1px #BFBFBF;
	}
	.tab32{
		width: 45%;
		float: left;
		margin: 15px 2% 0px 0px;
		
	}
	.tab32 img{
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab32 p{
		width:90%;
		float: left;
		color: #8F8F8F;
		font-size: 18px;
		line-height: 24px;
		padding: 0;
		margin: 5px 10% 0px 0%;
		
	}
	.tab32 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab33{
		width: 40%;
		float: left;
		margin: 15px 30px 20px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt30{
		width: 40%;
		float: left;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
	}
	.txt30 samp{
		color: #eb0f29;
		width: 100%;
		float: left;
		font-size: 20px;
		margin: 5px 0 0px 0;
		 font-weight: bold;
		line-height: 26px;
	}
	.txt31{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 26px;
		color: #075D8E;
	}
	.txt31 samp{
		width: 100%;
		float: left;
		color: #686767;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.txt32{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 26px;
		color: #5A5858;
		margin: 30px 0 0 0;
	}
	.txt32 samp{
		font-size: 18px;
		line-height: 26px;
		float: none;
		color: #CC1114;
	}
	.tab34{
		width: 48%;
		float: left;
		margin: 15px 2% 20px 0px;
		
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	
	.tab34 p{
		line-height: 20px;
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		margin: 0px 0% 0px 2.5%;
		
	}
	.txt33{
		width: 100%;
		float: left;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
	}
	.txt34{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	.txt35{
		margin: 10px 0 10px 0;
		width: 300px;
		line-height: 44px;
		text-align: center;
		float: left;
		background: #00a1a3;
		color: #ffffff;
		font-size: 20px;
	}
	
	.tab35{
		width: 48%;
		margin: 0 2% 0 0;
		float: left;
		
	}
	.tab35 h1{
		background: none;
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 20px;
		line-height: 30px;
		text-align: left;
	}
	.tab35 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #676767;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.tab35 p img{
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab36{
		display: none;
	}
	.tab37{
		width: 48%;
		float: left;
		margin: 0 15px 1% 0px;
		border: solid 1px #d6d6d6;
	}
	.tab37 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.text1{
		width: 100%;
		color: #00a1a3;
		float: left;
		font-size: 18px;
		line-height: 26px;
	}
	.text2{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 10px 0;
		color: #222021;
	}
	.text3{
		font-weight: bold;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 10px 0;
		color: #222021;
	}
	.text4{
		border-bottom: dashed 1px #222021;
		padding: 0 0 10px 0;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 10px 0;
		color: #222021;
	}
}


@media only screen and (min-width: 897px) and (max-width:1024px) {/*針對平板*/
	.wrapper{
		width: 100%;
		float: none;
		margin: 0 auto 0 auto;		
	}	
	.top{
		width: 100%;
		float: left;
		height: 74px;
		background: #00a1a3;
	}
	.top2{
		width: 98%;
		margin: 0 auto 0 auto;
	}
	.txt1{
		float: left;
		width: 170px;
		line-height: 74px;
		color: #ffffff;
		font-size: 18px;
		margin: 0 0 0 15px;
		text-align: left;
	}
	.txt2{
		width: 340px;
		float: left;
		line-height: 74px;
		color: #ffffff;
		font-size: 18px;
		text-align: left;
		margin: 0 0 0 70px;
	}
	.txt3{
		width: 17px;
		float: right;
		line-height: 74px;
		text-align: left;
		margin: 0px 15px 20px 0;
		
	}
	.button{
		width: 100%;
		float: left;
		height: 80px;
	}
	.button2{
		width: 98%;
		margin: 0 auto 0 auto;
	}
	.logo{
		position: absolute;
		top:70px;
		z-index: 999;
		width: 20%;
		float: left;
		margin: 10px 0 0 0;
	}
	.button3{
		right:0;
		position: absolute;
		top:14%;
		width:100%; 
		text-align: right;
		float: right;
		margin: 0px 0 0 0;
		
	}
	.banner{
		width: 100%;
		float: left;
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width: 96%;
		float: right;
		margin: 40px 0 30px 0;
	}
	.nav1-2{
		width: 44%;
		float: left;
	}
	.tab1{
		width: 47%;
		border: solid 1px #e4e4e4;
		float: left;
		margin: 0 2% 0 0; 
	}
	.tab1 img{
		width: 100%;
		float: left;
		height:auto;
	}
	.tab1 img a{
		filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.tab1 img:hover{
		filter:alpha(opacity=0.8);
       opacity:0.8;
	}
	.tab2{
		width: 100%;
		float: left;
		text-align: center;
	}
	.tab2 h1{
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		padding: 0;
		line-height: 40px;
		border-bottom: dashed 1px #cfcfcf;
		text-align: center;
		color: #1e201f;
		font-size: 16px;
		overflow: hidden;
		font-weight: normal;
		white-space: nowrap;
    text-overflow: ellipsis;
	}
	.tab2 samp{
		overflow: hidden;
		height: 40px;
		color: #554e56;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		width: 90%;
		float: left;
		margin: 10px 5% 5px 5%;
	}
	.nav1-3{
		padding: 0 0 10px 0;
		width: 53%;
		float: right;
		background: #f9f8fe;
		border-radius:40px 0% 0% 40px;
	}
	.nav1-3 h1{
		letter-spacing: 1px;
		line-height: 44px;
		width:130px ;
		float: left;
		color: #222021;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		background: url("images/index/pic2.jpg") no-repeat left bottom;
		margin: 15px 0 0 5%;
		padding: 0;
		
	}
	.nav1-3 samp{
		width: 90%;
		float: left;
		margin: 10px 0 0 5%;
		color: #222021;
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	.txt4{
		width: 100%;
		float: left;
		text-align: right;
	}
	.txt4 a{
		text-decoration: none;
		color: #00a1a2;
		font-weight: bold;
		font-size: 15px;
	}
	.txt4 a:hover{
		color: #698236;
		
	}
    .nav2{
		background: url("images/index/bg1.jpg");
		width: 100%;
		float: left;
		margin: 0px 0 30px 0;
	}
	.nav2-1{
		width: 96%;
		margin: 0px auto 30px auto;
	}
	.nav2-2{
		width: 52%;
		float: left;
		margin: 10px 0 0px 2%;
	}
	.txt5{
		height: 44px;
		line-height: 44px;
		text-align: left;
		width: 300px;
		float: left;
		color: #1c2120;
		font-size: 17px;
		background: url("images/index/pic3.jpg") no-repeat left bottom;
	}
	.txt6{
		letter-spacing: 1px;
		width: 100%;
		;float: left;
		margin: 10px 0 0 0;
		color: #1c2120;
		font-size: 14px;
		line-height: 27px;
		text-align: left;
	}
	.nav2-3{
		border: solid 1px #e4e4e4;
		width: 40%;
		float: left;
		margin: 30px 0 30px 4%;
	}
	.nav2-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3{
		width: 100%;
		float: left;
		margin: 0px 0 15px 0;
	}
	.nav3-1{
		width: 98%;
		margin: 0px auto 30px auto;
	}
	.nav3-1 h1{
		font-size: 20px;
		width:130px;
		margin: 0 auto  20px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 5px #00a2a4;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.tab3{
		width: 31%;
		float: left;
		margin: 0 1% 15px 1%;
		border: solid 1px #e4e4e4;
	}
	.tab4{
		overflow:hidden;
		width: 100%;
		float: left;
	}
	.tab4 img{
		transform:scale(1,1);transition: all 1s ease-out;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab4 img:hover{
		transform:scale(1.2,1.2);
	}
	.txt7{
		width: 92%;
		margin: 0 4% 0  4%;
		float: left;
		line-height: 40px;
		border-bottom: dashed 1px #bfbfbf;
		color: #00a2a4;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		white-space: nowrap;
        text-overflow: ellipsis;
		
	}
	.txt8{
		font-size: 16px;
		text-align: center;
		color: #616161;
		line-height: 22px;
		width: 96%;
		float: left;
		margin: 10px auto 10px auto;
	}
	.nav4{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
		background: url("images/index/bg2.jpg") no-repeat;
	}
	.nav4-1{
		width: 96%;
		margin: 0px auto 40px auto;
	}
	.nav4-1 h1{
		font-size: 20px;
		width:130px;
		margin: 0 auto  20px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 5px #00a2a4;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.nav4-2{
		width: 100%;
		float: left;
		margin: 0 0% 25px 0%;
	}
	.tab5{
		width:28%;
		margin: 0 2% 0 0;
		float: left;
	}
	.tab5 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt9{
		letter-spacing: 1px;
		line-height: 36px;
		width: 70%;
		float: left;
		color: #1e201f;
		font-size: 18px;
		text-align: left;
	}
	.txt10{
		line-height: 25px;
		width: 70%;
		float: left;
		color: #9b9a99;
		font-size: 16px;
		text-align: left;
		height: 45px;
		overflow: hidden;
		margin: 0 0 1px 0;
		letter-spacing: 1px;
		
	}
	.txt11{}
	.txt11 a{
		text-decoration: none;
		color: #ffffff;
		font-size: 16px;
		width: 170px;
		float: left;
		margin: 10px 0 0 0;
		height: 46px;
		line-height: 46px;
		border-radius: 5px;
		background: #00a1a3;
		text-align: center;
	}
	.txt11 a:hover{
		color: #ffffff;
		background:#a2a39a;
	}
	.bottom{
		width: 100%;
		float: left;
		background: #00a1a3;
	}
	.bottom2{
		width: 100%;
		margin: 10px auto 0px auto;
	}
	.tab6{
		display: none;
		float: left;
		width: 25%;
		margin:24px 1% 0 2%;
	}
	.tab6 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab7{
		float: left;
		width:45%;
		margin: 0 0 0px 0%;
		border: none;
		
	}
	.tab7 samp{
		letter-spacing: 1px;
		width: 96%;
		float: left;
		margin: 4px 0 4px 4%;
		line-height: 24px;
		color: #ffffff;
		font-size: 14px;
	}
	.tab8{
		float: right;
		width:40%;
		margin: 85px 1% 10px 0;
	}
	.tab8 samp{
		letter-spacing: 1px;
		font-size: 14px;
		color: #ffffff;
		width: 100%;
		float: right;
		text-align: right;
	}
	.tit{
		width: 96%;
		margin: 0 auto 0 auto;
		text-align: right;
		
	}
	.tit a{
		letter-spacing: 1px;
		line-height: 40px;
		color: #333333;
		text-decoration: none;
		font-size: 15px;
	}
	.tit a:hover{
		color: #00a1a3;
		
	}
	.nav5{
		overflow: hidden;
		margin: 10px 0 0 0;
		width: 100%;
		background: url("images/about/bg2.jpg") repeat-x center bottom ;
	}
	
	.nav5-1{
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.nav5-1 h1{
		width: 130px;
		float: left;
		color: #222021;
		font-size: 20px;
		line-height: 44px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-1 p{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 6px 0 0 0;
		letter-spacing: 1px;
	}
	.nav5-1 samp{
		width: 65%;
		float: left;
		color: #222021;
		font-size: 16px;
		line-height: 30px;
	}
	.tab9{
		border: solid 1px #cccccc;
		width:32%;
		float: right;
		margin: 0 0 20px 0%;
		
	}
	.tab9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav5-2{
		width: 96%;
		margin: 40px auto 20px auto;
	}
	.nav5-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 20px;
		line-height: 44px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-3{
		width: 100%;
		float: left;
		margin:25px 0 0 0 ;
	}
	.nav5-3 h1{
		width: 100%;
		float: left;
		font-size: 20px;
		line-height: 50px;
		text-align: left;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line2.jpg") no-repeat left bottom;
	}
	.nav5-3 samp{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 26px;
		color: #222021;
		letter-spacing: 1px;
	}
	.nav5-4{
		width: 100%;
		float: left;
		background: #f8fcfd;
		margin: 20px 0 0 0;
		
	}
	.nav5-5{
		height: 60px;
		width: 96%;
		margin: 0px auto 0 auto;
	}
	
	.txt99{
		float: left;
		height: 40px;
		line-height: 40px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:32px;
		width: 42%;
		text-decoration: none;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #272727;
		margin: 0 23px 0 15px;
	}
	.txt99:hover{
		color: #00a1a3;
	}
	.txt100{
		float: left;
		height: 40px;
		line-height: 40px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:32px;
		width: 42%;
		text-decoration: none;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #00a1a3;
		margin: 0 23px 0 15px;
	}
	.txt100:hover{
		color: #00a1a3;
	}
	.txt97{
		float: left;
		
		line-height: 26px;
		background: url("images/about/icon1.png") no-repeat left 20px;
		text-indent:32px;
		width: 30%;
		text-decoration: none;
		padding:20px 0 0 0;
		letter-spacing: 1px;		
		font-size: 16px;
		text-align: left;
		color: #272727;
		margin: 0px 0px 10px 15px;
	}
	.txt97:hover{color:#00a1a3;}
	.txt98{
		float: left;
		
		line-height: 26px;
		background: url("images/about/icon1.png") no-repeat left 20px;
		text-indent:32px;
		width: 30%;
		text-decoration: none;
		padding:20px 0 0 0;
		letter-spacing: 1px;		
		font-size: 16px;
		text-align: left;
		color: #00a1a3;
		margin: 0px 0px 10px 15px;
	}
	.txt98:hover{
		color: #00a1a3;
	}
	.topbtn{
		position: fixed;
		right:25px;
		bottom: 50px;
		width: 35px;
		height: 35px;
		
	}
	.nav6{		
		margin: 30px 0 0 0;
		width: 100%;		
	}
	.nav6pic{		
		position: absolute;
		width:36%;
		right:0px;
		top:130px;
	}
	.nav6pic img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav6-1{
		position: relative;
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.nav6-1 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 20px;
		line-height: 44px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav6-2{
		width: 57%;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 15px 0 0 0;
		padding: 0 0 10px 0;
	}
	.nav6-2 p{
		color: #222021;
		font-size: 17px;
		line-height: 32px;
		text-align: left;
		margin: 0;
		padding: 0;
		border: none;
	}
	.nav6-2 samp{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.txt12{
	  width: 8px;
      height: 8px;
      background: #ccc;
	}
	
	.nav6-3{
		width:96%;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 0px 0 0 0;
		padding: 0 0 0px 0;
	}
	.nav6-3 p{
		color: #222021;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		
	}
	.nav6-4{
		width:96%;
		float: left;
		margin: 0px 0 0 0;
		padding: 0 0 0px 0;
	}
	.nav6-4 p{
		color: #222021;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		
	}
	.nav7{		
		margin: 0px 0 0 0;
		width: 100%;		
	}
	
	.nav7-1{		
		width: 96%;
		margin: 0 auto 0 auto;
		
	}
	.nav7-2{
		border-bottom: solid 1px #dcdcdc;
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.nav7-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 20px;
		line-height: 44px;
		margin: 10px 0 10px 0;;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav7-2 p{
		color: #222021;
		font-size: 15px;
		line-height: 20px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-2 samp{
		color: #222021;
		font-size: 15px;
		line-height: 22px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.nav7-3{
		border-bottom: solid 1px #dcdcdc;
		width: 56%;
		float: left;
		margin: 20px 0 0 0 ;
		padding: 0 0 40px 0;
		
		
	}
	
	.nav7-3 p{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-3 samp{
		color: #222021;
		font-size: 15px;
		line-height: 22px;
		width: 96%;
		float: left;
		margin: 0 0 0 17px;
		text-align: left;
	}
	.nav7-4{
		float: left;
		width:30% ;
		margin: 20px 0 0px 50px;
		
	}
	.nav7-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav7-5{
		width: 56%;
		float: left;
		margin: 20px 0 0 0 ;
		padding: 0 0 10px 0;
		padding-bottom: 20px;
		
	}
	
	.nav7-5 p{
		color: #00a1a3;
		font-size: 22px;
		line-height: 30px;
		width: 100%;
		float: left;
		font-weight: bold;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-5 samp{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		float: left;
		margin: 0 0 0 0px;
		text-align: left;
	}
	.nav7-6{
		float: left;
		width:30% ;
		margin: 20px 0 0px 50px;
		
	}
	.nav7-6 img{
		float: left;
		width:100% ;
		height: auto;
		
		
	}
	.nav8{		
		margin: 20px 0 0 0;
		width: 100%;		
	}
	
	.nav8-1{		
		width: 96%;
		margin: 0 auto 0 auto;
		
	}
	.nav8-2{
		width: 100%;
		float: left;
		padding: 0 0 0px 0;
	}
	.nav8-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 20px;
		line-height: 44px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav8-2 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 18px;
		line-height: 35px;
		text-align: left;
	}
	.txt13{
		float: left;
		width: 250px;
		line-height: 30px;
		text-align: center;		
		color: #ffffff;
		font-size:16px ;
		margin: 0px 0 5px 0;
		background: #707070;
	}
	.nav8-2 samp{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 15px;
		line-height: 30px;
		margin: 0px 0 5px 0;
		text-align: left;
	}
	.nav8-3{
		width: 48%;
		margin: 0 2% 0 0;
		float: left;
		
	}
	.nav8-3 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 18px;
		line-height: 35px;
		text-align: left;
	}
	.tab10{
		width:96%;
		float: left;
		margin: 10px 0 10px 0;
	}
	.tab10 img{
		width: 100%;
		float: left;
	}
	.tab11{
		width:48% ;
		float: left;
		margin: 10px 2% 10px 0;
	}
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-4{
		width: 100%;
		margin: 0 0% 0 0;
		float: left;
		
	}
	.nav8-4 p{
		margin: 5px 0 0px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 18px;
		line-height: 35px;
		text-align: left;
	}
	.nav8-5{
		width: 35%;
		margin: 10px 0% 0 0;
		float: left;
		
	}
	.nav8-5 p{
		margin: 5px 0 0px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 18px;
		line-height: 35px;
		text-align: left;
	}
	.tab12{
		width:96% ;
		float: left;
		margin: 0px 0px 0px 0;
	}
	.tab12 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9{		
		margin: 0px 0 0 0;
		width: 100%;	
		float: left;
	}
	
	.nav9-1{		
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		
	}
	.nav9-1 h1{
		width: 70%;
		float: left;
		color: #222021;
		font-size: 20px;
		line-height: 44px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
		
	}
	.tab13{
		width: 28%;
		float: right;
		margin: 10px 2% 0 0;
	}
	.tab14{
		width: 100%;
		border: solid 1px #bfbfbf;
		text-align: left;
		font-size: 15px;
		color: #4d4848;
		line-height: 32px;
	}
	.nav9-2{
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	.nav9-3{
		text-align: center;
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	}
	.txt14{
		text-align: center;
		margin: 0 5px 0 5px;
	}
	.txt14 a{
		text-decoration: none;
		background: #bababa;
		padding:4px 8px 4px 8px;
		border-radius: 30px;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
	}
	.txt14 a:hover{
		background: #00a1a3;
		color: #ffffff;
	}
	.nav9-4{
		border-left:solid 10px #0c898b;
		width: 99%;
		float: left;
		margin: 0px 0 10px 0;
		background: #00a1a3 url("images/contact/icon1.png") no-repeat 98% bottom;
	}
	.nav9-4 h1{
		border-bottom: solid 1px #ffffff;
		padding:10px 0 20px 0;
		width: 76%;
		margin: 2% 0 0 2%;
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		text-align: left;
		color: #ffffff;
	}
	.nav9-4 samp{
		width: 38%;
		margin: 20px 0% 25px 2%;
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		float: left;
		text-align: left;
	}
	.tab18{
		float: left;
		width: 10%;
		text-align: left;
	}
	.tab18 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-5{
		border: solid 1px #d0d0d0;
		width: 100%;
		float: left;
		height: 460px;
		margin: 15px 0 30px 0;
	}
	.nav9-6{
		width: 100%;
		float: left;
		margin: 0px 0 20px 0;
		padding-bottom: 15px;
		border-bottom: dashed 1px #D4D3D3;
	}
	.tab19{
		border: solid 1px #cccccc;
		width: 30.5%;
		float: left;
		margin: 0 2% 10px 0;
	}
	.tab19 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab20 {
		width:67%;
		float: left;
	}
	.txt15{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		color: #ffffff;
		background: #4aa5c3;
	}
	.txt15-2{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		color: #ffffff;
		background: #d8962f;
	}
	.txt15-3{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		color: #ffffff;
		background: #47a556;
	}
	.txt15-4{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		color: #ffffff;
		background: #e67474;
	}
	.txt16{
		letter-spacing: 1px;
		color: #1e201f;
		font-size: 16px;
		text-align: left;
		line-height: 30px;
		width: 100%;
		float: left;
	}
	.txt17{
		overflow: hidden;
		height: 50px;
		color: #9b9a99;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 4px 0;
		width: 100%;
		float: left;
	}
	.txt18{}
	.txt18 a{
		text-align: center;
		width: 150px;
		float: left;
		border-radius: 5px;
		background: #ffffff;
		border: solid 1px #00a1a3;
		color: #00a1a3;
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		text-decoration: none;
	}
	.txt18 a:hover{
		border: solid 1px #4aa5c3;
		color: #4aa5c3;
		
	}
	.tab21{
		width: 100%;
		float: left;
		margin: 0 0% 0px 0%;
	}
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-7{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.txt19{
		letter-spacing: 1px;
		color: #9b9a99;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 4px 0;
		width: 100%;
		float: left;
	}
	.txt20{}
	.txt20 a{	
		margin: 0 12px 0px 12px;
		padding: 10px 26px 10px 26px;
		text-align: center;
		background: #00a1a3;
		color: #ffffff;
		font-size: 16px;
		text-decoration: none;
	}
	.txt20 a:hover{
		background: #009d8d;
		color: #ffffff;
		
	}
	.txt21{
		font-size: 16px;
		width: 100px;
		line-height: 30px;
		color: #00a1a3;
	}
	.txt22{
		overflow: hidden;
		height: 70px;
		color: #444444;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 4px 0;
		width: 100%;
		float: left;
	}
	.txt23{		
		color: #292929;
		font-size: 18px;
		line-height: 32px;
		text-align: left;
		margin: 40px 0 0px 2%;
		width: 40%;
		float: left;
	}
	.tab22{
		float: left;
		width: 50%;
		float: left;
		margin: 0 0 20px 3%;
		border: solid 1px #d6d6d6;
	}
	.tab22 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt24{		
		color: #292929;
		font-size: 18px;
		line-height: 28px;
		text-align: left;
		margin: 0px 0 15px 0%;
		width: 100%;
		float: left;
	}
	.tab23{
		width:60% ;
		float: left;
		margin: 10px 0% 10px 0;
	}
	.tab23 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab24out{
		width:94%;
		margin: 15px  3% 0 3%;
		float: left;
		padding-top: 10px;
		border-top: dashed 1px #D0D0D0;
	}
	.tab24out-2{
		width: 47%;
		float: left;
		
	}
	.tab24out-3{
		width: 53%;
		float: left;
		
	}
	.tab24{		
		padding-top: 15px;
		font-size: 18px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 0px 0% 10px 0%;
	}
	.txt25{
		width: 100%;
		vertical-align: middle;
		float: left;
		
		margin: 10px 0 15px 0%;
		font-size: 15px;
	}
	.txt26{}
	.txt26 a{
		background: #ffffff;
		color:#3A3A3A;
		border: solid 1px #0060a3;
		margin: 0 0px 0px 10px;
		padding: 5px 10px 5px 10px;
		text-align: center;		
		font-size: 14px;
		text-decoration: none;
	}
	.txt26 a:hover{
		background: rgba(0,96,163,0.5);
		color: #ffffff;
			
		
	}
	.tab25{		
		padding-top: 15px;
		font-size: 18px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 10px 0% 10px 0%;
	}
	.tab26{
		width: 90%;
		float: left;
		margin: 0 0 10px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab26 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt27{
		width: 100%;
		float: left;
		font-size: 17px;
		line-height: 28px;
		color: #5C5B5B;
	}
	.txt28{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 24px;
		color: #ed184a;
	}
	.tab27{
		width: 45%;
		float: left;
		margin: 0 15px 10px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab27 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab28{
		width: 50%;
		float: left;
		margin: 20px 0px 20px 0px;
		
	}
	.tab28 h1{
		background:none;
		width: 100%;
		float: left;
		color:#F00C0C;
		font-size: 22px;
		text-align: left;
		margin: 0;
		line-height: 22px;
		padding: 0;
	}
	.tab28 samp{
		background:none;
		width: 100%;
		float: left;
		color:#076C90;
		font-size: 18px;
		text-align: left;
		margin: 15px 0 0 0;
		line-height: 22px;
		padding: 0;
	}
	.tab28 p{
		width: 100%;
		float: left;
		color: #6A6868;
		font-size: 18px;
		line-height: 26px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29{
		width: 100%;
		float: left;
		color: #2B2B2B;
		font-size: 18px;
		line-height: 20px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29 samp{
		float: none;
		font-weight: bold;
		color: #ff9e40;
	}
	.tab29{
		width: 48%;
		float: left;
		margin: 15px 2% 20px 0px;
		
	}
	.tab29 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab29-2{
		display: none;
	}
	.tab29 p{
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		line-height: 20px;
		padding: 0;
		margin: 0px 0% 0px 2.5%;
		
	}
	.tab29 h1{
		width: 98%;
		float: left;
		color: #2B2B2B;
		font-size: 17px;
		line-height:24px;
		padding: 0;
		margin: 5px 0% 0px 2%;
		background: none;
		
	}
	.tab29 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab30{
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
	}
	.tab30 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab30-1{
		display: none;
	}
	.tab30 h1{
		font-size: 20px;
		line-height: 26px;
		background: none;
		letter-spacing: 1px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		color: #D70B0F;
		font-weight: bold;
	}
	.tab31{
		width: 70%;		
		border: solid 1px #BFBFBF;
	}
	.tab31 tr td{
		letter-spacing: 1px;
		color: #A4A4A4;
		padding:2px 0 2px 5px;
		font-size: 16px;
		border: solid 1px #BFBFBF;
	}
	.tab32{
		width: 45%;
		float: left;
		margin: 15px 5% 0px 0px;
		
	}
	.tab32 img{
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab32 p{
		width:100%;
		float: left;
		color: #8F8F8F;
		font-size: 16px;
		line-height: 20px;
		padding: 0;
		margin: 5px 0% 0px 0%;
		
	}
	.tab32 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab33{
		width: 40%;
		float: left;
		margin: 15px 30px 20px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt30{
		width: 40%;
		float: left;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
	}
	.txt30 samp{
		color: #eb0f29;
		width: 100%;
		float: left;
		font-size: 20px;
		margin: 5px 0 0px 0;
		 font-weight: bold;
		line-height: 26px;
	}
	.txt31{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 26px;
		color: #075D8E;
	}
	.txt31 samp{
		width: 100%;
		float: left;
		color: #686767;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.txt32{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 20px;
		color: #5A5858;
		margin: 10px 0 0 0;
	}
	.txt32 samp{
		font-size: 18px;
		line-height: 26px;
		float: none;
		color: #CC1114;
	}
	.tab34{
		width: 48%;
		float: left;
		margin: 15px 2% 20px 0px;
		
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	
	.tab34 p{
		line-height: 20px;
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		margin: 0px 0% 0px 2.5%;
		
	}
	.txt33{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 22px;
		text-align: left;
	}
	.txt34{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	.txt35{
		margin: 10px 0 10px 0;
		width: 300px;
		line-height: 44px;
		text-align: center;
		float: left;
		background: #00a1a3;
		color: #ffffff;
		font-size: 20px;
	}
	
	.tab35{
		width: 48%;
		margin: 0 2% 0 0;
		float: left;
		
	}
	.tab35 h1{
		background: none;
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 18px;
		line-height: 35px;
		text-align: left;
	}
	.tab35 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #676767;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.tab35 p img{
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab36{
		display: none;
	}
	.tab37{
		width: 47.5%;
		float: left;
		margin: 0 15px 1% 0px;
		border: solid 1px #d6d6d6;
	}
	.tab37 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.text1{
		width: 100%;
		color: #00a1a3;
		float: left;
		font-size: 18px;
		line-height: 20px;
	}
	.text2{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 20px;
		margin: 7px 0 7px 0;
		color: #222021;
	}
	.text3{
		font-weight: bold;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 20px;
		margin: 7px 0 7px 0;
		color: #222021;
	}
	.text4{
		border-bottom: dashed 1px #222021;
		padding: 0 0 10px 0;
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 20px;
		margin: 7px 0 7px 0;
		color: #222021;
	}
	
}

@media only screen and (max-width: 666px) {/*針對手機*/
	.wrapper{
		width: 100%;
		float: none;
		margin: 0 auto 0 auto;		
	}	
	.top{
		height: 4px;
		width: 100%;
		float: left;		
		background: #00a1a3;
	}
	.top2{
		display: none;
		width: 98%;
		margin: 0 auto 0 auto;
	}
	.txt1{
		display: none;
		float: left;
		width: 80px;
		line-height: 60px;
		color: #ffffff;
		font-size: 15px;
		margin: 0 0 0 10px;
		text-align: left;
	}
	.txt2{
		display: none;
		width: 200px;
		float: left;
		line-height: 60px;
		color: #ffffff;
		font-size: 16px;
		text-align: left;
		margin: 0 0 0 10px;
	}
	.txt3{
		width: 17px;
		float: right;
		line-height: 60px;
		text-align: left;
		margin: 0px 10px 20px 0;
		
	}
	.button{
		background: #ffffff;
		width: 100%;
		float: left;
		
		top:0;
		margin: 0;
	}
	.button2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.logo{
		position: absolute;
		top:8px;
		z-index: 999;
		width: 46%;
		float: left;
		left:10px
		
	}
	.logo img{
		width: 100%;
		float: left;
		height: auto;
	}
	.button3{	
		background: none;
		position: absolute;
		top:5px;		
		text-align: right;
		width:100% ;
		float: right;
		margin: -10px 0 0 0;
	}
	.banner{
		margin: 60px 0 0 0;
		width: 100%;
		float: left;
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width: 98%;
		float: right;
		margin: 20px 0 10px 0;
	}
	.nav1-2{
		width: 100%;
		float: left;
	}
	.tab1{
		width: 47%;
		border: solid 1px #e4e4e4;
		float: left;
		margin: 0 2% 0 0; 
	}
	.tab1 img{
		width: 100%;
		float: left;
		height:auto;
	}
	.tab1 img a{
		filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.tab1 img:hover{
		filter:alpha(opacity=0.8);
       opacity:0.8;
	}
	.tab2{
		width: 100%;
		float: left;
		text-align: center;
	}
	.tab2 h1{
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		padding: 0;
		line-height: 40px;
		border-bottom: dashed 1px #cfcfcf;
		text-align: center;
		color: #1e201f;
		font-size: 15px;
		overflow: hidden;
		font-weight: normal;
		white-space: nowrap;
    text-overflow: ellipsis;
	}
	.tab2 samp{
		overflow: hidden;
		height: 35px;
		color: #554e56;
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		width: 90%;
		float: left;
		margin: 10px 5% 5px 5%;
	}
	.nav1-3{
		margin: 10px 0 0 0;
		padding: 0px 0 10px 0;
		width: 100%;
		float: left;
		background: #f9f8fe;
		
	}
	.nav1-3 h1{
		letter-spacing: 1px;
		line-height: 40px;
		width:120px ;
		float: left;
		color: #222021;
		font-size:18px;
		font-weight: normal;
		text-align: left;
		background: url("images/index/pic2.jpg") no-repeat left bottom;
		margin: 10px 0 0 3%;
		padding: 0;
		
	}
	.nav1-3 samp{
		width: 94%;
		float: left;
		margin: 10px 0 0 3%;
		color: #222021;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	.txt4{
		width: 100%;
		float: left;
		text-align: right;
	}
	.txt4 a{
		text-decoration: none;
		color: #00a1a2;
		font-weight: bold;
		font-size: 15px;
	}
	.txt4 a:hover{
		color: #698236;
		
	}
	.nav2{
		background: url("images/index/bg1.jpg");
		width: 100%;
		float: left;
		margin: 0px 0 20px 0;
	}
	.nav2-1{
		width: 90%;
		margin: 0px auto 15px auto;
	}
	.nav2-2{
		width: 100%;
		float: left;
		margin: 10px 0 0px 0%;
	}
	.txt5{
		height: 40px;
		line-height: 40px;
		text-align: left;
		width: 200px;
		float: left;
		color: #1c2120;
		font-size: 18px;
		background: url("images/index/pic3.jpg") no-repeat left bottom;
	}
	.txt6{
		letter-spacing: 1px;
		width: 100%;
		;float: left;
		margin: 10px 0 0 0;
		color: #1c2120;
		font-size: 14px;
		line-height: 26px;
		text-align: left;
	}
	.nav2-3{
		border: solid 1px #e4e4e4;
		width: 99%;
		float: left;
		margin: 15px 0 30px 0%;
	}
	.nav2-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3{
		width: 100%;
		float: left;
		margin: 0px 0 15px 0;
	}
	.nav3-1{
		width: 96%;
		margin: 0px auto 15px auto;
	}
	.nav3-1 h1{
		font-size: 18px;
		width:100px;
		margin: 0 auto  20px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 4px #00a2a4;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.tab3{
		width: 100%;
		float: left;
		margin: 0 0% 15px 0%;
		border: solid 1px #e4e4e4;
	}
	.tab4{
		overflow:hidden;
		width: 100%;
		float: left;
	}
	.tab4 img{
		transform:scale(1,1);transition: all 1s ease-out;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab4 img:hover{
		transform:scale(1.2,1.2);
	}
	.txt7{
		width: 96%;
		margin: 0 2% 0  2%;
		float: left;
		line-height: 40px;
		border-bottom: dashed 1px #bfbfbf;
		color: #00a2a4;
		font-size: 16px;
		line-height: 36px;
		text-align: center;
		white-space: nowrap;
        text-overflow: ellipsis;
		
	}
	.txt8{
		font-size: 15px;
		text-align: center;
		color: #616161;
		line-height: 24px;
		width: 96%;
		float: left;
		margin: 5px auto 5px auto;
	}
	.nav4{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
		background: url("images/index/bg2.jpg") no-repeat;
	}
	.nav4-1{
		width: 96%;
		margin: 0px auto 40px auto;
	}
	.nav4-1 h1{
		font-size: 18px;
		width:100px;
		margin: 0 auto  20px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 4px #00a2a4;
		height: 40px;
		line-height: 40px;
		text-align: center;
	
	}
	.nav4-2{
		width: 100%;
		float: left;
		margin: 0 0% 25px 0%;
	}
	.tab5{
		width:100%;
		margin: 0 0% 10px 0;
		float: left;
	}
	.tab5 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt9{
		letter-spacing: 1px;
		line-height: 22px;
		width: 100%;
		float: left;
		color: #1e201f;
		font-size: 16px;
		text-align: left;
	}
	.txt10{
		line-height: 22px;
		width: 100%;
		float: left;
		color: #9b9a99;
		height: 70px;
		overflow: hidden;
		font-size: 14px;
		text-align: left;
		margin: 0 0 0px 0;
		letter-spacing: 1px;
		
	}
	.txt11{}
	.txt11 a{
		text-decoration: none;
		color: #ffffff;
		font-size: 15px;
		width: 130px;
		float: left;
		margin: 10px 0 0 0;
		height: 36px;
		line-height: 40px;
		border-radius: 5px;
		background: #00a1a3;
		text-align: center;
	}
	.txt11 a:hover{
		color: #ffffff;
		background: #a2a39a;
	}
	.bottom{
		width: 100%;
		float: left;
		background: #00a1a3;
	}
	.bottom2{
		width: 100%;
		margin: 10px auto 0px auto;
	}
	.tab6{
		display: none;
		float: left;
		width: 25%;
		margin:24px 1% 0 2%;
	}
	.tab6 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab7{
		float: left;
		width:100%;
		margin: 0 0 0px 0%;
		
	}
	.tab7 samp{
		letter-spacing: 1px;
		width: 96%;
		float: left;
		margin: 4px 0 4px 4%;
		line-height: 20px;
		color: #ffffff;
		font-size: 14px;
	}
	.tab8{
		padding: 8px 5% 8px 5%;
		text-align: center;
		border-top: dotted 1px #ffffff;
		float: left;
		width:90%;
		
	}
	.tab8 samp{
		margin: 3px 0% 0px 2%;
		letter-spacing: 1px;
		font-size: 14px;
		color: #ffffff;
		width: 90%;
		float: left;
		text-align: left;
	}
	.tit{
		width: 98%;
		margin: 0 auto 0 auto;
		text-align: right;
		
	}
	.tit a{
		letter-spacing: 1px;
		line-height: 32px;
		color: #333333;
		text-decoration: none;
		font-size: 13px;
	}
	.tit a:hover{
		color: #00a1a3;
		
	}
	.nav5{
		overflow: hidden;
		margin: 0px 0 0 0;
		width: 100%;
		background: url("images/about/bg2.jpg") repeat-x center bottom ;
	}
	
	.nav5-1{
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.nav5-1 h1{
		width: 130px;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 40px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-1 p{
		color: #222021;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 4px 0 0 0;
		letter-spacing: 1px;
	}
	.nav5-1 samp{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 14px;
		line-height: 22px;
	}
	.tab9{
		border: solid 1px #cccccc;
		width:96%;
		float: left;
		margin: 20px 2% 20px 2%;
		
	}	
	.tab9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav5-2{
		width: 96%;
		margin: 20px auto 10px auto;
	}
	.nav5-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 40px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-3{
		width: 100%;
		float: left;
		margin:5px 0 0 0 ;
	}
	.nav5-3 h1{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 15px;
		text-align: left;
		margin:5px 0 0  0;
		
		font-weight: normal;
		background: url("images/about/line2.jpg") no-repeat left bottom;
	}
	.nav5-3 samp{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 22px;
		color: #222021;
		margin: 0 0 20px 0;
		letter-spacing: 1px;
	}
	.nav5-4{
		width: 100%;
		float: left;
		background: #f8fcfd;
		margin: 20px 0 0 0;
		
	}
	.nav5-5{
		width: 96%;
		margin: 0px auto 0 auto;
	}
	
	.txt99{
		float: left;
		height: 36px;
		line-height:36px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:28px;
		width: 100%;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #272727;
		margin: 0 0px 0 0px;
	}
	.txt99:hover{color: #00a1a3;}
	.txt100{
		float: left;
		height: 36px;
		line-height:36px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:28px;
		width: 100%;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 16px;
		text-align: left;
		color: #00a1a3;
		margin: 0 0px 0 0px;
	}
	.txt100:hover{
		color: #00a1a3;
	}
	.txt97{
		float: left;		
		
		background: url("images/about/icon1-2.png") no-repeat left 5px;
		text-indent:32px;
		width: 100%;
		text-decoration: none;
		padding:5px 0 0 0;
		letter-spacing: 1px;		
		font-size: 15px;
		text-align: left;
		color: #272727;
		margin: 0px 0px 5px 5px;
		line-height: 22px;
	}
	.txt97:hover{color:#00a1a3;}
	.txt98{
		float: left;		
		
	    line-height: 22px;
		background: url("images/about/icon1-2.png") no-repeat left 5px;
		text-indent:32px;
		width: 100%;
		text-decoration: none;
		padding:5px 0 0 0;
		letter-spacing: 1px;		
		font-size: 15px;
		text-align: left;
		color: #00a1a3;
		margin: 0px 0px 5px 5px;
	}
	.txt98:hover{
		color: #00a1a3;
	}
	.topbtn{
		position: fixed;
		right:5px;
		bottom: 50px;
		width: 30px;
		height: 30px;
		
	}
	.nav6{		
		margin: 0px 0 0 0;
		width: 100%;		
	}
	.nav6pic{		
		float: left;
		width:80%;
		margin: 0 0 0px 0;
	}
	.nav6pic img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav6-1{
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.nav6-1 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav6-2{
		width: 100%;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 10px 0 0 0;
		padding: 0 0 10px 0;
	}
	.nav6-2 p{
		color: #222021;
		font-size: 17px;
		line-height: 32px;
		text-align: left;
		margin: 0;
		padding: 0;
		border: none;
	}
	.nav6-2 samp{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.txt12{
	  width: 8px;
      height: 8px;
      background: #ccc;
	}
	
	.nav6-3{
		width:96%;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 0px 0 0 0;
		padding: 8px 0 0px 0;
	}
	.nav6-3 p{
		color: #222021;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		
	}
	.nav6-4{
		width:96%;
		float: left;
		margin: 0px 0 0 0;
		padding: 8px 0 0px 0;
	}
	.nav6-4 p{
		color: #222021;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		
	}
	.nav7{		
		margin: 0px 0 0 0;
		width: 100%;		
	}
	
	.nav7-1{		
		width: 96%;
		margin: 0 auto 0 auto;
		
	}
	.nav7-2{
		border-bottom: solid 1px #dcdcdc;
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.nav7-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0 10px 0;;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav7-2 p{
		color: #222021;
		font-size: 17px;
		line-height: 32px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-2 samp{
		color: #222021;
		font-size: 16px;
		line-height: 22px;
		width: 98%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.nav7-3{
		border-bottom: solid 1px #dcdcdc;
		width: 100%;
		float: left;
		margin: 10px 0 0 0 ;
		padding: 0 0 10px 0;
		
		
	}
	
	.nav7-3 p{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-3 samp{
		color: #222021;
		font-size: 16px;
		line-height: 22px;
		width: 96%;
		float: left;
		margin: 0 0 0 5px;
		text-align: left;
	}
	.nav7-4{
		float: left;
		width:98% ;
		margin: 10px 0 0px 0;
		
	}
	.nav7-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav7-5{
		width: 100%;
		float: left;
		margin: 10px 0 0 0 ;
		padding: 0 0 10px 0;
		padding-bottom: 0px;
		
	}
	
	.nav7-5 p{
		color: #00a1a3;
		font-size: 22px;
		line-height: 30px;
		width: 100%;
		float: left;
		font-weight: bold;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-5 samp{
		color: #222021;
		font-size: 16px;
		line-height: 22px;
		width: 100%;
		float: left;
		margin: 0 0 0 0px;
		text-align: left;
	}
	.nav7-6{
		float: left;
		width:98% ;
		margin: 10px 0 0px 0px;
		
	}
	.nav7-6 img{
		float: left;
		width:100% ;
		height: auto;
		
		
	}
	.nav8{		
		margin: 20px 0 0 0;
		width: 100%;		
	}
	
	.nav8-1{		
		width: 96%;
		margin: 0 auto 0 auto;
		
	}
	.nav8-2{
		width: 100%;
		float: left;
		padding: 0 0 0px 0;
	}
	.nav8-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav8-2 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	.txt13{
		float: left;
		width: 250px;
		line-height: 26px;
		text-align: center;		
		color: #ffffff;
		font-size:15px ;
		margin: 0px 0 5px 0;
		background: #707070;
	}
	.nav8-2 samp{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0 5px 0;
		text-align: left;
	}
	.nav8-3{
		width: 100%;
		margin: 0 0% 0 0;
		float: left;
		
	}
	.nav8-3 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	.tab10{
		width:98%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.tab10 img{
		width: 100%;
		float: left;
	}
	.tab11{
		width:100% ;
		float: left;
		margin: 10px 0% 10px 0;
	}
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-4{
		width: 100%;
		margin: 0 0% 0 0;
		float: left;
		
	}
	.nav8-4 p{
		margin: 5px 0 0px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
	.nav8-5{
		width: 100%;
		margin: 10px 0% 0 0;
		float: left;
		
	}
	.nav8-5 p{
		margin: 5px 0 0px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	.tab12{
		width:96% ;
		float: left;
		margin: 0px 0px 0px 0;
	}
	.tab12 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9{		
		margin: 0px 0 0 0;
		width: 100%;	
		float: left;
	}
	
	.nav9-1{		
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		
	}
	.nav9-1 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
		
	}
	.tab13{
		width: 70%;
		float: right;
		margin: 10px 0 0 0;
	}
	.tab14{
		width: 100%;
		border: solid 1px #bfbfbf;
		text-align: left;
		font-size: 15px;
		color: #4d4848;
		line-height: 32px;
	}
	.nav9-2{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
	}
	.nav9-3{
		text-align: center;
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	}
	.txt14{
		text-align: center;
		margin: 0 5px 0 5px;
		
	}
	.txt14 a{
		text-decoration: none;
		background: #bababa;
		padding:4px 8px 4px 8px;
		border-radius: 30px;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
	}
	.txt14 a:hover{
		background: #00a1a3;
		color: #ffffff;
	}
	.nav9-4{
		border-left:solid 10px #0c898b;
		width: 100%;
		float: left;
		margin: 5px 0 10px 0;
		background: #00a1a3 ;
		padding: 0 0 10px 0;
	}
	.nav9-4 h1{
		border-bottom: solid 1px #ffffff;
		padding:10px 0 10px 0;
		width: 96%;
		margin: 2% 0 0 2%;
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		text-align: left;
		color: #ffffff;
	}
	.nav9-4 samp{
		width: 96%;
		margin: 10px 2% 0px 2%;
		color: #ffffff;
		font-size: 16px;
		line-height: 22px;
		float: left;
		text-align: left;
	}
	.tab18{
		float: left;
		width: 10%;
		text-align: left;
	}
	.tab18 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-5{
		border: solid 1px #d0d0d0;
		width: 100%;
		float: left;
		height: 360px;
		margin: 5px 0 15px 0;
	}
	.nav9-6{
		padding-bottom: 15px;
		border-bottom: dashed 1px #D4D3D3;
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
		
	}
	.tab19{
		border: solid 1px #cccccc;
		width: 100%;
		float: left;
		margin: 0 0% 10px 0;
	}
	.tab19 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab20 {
		width:100%;
		float: left;
	}
	.txt15{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		color: #ffffff;
		background: #4aa5c3;
	}
	.txt15-2{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		color: #ffffff;
		background: #d8962f;
	}
	.txt15-3{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		color: #ffffff;
		background: #47a556;
	}
	.txt15-4{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		color: #ffffff;
		background: #e67474;
	}
	.txt16{
		letter-spacing: 1px;
		color: #1e201f;
		font-size: 16px;
		text-align: left;
		line-height: 30px;
		width: 100%;
		margin: 5px 0 0 0;
		float: left;
	}
	.txt17{
		overflow: hidden;
		height: 40px;
		color: #9b9a99;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		margin: 0 0 4px 0;
		width: 100%;
		float: left;
	}
	.txt18{}
	.txt18 a{
		text-align: center;
		width: 120px;
		float: left;
		border-radius: 5px;
		background: #ffffff;
		border: solid 1px #00a1a3;
		color: #00a1a3;
		font-size: 15px;
		line-height: 36px;
		height: 36px;
		text-decoration: none;
	}
	.txt18 a:hover{
		border: solid 1px #4aa5c3;
		color: #4aa5c3;
		
	}
	.tab21{
		width: 100%;
		float: left;
		margin: 0 0% 0px 0%;
	}
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-7{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.txt19{
		letter-spacing: 1px;
		color: #9b9a99;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
	}
	.txt20{}
	.txt20 a{
		margin: 0 10px 0px 10px;
		padding: 10px 22px 10px 22px;
		text-align: center;
		background: #00a1a3;
		color: #ffffff;
		font-size: 14px;
		text-decoration: none;
	}
	.txt20 a:hover{
		background: #009d8d;
		color: #ffffff;
		
	}
	.txt21{
		
		
		color: #00a1a3;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 4px 0;
		width: 100%;
		float: left;
	}
	.txt22{
		color: #9b9a99;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
	}
	.txt23{		
		color: #292929;
		font-size: 15px;
		line-height: 26px;
		text-align: left;
		margin: 10px 0 10px 0%;
		width: 100%;
		float: left;
	}
	.tab22{
		float: left;
		width: 98%;
		float: left;
		margin: 0 0 10px 0%;
		border: solid 1px #d6d6d6;
	}
	.tab22 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt24{		
		color: #292929;
		font-size: 15px;
		line-height: 24px;
		text-align: left;
		margin: 0px 0 10px 0%;
		width: 100%;
		float: left;
	}
	.txt24 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab23{
		width:100% ;
		float: left;
		margin: 10px 0% 10px 0;
	}
	.tab23 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab24out{
		width:100%;
		margin: 10px  0% 0 0%;
		float: left;
		padding-top:0px;
		border-top: dashed 1px #D0D0D0;
	}
	.tab24out-2{
		width: 100%;
		float: left;
		
	}
	.tab24out-3{
		width: 100%;
		float: left;
		
	}
	.tab24{		
		padding-top: 10px;
		font-size: 16px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 0px 0% 10px 0%;
	}
	.txt25{
		width: 100%;
		float: left;
		margin: 5px 0 10px 0%;
		font-size: 15px;
		line-height: 20px;
		float: left;
	}
	.txt26{}
	.txt26 a{
		background: #ffffff;
		color:#3A3A3A;		
		border: solid 1px #0060a3;
		margin: 7px 0px 0px 10px;
		padding: 5px 10px 5px 10px;
		text-align: center;
		text-align: center;		
		font-size: 14px;
		text-decoration: none;
	}
	.txt26 a:hover{
		background: rgba(0,96,163,0.5);
		color: #ffffff;
			
		
	}
	.tab25{		
		padding-top: 5px;
		font-size: 16px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 10px 0% 10px 0%;
	}
	.tab26{
		width: 100%;
		float: left;
		margin: 0 0 10px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab26 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt27{
		color: #292929;
		font-size: 15px;
		line-height: 22px;
		text-align: left;
		margin: 0px 0 10px 0%;
		width: 100%;
		float: left;
	}
	.txt28{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 20px;
		color: #ed184a;
	}
	.tab27{
		width: 100%;
		float: left;
		margin: 0 0px 10px 0px;
		
	}
	.tab27 img{
		border: solid 1px #d6d6d6;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab28{
		width: 100%;
		float: left;
		margin: 20px 0px 0px 0px;
		
	}
	.tab28 h1{
		background: none;
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
		font-size: 20px;
		line-height: 24px;
		color: #ed184a;
	}
	.tab28 samp{
		background:none;
		width: 100%;
		float: left;
		color:#076C90;
		font-size: 16px;
		text-align: left;
		margin: 10px 0 0 0;
		line-height: 22px;
		padding: 0;
	}
	.tab28 p{
		width: 100%;
		float: left;
		color: #6A6868;
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29{
		width: 100%;
		float: left;
		color: #2B2B2B;
		font-size: 18px;
		line-height: 20px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29 samp{
		float: none;
		font-weight: bold;
		color: #ff9e40;
	}
	.tab29{
		width: 100%;
		float: left;
		margin: 0px 0% 10px 0px;
		
	}
	.tab29 img{
		display: none;
		float: none;
	}
	.tab29-2{
		width: 100%;
		float: left;
	}
	.tab29-2 img{
		margin: 5px 0 5px 0;
		display: block;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab29 p{
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		margin: 0px 0% 0px 2.5%;
		
	}
	.tab29 h1{
		width: 98%;
		float: left;
		color: #2B2B2B;
		font-size: 17px;
		line-height:24px;
		padding: 0;
		margin: 5px 0% 0px 2%;
		background: none;
		
	}
	.tab29 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab30{
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
	}
	.tab30 img{
		display: none;
	}
	.tab30-1{
		width: 100%;
		float: left;
	}
	.tab30-1 img{
		display: block;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab30 h1{
		font-size: 16px;
		line-height: 20px;
		background: none;
		letter-spacing: 1px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		color: #D70B0F;
		font-weight: bold;
	}
	.tab31{
		width: 100%;		
		border: solid 1px #BFBFBF;
	}
	.tab31 tr td{
		letter-spacing: 1px;
		color: #A4A4A4;
		padding:2px 0 2px 5px;
		font-size: 16px;
		border: solid 1px #BFBFBF;
	}
	.tab32{
		width: 100%;
		float: left;
		margin: 5px 0% 0px 0px;
		
	}
	.tab32 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab32 p{
		width:100%;
		float: left;
		color: #8F8F8F;
		font-size: 16px;
		line-height: 20px;
		padding: 0;
		margin: 5px 0% 0px 0%;
		
	}
	.tab32 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab33{
		width: 100%;
		float: left;
		margin: 15px 10px 0px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt30{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	.txt30 samp{
		color: #eb0f29;
		width: 100%;
		float: left;
		font-size: 16px;
		margin: 5px 0 0px 0;
		 font-weight: bold;
		line-height: 22px;
	}
	.txt31{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 22px;
		color: #075D8E;
	}
	.txt31 samp{
		width: 100%;
		float: left;
		color: #686767;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.txt32{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 20px;
		color: #5A5858;
		margin: 10px 0 0 0;
	}
	.txt32 samp{
		font-size: 16px;
		line-height: 20px;
		float: none;
		color: #CC1114;
	}
	.tab34{
		width: 100%;
		float: left;
		margin: 10px 0% 10px 0px;
		
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	
	.tab34 p{
		line-height: 20px;
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		margin: 0px 0% 0px 2.5%;
		
		
	}
	.txt33{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 22px;
		text-align: left;
	}
	.txt34{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 22px;
		text-align: left;
	}
	.txt35{
		margin: 5px 0 5px 0;
		width: 50%;
		line-height: 36px;
		text-align: center;
		float: left;
		background: #00a1a3;
		color: #ffffff;
		font-size: 16px;
	}
	
	.tab35{
		width: 100%;
		margin: 0 0% 0 0;
		float: left;
		
	}
	.tab35 h1{
		background: none;
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
	.tab35 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
	}
	.tab35 p img{
		display: none;
	}
	.tab36{
		display: block;
		width: 100%;
		float: left;
	}
	.tab36 img{
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab37{
		width: 99%;
		float: left;
		margin: 0 15px 1% 0px;
		border: solid 1px #d6d6d6;
	}
	.tab37 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.text1{
		width: 100%;
		color: #00a1a3;
		float: left;
		font-size: 18px;
		line-height: 20px;
	}
	.text2{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 18px;
		margin: 5px 0 5px 0;
		color: #222021;
	}
	.text3{
		font-weight: bold;
		width: 100%;
		float: left;
		font-size: 17px;
		line-height: 20px;
		margin: 5px 0 5px 0;
		color: #222021;
	}
	.text4{
		border-bottom: dashed 1px #222021;
		padding: 0 0 10px 0;
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 18px;
		margin: 5px 0 5px 0;
		color: #222021;
	}
}

@media screen and (min-width: 667px)and (max-width:898px) {/*針對橫著放的手機*/
	.wrapper{
		width: 100%;
		float: none;
		margin: 0 auto 0 auto;		
	}	
	.top{
		width: 100%;
		float: left;
		height: 60px;
		background: #00a1a3;
	}
	.top2{
		width: 98%;
		margin: 0 auto 0 auto;
	}
	.txt1{
		float: left;
		width: 180px;
		line-height: 60px;
		color: #ffffff;
		font-size: 15px;
		margin: 0 0 0 10px;
		text-align: left;
	}
	.txt2{
		width: 270px;
		float: left;
		line-height: 60px;
		color: #ffffff;
		font-size: 15px;
		text-align: left;
		margin: 0 0 0 40px;
	}
	.txt3{
		width: 17px;
		float: right;
		line-height: 60px;
		text-align: left;
		margin: 0px 10px 20px 0;
		
	}
	.button{
		background: #ffffff;
		width: 100%;
		float: left;
		height: 60px;
	}
	.button2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.logo{
		position: absolute;
		top:60px;
		z-index: 999;
		width: 30%;
		float: left;
		margin: 10px 0 0 10px;
	}
	.logo img{
		width: 100%;
		float: left;
		height: auto;
	}
	.button3{
		position: absolute;
		top:65px;
		width:100% ;
		float: right;
		right:0px;
		margin: -30px 0px 0 0;
	}
	.banner{
		width: 100%;
		float: left;
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width: 98%;
		float: right;
		margin: 30px 0 20px 0;
	}
	.nav1-2{
		width: 44%;
		float: left;
	}
	.tab1{
		width: 47%;
		border: solid 1px #e4e4e4;
		float: left;
		margin: 0 2% 0 0; 
	}
	.tab1 img{
		width: 100%;
		float: left;
		height:auto;
	}
	.tab1 img a{
		filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.tab1 img:hover{
		filter:alpha(opacity=0.8);
       opacity:0.8;
	}
	.tab2{
		width: 100%;
		float: left;
		text-align: center;
	}
	.tab2 h1{
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		padding: 0;
		line-height: 40px;
		border-bottom: dashed 1px #cfcfcf;
		text-align: center;
		color: #1e201f;
		font-size: 15px;
		overflow: hidden;
		font-weight: normal;
		white-space: nowrap;
    text-overflow: ellipsis;
	}
	.tab2 samp{
		overflow: hidden;
		height: 35px;
		color: #554e56;
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		width: 90%;
		float: left;
		margin: 10px 5% 5px 5%;
	}
	.nav1-3{
		padding: 0 0 10px 0;
		width: 53%;
		float: right;
		background: #f9f8fe;
		border-radius:30px 0% 0% 30px;
	}
	.nav1-3 h1{
		letter-spacing: 1px;
		line-height: 40px;
		width:120px ;
		float: left;
		color: #222021;
		font-size:16px;
		font-weight: normal;
		text-align: left;
		background: url("images/index/pic2.jpg") no-repeat left bottom;
		margin: 10px 0 0 5%;
		padding: 0;
		
	}
	.nav1-3 samp{
		width: 90%;
		float: left;
		margin: 10px 0 0 5%;
		color: #222021;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 1px;
	}
	.txt4{
		width: 100%;
		float: left;
		text-align: right;
	}
	.txt4 a{
		text-decoration: none;
		color: #00a1a2;
		font-weight: bold;
		font-size: 15px;
	}
	.txt4 a:hover{
		color: #698236;
		
	}
     .nav2{
		background: url("images/index/bg1.jpg");
		width: 100%;
		float: left;
		margin: 0px 0 20px 0;
	}
	.nav2-1{
		width: 98%;
		margin: 0px auto 20px auto;
	}
	.nav2-2{
		width: 54%;
		float: left;
		margin: 10px 0 0px 0%;
	}
	.txt5{
		height: 36px;
		line-height: 36px;
		text-align: left;
		width: 250px;
		float: left;
		color: #1c2120;
		font-size: 16px;
		background: url("images/index/pic3.jpg") no-repeat left bottom;
	}
	.txt6{
		letter-spacing: 1px;
		width: 100%;
		;float: left;
		margin: 10px 0 0 0;
		color: #1c2120;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}
	.nav2-3{
		border: solid 1px #e4e4e4;
		width: 43%;
		float: left;
		margin: 55px 0 30px 2%;
	}
	.nav2-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3{
		width: 100%;
		float: left;
		margin: 0px 0 15px 0;
	}
	.nav3-1{
		width: 98%;
		margin: 0px auto 15px auto;
	}
	.nav3-1 h1{
		font-size: 16px;
		width:100px;
		margin: 0 auto  20px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 4px #00a2a4;
		height: 36px;
		line-height: 36px;
		text-align: center;
	}
	.tab3{
		width: 31%;
		float: left;
		margin: 0 1% 15px 1%;
		border: solid 1px #e4e4e4;
	}
	.tab4{
		overflow:hidden;
		width: 100%;
		float: left;
	}
	.tab4 img{
		transform:scale(1,1);transition: all 1s ease-out;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab4 img:hover{
		transform:scale(1.2,1.2);
	}
	.txt7{
		width: 96%;
		margin: 0 2% 0  2%;
		float: left;
		line-height: 40px;
		border-bottom: dashed 1px #bfbfbf;
		color: #00a2a4;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		white-space: nowrap;
        text-overflow: ellipsis;
		
	}
	.txt8{
		font-size: 13px;
		text-align: center;
		color: #616161;
		line-height: 20px;
		width: 96%;
		float: left;
		margin: 5px auto 5px auto;
	}
	.nav4{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
		background: url("images/index/bg2.jpg") no-repeat;
	}
	.nav4-1{
		width: 96%;
		margin: 0px auto 40px auto;
	}
	.nav4-1 h1{
		font-size: 16px;
		width:100px;
		margin: 0 auto  20px  auto;
		padding: 0;
		font-weight: normal;
		border-bottom: solid 4px #00a2a4;
		height: 36px;
		line-height: 36px;
		text-align: center;
	
	}
	.nav4-2{
		width: 100%;
		float: left;
		margin: 0 0% 25px 0%;
	}
	.tab5{
		width:40%;
		margin: 0 2% 0 0;
		float: left;
	}
	.tab5 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt9{
		letter-spacing: 1px;
		line-height: 30px;
		width: 58%;
		float: left;
		color: #1e201f;
		font-size: 16px;
		text-align: left;
	}
	.txt10{
		line-height: 22px;
		width: 58%;
		float: left;
		color: #9b9a99;
		font-size: 14px;
		letter-spacing: 1px;
		text-align: left;
		height: 70px;
		overflow: hidden;
		margin: 0 0 1px 0;
		
	}
	.txt11{}
	.txt11 a{
		text-decoration: none;
		color: #ffffff;
		font-size: 15px;
		width: 130px;
		float: left;
		margin: 10px 0 0 0;
		height: 36px;
		line-height: 40px;
		border-radius: 5px;
		background: #00a1a3;
		text-align: center;
	}
	.txt11 a:hover{
		color: #ffffff;
		background: #a2a39a;
	}
	.bottom{
		width: 100%;
		float: left;
		background: #00a1a3;
	}
	.bottom2{
		width: 100%;
		margin: 10px auto 0px auto;
	}
	.tab6{
		display: none;
		float: left;
		width: 25%;
		margin:24px 1% 0 2%;
	}
	.tab6 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab7{
		float: left;
		width:45%;
		
		margin: 0 0 0px 0%;
		
	}
	.tab7 samp{
		letter-spacing: 1px;
		width: 96%;
		float: left;
		margin: 4px 0 4px 4%;
		line-height: 24px;
		color: #ffffff;
		font-size: 14px;
	}
	.tab8{
		 
		float: right;
		width:40%;
		margin: 85px 1% 10px 0;
	}
	.tab8 samp{
		letter-spacing: 1px;
		font-size: 14px;
		color: #ffffff;
		width: 100%;
		float: right;
		text-align: right;
	}
	.tit{
		width: 96%;
		margin: 0 auto 0 auto;
		text-align: right;
		
	}
	.tit a{
		letter-spacing: 1px;
		line-height: 30px;
		color: #333333;
		text-decoration: none;
		font-size: 14px;
	}
	.tit a:hover{
		color: #00a1a3;
		
	}
	.nav5{
		overflow: hidden;
		margin: 0px 0 0 0;
		width: 100%;
		background: url("images/about/bg3.jpg") repeat-x center bottom ;
		padding: 0 0 10px 0;
	}
	
	.nav5-1{
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.nav5-1 h1{
		width: 130px;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0  10px 0 ;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-1 p{
		color: #222021;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 6px 0 0 0;
		letter-spacing: 1px;
	}
	.nav5-1 samp{
		width: 65%;
		float: left;
		color: #222021;
		font-size: 15px;
		line-height: 26px;
	}
	.tab9{
		border: solid 1px #cccccc;
		width:32%;
		float: right;
		margin:7% 0 20px 0%;
		
	}	
	.tab9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav5-2{
		width: 96%;
		margin: 20px auto 20px auto;
	}
	.nav5-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav5-3{
		width: 100%;
		float: left;
		margin:5px 0 0 0 ;
	}
	.nav5-3 h1{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 50px;
		text-align: left;
		margin: 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line2.jpg") no-repeat left bottom;
	}
	.nav5-3 samp{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 26px;
		color: #222021;
		letter-spacing: 1px;
	}
	.nav5-4{
		width: 100%;
		float: left;
		background: #f8fcfd;
		margin: 20px 0 0 0;
		
	}
	.nav5-5{
		height: 50px;
		width: 96%;
		margin: 0px auto 0 auto;
	}
	
	.txt99{
		float: left;
		height: 40px;
		line-height:40px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:32px;
		width: 44%;
		text-decoration:none;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 15px;
		text-align: left;
		color: #272727;
		margin: 0 1% 0 1%;
	}
	.txt99:hover{color: #00a1a3;}
	.txt100{
		float: left;
		height: 40px;
		line-height:40px;
		background: url("images/about/icon1.png") no-repeat left center;
		text-indent:32px;
		width: 45%;
		text-decoration: none;
		padding: 0;
		letter-spacing: 1px;
		margin: 0;
		font-size: 15px;
		text-align: left;
		color: #00a1a3;
		margin: 0 1% 0 1%;
	}
	.txt100:hover{
		color: #00a1a3;
	}
	.txt97{
		float: left;
		
		line-height: 26px;
		background: url("images/about/icon1.png") no-repeat left 20px;
		text-indent:28px;
		width: 45%;
		text-decoration: none;
		padding:20px 0 0 0;
		letter-spacing: 1px;		
		font-size: 16px;
		text-align: left;
		color: #272727;
		margin: 0px 0px 10px 15px;
	}
	.txt97:hover{color:#00a1a3;}
	.txt98{
		float: left;		
		line-height: 26px;
		background: url("images/about/icon1.png") no-repeat left 20px;
		text-indent:28px;
		width: 45%;
		text-decoration: none;
		padding:20px 0 0 0;
		letter-spacing: 1px;		
		font-size: 16px;
		text-align: left;
		color: #00a1a3;
		margin: 0px 0px 5px 10px;
	}
	.txt98:hover{
		color: #00a1a3;
	}
	.topbtn{
		position: fixed;
		right:15px;
		bottom: 50px;
		width: 35px;
		height: 35px;
		
	}
	.nav6{		
		margin: 0px 0 0 0;
		width: 100%;		
	}
	.nav6pic{		
		float: left;
		width:60%;
		margin: 0 0 0px 0;
	}
	.nav6pic img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav6-1{
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.nav6-1 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav6-2{
		width: 100%;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 10px 0 0 0;
		padding: 0 0 10px 0;
	}
	.nav6-2 p{
		color: #222021;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		margin: 0;
		padding: 0;
		border: none;
	}
	.nav6-2 samp{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.txt12{
	  width: 8px;
      height: 8px;
      background: #ccc;
	}
	
	.nav6-3{
		width:96%;
		float: left;
		border-bottom: solid 1px #dcdcdc;
		margin: 0px 0 0 0;
		padding: 10px 0 0px 0;
	}
	.nav6-3 p{
		color: #222021;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		
	}
	.nav6-4{
		width:96%;
		float: left;
		margin: 0px 0 0 0;
		padding: 10px 0 0px 0;
	}
	.nav6-4 p{
		color: #222021;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		
	}
	.nav7{		
		margin: 0px 0 0 0;
		width: 100%;		
	}
	
	.nav7-1{		
		width: 96%;
		margin: 0 auto 0 auto;
		
	}
	.nav7-2{
		border-bottom: solid 1px #dcdcdc;
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
	.nav7-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav7-2 p{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-2 samp{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 96%;
		float: left;
		margin: 0 0 0 2%;
		text-align: left;
	}
	.nav7-3{
		border-bottom: solid 1px #dcdcdc;
		width: 48%;
		float: left;
		margin: 20px 0 0 0 ;
		padding: 0 0 30px 0;
		
		
	}
	
	.nav7-3 p{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-3 samp{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 96%;
		float: left;
		margin: 0 0 0 12px;
		text-align: left;
	}
	.nav7-4{
		float: left;
		width:48% ;
		margin: 30px 0 50px 2%;
		
	}
	.nav7-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav7-5{
		width: 48%;
		float: left;
		margin: 0px 0 0 0 ;
		padding: 0 0 10px 0;
		
		
	}
	
	.nav7-5 p{
		color: #00a1a3;
		font-size: 22px;
		line-height: 30px;
		width: 100%;
		float: left;
		font-weight: bold;
		margin: 10px 0 10px 0%;
		text-align: left;
	}
	.nav7-5 samp{
		color: #222021;
		font-size: 16px;
		line-height: 24px;
		width: 100%;
		float: left;
		margin: 0 0 0 0px;
		text-align: left;
	}
	.nav7-6{
		float: left;
		width:48% ;
		margin: 10px 0 0px 2%;
		
	}
	.nav7-6 img{
		float: left;
		width:100% ;
		height: auto;
	}
	.nav8{		
		margin: 0px 0 0 0;
		width: 100%;		
	}
	
	.nav8-1{		
		width: 96%;
		margin: 0 auto 0 auto;
		
	}
	.nav8-2{
		width: 100%;
		float: left;
		padding: 0 0 0px 0;
	}
	.nav8-2 h1{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
	}
	.nav8-2 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	.txt13{
		float: left;
		width: 250px;
		line-height: 26px;
		text-align: center;		
		color: #ffffff;
		font-size:15px ;
		margin: 0px 0 5px 0;
		background: #707070;
	}
	.nav8-2 samp{
		width: 100%;
		float: left;
		color: #222021;
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0 5px 0;
		text-align: left;
	}
	.nav8-3{
		width: 48%;
		margin: 0 2% 0 0;
		float: left;
		
	}
	.nav8-3 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	.tab10{
		width:98%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.tab10 img{
		width: 100%;
		float: left;
	}
	.tab11{
		width:48% ;
		float: left;
		margin: 10px 2% 10px 0;
	}
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-4{
		width: 100%;
		margin: 0 0% 0 0;
		float: left;
		
	}
	.nav8-4 p{
		margin: 5px 0 0px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
	.nav8-5{
		width: 35%;
		margin: 10px 2% 0 0;
		float: left;
		
	}
	.nav8-5 p{
		margin: 5px 0 0px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	.tab12{
		width:96% ;
		float: left;
		margin: 0px 0px 0px 0;
	}
	.tab12 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9{		
		margin: 0px 0 0 0;
		width: 100%;	
		float: left;
	}
	
	.nav9-1{		
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		
	}
	.nav9-1 h1{
		width: 60%;
		float: left;
		color: #222021;
		font-size: 18px;
		line-height: 36px;
		margin: 10px 0 10px 0;
		padding: 0;
		font-weight: normal;
		background: url("images/about/line1.jpg") no-repeat left bottom;
		
	}
	.tab13{
		width: 38%;
		float: right;
		margin: 10px 2% 0 0;
	}
	.tab14{
		width: 100%;
		border: solid 1px #bfbfbf;
		text-align: left;
		font-size: 15px;
		color: #4d4848;
		line-height: 32px;
	}
	.nav9-2{
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	.nav9-3{
		text-align: center;
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	}
	.txt14{
		text-align: center;
		margin: 0 5px 0 5px;
	}
	.txt14 a{
		text-decoration: none;
		background: #bababa;
		padding:4px 8px 4px 8px;
		border-radius: 30px;
		color: #ffffff;
		font-size: 18px;
		text-align: center;
	}
	.txt14 a:hover{
		background: #00a1a3;
		color: #ffffff;
	}
	.nav9-4{
		border-left:solid 10px #0c898b;
		width: 99%;
		float: left;
		padding: 0 0 10px 0;
		margin: 0px 0 10px 0;
		background: #00a1a3 url("images/contact/icon1.png") no-repeat 98% bottom;
		
	}
	.nav9-4 h1{
		border-bottom: solid 1px #ffffff;
		padding:5px 0 10px 0;
		width: 70%;
		margin: 2% 0 0 2%;
		color: #ffffff;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		color: #ffffff;
	}
	.nav9-4 samp{
		width: 96%;
		margin: 10px 2% 0px 2%;
		color: #ffffff;
		font-size: 16px;
		line-height: 24px;
		float: left;
		text-align: left;
	}
	.tab18{
		float: left;
		width: 10%;
		text-align: left;
	}
	.tab18 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-5{
		border: solid 1px #d0d0d0;
		width: 100%;
		float: left;
		height: 360px;
		margin: 15px 0 15px 0;
	}
	.nav9-6{
		width: 100%;
		float: left;
		margin: 0px 0 25px 0;
		padding-bottom: 15px;
		border-bottom: dashed 1px #D4D3D3;
	}
	.tab19{
		border: solid 1px #cccccc;
		width: 32.5%;
		float: left;
		margin: 0 2% 0 0;
	}
	.tab19 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab20 {
		width:65%;
		float: left;
	}
	.txt15{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 26px;
		height: 26px;
		text-align: center;
		color: #ffffff;
		background: #4aa5c3;
	}
	.txt15-2{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 26px;
		height: 26px;
		text-align: center;
		color: #ffffff;
		background: #d8962f;
	}
	.txt15-3{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 26px;
		height: 26px;
		text-align: center;
		color: #ffffff;
		background: #47a556;
	}
	.txt15-4{
		display: block;
		font-size: 15px;
		width: 100px;
		line-height: 26px;
		height: 26px;
		text-align: center;
		color: #ffffff;
		background: #e67474;
	}
	.txt16{
		letter-spacing: 1px;
		color: #1e201f;
		font-size: 15px;
		text-align: left;
		line-height: 28px;
		width: 100%;
		float: left;
	}
	.txt17{
		height: 38px;
		overflow: hidden;
		color: #9b9a99;
		font-size: 14px;
		line-height: 18px;
		text-align: left;
		margin: 0 0 3px 0;
		width: 100%;
		float: left;
	}
	.txt18{}
	.txt18 a{
		text-align: center;
		width: 120px;
		float: left;
		border-radius: 5px;
		background: #ffffff;
		border: solid 1px #00a1a3;
		color: #00a1a3;
		font-size: 15px;
		line-height: 30px;
		height: 30px;
		text-decoration: none;
	}
	.txt18 a:hover{
		border: solid 1px #4aa5c3;
		color: #4aa5c3;
		
	}
	.tab21{
		width: 100%;
		float: left;
		margin: 0 0% 0px 0%;
	}
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav9-7{
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.txt19{
		letter-spacing: 1px;
		color: #9b9a99;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 4px 0;
		width: 100%;
		float: left;
	}
	.txt20{}
	.txt20 a{	
		margin: 0 14px 0px 14px;
		padding: 9px 22px 9px 22px;
		text-align: center;
		background: #00a1a3;
		color: #ffffff;
		font-size: 14px;
		text-decoration: none;
	}
	.txt20 a:hover{
		background: #009d8d;
		color: #ffffff;
		
	}
	.txt21{
		color: #00a1a3;
		font-size: 17px;
		line-height: 26px;
		text-align: left;
		margin: 0 0 3px 0;
		width: 100%;
		float: left;
	}
	.txt22{
		height: 45px;
		overflow: hidden;
		color: #444444;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 0 0 4px 0;
		width: 100%;
		float: left;
	}
	.txt23{		
		color: #292929;
		font-size: 15px;
		line-height: 24px;
		text-align: left;
		margin: 10px 0 0px 2%;
		width: 43%;
		float: left;
	}
	.tab22{
		float: left;
		width: 50%;
		float: left;
		margin: 0 0 15px 3%;
		border: solid 1px #d6d6d6;
	}
	.tab22 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt24{		
		color: #292929;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
		margin: 0px 0 15px 0%;
		width: 100%;
		float: left;
	}
	.tab23{
		width:100% ;
		float: left;
		margin: 10px 0% 10px 0;
	}
	.tab23 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab24out{
		width:100%;
		margin: 10px  0% 0 0%;
		float: left;
		padding-top:0px;
		border-top: dashed 1px #D0D0D0;
	}
	.tab24out-2{
		width: 100%;
		float: left;
		
	}
	.tab24out-3{
		width: 100%;
		float: left;
		
	}
	.tab24{		
		padding-top: 10px;
		font-size: 16px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 0px 0% 10px 0%;
	}
	.txt25{
		width: 100%;
		float: left;
		margin: 5px 0 10px 0%;
		font-size: 15px;
		line-height: 20px;
		float: left;
	}
	.txt26{}
	.txt26 a{
		background: #ffffff;
		color:#3A3A3A;		
		border: solid 1px #0060a3;
		margin: 7px 0px 0px 10px;
		padding: 5px 10px 5px 10px;
		text-align: center;
		text-align: center;		
		font-size: 14px;
		text-decoration: none;
	}
	.txt26 a:hover{
		background: rgba(0,96,163,0.5);
		color: #ffffff;
			
		
	}
	.tab25{		
		padding-top: 5px;
		font-size: 16px;
		vertical-align: middle;
		width: 100%;
		float: left;
		margin: 10px 0% 10px 0%;
	}
	.tab26{
		width: 100%;
		float: left;
		margin: 0 0 10px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab26 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt27{
		color: #292929;
		font-size: 15px;
		line-height: 24px;
		text-align: left;
		margin: 0px 0 10px 0%;
		width: 100%;
		float: left;
	}
	.txt28{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 20px;
		color: #ed184a;
	}
	.tab27{
		width: 100%;
		float: left;
		margin: 0 0px 10px 0px;
		
	}
	.tab27 img{
		border: solid 1px #d6d6d6;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab28{
		width: 100%;
		float: left;
		margin: 20px 0px 0px 0px;
		
	}
	.tab28 h1{
		background: none;
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
		font-size: 20px;
		line-height: 24px;
		color: #ed184a;
	}
	.tab28 samp{
		background:none;
		width: 100%;
		float: left;
		color:#076C90;
		font-size: 16px;
		text-align: left;
		margin: 10px 0 0 0;
		line-height: 22px;
		padding: 0;
	}
	.tab28 p{
		width: 100%;
		float: left;
		color: #6A6868;
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29{
		width: 100%;
		float: left;
		color: #2B2B2B;
		font-size: 18px;
		line-height: 20px;
		margin: 10px 0 0 0;
		padding: 0;
	}
	.txt29 samp{
		float: none;
		font-weight: bold;
		color: #ff9e40;
	}
	.tab29{
		width: 100%;
		float: left;
		margin: 0px 0% 10px 0px;
		
	}
	.tab29 img{
		display: none;
		float: none;
	}
	.tab29-2{
		width: 100%;
		float: left;
	}
	.tab29-2 img{
		margin: 5px 0 5px 0;
		display: block;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab29 p{
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		margin: 0px 0% 0px 2.5%;
		
	}
	.tab29 h1{
		width: 98%;
		float: left;
		color: #2B2B2B;
		font-size: 17px;
		line-height:24px;
		padding: 0;
		margin: 5px 0% 0px 2%;
		background: none;
		
	}
	.tab29 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab30{
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
	}
	.tab30 img{
		display: none;
	}
	.tab30-1{
		width: 100%;
		float: left;
	}
	.tab30-1 img{
		display: block;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab30 h1{
		font-size: 16px;
		line-height: 20px;
		background: none;
		letter-spacing: 1px;
		width: 100%;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		color: #D70B0F;
		font-weight: bold;
	}
	.tab31{
		width: 100%;		
		border: solid 1px #BFBFBF;
	}
	.tab31 tr td{
		letter-spacing: 1px;
		color: #A4A4A4;
		padding:2px 0 2px 5px;
		font-size: 16px;
		border: solid 1px #BFBFBF;
	}
	.tab32{
		width: 100%;
		float: left;
		margin: 5px 0% 0px 0px;
		
	}
	.tab32 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 15px 0;
	}
	.tab32 p{
		width:100%;
		float: left;
		color: #8F8F8F;
		font-size: 16px;
		line-height: 20px;
		padding: 0;
		margin: 5px 0% 0px 0%;
		
	}
	.tab32 samp{
		color: #F00C0C;
		font-weight: bold;
		float: none;
	}
	.tab33{
		width: 100%;
		float: left;
		margin: 15px 10px 0px 0px;
		border: solid 1px #d6d6d6;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt30{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	.txt30 samp{
		color: #eb0f29;
		width: 100%;
		float: left;
		font-size: 16px;
		margin: 5px 0 0px 0;
		 font-weight: bold;
		line-height: 22px;
	}
	.txt31{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 22px;
		color: #075D8E;
	}
	.txt31 samp{
		width: 100%;
		float: left;
		color: #686767;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
	.txt32{
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 20px;
		color: #5A5858;
		margin: 10px 0 0 0;
	}
	.txt32 samp{
		font-size: 16px;
		line-height: 20px;
		float: none;
		color: #CC1114;
	}
	.tab34{
		width: 100%;
		float: left;
		margin: 0px 0% 10px 0px;
		
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
		margin: 10px 0 0px 0;
	}
	
	.tab34 p{
		line-height: 20px;
		width:97.5%;
		float: left;
		color: #8F8F8F;
		font-size: 14px;
		padding: 0;
		margin: 10px 0% 0px 2.5%;
		
	}
	.txt33{
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 22px;
		text-align: left;
	}
	.txt34{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 22px;
		text-align: left;
	}
	.txt35{
		margin: 5px 0 5px 0;
		width: 70%;
		line-height: 36px;
		text-align: center;
		float: left;
		background: #00a1a3;
		color: #ffffff;
		font-size: 16px;
	}
	
	.tab35{
		width: 100%;
		margin: 0 0% 0 0;
		float: left;
		
	}
	.tab35 h1{
		background: none;
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #00a1a3;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
	}
	.tab35 p{
		margin: 5px 0 5px 0;
		padding: 0;
		width: 100%;
		float: left;
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
	}
	.tab35 p img{
		display: none;
	}
	.tab36{
		display: block;
		width: 100%;
		float: left;
	}
	.tab36 img{
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
		height: auto;
	}
	.tab37{
		width: 99%;
		float: left;
		margin: 0 10px 0% 0px;
		border: solid 1px #d6d6d6;
	}
	.tab37 img{
		width: 100%;
		float: left;
		height: auto;
	}
		.text1{
		width: 100%;
		color: #00a1a3;
		float: left;
		font-size: 18px;
		line-height: 20px;
	}
	.text2{
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 18px;
		margin: 5px 0 5px 0;
		color: #222021;
	}
	.text3{
		font-weight: bold;
		width: 100%;
		float: left;
		font-size: 17px;
		line-height: 20px;
		margin: 5px 0 5px 0;
		color: #222021;
	}
	.text4{
		border-bottom: dashed 1px #222021;
		padding: 0 0 10px 0;
		width: 100%;
		float: left;
		font-size: 15px;
		line-height: 18px;
		margin: 5px 0 5px 0;
		color: #222021;
	}
}

