@charset "utf-8";
@font-face {
  font-family: "蘋果儷中黑", "微軟正黑體", sans-serif;
  font-style: normal;
}
a{
	text-decoration: none;
}

.black_overlay2{ 
	
            display: none; 
            position: absolute; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            height: 150%; 
            background-color: black; 
            z-index:9999998; 
            -moz-opacity: 0.8; 
            opacity:.70; 
            filter: alpha(opacity=70); 
        } 
.white_content2{ 
            display: none; 
            position: absolute; 
            top: 35%; 
            left: 45%; 
            width: 138px; 
            height: 138px; 
            z-index:9999999; 
            overflow: auto;
			background:none;
        } 

/* ==============================
   Page loader
   ============================== */
.page-loader{
 	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 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;
}
.close-cookie-BTN{
	width:180px;display:block;text-align: center; background: #9ea088; color: #ffffff;line-height: 45px;text-decoration: none; border-radius: 10px;
}
.close-cookie-BTN:hover{text-decoration: none;background: #c7a566; }
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;
	
}
.wrapper{
	background: #ffffff;
	width: 100%;
	float: left;
}
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)  {/*針對超大桌機*/
	.top_out{
		width: 100%;
		float: left;
		background: #9fa087;
		height: 120px;
		
	}
	.top{
		
		width: 100%;
		max-width: 1300px;
		margin: 15px auto 0px auto;
	}
	.logo{		
		width: 257px;
		height: 89px;
		float: left;
		margin: 0 0 15px 0;
		z-index: 999999999;
		position: absolute;
		
	}
	.logo2{		
		width: 180px;
		height: 84px;
		float: left;
		margin: 10px 0 30px 13%;
		
	}
	.logo2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.buttom{
		width: 560px;
		float: right;
		
	}
	.banner{
		width: 100%;
		float: left;
		
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width: 100%;
		max-width: 1300px;
		margin: 30px auto 0 auto;
	}
	.intit{
		float: left;
		width: 20%;
		margin: 0 40% 30px 40%;
		height: 70px;
		background:url("images/index/icon1.png") no-repeat center bottom;		
	}
	.intit_txt{
		text-transform:uppercase;
		width: 100%;
		float: left;
		color: #9a9b81;
		font-size: 16px;
		text-align: center;
		
	}
	.nav1-2{
		width: 100%;
		float: left;
		margin: 0 auto 40px auto;
	}
	.nav1-3{
		width: 23%;
		float: left;
		margin: 0 1% 0 1%;
	}
.nav1-4 {
    width: 80%;
    float: left;
    margin: 10px 10% 0 10%;
}

.nav1-4 p {
    color: #292e34;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin: 0 0 8px 0;  /* 標題與內容之間留空 */
    padding: 0;
    font-weight: normal;
}

.nav1-4 samp {
    color: #a79a9a;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 96%;
    float: left;
    font-weight: normal;
    margin: 0 2% 15px 2%;  /* 下方多留空白 */
    
    /* 修正文字被吃掉的問題 */
    height: auto;
    overflow: visible;
    display: block; /* 確保 samp 區塊完整換行 */
}

/* ====== RWD 手機/平板優化 ====== */
@media screen and (max-width: 768px) {
    .nav1-4 {
        width: 96%;
        margin: 10px 2% 0 2%;
    }

    .nav1-4 p {
        font-size: 16px;
        line-height: 24px;
    }

    .nav1-4 samp {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px; /* 手機下方間距稍微縮小 */
    }
}
	.nav2{
		width: 100%;
		float: left;
		background:url("images/index/bgpic2.png") no-repeat center center;
	}
	.nav2-1{
		width: 1300px;
		margin: 30px auto 30px auto;
	}
	.nav2-2{
		width: 40%;
		margin: 0  0 3% 0;
		float: left;
	}
	.nav2-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav2-3{		
		float: right;
		width: 55%;	
		margin: 0 0 30px 0;
		background:#c7a566 url("images/index/bgpic3.png")no-repeat left top;
		
		
	}
	.nav2-4{
		background:url("images/index/bgpic3-.png") no-repeat right bottom ;
		width: 96%;
		float: left;
		border: solid 1px #ffffff;
		margin: 2%;
	}
	.nav2-4 samp{
		width: 96%;
		float: left;
		margin: 40px 2% 20px 2%;
		color: #ffffff;
		font-size: 15px;
		line-height: 40px;
		text-align: left;
	}
	.nav2-4 p{
		width: 100%;
		float: left;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		letter-spacing: 2px;
		margin: 0;
		padding: 0;
	}
	.nav2-5{
		width: 50%;
		float: left;
		margin: 40px 25% 40px 25%;
	}
	.btn,
.btn:focus,
.btn:hover {
    position: relative;
    width: 56%;
	margin: 0 22% 0 22%;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding:15px 5px 15px 5px;
	float: left;
    -webkit-font-smoothing: antialiased;
   
}
.btn span:nth-child(1),
.btn span:nth-child(2),
.btn span:nth-child(3),
.btn span:nth-child(4) {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
}
.btn span:nth-child(1) {
    width: 1px;
    left: 0;
    bottom: 0;
}
.btn span:nth-child(2) {
    height: 1px;
    left: 0;
    top: 0;
}
.btn span:nth-child(3) {
    width: 1px;
    right: 0;
    top: 0;
}
.btn span:nth-child(4) {
    height: 1px;
    right: 0;
    bottom: 0;
}
.btn:hover {
	width: 60%;
	margin: 0 20% 2px 20%;
	float: left;
    border: none;
}
.btn:hover span:nth-child(1) {
    animation: move1 1500ms infinite ease;
}
.btn:hover span:nth-child(2) {
    animation: move2 1500ms infinite ease;
}
.btn:hover span:nth-child(3) {
    animation: move3 1500ms infinite ease;
}
.btn:hover span:nth-child(4) {
    animation: move4 1500ms infinite ease;
}

	.nav3{
		width: 100%;
		max-width: 1300px;
		margin: 0px auto 0 auto;
		
	}
	.nav3-2{
		width: 100%;
		float: left;
		margin: 20px auto 40px auto;
	}
	.nav3-3{
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
		width: 30%;
		float: left;
		margin: 0 1.5% 0 1.5%;
	}
	.nav3-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3-3 img a{
	   filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.nav3-3 img:hover{
	-webkit-transition: all 0.5s ease-out;
	filter:alpha(opacity=70);
    opacity: 0.7;
	display:block;
	
	}
	.tab1{
		height: 60px;
		line-height: 60px;
		color: #ffffff;
		font-size: 16px;
		width: 100%;
		float: left;
		text-align: center;
		display: block;
		background: #c7a566;
	}
	.nav4{		
		width: 100%;
		float: left;
		margin: 50px auto 0 auto;
		background:#fff6e8 url("images/index/bgpic4.png") no-repeat center center;
		
	}
	.nav4-2{
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.nav4-3{
		width: 100%;
		float: left;
		margin: 10px auto 10px auto;
	}
	.tab2{
		text-align: center;
		width: 28.5%;
		float: left;
		margin: 40px 2% 40px 2%;
		background: #cccaae;
		border: solid 3px #ffffff;
	}
	.tab2 a{
		display: block;
		
	}
	.tab2:hover{
		-webkit-transition: all 0.5s ease-out;
		display: block;
		background: #ead7b4;
	}
	.tab2 img{		
		width: 67px;
		text-align: center;
		margin: 8px auto 5px auto;
	}
	.tab2 samp{
		display: block;
		width: 100%;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		text-transform:uppercase;
	}
	.nav5{		
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
		background: #a2a08b;
		
		
	}
	.bottom{
		width: 1300px;
		margin: 40px auto 0px auto;
		list-style: none;
		padding: 0;
		overflow:hidden;
	}
	.tab3{
		width: 130px;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		margin: 0 90px 30px 90px;
		padding: 0;
		
	}
	.tab3 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab3 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab4{
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab4 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab4 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.tab5out{
		float: left;
		width: 220px;
		margin: 0 0px 0px 90px;
	}
	.tab5{
		width: 100%;
		max-width: 130px;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		margin: 0 0px 0px 0px;
		padding: 0;
		
	}
	.tab5 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab5 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab6{
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab6 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab6 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.footer{
		width: 100%;
		float: left;
		background: #584a3b;
		padding: 7px 0 7px 0;
	}
	.footer2{
		width: 1300px;
		margin: 0 auto 0 auto;
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 1px;
	}
	#backtotop{z-index:99999; display:inline-block; position:fixed;  bottom:50px; right:20px; width:70px; height:70px; line-height:50px; border-radius: 30px; font-size:26px; text-align:center; opacity:.9;}
    #backtotop i{display:block; width:70px; height:50px; line-height:inherit;border-radius: 30px; }
    #backtotop.visible{visibility:visible; opacity:.5;}
    #backtotop:hover{opacity:1;}
	.tit{
		width: 100%;
		max-width: 1260px;
		height: 40px;
		line-height: 40px;
		text-align: left;
		color: #333333;
		font-size: 15px;
		margin: 0 auto 0 auto;
	}
	.tit a{
		color: #333333;
		font-size: 15px;
		text-decoration: none;
	}
	.tit a:hover{
		color: #a2a08b;
		
	}
	.nav6{
		width: 100%;
		float: left;
		background: #e9e8e5;	
		margin: 0 0 30px 0;
	}
	.nav6-2{
		width: 36%;
		margin: 35px auto 0px 8%;		
		text-align: center;
		float: left;
		max-width: 1000px;
		
	
	}
	
	.nav6-2 samp{
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: center;
		color: #353534;
		font-size: 15px;
		line-height: 30px;
		margin: 28px 0 0 0;
	}
	.nav6-3{
		width: 54%;
		float: right;
		text-align: right;
		
	}
	
	.nav6-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.aboubg{
		background: url("images/about/bgpic2.jpg") no-repeat center top;
	}
	.nav7{
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
	}
	.nav7-2{
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.tit2{
		width:420px ;
		background:url("images/about/icon4.png") no-repeat center center;
		text-align: center;
		font-size: 22px;
		line-height: 39px;
		height: 39px;
		margin: 0 auto  50px auto;
	}
	.linebtn{		
		width: 100%;
		float: left;
	
	}
	.nav8{
		width: 100%;
		float: left;
	}
	
	.tab7{
		width: 53%;
		float: left;
	}
	.tab7 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-2{
		width: 41%;
		float: right;
	}
	.nav8-2 h1{
		font-size: 18px;
		letter-spacing: 1px;
		color: #9a9b81;
		line-height: 28px;
		padding: 0;
		margin: 60px 0 15px 0;
	}
	.nav8-2 p{
		font-weight: normal;
		font-size: 15px;
		color: #9a9b81;
		line-height: 28px;
		padding: 0;
		margin: 0 0 30px 0;
	}
	.tab8{
		width: 41%;
		float: right;
	}
	.tab8 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-3{
		width: 53%;
		float: left;
	}
	.nav8-3 h1{
		font-size: 18px;
		letter-spacing: 1px;
		color: #9a9b81;
		line-height: 28px;
		padding: 0;
		margin: 110px 0 15px 0;
	}
	.nav8-3 p{
		font-weight: normal;
		font-size: 15px;
		color: #9a9b81;
		line-height: 28px;
		padding: 0;
		margin: 0 0 30px 0;
	}
	.nav8-4{
		width: 30%;
		float: left;
	}
	.tab9{
		height: 125px;
		width: 31%;
		margin: 20px 1% 20px 1%;
		float: left;
		border: solid 1px #f9e9c9;
		background: #ffffff;
	}
	.tab9 h1{
		width: 96%;
		float: left;
		text-align: center;
		line-height: 28px;
		color: #9a9b81;
		font-size: 20px;
		margin: 15px 2% 0 2%;
		padding: 0;
		
	}
	.tab9 samp{
		margin: 5px 2% 5px 2%;
		width: 96%;
		float: left;
		text-align: center;
		line-height: 24px;
		color: #666666;
		font-size: 15px;
	}
	.nav9{
		width: 100%;
		float: left;
		margin: 40px 0 0px 0;
	}
	.nav9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10out{
		width: 100%;
		float: left;
		background: url("images/about/bgpic7.jpg") repeat;
	}
	.nav10{
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.nav10-2{
		width: 31%;
		float: left;
		margin: 40px 1% 30px 1%;
	}
	.tab10{
		width: 48%;
		float: left;
	}
	.tab10 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10-2 h1{
		width: 52%;
		float: left;
		text-align: center;
		font-size: 20px;
		color: #90917c;
		line-height: 24px;
		margin: 35px 0 10px 0;
		padding: 0;
	}
	.nav10-2 samp{
		width: 50%;
		float: left;
		color: #666b74;
		font-size: 15px;
		text-align: left;
		margin: 0 0 0 2%;
		line-height: 26px;
	}
	.nav11{
		width: 100%;
		float: left;
		background: #f0f0f0;
	}
	.nav11-2{
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
	}
	.nav11-3{
		width: 1300px;
		margin: 35px auto 35px auto;
	}
	.nav11-4{
		float: left;
		width: 29%;
		margin: 0 2% 50px 2%;
		border: solid 1px #e3e0e0;
	}
	.tab11{
		width: 100%;
		float: left;
		overflow:hidden;
	}
	
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);
		transition: all 1s ease-out;
	}
	.tab11 img:hover{
		transform:scale(1.2,1.2);
	}
	.tab11 a{
		-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
		  opacity:1;
	}
	.tab11 a:hover{
		 opacity:1;
		
	}
	
	.tab12{
		width: 100%;
		float: left;
		background: #f6f6f6;
	}
	.tab12 h1{
		width: 100%;
		float: left;
		text-align: center;
		padding: 0;
		color: #9a8c7e;
		font-size: 20px;
		margin: 25px 0 10px 0;
		font-weight: normal;
	}
	.tab12 samp{
		color: #8c8c7e;
		font-size: 15px;
		width: 96%;
		margin: 0 2% 20px 2%;
		float: left;
		text-align: center;
		line-height: 24px;
		height: 50px;
		overflow: hidden;
	}
	.nav12{
		width: 100%;
		float: left;
		text-align: center;
		margin: 15px 0 20px 0;
	}
	.tab13{
		text-align: center;
	}
	.tab13 a{
		border-radius: 50px;		
		margin: 0 10px 0 10px;
		background: #bababa;
		padding:10px 15px 10px 15px;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}
	.tab13 a:hover{
		background: #c7a566;
	}
	.tab13-2{
		text-align: center;
	}
	.tab13-2 a{
		border-radius: 50px;		
		margin: 0 10px 0 10px;
		background: #c7a566;
		padding:10px 15px 10px 15px;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}.tab13-2 a:hover{
		background: #c7a566;
	}
	.nav12-2{
		width: 96%;
		float: left;
		margin: 0 2% 20px 2%;
	}
	.tab14out{
		width: 38%;
		float: left;
		height: auto;
		
		
	}
	.tab14{
		border: solid #f3f2f2 2px;
		width: 98%;
		float: left;
		height: auto;
		
	}
	.tab14 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab14txt{width: 100%; float: left; text-align: center; margin: 10px 0 0 0;}
	.tab15{
		width: 56%;
		float: left;
		margin: 0 0 0 5%;
	}
	.tab15 h1{
		width: 100%;
		float: left;
		margin: 10px 0 6px 0;
		padding: 0;
		color: #1a1a1a;
		font-size: 20px;
	}
	.tab15 samp{
		color: #999999;
		font-size: 17px;
		line-height: 24px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 0px 0 5px 0;
	}
	.tab16{
		width: 80px;
		height: 30px;
		border: solid 1px #a39187;
		margin: 0 0 0 15px;
		vertical-align: middle;
		text-align: center;
	}
	
	.tab17{
		width:180px;
		float: left;
		margin: 15px 0 40px 0;
	}
	.tab17 a{
		width:180px;
		height: 40px;
		text-decoration:none;
		border: solid 1px #a39187;
		color: #999999;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
		background: #ffffff;
		display: block;
	}
	.tab17 a:hover{
		background: #a39187;
		color: #ffffff;
		
	}
	.tab18{
		text-align: center;
		margin: 0px 30px 0 30px;
		
	}
	.tab18 a{
		
		padding: 20px 40px 20px 40px;
		text-decoration:none;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		background: #cccaae;
		
	}
	.tab18 a:hover{
		background: #c7a566;
		color: #ffffff;
		
	}
	.nav13{
		border-top: solid 1PX #a39187;
		width: 100%;
		float: left;
		text-align: center;
		margin: 40px 0 20px 0;
		padding: 30px 0 0 0;
	}
	.tit3{
		width:300px ;
		background:url("images/about/icon5.png") no-repeat center center;
		text-align: center;
		font-size: 22px;
		line-height: 39px;
		height: 39px;
		margin: 0 auto  50px auto;
	}
	.nav14{
		width: 100%;
		float: left;
	}
	.nav14-2{
		width: 100%;
		float: left;
	}
	.nav14-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav14-3{		
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.nav14-3 h1{
		color: #d29928;
		font-size: 50px;
		line-height: 140px;
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.nav14-3 p{
		color: #676767;
		font-size: 18px;
		line-height: 28px;
		margin:20px 0 0px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav14-4{		
		width: 100%;
		float: left;
		background: url("images/lpg/bg1.jpg") repeat-x center bottom;
	}
	.nav14-4mv{
		height: 700px;
		width: 1300px;
		margin: 20px auto 40px auto;
	}
	
	.tab19{
		border-radius: 15px;
		width: 29%;
		float: left;
		margin: 20px 2% 50px 2%;
		background: #f5c1b7;
	}
	.tab19-2{
		border-radius: 20px;
		width: 21%;
		float: left;
		margin: 20px 2% 50px 2%;
		background: #f5c1b7;
	}
	.tab20{
		border-radius: 15px;
		width: 95%;
		float: left;
		margin: 1.8%;
		border: solid 2px #ffffff;
	}
	.tab20 samp{
		color: #ffffff;
		font-size: 35px;
		line-height: 46px;
		margin: 50px auto 50px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.nav14-5{
		padding: 30px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6 url("images/lpg/bg2.jpg") no-repeat center center;
	}
	.tab21{
		text-align: center;
		position: relative;
		width: 31%;
		float: left;
		margin: 10px 1% 40px 1%;
	}
	
	.txt1{
		width: 50%;
		top:24%;
		letter-spacing: 2px;
		font-weight: bold;
		left:25%;
		position: absolute;
		padding: 0;
		color: #366a92;
		line-height: 44px;
		font-size: 28px;
		text-align: center;
		border-bottom: solid 1px #afc3d2;
	}
	.txt2{
		position: absolute;
		top:42%;
		width: 58%;
		float: left;
		left:21%;
		padding: 0;
		color: #3b3a39;
		line-height: 24px;
		font-size: 18px;
		text-align: center;
		
	}
	.nav14-6{
		width: 45.5%;
		background: #fcfaf3;
		float: left;
		margin: 25px 2% 25px 2%;
		border: solid 1px #faeddf;
	}
	.nav14-6 h1{
		padding: 0;
		width: 96%;
		float: left;
		margin: 20px 2% 15px 2%;
		text-align: left;
		border-bottom: solid 1px #cac6c1;
		line-height: 44px;
		font-size: 22px;
		color: #676767;
		letter-spacing: 2px;
	}
	.nav14-6 p{
		width: 96%;
		float: left;
		color: #676767;
		font-size: 18px;
		line-height: 28px;
		text-align: left;
		margin: 0 2% 0 2%;
		padding: 0;
		height: 230px;
	}
	.nav14-6 samp{
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		float: left;
		color: #706e53;
		margin: 0 ;
		font-weight: bold;
	}
	.tab22{
		width: 96%;
		margin: 20px 2% 15px 2%;
		float: left;
	}
	.tab22-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab22-1{
		width: 48%;
		float: left;
		margin: 0 0 0 2%;
	}
	.tab22-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab22-2{
		height: 256px;
		width: 50%;
		float: left;
		margin: 0 0 0 0%;
	}
	.nav14-7{
		padding: 30px 0 0px 0;
		width: 100%;
		float: left;
		background:#fdf9fb url("images/lpg/bg3.jpg") no-repeat center center;
	}
	.tab23{
		text-align: center;
		position: relative;
		width: 31%;
		float: left;
		margin: 10px 1% 40px 1%;
	}
	.txt3{
		width: 50%;
		top:22%;
		letter-spacing: 2px;
		font-weight: bold;
		left:25%;
		position: absolute;
		padding: 0;
		color: #534e16;
		line-height: 44px;
		font-size: 26px;
		text-align: center;
		border-bottom: solid 1px #b6b6b3;
	}
	.txt4{
		position: absolute;
		top:45%;
		width: 58%;
		float: left;
		left:21%;
		padding: 0;
		color: #3b3a39;
		line-height: 28px;
		font-size: 16px;
		text-align: center;
		
	}
	.tab24{
		background: #ffffff;
		width: 39%;
		float: left;
		margin: 10px 5% 80px 5%;
		border: solid 3px #f8eee4;
	}
	
	
	.tab24 h1{
		width: 86%;
		float: left;
		margin: 15px 7% 0px 7%;
		color: #804a14;
		font-size: 22px;
		text-align: center;
		border-bottom: solid 1px #f8eee4;
		padding: 0;
		line-height:44px;
	}
	.tab24 p{
		float: left;
		font-size: 18px;
		line-height: 28px;
		color: #3b3a39;
		margin: 20px 5% 20px 5%;
		width: 90%;
		padding: 0;
		
	}
	.nav15{
		text-align: center;
		width: 90%;
		float: left;
		border:solid 4px #c7a566;
		margin: 0 5% 0 5%;
		padding: 0 0 10px 0;
	}
	.nav15 h1{
		vertical-align: middle;
		letter-spacing: 2px;
		width: 94%;
		float: left;
		margin: 22px 3% 11px 3%;
		text-align: center;
		color: #9fa088;
		font-size: 20px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 h1 samp{
		font-weight: bold;
		font-size:30px 
	}
	.nav15 p{
		vertical-align: middle;
		letter-spacing: 2px;
		width: 94%;
		float: left;
		margin: 0px 3% 11px 3%;
		text-align: center;
		color: #9fa088;
		font-size: 20px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 p img{
		vertical-align: middle;
	}
	.nav15-2{
		text-align: center;
		width: 84%;
		float: left;
		margin: 40px 8% 0 8%;
	}
	.nav15-2 h1{
		color: #9fa088;
		font-size: 22px;
		line-height: 50px;
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
		
	}
	.nav15-2 p{
		width: 100%;
		float: left;
		text-align: center;
		color: #787969;
		margin: 0 0% 20px 0%;
		font-size: 16px;
		line-height: 28px;
	}
	.nav15-9{
		list-style: none;
		width: 84%;
		float: left;
		padding: 0;
		margin: 20px 8% 0 8%;
	}
	.tab25{
		padding: 0 0 20px 0;
		margin: 0;
		width: 100%;
		float: left;
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2{
		padding: 20px 0 20px 0;;
		margin: 0;
		width: 100%;
		float: left;		
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2 a{ color: #888888; text-decoration: none;}
	.tab25-2 a:hover{color: #887C58;}
	.tab25-3{
		text-align: center;
		padding: 60px 0 40px 0;;
		margin: 0;
		width: 100%;
		float: left;
	
	}
	.tab25-4{width: 120px; line-height: 30px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 30px 0px; float: left; text-align: center;}
	.tab25-4-2{width: 120px; line-height: 30px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 80px 0px; float: left; text-align: center; }
	.tab25-4out{width: 100%; float: left;margin:0 0 10px 0;}
	.tab25-5{width: 22%;float: left; font-size: 15px; color: #666666; letter-spacing: 0.5px; line-height: 32px;}
	.tab25-6{width: 40%;float: left; font-size: 15px; color: #666666; letter-spacing: 0.5px; line-height: 32px;}
	.tab26{
		width: 230px;
		float: left;
		margin: 15px 30px 0 0;
	}
	.tab26 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.tab26form{
		border: solid 1px #bbbbbb;
		width: 230px;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab27{
		margin:40px 0 0 0px;
		width: 400px;
		float: left;
		vertical-align: middle;		
		color: #666666;
		font-size:22px;
	}
	.tab28{
		width: 48%;
		margin: 15px 2% 0 0;
		float: left;
	}
	.tab28 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.tab28form{
		border: solid 1px #bbbbbb;
		width: 85%;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab28form2{
		border: solid 1px #bbbbbb;
		width: 85%;
		float: left;
		height:36px;
		line-height: 36px;
	}
	.tab29{
		width: 100%;
		margin: 15px 0% 0 0;
		float: left;
	}
	.tab29 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.tab29form{
		border: solid 1px #bbbbbb;
		width: 99%;
		float: left;
		height: 130px;
		
	}
	.tab30{
		text-align: center;
		margin: 0px 60px 0 0;
	}
	.tab30 a{
		padding: 15px 60px 15px 60px;
		text-align: center;
		background: #cccaae;
		text-decoration: none;
		color: #ffffff;
		font-size: 22px;
		font-weight: bold;
	}
	.tab30 a:hover{
		background: #c7a566;
	}
	.nav16{
		width: 1300px;
		margin: 35px auto 35px auto;
	}
	.tab31{
		float: left;
		width:26% ;
		text-align: center;
		margin:35px 37% 35px 37%;
	}
	.tab31 h1{
		width: 100%;
		float: left;
		border-bottom: solid 3px #f9e9c9;
		line-height: 50px;
		height: 50px;
		margin: 30px 0% 0 0%;
		padding: 0;
		color: #a29369;
		text-align: center;
		font-size: 20px;
	}
	.tab31 samp{
		width: 100%;
		margin: 20px 0% 0 0%;
		color: #a29369;
		text-align: center;
		font-size: 18px;
		line-height: 28px;
		float: left;
		
	}
	.nav16-2{
		width: 100%;
		float: left;
		margin: 0px auto 30px auto;
	}
	.nav16-3{
		margin: 30px 0 0 0;
		line-height: 28px;
		text-align: left;
		color: #5b5b5a;
		font-size: 16px;
		width: 55%;
		float: left;
	}
	.nav16-3 samp{
		width: 100%;
		float: left;
		color: #e4822c;
		font-size:20px ;
		line-height: 28px;
	}
	.nav16-4{
		width: 42%;
		float: right;
	}
	.nav16-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-5{
		width: 100%;
		background:#fff4ec url("images/technology/bg1.jpg") center center;
		float: left;
		margin: 0px auto 30px auto;
	}
	.nav16-6{
		width: 100%;
		float: left;
		margin: 0 0 35px 0;
	}
	.nav16-6 h1{
		border: solid 1px #cfa972;
		text-align:center;
		padding: 0;
		margin: 0 2% 0  2%;
		width: 22%;
		line-height: 60px;
		height: 60px;
		color: #b84f20;
		font-size: 16px;
		float: left;
		background: #fff4ec;
	}
	.nav16-6 samp{
		width: 73%;
		float: left;
		color: #606060;
		font-size: 16px;
		line-height: 28px;
		margin: 5px 0 0 0;
		text-align: left;
	}
	.nav16-6 p{
		display: block;
		text-align: justify;
		width: 94%;
		float: left;
		color: #606060;
		overflow: hidden;
		font-size: 16px;
		line-height: 28px;
		margin: 5px 0 0 0;
		text-align: left;
		padding: 0;
	}
	.tab32{
		width:17.5% ;
		float: left;
		margin: 0 1% 0 1%;
		background: #fff4ec;
		border: solid 1px #cfa972;
		color: #b84f20;
		font-size: 16px;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.nav16-7{
		width: 48%;
		float: left;
		margin: 0px 2% 30px 0;
	}
	.tab33{
		width:36% ;
		float: left;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-7 h1{
		width: 60%;
		float: left;
		margin: 58px 0 0 4%;
		padding: 0;
		color: #aa5931;
		font-size: 20px;
		text-align: left;
	}
	.nav16-7 samp{
		width: 60%;
		float: left;
		margin: 20px 0 0 4%;
		padding: 0;
		color: #606060;
		font-size: 20px;
		line-height: 28px;
		text-align: left;
	}
	.nav16-8{
		width: 100%;
		background:#fff4ec url("images/technology/bg3.jpg") no-repeat center center;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-9{
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
	}
	.nav17{
		width: 100%;
		float: left;
		margin: 0px auto 30px auto;
	}
	.nav17-2{
		width: 31%;
		float: left;
		margin: 0 1% 40px 1%;
		background: url("images/pregnant/icon2.png") no-repeat center top;
		
		text-align: center;
		height: 259px;	
	
		
	}
	.nav17-2 samp{
		
		text-align: center;
		width: 100%;
		float: left;
		margin: 90px 0 0 0px;
		color: #969797;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 36px;
	}
	.nav17-3{
		width: 96%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 0 2%;
	}
	.tab34{
		width:51% ;
		float: left;
		margin: 20px;
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab34-2{
		width:33% ;
		float: left;
		margin: 1%;
	}
	.tab34-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav17-4{
		width: 42%;
		float: left;
		margin: 20px;
	}
	.nav17-5{
		width: 62%;
		float: left;
		margin:3%  1% 1% 1%;
	}
	.tab35{
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-2{
		margin: 0 0 10px 0;
		color: #564a60;
		font-size: 20px;
		text-align: left;
		line-height: 40px;
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-3{
		width: 66%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab36{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab36 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 35px;
		text-align: left;
		color: #564a60;
		font-size: 18px;
	}
	.tab36 samp{
		width: 27%;
		float: left;
		line-height: 35px;
		color: #564a60;
		font-size: 18px;
		text-align: left;
	}
	.tab37{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	
	.tab37 samp{
		width: 30%;
		line-height: 36px;
		float: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37 p{
		width: 25%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 36px;
		color: #564a60;
		font-size: 18px;
		text-align: right;
	}
	.tab37 h1{
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab37-2{
		width: 90%;
		float: left;
		margin: 20px 0 0 0;
		line-height: 36px;
	}
	.tab37-2 samp{
		width: 30%;
		line-height: 36px;
		float: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37-2 p{
		width: 25%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 36px;
		color: #564a60;
		font-size: 18px;
		text-align: right;
	}
	.tab37-2 h1{
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab38{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
	}
	.tab39{}
	.tab39 a{
		text-align: center;
		width: 25%;
		float: left;
		margin: 0 25px 0 0;
		background: #9a9b81;
		text-decoration: none;
		line-height: 36px;
		color: #ffffff;
		font-size: 15px;
	}
	.tab39 a:hover{
		background: #c7a566;
		
	}
	.nav18{
		width: 100%;
		float: left;
		margin: 0px auto 30px auto;
	}
	.nav18-2{
		width: 44%;
		float: left;
		border: solid 1px #eeeeee;
	}
	.nav18-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-3{
		width: 55%;
		float: left;
	}
	.nav18-4{
		width: 99%;
		float: left;
		margin:130px 0 0 0;
		border-bottom: solid 1px #e2cae5;
		border-top: solid 1px #e2cae5;
		border-right: solid 1px #e2cae5;
	}
	.nav18-4 samp{
		display: block;
		width: 96%;
		margin: 2%;
		color: #8b8491;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
		letter-spacing: 1px;
	}
	.nav18-5{
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
		text-align: center;
		
	}
	.nav18-6{
		width: 99%;
		float: left;
		margin: 5px auto 30px auto;
		border: solid 1px #bebebe;
		background: url("images/wedding/pic3.jpg") no-repeat left bottom;
		position: relative;
	}
	.nav18-7{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		background: url("images/wedding/pic4.jpg") no-repeat right bottom;
		position: relative;
	}
	.nav18-8{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		position: relative;
	}
	.tab40{
		float: left;
		width: 38%;
		margin: 50px 0 0 7%;
		border-right: dashed 1px #97919d;
	}
	.tab40 p{
		margin: 0;
		padding: 0;
		width: 45%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 20px;
		line-height: 36px;
	}
	.tab40 samp{
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 20px;
		line-height: 36px;
		text-align: right;
	}
	.tab41{
		float: left;
		width: 38%;
		margin: 50px 0 0 11%;
		
	}
	.tab41 p{
		margin: 0;
		padding: 0;
		width: 45%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 20px;
		line-height: 36px;
	}
	.tab41 samp{
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 20px;
		line-height: 36px;
		text-align: right;
	}
	.tab42{
		text-align: center;
		width: 100%;
		float: left;
		margin: 40px 0 30px 0;
		color: #564a60;
		font-size: 15px;
		line-height: 36px;
	}
	.tab42 samp{
		font-size: 18px;
		color: #564a60;
		margin: 0 0 0 30px;
		
	}
	.tab43{
		width: 181px;
		position: absolute;
		top:-28px;
		left:40%;
	}
	.tab44{
		
	}
	.tab44 a{
		padding:12px 18px 12px 18px;		
		background: #c7a566;
		color: #ffffff;
		font-size: 16px;
		margin: 0 0px 0 60px;
		text-decoration: none;
		text-align: center;
		letter-spacing: 1px;
		
	}
	.tab44 a:hover{
		background: #9a9b81;
		
	}
	.tab45{
		width: 166px;
		position: absolute;
		bottom: -5px;
		left:-20px;
		
	}
	.nav19{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	}
	.nav19b{
		padding: 30px 0 0px 0;
		background: #fefbf6;
		width: 100%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.nav19-2{
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.tab46{
		border: solid 1px #f9e9c9;
		width:29% ;
		float: left;
		position: relative;
		
	}
	
	
	.tab46 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab46form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 46px;
		opacity: 0.7;
		
	}
	.tab46form samp{
		color: #e8731d;
		line-height: 46px;
		font-size: 20px;
	}
	.tab46form samp:hover{
			box-shadow: 1px 1px 1px 1px rgba(255,255,255,0.5);
	}
	.nav19-3{
		width: 66%;
		float: left;
		margin: 0 auto 0 4%;
	}
	.tab47{
		width:21%;
		float: left;
		margin: 0 4% 25px 0px;
		height: 230px;
	
	}
	.tab47 samp{
		line-height: 24px;
		width: 100%;
		float: left;
		padding: 10px 0 10px 0;
		color: #262729;
		font-size: 16px;
		text-align: center;
	}
	.tab48{
		width: 99%;
		float: left;
		border: solid 1px #f9e9c9;
	}
	.tab48 a{
		opacity: 0.8;
	}
	.tab48 a:hover{
		opacity: 1;
	}
	.tab48 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab49{
		border: solid 1px #f9e9c9;
		width:29% ;
		margin: 0 2% 30px 2%;
		float: left;
		position: relative;
		
	}
	
	.tab49 :hover{
		box-shadow: 3px 3px 10px 3px rgba(162,160,138,0.5);
       
	}
	.tab49:active{
        opacity: 0.8;
       
    }
	.tab49 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab49form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 46px;
		opacity: 0.7;
		
	}
	.tab49form samp{
		color: #e8731d;
		line-height: 46px;
		font-size: 20px;
	}
	.nav20{
		padding-bottom: 50px;
		background: url("images/course/bg.jpg") no-repeat center bottom;
		width: 100%;
		float: left;
		margin: 70px 0 40px 0;
	}
	.nav20-1{
		position: relative;
		width:54% ;
		float: left;
	}
	.nav20-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav20-2{
		
		width: 96%;
		height: 96%;
		float: left;
		position: absolute;
		top:2%;
		left:2%;
		border: solid 2px #ffffff;
	}
	.nav20-3{
		margin: 15px 0 0 4%;
		width:42% ;
		float: left;
	}
	.tab50{
		width: 100%;
		padding: 10px 0 10px 0;
		color: #a4a588;
		font-size: 22px;
		text-align: left;
		float: left;
		border-top: solid 1px #d2b785;
		border-bottom: solid 1px #d2b785;
		margin: 10px 0 20px 0;
	}
	.tab51{
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}
	.tab51 samp{
		width: 87px;
		margin: 0 20px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 45px;
		height: 45px;
		font-size: 20px;
		color: #ffffff;
	}
	.tab51 h1{
		font-weight: normal;
		width: 150px;
		margin: 0 20px 0 0;
		padding: 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 45px;
		height: 45px;
		font-size: 20px;
		color: #ffffff;
	}
	.tab51 p{
		margin: 0;
		padding: 0;
		line-height: 45px;
		height: 45px;
		text-align: left;
		color: #9fa087;
		font-size: 20px;
	}
	.tab52{
		width: 100%;
		float: left;
		margin: 30px 0 10px 0;
	}
	.tab52 samp{
		width: 150px;
		margin: 0 0px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 45px;
		height: 45px;
		font-size: 20px;
		color: #ffffff;
	}
	.tab53{
		width: 100%;
		float: left;
		color: #9fa087;
		font-size: 20px;
		line-height: 36px;
	}
	.tab53 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 30px;
		text-align: left;
		
		
	}
	.txt6{
		width: 3%;
		float: left;
		color: #9fa087;
		font-size: 20px;
		text-align: left;
	}
	.txt5{
		color: #9fa087;
		font-size: 20px;
		text-align: left;
		width: 94%;
		float: right;
		padding: 0;
		display: block;
		line-height: 30px;
		margin: 0 0 0 1%;
		
	}
	.tab54{
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	.tab55{
		line-height: 70px;
		height: 70px;
		float: left;
		
	}
	.tab55 a{
		display: block;
		width:225px;
		
		margin: 0 40px 0 0;
		background: #c7a566;
		text-decoration: none;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.tab55 a:hover{
		line-height: 70px;
		height: 70px;
		background: #9a9b81;
	}
	.nav21{
		width: 100%;
		float: left;
	}
	.nav21-2{
		width: 1300px;
		margin: 40px auto 40px auto;
	}
	.tab56{
		width:18%;
		float: left;
		margin: 0 1% 30px 1%;
	
	}
	.tab56 samp{
		line-height: 24px;
		width: 100%;
		float: left;
		padding: 10px 0 10px 0;
		color: #262729;
		font-size: 16px;
		text-align: center;
	}
	.nav22{
		width: 31%;
		float: left;
		margin: 0 1% 30px 1%;
	}
	.tab57{
		border: solid 1px #f9e9c9;
		width:97.5% ;
		margin: 0 1% 30px 1%;
		float: left;
		position: relative;
		
	}
	
	
	.tab57 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab57form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 46px;
		opacity: 0.7;
		
	}
	.tab57form samp{
		color: #e8731d;
		line-height: 46px;
		font-size: 20px;
	}
	.nav22-1{
		width: 99%;
		float: left;
		margin:15px 0 15px 1%;
	}
	.nav22-1t{
		background:#fcf4e3;
		width: 48%;
		float: left;
		margin:15px 1% 15px 1%;
	}
	.tab58{
		margin: 0 5% 0 0;
		width:43% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 130px;
		overflow: hidden;
	}
	.tab58 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab58 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	
		.tab58-2{
		margin: 0 0% 0 0;
		width:100% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 130px;
		overflow: hidden;
	}
	.tab58-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab58-2 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58-2 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	.txt7{
		line-height: 60px;
		height: 60px;
		text-align: left;
		width: 50%;
		float: left;
		color: #262729;
		font-size: 18px;
	}
	.txt7b{color: #906952;font-size: 18px; line-height: 60px; height: 60px; text-align: center; width: 100%; float: left;}
	.txt7-2{
		width: 50%;
		text-align: left;
		margin: 0px 0 5px 0;
		color: #5e5e5e;
		float: left;
		font-size: 17px;
		line-height: 26px;
	}
	.txt7-3{
		letter-spacing: 0.5px;
		color: #444444;
		font-size: 20px;
	}
	.txt7-4{
		width: 48%;
		float: left;
		margin: 0px 2% 20px 0;		
		color: #a2a08a;
		text-align:right;
		font-size: 16px;	
	}
	.nav19-4{
		background: url("images/course3/bg.png") no-repeat right bottom;
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 30px 0 0px 0;
	}
	.nav19-5{
		background: url("images/course4/bgpic2.jpg") no-repeat center bottom;
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	}
	.nav19-6{
		position: relative;
		width: 99%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 0 30px 0;
	}
	.tab59{
		width: 20%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 1%;
	}
	.tab59 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab59-2{
		width: 38%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 2%;
	}
	.tab59-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab60{
		margin: 3% 0 2% 3%;
		width: 70%;
		float: left;
	}
	.tab60 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 18px;
		line-height:44px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60 p{
		width: 90%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:20px 0 40px 0;
		color: #564a60;
		font-size: 16px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60-2{
		margin: 3% 0 2% 2%;
		width: 55%;
		float: left;
	}
	.tab60-2 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 18px;
		line-height:44px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60-2 p{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:15px 0 15px 0;
		color: #564a60;
		font-size: 16px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60-2 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:15px 0 15px 0;
		color: #ff0848;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.tab65{
		width: 90%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:20px 0 20px 0;
		color: #564a60;
		font-size: 16px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.txt8{
		width: 100%;
		line-height:36px;
		float: left;
		color: #564a60;
		font-size: 16px;
	}
	.tab60 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:20px 0 20px 0;
		color: #ff0848;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.tab61{
		width: 100%;
		float: left;
	}
	.tab62{}
	.tab62 a{
		width: 15%;
		float: left;
		margin: 0 20px 0 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		height: 36px;
	}
	.tab62 :hover{
		background: #9a9b81;
		
	}
	.tab62-2{}
	.tab62-2 a{
		width: 40%;
		float: left;
		margin: 0 20px 0 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		height: 36px;
	}
	.tab62-2 :hover{
		background: #9a9b81;
		
	}
	.tab63{
		width: 174px;
		position: absolute;
		right:-10px;
		bottom:0;
	}
	.tab64{
		width: 50%;
		float: left;
	}
	.tab64 samp{
		border: none;
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 16px;
		text-align: left;
		padding: 0;
		line-height: 36px;
	}
	.tab64 p{
		line-height: 36px;
		color: #564a60;
		font-size: 16px;
		text-align: left;
		width: 60%;
		float: left;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.txt9{
		color: #564a60;
		font-size: 16px;
		line-height: 36px;
		text-align: left;
		margin: 0 65px 0 0;
	}
	.txt10{
		color: #564a60;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		margin: 0 10px 0 0;
	}
	.nav23{
		background: url("images/course5/bgpic.jpg") no-repeat right bottom;
		
		width: 96%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 30px 2% 0 2%;
	}
	.tab66{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab66 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 34px;
		text-align: left;
		color: #564a60;
		font-size: 17px;
	}
	.tab66 samp{
		width: 27%;
		float: left;
		line-height: 34px;
		color: #564a60;
		font-size: 17px;
		text-align: right;
	}
	.nav24{
		background: #ffffff;
		width: 45.5%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 30px 2%;
	}
	.nav25{
		background: url("images/course6/bgpic.jpg") no-repeat right bottom;
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 30px 0 0px 0;
	}
	.nav26{
		width: 1250px;
		margin: 20px auto 0 auto;
		color: #212529;
		font-size: 18px; 
		line-height: 30px;
	}
	.nav26-1{
		width: 100%;
		float: left;
		border-bottom:dashed 1px #9E9E9E;
		padding: 0 0 10px 0px;
		margin: 15px 0 10px 0;
	}
	.nav26-1 h1{font-weight: bold ; color: #000000; font-size: 20px; width: 100%; float: left; line-height: 26px; padding: 0; margin: 0 0 10px 0;}
	.nav26-1 samp{ width: 100%; float: left; color: #212529; font-size: 18px; line-height: 28px; padding: 0; margin: 0 0 15px 0;}
	.nav27{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 0px 0 30px 0;
		background: #fff5e4;
	}
	.nav27-1{
		width: 1000px;		
		margin: 0 auto 0 auto;
		height: 80px;
		
	}
	.tab67{
		float: left;
		width: 250px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67 a{
		line-height: 80px;
		color: #383837;
		text-decoration: none;
		font-size: 20px;
	}
	.tab67 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab67-2{
		float: left;
		width: 333px;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67-2 a{
		line-height: 80px;
		color: #383837;
		text-decoration: none;
		font-size: 20px;
	}
	.tab67-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab68{
		float: left;
		width: 250px;
		text-align: center;
	}
	.tab68 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 80px;
	}
	.tab68 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab68-2{
		float: left;
		width: 333px;
		text-align: center;
	}
	.tab68-2 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 80px;
	}
	.tab68-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.nav28{		
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
	
	}
	.nav28-1{
		width: 1300px;
		margin: 0 auto 0 auto;
	}
	.tab69{	
		background: #fff7f0;
		width: 29%;
		padding-bottom: 10px;
		float: left;
		margin: 0 2% 40px 2%;
		box-shadow: 3px 3px 12px rgba(153,153,152,0.8);
	}
	
	.tab70{	
		width: 100%;
		float: left;
		overflow:hidden;
	}
	.tab70 img{
		height: 410px;
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);transition: all 1s ease-out;
	}
	.tab70 img:hover{transform:scale(1.1,1.1);
	opacity: 0.8;
	}
	.tab71{
		background: #fff7f0;
		width: 94%;
		float: left;
		margin: 8px 3% 8px 3%;
		height: 130px;
	}
	.tab71 h1{
		width: 100%;
		float: left;
		font-weight: normal;
		padding: 0;
		margin: 5px 0 10px 0;
		color: #dba93f;
		font-size: 20px;
		line-height: 24px;
	}
	.tab71 p{
		letter-spacing: 1px;
		width: 100%;
		float: left;
		color: #7a7a7a;
		font-size: 16px;
		line-height: 22px;
		text-align: left;
		height: 42px;
		overflow: hidden;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.tab71 samp{
		width: 100%;
		text-align: left;
		margin: 15px 0 15px 0;
		color: #5e5e5e;
		font-size: 17px;
		line-height: 26px;
	}
	.txt11{
		letter-spacing: 0.5px;
		color: #444444;
		font-size: 20px;
	}
	.txt11-2{
		width: 98%;
		float: left;
		margin: 0px 2% 20px 0;		
		color: #a2a08a;
		text-align: right;
		font-size: 16px;		
	}
	.txt12{
		width: 320px;
		margin:30px 490px 30px 490px;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 20px;
		text-align: center;
		line-height: 44px;
		
	}
	.txt12-2{
		width: 100%;
		margin:0px auto 30px auto;
		float: left;
		color: #5b5b5a;
		font-size: 16px;
		text-align: center;
		
	}
	.nav14-8{
		width: 100%;
		float: left;
		background: url("images/lpg/bg7.jpg") repeat-x center bottom;
	}
	.nav14-5mv{
		height: 400px;
		width: 1300px;
		margin: 20px auto 40px auto;
	}
	.nav14-5mv2{
		float: left;
		height: 400px;
		width: 600px;
		margin: 0px 25px 0px 25px;
	}
	.tab72{
		border-radius: 20px;
		width: 29%;
		float: left;
		margin: 0px 2% 40px 2%;
		background: #f5c1b7;
	}
   .tab73{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 2px #ffffff;
	}
	.tab73 samp{
		color: #ffffff;
		font-size: 35px;
		line-height: 30px;
		margin: 30px auto 30px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.tit4{
		width:558px ;
		background:url("images/lpg/tit1.png") no-repeat center center;
		text-align: center;
		font-size: 22px;
		line-height: 44px;
		height: 44px;
		margin: 30px auto  20px auto;
	}
	.txt13{
		color: #676767;
		font-size: 18px;
		line-height: 28px;
		margin:0px 0 30px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav29{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6  url("images/lpg/bg5.jpg")no-repeat center center;
	}
	.tab74{		
		width: 29%;
		float: left;
		margin: 0px 1% 20px 1%;
	}
	.tab75{
		width: 50%;
		float: left;
	}
	.tab75 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab76{
		width: 50%;
		float: left;
	}
	.tab76 h1{
		width: 100%;
		float: left;
		margin:60px 0 0 0 ;
		padding: 0;
		line-height: normal;
		color: #aa5931;
		font-size: 20px;
		text-align: left;
		font-weight:normal;
	}
	.tab76 p{
		line-height: 28px;
		width: 100%;
		float: left;
		margin:5px 0 0 0 ;
		padding: 0;
		color: #606060;
		text-align: left;
	}
	.nav30{
	
		width: 100%;
		float: left;
		margin: 20px 0 10px 0;
		text-align: center;
	}
	.nav31{		
		width: 80%;
		float: left;
		margin: 20px 10% 10px 10%;
		text-align: center;
	}
	.tab77{		
		padding: 20px 0 20px 0;
		width: 23%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 0.5% 20px 0.5%;
	}
	.tab77 h1{
		text-align: center;
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab77 p{
		color: #b76e18;
		width: 100%;
		float: left;
		font-size: 18px;
		text-align: center;
		
		padding: 0;
		margin: 0;
	}
	.tab78{		
		padding: 20px 0 20px 0;
		width: 31%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 1% 20px 1%;
	}
	.tab78 h1{
		text-align: center;
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab78 p{
		color: #b76e18;
		width: 100%;
		float: left;
		font-size: 17px;
		text-align: center;
		
		padding: 0;
		margin: 0;
	}
	.nav32{
		padding: 30px 0 0px 0;
		width: 100%;
		float: left;
		background: url("images/lpg/bg6.jpg")  repeat left center;
	}
	.txt14{
		width: 150px;
		margin:0px 575px 30px 575px;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 20px;
		text-align: center;
		line-height: 44px;
		
	}
	.tab79{
		width: 555px;
		float: left;
		margin: 10px 47px 30px 47px;
	}
	.tab79 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab80{
		background: #fff7f0;
		width: 100%;
		float: left;
		margin: 0px 0% 0px 0%;
	}
	.tab80 h1{
		width: 100%;
		float: left;
		text-align: center;
		font-weight: normal;
		padding: 0;
		margin: 20px 0 10px 0;
		color: #dba93f;
		font-size: 26px;
		height: 40px;
		
	}
}

@media screen and (min-width: 1200px)and (max-width:1350px) {/*針對桌機*/
	.nav6{
		width: 100%;
		float: left;
		background: #e9e8e5;
		margin: 0 0 30px 0;
	}
	.nav6-2{
		width: 40%;
		margin: 35px auto 0px 2%;		
		text-align: center;
		float: left;
		max-width: 1000px;	
	}
	.nav6-2 img{
		width: 20%;
		margin: 0 40% 0px 40%;		
		text-align: center;
		float: left;		
	
	}
	.nav6-2 samp{
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: center;
		color: #353534;
		font-size: 15px;
		line-height: 24px;
		margin: 20px 0 0 0;
	}
	.nav6-3{
		width: 54%;
		float: right;
		text-align: right;
		
	}
	
	.nav6-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav26{
		float: left;
		width: 98%;
		margin: 20px 2% 0 2%;
		color: #212529;
		font-size: 18px; 
		line-height: 30px;
	}
	.nav26-1{
		width: 100%;
		float: left;
		border-bottom:dashed 1px #9E9E9E;
		padding: 0 0 10px 0px;
		margin: 15px 0 10px 0;
	}
	.nav26-1 h1{font-weight: bold ; color: #000000; font-size: 20px; width: 100%; float: left; line-height: 26px; padding: 0; margin: 0 0 10px 0;}
	.nav26-1 samp{ width: 100%; float: left; color: #212529; font-size: 18px; line-height: 28px; padding: 0; margin: 0 0 15px 0;}
	.nav27{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 0px 0 15px 0;
		background: #fff5e4;
	}
	.nav27-1{
		width: 96%;
		margin: 0 auto 0 auto;
		height: 70px;
	}
	.tab67{
		float: left;
		width: 25%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67 a{
		line-height: 70px;
		color: #383837;
		text-decoration: none;
		font-size: 20px;
	}
	.tab67 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab67-2{
		float: left;
		width: 33%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67-2 a{
		line-height: 70px;
		color: #383837;
		text-decoration: none;
		font-size: 20px;
	}
	.tab67-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab68{
		float: left;
		width: 25%;
		text-align: center;
	}
	.tab68 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 70px;
	}
	.tab68 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab68-2{
		float: left;
		width: 33%;
		text-align: center;
	}
	.tab68-2 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 70px;
	}
	.tab68-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.nav28{		
		width: 100%;
		float: left;
		margin: 20px 0 20px 0;
	
	}
	.nav28-1{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab69{	
		background: #fff7f0;
		width: 29%;
		padding-bottom: 20px;
		float: left;
		margin: 0 2% 30px 2%;
		box-shadow: 3px 3px 12px rgba(153,153,152,0.8);
	}
	
	.tab70{	
		width: 100%;
		float: left;
		overflow:hidden;
	}
	.tab70 img{
		height: 410px;
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);transition: all 1s ease-out;
	}
	.tab70 img:hover{transform:scale(1.1,1.1);
	opacity: 0.8;
	}
	.tab71{
		background: #fff7f0;
		width: 94%;
		float: left;
		margin: 8px 3% 8px 3%;
		height: 110px;
	}
	.tab71 h1{
		width: 100%;
		float: left;
		font-weight: normal;
		padding: 0;
		margin: 5px 0 5px 0;
		color: #dba93f;
		font-size: 20px;
		line-height: 20px;
	}
	.tab71 p{
		width: 100%;
		float: left;
		color: #7a7a7a;
		font-size: 17px;
		line-height: 18px;
		text-align: left;
		height: 35px;
		overflow: hidden;
		padding: 0;
		margin: 5px 0 8px 0;
	}
	.tab71 samp{
		width: 100%;
		text-align: left;
		margin: 10px 0 10px 0;
		color: #5e5e5e;
		font-size: 18px;
		line-height: 24px;
	}
	.txt11{
		color: #444444;
		font-size: 20px;
	}
	.txt11-2{
		width: 98%;
		margin: 5px 2% 0 0;
		float: right;
		color: #a2a08a;
		text-align: right;
		font-size: 18px;
		
	}
	.txt12{
		width: 24%;
		margin:25px 38% 0px 38%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		
	}
	.txt12-2{
		width: 100%;
		margin:20px auto 20px auto;
		float: left;
		color: #5b5b5a;
		font-size: 16px;
		text-align: center;
		
	}
	.nav14-8{
		width: 100%;
		float: left;
		background: url("images/lpg/bg7.jpg") repeat-x center bottom;
	}
	.nav14-5mv{
		height: 350px;
		width: 100%;
		margin: 20px auto 30px auto;
	}
	.nav14-5mv2{
		float: left;
		height: 350px;
		width: 46%;
		margin: 0px 2% 0px 2%;
	}
	.tab72{
		border-radius:20px;
		width: 29%;
		float: left;
		margin: 5px 2% 20px 2%;
		background: #f5c1b7;
	}
	.tab73{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 2px #ffffff;
	}
	
	.tab73 samp{
		color: #ffffff;
		font-size: 28px;
		line-height: 26px;
		margin: 25px auto 25px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.tit4{
		width:558px ;
		background:url("images/lpg/tit1.png") no-repeat center center;
		text-align: center;
		font-size: 22px;
		line-height: 39px;
		height: 39px;
		margin: 10px auto  20px auto;
	}
	.txt13{
		color: #676767;
		font-size: 18px;
		line-height: 28px;
		margin:0px 0 30px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav29{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6  url("images/lpg/bg5-2.jpg")no-repeat left center;
	}
	.tab74{		
		width: 29%;
		float: left;
		margin: 0px 1% 20px 1%;
	}
	.tab75{
		width: 50%;
		float: left;
	}
	.tab75 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab76{
		width: 50%;
		float: left;
	}
	.tab76 h1{
		width: 100%;
		float: left;
		margin:60px 0 0 0 ;
		padding: 0;
		line-height: normal;
		color: #aa5931;
		font-size: 20px;
		text-align: left;
		font-weight:normal;
	}
	.tab76 p{
		line-height: 28px;
		width: 100%;
		float: left;
		margin:5px 0 0 0 ;
		padding: 0;
		color: #606060;
		text-align: left;
	}
	.nav30{
	
		width: 100%;
		float: left;
		margin: 20px 0 10px 0;
		text-align: center;
	}
	.nav31{		
		width: 70%;
		float: left;
		margin: 20px 15% 10px 15%;
		text-align: center;
	}
	.tab77{
		
		padding: 20px 0 20px 0;
		width: 22%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 1% 20px 1%;
	}
	.tab77 h1{
		text-align: center;
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab77 p{
		color: #b76e18;
		width: 100%;
		float: left;
		font-size: 18px;
		text-align: center;
		
		padding: 0;
		margin: 0;
	}
	.tab78{		
		padding: 20px 0 20px 0;
		width: 31%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 1% 20px 1%;
	}
	.tab78 h1{
		text-align: center;
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab78 p{
		color: #b76e18;
		width: 100%;
		float: left;
		font-size: 18px;
		text-align: center;
		
		padding: 0;
		margin: 0;
	}
	.nav32{
		padding: 30px 0 0px 0;
		width: 100%;
		float: left;
		background: url("images/lpg/bg6.jpg")  repeat left center;
	}
	.txt14{
		width: 150px;
		margin:0px 575px 30px 575px;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 20px;
		text-align: center;
		line-height: 44px;
		
	}
	.tab79{
		width: 555px;
		float: left;
		margin: 10px 47px 30px 47px;
	}
	.tab79 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab80{
		background: #fff7f0;
		width: 100%;
		float: left;
		margin: 0px 0% 0px 0%;
	}
	.tab80 h1{
		width: 100%;
		float: left;
		text-align: center;
		font-weight: normal;
		padding: 0;
		margin: 15px 0 0px 0;
		color: #dba93f;
		font-size: 26px;
		
	}
}

@media screen and (min-width: 1024px)and (max-width:1349px) {/*針對桌機*/
	.top_out{
		width: 100%;
		float: left;
		background: #9fa087;
	}
	.top{
		width: 100%;
		max-width: 100%;
		margin: 0px auto 0px auto;
	}
	.logo{	
		z-index:1000;
		width: 257px;
		height: 89px;
		float: left;
		margin: 15px 0 15px 10px;
		
	}
	.logo2{		
		width: 180px;
		height: 84px;
		float: left;
		margin: 10px 0 30px 2%;
		
	}
	.logo2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.buttom{
		width: 560px;
		float: right;
		
	}
	.banner{
		width: 100%;
		float: left;
		
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width:98%;
		margin: 30px auto 0 auto;
	}
	.intit{
		float: left;
		width: 20%;
		margin: 0 40% 20px 40%;
		height: 70px;
		background:url("images/index/icon1.png") no-repeat center bottom;		
	}
	.intit_txt{
		text-transform:uppercase;
		width: 100%;
		float: left;
		color: #9a9b81;
		font-size: 16px;
		text-align: center;
		
	}
	.nav1-2{
		width: 100%;
		float: left;
		margin: 0 auto 40px auto;
	}
	.nav1-3{
		width: 23%;
		float: left;
		margin: 0 1% 0 1%;
	}
	.nav1-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav1-4{
		width: 80%;
		float: left;
		margin: 10px 10% 0 10%;;
	}
	.nav1-4 p{
		color: #292e34;
		font-size: 17px;
		text-align: center;
		line-height: 28px;
		margin: 0;
		padding: 0;
		font-weight: normal;
	}
	.nav1-4 samp{
		height: 45px;
		overflow: hidden;
		color: #a79a9a;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		width: 96%;
		float: left;
		font-weight: normal;
		margin: 0 2% 0 2%;
	}
	.nav2{
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
		background:url("images/index/bgpic2.png") no-repeat center center;
	}
	.nav2-1{
		width: 100%;
		margin: 30px auto 30px auto;
	}
	.nav2-2{
		width: 40%;
		margin: 0  0 30px 0;
		float: left;
	}
	.nav2-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav2-3{		
		float: right;
		width: 55%;		
		background:#c7a566 url("images/index/bgpic3.png")no-repeat left top;
		
		
	}
	.nav2-4{
		background:url("images/index/bgpic3-.png") no-repeat right bottom ;
		width: 96%;
		float: left;
		border: solid 1px #ffffff;
		margin: 2%;
	}
	.nav2-4 samp{
		width: 96%;
		float: left;
		margin: 20px 2% 20px 2%;
		color: #ffffff;
		font-size: 15px;
		line-height: 26px;
		text-align: left;
		letter-spacing: 1px;
	}
	.nav2-4 p{
		width: 100%;
		float: left;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		letter-spacing: 2px;
		margin: 0;
		padding: 0;
	}
	.nav2-5{
		width: 50%;
		float: left;
		margin: 20px 25% 20px 25%;
	}
	.btn,
.btn:focus,
.btn:hover {
    position: relative;
    width: 56%;
	margin: 0 22% 0 22%;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding:15px 5px 15px 5px;
	float: left;
    -webkit-font-smoothing: antialiased;
   
}
.btn span:nth-child(1),
.btn span:nth-child(2),
.btn span:nth-child(3),
.btn span:nth-child(4) {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
}
.btn span:nth-child(1) {
    width: 1px;
    left: 0;
    bottom: 0;
}
.btn span:nth-child(2) {
    height: 1px;
    left: 0;
    top: 0;
}
.btn span:nth-child(3) {
    width: 1px;
    right: 0;
    top: 0;
}
.btn span:nth-child(4) {
    height: 1px;
    right: 0;
    bottom: 0;
}
.btn:hover {
	width: 60%;
	margin: 0 20% 2px 20%;
	float: left;
    border: none;
}
.btn:hover span:nth-child(1) {
    animation: move1 1500ms infinite ease;
}
.btn:hover span:nth-child(2) {
    animation: move2 1500ms infinite ease;
}
.btn:hover span:nth-child(3) {
    animation: move3 1500ms infinite ease;
}
.btn:hover span:nth-child(4) {
    animation: move4 1500ms infinite ease;
}

	.nav3{
		width: 100%;
		margin: 0px auto 0 auto;
		
	}
	.nav3-2{
		width:96%;
		margin: 10px 2% 0 2%;
		float: left;
		
	}
	.nav3-3{
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
		width: 30%;
		float: left;
		margin: 0 1.5% 0 1.5%;
	}
	.nav3-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3-3 img a{
	   filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.nav3-3 img:hover{
	-webkit-transition: all 0.5s ease-out;
	filter:alpha(opacity=70);
    opacity: 0.7;
	display:block;
	
	}
	.tab1{
		height: 60px;
		line-height: 60px;
		color: #ffffff;
		font-size: 16px;
		width: 100%;
		float: left;
		text-align: center;
		display: block;
		background: #c7a566;
	}
	.nav4{		
		width: 100%;
		float: left;
		margin: 30px auto 0 auto;
		background:#fff6e8 url("images/index/bgpic5.png") no-repeat center center;
		
	}
	.nav4-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.nav4-3{
		width: 100%;
		float: left;
		margin: 10px auto 10px auto;
	}
	.tab2{
		text-align: center;
		width: 28.5%;
		float: left;
		margin: 30px 2% 30px 2%;
		background: #cccaae;
		border: solid 3px #ffffff;
	}
	.tab2 a{
		display: block;
		
	}
	.tab2:hover{
		-webkit-transition: all 0.5s ease-out;
		display: block;
		background: #ead7b4;
	}
	.tab2 img{		
		width: 67px;
		text-align: center;
		margin: 8px auto 5px auto;
	}
	.tab2 samp{
		display: block;
		width: 100%;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		text-transform:uppercase;
	}
	.nav5{		
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
		background: #a2a08b;
		
		
	}
	.bottom{
		width: 100%;
		margin: 40px auto 0px auto;
		list-style: none;
		padding: 0;
		overflow:hidden;
	}
	.tab3{
		width: 23%;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		margin: 0 1% 25px 1%;
		padding: 0;
		
	}
	.tab3 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab3 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab4{
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab4 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab4 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.tab5out{
		float: left;
		width: 23%;
		margin: 0 1% 0px 1%;
	}
	.tab5{
		width: 100%;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		margin: 0 0px 0px 0px;
		padding: 0;
		
	}
	.tab5 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab5 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab6{
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab6 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab6 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.footer{
		width: 100%;
		float: left;
		background: #584a3b;
		padding: 7px 0 7px 0;
	}
	.footer2{
		width: 100%;
		margin: 0 auto 0 auto;
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 1px;
	}
	#backtotop{z-index:99999; display:inline-block; position:fixed;  bottom:50px; right:20px; width:70px; height:70px; line-height:50px; border-radius: 30px; font-size:26px; text-align:center; opacity:.9;}
    #backtotop i{display:block; width:70px; height:50px; line-height:inherit;border-radius: 30px; }
    #backtotop.visible{visibility:visible; opacity:.5;}
    #backtotop:hover{opacity:1;}
	.tit{
		width: 100%;
		max-width:98%;
		height: 35px;
		line-height: 35px;
		text-align: left;
		color: #333333;
		font-size: 15px;
		margin: 0 auto 0 auto;
	}
	.tit a{
		color: #333333;
		font-size: 15px;
		text-decoration: none;
	}
	.tit a:hover{
		color: #a2a08b;
		
	}
	.nav6{
		width: 100%;
		float: left;
		background: #e9e8e5;
		margin: 0 0 25px 0;
	}
	.nav6-2{
		width: 47%;
		margin: 20px auto 0px 1%;		
		text-align: center;
		float: left;		
	}
	
	.nav6-2 img{
		width: 20%;
		float: left;
		margin: 0 40% 0 40%;
		text-align: center;
	}
	.nav6-2 samp{
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: center;
		color: #353534;
		font-size: 14px;
		line-height: 20px;
		margin: 12px 0 0 0;
	}
	.nav6-3{
		width: 50%;
		float: right;
		text-align: right;
		
	}
	.nav6-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.aboubg{
		background:#f9f7f0 url("images/about/bgpic2.jpg") no-repeat center top;
	}
	.nav7{
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
	}
	.nav7-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tit2{
		width:420px ;
		background:url("images/about/icon4.png") no-repeat center center;
		text-align: center;
		font-size: 22px;
		line-height: 39px;
		height: 39px;
		margin: 0 auto  40px auto;
	}
	.linebtn{	
		width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	.nav8{
		width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	
	.tab7{
		width: 50%;
		float: left;
	}
	.tab7 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-2{
		width: 48%;
		float: right;
	}
	.nav8-2 h1{
		font-size: 18px;
		letter-spacing: 1px;
		color: #9a9b81;
		line-height: 28px;
		padding: 0;
		margin: 20px 0 15px 0;
	}
	.nav8-2 p{
		font-weight: normal;
		font-size: 15px;
		color: #9a9b81;
		line-height: 28px;
		padding: 0;
		margin: 0 0 30px 0;
	}
	.tab8{
		width: 48%;
		float: right;
	}
	.tab8 img{
		width: 100%;
		float: right;
		height: auto;
	}
	.nav8-3{
		width: 50%;
		margin: 0 2% 0 0;
		float: left;
	}
	.nav8-3 h1{
		font-size: 18px;
		letter-spacing: 1px;
		color: #9a9b81;
		line-height: 28px;
		padding: 0;
		margin: 90px 0 15px 0;
	}
	.nav8-3 p{
		font-weight: normal;
		font-size: 15px;
		color: #9a9b81;
		line-height: 28px;
		padding: 0;
		margin: 0 0 30px 0;
	}
	.tab9{
		height: 140px;
		width: 31%;
		margin: 25px 1% 20px 1%;
		float: left;
		border: solid 1px #f9e9c9;
		background: #ffffff;
	}
	.tab9 h1{
		width: 96%;
		float: left;
		text-align: center;
		line-height: 26px;
		color: #9a9b81;
		font-size: 18px;
		margin: 10px 2% 0 2%;
		padding: 0;
		
	}
	.tab9 samp{
		margin: 5px 2% 5px 2%;
		width: 96%;
		float: left;
		text-align: center;
		line-height: 22px;
		color: #666666;
		font-size: 15px;
	}
	.nav9{
		width: 100%;
		float: left;
		margin: 30px 0 0 0;
	}
	.nav9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10out{
	    width: 100%;
		margin: 0 0% 0 0%;
		float: left;
		background: url("images/about/bgpic7.jpg") repeat;
	}
	.nav10{
	width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	.nav10-2{
		width: 31.3%;
		float: left;
		margin: 40px 1% 30px 1%;
	}
	.tab10{
		width: 48%;
		float: left;
	}
	.tab10 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10-2 h1{
		width: 52%;
		float: left;
		text-align: center;
		font-size: 20px;
		color: #90917c;
		line-height: 24px;
		margin: 15px 0 5px 0;
		padding: 0;
	}
	.nav10-2 samp{
		width: 50%;
		float: left;
		color: #666b74;
		font-size: 0.8em;
		text-align: left;
		margin: 0 0 0 2%;
		line-height: 24px;
	}
	.nav11{
		width: 100%;
		float: left;
		background: #f0f0f0;
	}
	.nav11-2{
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
	}
	.nav11-3{
		float: left;
		width: 98%;
		margin: 30px auto 30px auto;
	}
	.nav11-4{
		float: left;
		width: 29%;
		margin: 0 2% 30px 2%;
		border: solid 1px #e3e0e0;
	}
	.tab11{
		width: 100%;
		float: left;
		overflow:hidden;
	}
	
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);
		transition: all 1s ease-out;
	}
	.tab11 img:hover{
		transform:scale(1.2,1.2);
	}
	.tab11 a{
		-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
		 opacity:1;
	}
	.tab11 a:hover{
		  opacity:1;
	}
	.tab12{
		width: 100%;
		float: left;
		background: #f6f6f6;
	}
	.tab12 h1{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 96%;
		float: left;
		text-align: center;
		padding: 0;
		color: #9a8c7e;
		font-size: 18px;
		margin: 25px 2% 10px 2%;
		font-weight: normal;
	}
	.tab12 samp{
		color: #8c8c7e;
		font-size: 15px;
		width: 96%;
		margin: 0 2% 20px 2%;
		float: left;
		text-align: center;
		line-height: 24px;
		height: 45px;
		overflow: hidden;
	}
	.nav12{
		width: 100%;
		float: left;
		text-align: center;
		margin: 15px 0 20px 0;
	}
	.tab13{
		text-align: center;
	}
	.tab13 a{
		border-radius: 50px;		
		margin: 0 10px 0 10px;
		background: #bababa;
		padding:10px 15px 10px 15px;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}.tab13 a:hover{
		background: #c7a566;
	}
	.tab13-2{
		text-align: center;
	}
	.tab13-2 a{
		border-radius: 50px;		
		margin: 0 10px 0 10px;
		background: #c7a566;
		padding:10px 15px 10px 15px;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}.tab13-2 a:hover{
		background: #c7a566;
	}
	.nav12-2{
		width: 100%;
		float: left;
		margin: 0 0% 20px 0%;
	}
	.tab14out{
		width: 36%;
		float: left;
	}
	.tab14{
		width: 98%;
		float: left;
		border: solid #f3f2f2 2px;
	}
	.tab14 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab14txt{width: 100%; float: left; text-align: center; margin: 10px 0 0 0;}
	.tab15{
		width: 58%;
		float: left;
		margin: 0 0 0 5%;
	}
	.tab15 h1{
		width: 100%;
		float: left;
		margin: 10px 0 6px 0;
		padding: 0;
		color: #1a1a1a;
		font-size: 18px;
	}
	.tab15 samp{
		color: #999999;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 4px 0 4px 0;
	}
	.tab16{
		width: 80px;
		height: 30px;
		border: solid 1px #a39187;
		margin: 0 0 0 15px;
		vertical-align: middle;
		text-align: center;
	}
	
	.tab17{
		width:180px;
		float: left;
		margin: 15px 0 60px 0;
	}
	.tab17 a{
		width:180px;
		height: 40px;
		text-decoration:none;
		border: solid 1px #a39187;
		color: #999999;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
		background: #ffffff;
		display: block;
	}
	.tab17 a:hover{
		background: #a39187;
		color: #ffffff;
		
	}
	.tab18{
		text-align: center;
		margin: 0px 30px 0 30px;
		
	}
	.tab18 a{
		
		padding: 20px 40px 20px 40px;
		text-decoration:none;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		background: #cccaae;
		
	}
	.tab18 a:hover{
		background: #c7a566;
		color: #ffffff;
		
	}
	.nav13{
		border-top: solid 1PX #a39187;
		width: 98%;
		float: left;
		text-align: center;
		margin: 40px 1% 20px 1%;
		padding: 10px 0 0 0;
	}
	.tit3{
		width:300px ;
		background:url("images/about/icon5.png") no-repeat center center;
		text-align: center;
		font-size: 22px;
		line-height: 39px;
		height: 39px;
		margin: 20px auto  20px auto;
	}
	.nav14{
		width: 100%;
		float: left;
	}
	.nav14-2{
		width: 100%;
		float: left;
	}
	.nav14-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav14-3{
		width: 98%;
		margin: 0 1% 0 1%;
		float: left;
	}
	.nav14-3 p{
		color: #676767;
		font-size: 18px;
		line-height: 28px;
		margin:20px 0 0px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav14-4{
		width: 100%;
		margin: 20px 0% 0 0%;
		float: left;
		background: url("images/lpg/bg1-2.jpg") repeat-x center bottom;
	}
	.nav14-4mv{
		height: 500px;
		width: 96%;
		margin: 0 2% 30px 2%;
	}
	.nav14-3 h1{
		color: #d29928;
		font-size: 40px;
		line-height: 100px;
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.tab19{
		border-radius: 15px;
		width: 29%;
		float: left;
		margin: 15px 2% 40px 2%;
		background: #f5c1b7;
	}
	.tab19-2{
		border-radius: 20px;
		width: 21%;
		float: left;
		margin: 15px 2% 40px 2%;
		background: #f5c1b7;
	}
	.tab20{
		border-radius: 15px;
		width: 95%;
		float: left;
		margin: 1.8%;
		border: solid 2px #ffffff;
	}
	.tab20 samp{
		color: #ffffff;
		font-size: 30px;
		line-height: 40px;
		margin: 40px auto 40px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.nav14-5{
		padding: 40px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6 url("images/lpg/bg2.jpg") no-repeat center center;
	}
	.tab21{
		text-align: center;
		position: relative;
		width: 29%;
		float: left;
		margin: 10px 2% 30px 2%;
	}
	
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt1{
		width: 56%;
		top:20%;
		letter-spacing: 2px;
		font-weight: bold;
		left:22%;
		position: absolute;
		padding: 0;
		color: #366a92;
		line-height: 44px;
		font-size: 28px;
		text-align: center;
		border-bottom: solid 1px #afc3d2;
	}
	.txt2{
		position: absolute;
		top:40%;
		width: 62%;
		float: left;
		left:19%;
		padding: 0;
		color: #3b3a39;
		line-height: 20px;
		font-size: 16px;
		text-align: center;
		
	}
	.nav14-6{
		width: 45.5%;
		background: #fcfaf3;
		float: left;
		margin: 35px 2% 15px 2%;
		border: solid 1px #faeddf;
	}
	.nav14-6 h1{
		padding: 0;
		width: 96%;
		float: left;
		margin: 15px 2% 15px 2%;
		text-align: left;
		border-bottom: solid 1px #cac6c1;
		line-height: 30px;
		font-size: 20px;
		color: #676767;
		letter-spacing: 2px;
	}
	.nav14-6 p{
		width: 96%;
		float: left;
		color: #676767;
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		margin: 0 2% 0 2%;
		padding: 0;
		height: 230px;
	}
	.nav14-6 samp{
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		float: left;
		color: #706e53;
		margin: 0 ;
		font-weight: bold;
	}
	.tab22{
		width: 96%;
		margin: 20px 2% 10px 2%;
		float: left;
	}
	.tab22-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab22-1{
		width: 45%;
		float: left;
		margin: 0 0 0 2%;
	}
	.tab22-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab22-2{
		height: 207px;
		width: 50%;
		float: left;
		margin: 0 0 0 0%;
	}
	.nav14-7{
		padding: 20px 0 0px 0;
		width: 100%;
		float: left;
		background:#fdf9fb url("images/lpg/bg3.jpg") no-repeat center center;
	}
	.tab23{
		text-align: center;
		position: relative;
		width: 31%;
		float: left;
		margin: 10px 1% 40px 1%;
	}
	.txt3{
		width: 80%;
		top:24%;
		letter-spacing: 2px;
		font-weight: bold;
		left:10%;
		position: absolute;
		padding: 0;
		color: #534e16;
		line-height: 44px;
		font-size: 26px;
		text-align: center;
		border-bottom: solid 1px #b6b6b3;
	}
	.txt4{
		position: absolute;
		top:48%;
		width: 80%;
		float: left;
		left:10%;
		padding: 0;
		color: #3b3a39;
		line-height: 28px;
		font-size: 16px;
		text-align: center;
		
	}
	.tab24{
		background: #ffffff;
		width: 43%;
		float: left;
		margin: 20px 3% 50px 3%;
		border: solid 3px #f8eee4;
	}
	
	
	.tab24 h1{
		width: 86%;
		float: left;
		margin: 15px 7% 0px 7%;
		color: #804a14;
		font-size: 22px;
		text-align: center;
		border-bottom: solid 1px #f8eee4;
		padding: 0;
		line-height:44px;
	}
	.tab24 p{
		float: left;
		font-size: 18px;
		line-height: 28px;
		color: #3b3a39;
		margin: 20px 3% 20px 3%;
		width: 94%;
		padding: 0;
		
	}
	.nav15{
		text-align: center;
		width: 90%;
		float: left;
		border:solid 4px #c7a566;
		margin: 0 5% 0 5%;
		padding: 0 0 10px 0;
	}
	.nav15 h1{
		vertical-align: middle;
		letter-spacing: 2px;
		width: 94%;
		float: left;
		margin: 16px 3% 8px 3%;
		text-align: center;
		color: #9fa088;
		font-size: 20px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 h1 samp{
		font-weight: bold;
		font-size:30px 
	}
	.nav15 p{
		vertical-align: middle;
		letter-spacing: 2px;
		width: 94%;
		float: left;
		margin: 0px 3% 11px 3%;
		text-align: center;
		color: #9fa088;
		font-size: 20px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 p img{
		vertical-align: middle;
	}
	.nav15-2{
		text-align: center;
		width: 88%;
		float: left;
		margin: 30px 6% 0 6%;
	}
	.nav15-2 h1{
		color: #9fa088;
		font-size: 20px;
		line-height: 44px;
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
		
	}
	.nav15-2 p{
		width: 100%;
		float: left;
		text-align: center;
		color: #787969;
		margin: 0 0% 20px 0%;
		font-size: 16px;
		line-height: 26px;
	}
	.nav15-9{
		list-style: none;
		width: 88%;
		float: left;
		padding: 0;
		margin: 20px 6% 0 6%;
	}
	.tab25{
		padding: 0 0 20px 0;
		margin: 0;
		width: 100%;
		float: left;
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2{
		padding: 20px 0 20px 0;;
		margin: 0;
		width: 100%;
		float: left;
		
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2 a{ color: #888888; text-decoration: none;}
	.tab25-2 a:hover{color: #887C58;}
	.tab25-3{
		text-align: center;
		padding: 60px 0 40px 0;;
		margin: 0;
		width: 100%;
		float: left;
	
	}
	.tab25-4{width: 130px; line-height: 30px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 30px 0px; float: left; text-align: center;}
	.tab25-4-2{width: 130px; line-height: 30px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 70px 0px; float: left; text-align: center;}
	.tab25-4out{width: 100%; float: left;margin:5px 0 5px 0;}
	.tab25-5{width: 28%;float: left; font-size: 15px; color: #666666; letter-spacing: 0.5px; line-height: 28px;}
	.tab25-6{width: 28%;float: left; font-size: 15px; color: #666666; letter-spacing: 0.5px; line-height: 28px;}
	.tab26{
		width: 230px;
		float: left;
		margin: 15px 30px 0 0;
	}
	.tab26 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	.tab26form{
		border: solid 1px #bbbbbb;
		width: 230px;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab27{
		margin:40px 0 0 0px;
		width: 400px;
		float: left;
		vertical-align: middle;		
		color: #666666;
		font-size:20px;
	}
	.tab28{
		width: 48%;
		margin: 15px 2% 0 0;
		float: left;
	}
	.tab28 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.tab28form{
		border: solid 1px #bbbbbb;
		width: 85%;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab28form2{
		border: solid 1px #bbbbbb;
		width: 85%;
		float: left;
		height:36px;
		line-height: 36px;
	}
	.tab29{
		width: 100%;
		margin: 15px 0% 0 0;
		float: left;
	}
	.tab29 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.tab29form{
		border: solid 1px #bbbbbb;
		width: 99%;
		float: left;
		height: 130px;
		
	}
	.tab30{
		text-align: center;
		margin: 0px 60px 0 0;
	}
	.tab30 a{
		padding: 15px 60px 15px 60px;
		text-align: center;
		background: #cccaae;
		text-decoration: none;
		color: #ffffff;
		font-size: 22px;
		font-weight: bold;
	}
	.tab30 a:hover{
		background: #c7a566;
	}
	.nav16{
		width: 98%;
		margin: 25px auto 25px auto;
	}
	.tab31{
		float: left;
		width:34% ;
		text-align: center;
		margin:0px 33% 20px 33%;
	}
	.tab31 h1{
		width: 100%;
		float: left;
		border-bottom: solid 3px #f9e9c9;
		line-height: 40px;
		height: 40px;
		margin: 20px 0% 0 0%;
		padding: 0;
		color: #a29369;
		text-align: center;
		font-size: 20px;
	}
	.tab31 samp{
		width: 100%;
		margin: 20px 0% 0 0%;
		color: #a29369;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		float: left;
		
	}
	.nav16-2{
		width: 100%;
		float: left;
		margin: 10px auto 20px auto;
	}
	.nav16-3{
		margin: 0px 0 0 0;
		line-height: 26px;
		text-align: left;
		color: #5b5b5a;
		font-size: 16px;
		width: 57%;
		float: left;
	}
	.nav16-3 samp{
		width: 100%;
		float: left;
		color: #e4822c;
		font-size:20px ;
		line-height: 26px;
	}
	.nav16-4{
		width: 40%;
		float: right;
	}
	.nav16-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.nav16-5{
		width: 100%;
		background:#fff4ec url("images/technology/bg1.jpg") center center;
		float: left;
		margin: 0px auto 20px auto;
	}
	.nav16-6{
		width: 100%;
		float: left;
		margin: 0 0 25px 0;
	}
	.nav16-6 h1{
		border: solid 1px #cfa972;
		text-align:center;
		padding: 0;
		margin: 0 1% 0  1%;
		width: 24%;
		line-height: 60px;
		height: 60px;
		color: #b84f20;
		font-size: 15px;
		float: left;
		background: #fff4ec;
	}
	.nav16-6 samp{
		width: 73%;
		float: left;
		color: #606060;
		font-size: 14px;
		line-height: 24px;
		margin: 5px 0 0 0;
		text-align: left;
	}
	.nav16-6 p{
		display: block;
		text-align: justify;
		width: 94%;
		float: left;
		color: #606060;
		overflow: hidden;
		font-size: 14px;
		line-height: 24px;
		margin: 5px 0 0 0;
		text-align: left;
		padding: 0;
	}
	.tab32{
		width:18.5% ;
		float: left;
		margin: 0 0.5% 0 0.5%;
		background: #fff4ec;
		border: solid 1px #cfa972;
		color: #b84f20;
		font-size: 16px;
		padding: 15px 0px 15px 0px;
		line-height: 20px;
		text-align: center;
	}
	.nav16-7{
		width: 48%;
		float: left;
		margin: 0px 2% 20px 0;
	}
	.tab33{
		width:30% ;
		float: left;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-7 h1{
		width: 68%;
		float: left;
		margin: 55px 0 0 2%;
		padding: 0;
		color: #aa5931;
		font-size: 18px;
		text-align: left;
	}
	.nav16-7 samp{
		width: 68%;
		float: left;
		margin: 5px 0 0 2%;
		padding: 0;
		color: #606060;
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
	.nav16-8{
		width: 100%;
		background:#fff4ec url("images/technology/bg3.jpg") no-repeat center center;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-9{
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
	}
	.nav17{
		width: 100%;
		float: left;
		margin: 10px auto 20px auto;
	}
	.nav17-2{
		width: 31%;
		float: left;
		margin: 0 1% 20px 1%;
		background: url("images/pregnant/icon2.png") no-repeat center top;
		background-size:94%;
		text-align: center;
		height: 259px;	
	
		
	}
	.nav17-2 samp{		
		text-align: center;
		width: 100%;
		float: left;
		margin: 25% 0 0 0px;
		color: #969797;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 36px;
	}
	.nav17-3{
		width: 98%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 1% 0 1%;
	}
	.tab34{
		width:49% ;
		float: left;
		margin: 20px;
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab34-2{
		width:33% ;
		float: left;
		margin: 1%;
	}
	.tab34-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.nav17-4{
		width: 42%;
		float: left;
		margin: 20px;
	}
	.nav17-5{
		width: 62%;
		float: left;
		margin: 1%;
	}
	.tab35{
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-2{
		color: #564a60;
		font-size: 20px;
		text-align: left;
		line-height: 36px;
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-3{
		width: 70%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab36{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab36 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 35px;
		text-align: left;
		color: #564a60;
		font-size: 18px;
	}
	.tab36 samp{
		width: 27%;
		float: left;
		line-height: 35px;
		color: #564a60;
		font-size: 18px;
		text-align: left;
	}
	.tab37{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.tab37 samp{
		width: 34%;
		line-height: 36px;
		float: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37 p{
		width: 22%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 36px;
		color: #564a60;
		font-size: 18px;
		text-align: right;
	}
	.tab37 h1{
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab37-2{
		width: 94%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.tab37-2 samp{
		width: 34%;
		line-height: 36px;
		float: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37-2 p{
		width: 22%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 36px;
		color: #564a60;
		font-size: 18px;
		text-align: right;
	}
	.tab37-2 h1{
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab38{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
	}
	.tab39{}
	.tab39 a{
		text-align: center;
		width: 25%;
		float: left;
		margin: 0 25px 0 0;
		background: #9a9b81;
		text-decoration: none;
		line-height: 36px;
		color: #ffffff;
		font-size: 15px;
	}
	.tab39 a:hover{
		background: #c7a566;
		
	}
	.nav18{
		width: 100%;
		float: left;
		margin: 10px auto 20px auto;
	}
	.nav18-2{
		width: 44%;
		float: left;
		border: solid 1px #eeeeee;
	}
	.nav18-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-3{
		width: 55%;
		float: left;
	}
	.nav18-4{
		width: 99%;
		float: left;
		margin:50px 0 0 0;
		border-bottom: solid 1px #e2cae5;
		border-top: solid 1px #e2cae5;
		border-right: solid 1px #e2cae5;
	}
	.nav18-4 samp{
		display: block;
		width: 96%;
		margin: 2%;
		color: #8b8491;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
		letter-spacing: 1px;
	}
	.nav18-5{
		width: 70%;
		float: left;
		margin: 20px 0 0 15%;
		text-align: center;
		
	}
	.nav18-5 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-6{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		background: url("images/wedding/pic3.jpg") no-repeat left bottom;
		position: relative;
	}
	.nav18-7{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		background: url("images/wedding/pic4.jpg") no-repeat right bottom;
		position: relative;
	}
	.nav18-8{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		position: relative;
	}
	.tab40{
		float: left;
		width: 43%;
		margin: 50px 0 0 6%;
		border-right: dashed 1px #97919d;
	}
	.tab40 p{
		margin: 0;
		padding: 0;
		width: 45%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 18px;
		line-height: 32px;
	}
	.tab40 samp{
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 18px;
		line-height: 32px;
		text-align: right;
	}
	.tab41{
		float: left;
		width: 43%;
		margin: 50px 0 0 6%;
		
	}
	.tab41 p{
		margin: 0;
		padding: 0;
		width: 45%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 18px;
		line-height: 32px;
	}
	.tab41 samp{
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 18px;
		line-height: 32px;
		text-align: right;
	}
	.tab42{
		text-align: center;
		width: 100%;
		float: left;
		margin: 40px 0 30px 0;
		color: #564a60;
		font-size: 15px;
		line-height: 36px;
	}
	.tab42 samp{
		font-size: 18px;
		color: #564a60;
		margin: 0 0 0 30px;
		
	}
	.tab43{
		width: 181px;
		position: absolute;
		top:-28px;
		left:40%;
	}
	.tab44{
		
	}
	.tab44 a{
		padding:12px 18px 12px 18px;		
		background: #c7a566;
		color: #ffffff;
		font-size: 16px;
		margin: 0 0px 0 60px;
		text-decoration: none;
		text-align: center;
		letter-spacing: 1px;
		
	}
	.tab44 a:hover{
		background: #9a9b81;
		
	}
	.tab45{		
		width: 118px;
		height: auto;
		position: absolute;
		bottom: -5px;
		left:0px;
	}
	.tab45 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav19{
		padding: 0px 1% 0px 1%;
		width: 98%;
		float: left;
		margin: 30px 0 30px 0;
	}
	.nav19b{
		padding: 30px 1% 0px 1%;
		background: #fefbf6;
		width: 98%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.nav19-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab46{
		border: solid 1px #f9e9c9;
		width:29% ;
		float: left;
		position: relative;
		
	}
	
	.tab46 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab46form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;				
		background: #ffffff;		
		line-height: 46px;
		opacity: 0.7;
		
	}
	.tab46form samp{
		color: #e8731d;
		line-height: 46px;
		font-size: 20px;
	}
	.tab46form samp:hover{
			box-shadow: 1px 1px 1px 1px rgba(255,255,255,0.5);
	}
	.nav19-3{
		width: 66%;
		float: left;
		margin: 0 auto 0 4%;
	}
	.tab47{
		height: 230px;
		width:21%;
		float: left;
		margin: 0 4% 0px 0px;
	
	}
	.tab47 samp{
		line-height: 24px;
		width: 100%;
		float: left;
		padding: 10px 0 10px 0;
		color: #262729;
		font-size: 15px;
		text-align: center;
	}
	.tab48{
		width: 99%;
		float: left;
		border: solid 1px #f9e9c9;
	}
	.tab48 a{
		opacity: 0.8;
	}
	.tab48 a:hover{
		opacity: 1;
	}
	.tab48 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab49{
		border: solid 1px #f9e9c9;
		width:29% ;
		margin: 0 2% 25px 2%;
		float: left;
		position: relative;
		
	}
	
	.tab49 :hover{
		box-shadow: 3px 3px 10px 3px rgba(162,160,138,0.5);
       
	}
	.tab49:active{
        opacity: 0.8;
        
    }
	.tab49 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab49form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 40px;
		opacity: 0.7;
		
	}
	.tab49form samp{
		color: #e8731d;
		line-height: 40px;
		font-size: 20px;
	}
	.nav20{
		padding-bottom: 40px;
		background: url("images/course/bg.jpg") no-repeat center bottom;
		width: 100%;
		float: left;
		margin: 40px 0 30px 0;
	}
	.nav20-1{
		position: relative;
		width:52% ;
		margin:  0 0 0 2%;
		float: left;
	}
	.nav20-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav20-2{
		
		width: 96%;
		height: 96%;
		float: left;
		position: absolute;
		top:2%;
		left:2%;
		border: solid 2px #ffffff;
	}
	.nav20-3{
		margin: 15px 0 0 4%;
		width:42% ;
		float: left;
	}
	.tab50{
		width: 100%;
		padding: 10px 0 10px 0;
		color: #a4a588;
		font-size: 22px;
		text-align: left;
		float: left;
		border-top: solid 1px #d2b785;
		border-bottom: solid 1px #d2b785;
		margin: 10px 0 20px 0;
	}
	.tab51{
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}
	.tab51 samp{
		width: 87px;
		margin: 0 20px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 45px;
		height: 45px;
		font-size: 20px;
		color: #ffffff;
	}
	.tab51 h1{
		width: 150px;
		margin: 0 20px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 45px;
		height: 45px;
		font-size: 20px;
		color: #ffffff;
		font-weight: normal;
	}
	.tab51 p{
		margin: 0;
		padding: 0;
		line-height: 45px;
		height: 45px;
		text-align: left;
		color: #9fa087;
		font-size: 20px;
	}
	.tab52{
		width: 100%;
		float: left;
		margin: 15px 0 10px 0;
	}
	.tab52 samp{
		width: 150px;
		margin: 0 0px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 45px;
		height: 45px;
		font-size: 20px;
		color: #ffffff;
	}
	.tab53{
		width: 100%;
		float: left;
		color: #9fa087;
		font-size: 17px;
		line-height: 36px;
	}
	.tab53 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 30px;
		text-align: left;
		
		
	}
	.txt6{
		width: 3%;
		float: left;
		color: #9fa087;
		font-size: 20px;
		text-align: left;
	}
	.txt5{
		color: #9fa087;
		font-size: 17px;
		text-align: left;
		width: 94%;
		float: right;
		padding: 0;
		display: block;
		line-height: 30px;
		margin: 0 0 0 1%;
		
	}
	.tab54{
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	.tab55{
		line-height: 60px;
		height: 60px;
		float: left;
		
	}
	.tab55 a{
		display: block;
		width:165px;
		
		margin: 0 30px 0 0;
		background: #c7a566;
		text-decoration: none;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.tab55 a:hover{
		line-height: 60px;
		height: 60px;
		background: #9a9b81;
	}
	.nav21{
		width: 100%;
		float: left;
	}
	.nav21-2{
		width: 96%;
		margin: 30px auto 30px auto;
	}
	.tab56{
		width:18%;
		float: left;
		margin: 0 1% 20px 1%;
	
	}
	.tab56 samp{
		line-height: 24px;
		width: 100%;
		float: left;
		padding: 10px 0 10px 0;
		color: #262729;
		font-size: 16px;
		text-align: center;
	}
	.nav22{
		width: 31%;
		float: left;
		margin: 0 1% 25px 1%;
	}
	.tab57{
		border: solid 1px #f9e9c9;
		width:97.5% ;
		margin: 0 1% 30px 1%;
		float: left;
		position: relative;
		
	}
	
	
	.tab57 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab57form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 40px;
		opacity: 0.7;
		
	}
	.tab57form samp{
		color: #e8731d;
		line-height: 46px;
		font-size: 20px;
	}
	.nav22-1{
		width: 100%;
		float: left;
		margin:20px 0 20px 0;
	}
	.nav22-1t{
		background:#fcf4e3;
		width: 48%;
		float: left;
		margin:15px 1% 15px 1%;
	}
.tab58-2{
		margin: 0 0% 0 0;
		width:100% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 100px;
		overflow: hidden;
	}
	.tab58-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab58-2 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58-2 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.txt7b{color: #906952;font-size: 17px; line-height: 40px; height: 40px; text-align: center; width: 100%; float: left;}
	.tab58{
		margin: 0 5% 0 0;
		width:43% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 100px;
		overflow: hidden;
	}
	.tab58 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab58 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	.tab58 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt7{
		line-height: 50px;
		height: 50px;
		text-align: left;
		width: 50%;
		float: left;
		color: #262729;
		font-size: 18px;
	}
	.txt7-2{
		width: 50%;
		text-align: left;
		margin: 0px 0 5px 0;
		color: #5e5e5e;
		float: left;
		font-size: 17px;
		line-height: 26px;
	}
	.txt7-3{
		letter-spacing: 0.5px;
		color: #444444;
		font-size: 20px;
	}
	.txt7-4{
		width: 48%;
		float: left;
		margin: 0px 2% 20px 0;		
		color: #a2a08a;
		text-align:right;
		font-size: 16px;	
	}
	.nav19-4{
		background: url("images/course3/bg.png") no-repeat right bottom  ;
		width: 100%;
		
		float: left;
		margin: 30px auto 0px auto;
	}
	.nav19-5{
		background: url("images/course4/bgpic2.jpg") no-repeat center bottom;
		width: 100%;
		
		float: left;
		margin: 30px auto 0px auto;
	}
	.nav19-6{
		position: relative;
		width: 95.5%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 30px 2%;
	}
	.tab59{
		width: 20%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 1%;
	}
	.tab59 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab59-2{
		width: 38%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 2%;
	}
	.tab59-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab60{
		margin: 1% 0 2% 3%;
		width: 70%;
		float: left;
	}
	.tab60-2{
		margin: 3% 0 2% 1%;
		width: 56%;
		float: left;
	}
	.tab60-2 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 17px;
		line-height:40px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60-2 p{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:10px 0 10px 0;
		color: #564a60;
		font-size: 15px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}	
	.tab60-2 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:10px 0 10px 0;
		color: #ff0848;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.tab61{
		width: 100%;
		float: left;
	}
	.tab62{}
	.tab62 a{
		width: 15%;
		float: left;
		margin: 0 20px 0 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		height: 36px;
	}
	.tab62 :hover{
		background: #9a9b81;
		
	}
	.tab62-2{}
	.tab62-2 a{
		width: 40%;
		float: left;
		margin: 0 20px 0 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		height: 36px;
	}
	.tab62-2 :hover{
		background: #9a9b81;
		
	}
	.tab63{
		width: 174px;
		position: absolute;
		right:-10px;
		bottom:0;
	}
	.tab64{
		width: 50%;
		float: left;
	}
	.tab64 samp{
		border: none;
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 16px;
		text-align: left;
		padding: 0;
		line-height: 36px;
	}
	.tab64 p{
		line-height: 36px;
		color: #564a60;
		font-size: 16px;
		text-align: left;
		width: 60%;
		float: left;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.txt8{
		width: 100%;
		line-height:36px;
		float: left;
		color: #564a60;
		font-size: 16px;
	}
	.txt9{
		color: #564a60;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		margin: 0 55px 0 0;
	}
	.txt10{
		color: #564a60;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		margin: 0 10px 0 0;
	}
	.tab65{
		width: 90%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:0px 0 0px 0;
		color: #564a60;
		font-size: 16px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.nav23{
			background: url("images/course5/bgpic.jpg") no-repeat right bottom;
		width: 98%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 20px 1% 0 1%;
	}
	.tab66{
		width: 100%;
		float: left;		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab66 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 34px;
		text-align: left;
		color: #564a60;
		font-size: 17px;
	}
	.tab66 samp{
		width: 27%;
		float: left;
		line-height: 34px;
		color: #564a60;
		font-size: 17px;
		text-align: right;
	}
	.nav24{
		background: #ffffff;
		width: 45.5%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 30px 2%;
	}
	.nav25{
		background: url("images/course6/bgpic.jpg") no-repeat right bottom;
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 25px 0 0px 0;
	}
	.nav26{
		float: left;
		width: 96%;
		margin: 15px 2% 0 2%;
		color: #212529;
		font-size: 17px; 
		line-height: 26px;
	}
	.nav26-1{
		width: 100%;
		float: left;
		border-bottom:dashed 1px #9E9E9E;
		padding: 0 0 5px 0px;
		margin: 5px 0 5px 0;
	}
	.nav26-1 h1{font-weight: bold ; color: #000000; font-size: 17px; width: 100%; float: left; line-height: 26px; padding: 0; margin: 0 0 10px 0;}
	.nav26-1 samp{ width: 100%; float: left; color: #212529; font-size: 15px; line-height: 24px; padding: 0; margin: 0 0 10px 0;}
	.nav27{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 0px 0 15px 0;
		background: #fff5e4;
	}
	.nav27-1{
		width: 96%;
		margin: 0 auto 0 auto;
		height: 70px;
	}
	.tab67{
		float: left;
		width: 25%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67 a{
		line-height: 70px;
		color: #383837;
		text-decoration: none;
		font-size: 20px;
	}
	.tab67 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab67-2{
		float: left;
		width: 33%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67-2 a{
		line-height: 70px;
		color: #383837;
		text-decoration: none;
		font-size: 20px;
	}
	.tab67-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab68{
		float: left;
		width: 25%;
		text-align: center;
	}
	.tab68 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 70px;
	}
	.tab68 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.tab68-2{
		float: left;
		width: 33%;
		text-align: center;
	}
	.tab68-2 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		line-height: 70px;
	}
	.tab68-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 20px;
		padding-bottom: 10px;
		
	}
	.nav28{		
		width: 100%;
		float: left;
		margin: 20px 0 20px 0;
	
	}
	.nav28-1{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab69{	
		padding-bottom: 20px;
		background: #fff7f0;
		width: 31%;
		float: left;
		margin: 0 1% 30px 1%;
		box-shadow: 3px 3px 12px rgba(153,153,152,0.8);
	}
	
	.tab70{	
		width: 100%;
		float: left;
		overflow:hidden;
	}
	.tab70 img{
		height: 410px;
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);transition: all 1s ease-out;
	}
	.tab70 img:hover{transform:scale(1.1,1.1);
	opacity: 0.8;
	}
	.tab71{
		background: #fff7f0;
		width: 94%;
		float: left;
		margin: 8px 3% 8px 3%;
		height: 110px;
	}
	.tab71 h1{
		width: 100%;
		float: left;
		font-weight: normal;
		padding: 0;
		margin: 5px 0 5px 0;
		color: #dba93f;
		font-size: 16px;
		line-height: 20px;
	}
	.tab71 p{
		width: 100%;
		float: left;
		color: #7a7a7a;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		height: 38px;
		overflow: hidden;
		padding: 0;
		margin: 5px 0 8px 0;
	}
	.tab71 samp{
		width: 100%;
		text-align: left;
		margin: 10px 0 10px 0;
		color: #5e5e5e;
		font-size: 16px;
		line-height: 24px;
	}
	.txt11{
		color: #444444;
		font-size: 19px;
	}
	.txt11-2{
		width: 98%;
		margin: 5px 2% 0 0;
		float: right;
		color: #a2a08a;
		text-align: right;
		font-size: 16px;
		
	}
	.txt12{
		width: 28%;
		margin:20px 36% 0px 36%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 18px;
		text-align: center;
		line-height: 36px;
		
	}
	.txt12-2{
		width: 100%;
		margin:20px auto 20px auto;
		float: left;
		color: #5b5b5a;
		font-size: 16px;
		text-align: center;
		
	}
	.nav14-8{
		width: 100%;
		float: left;
		background: url("images/lpg/bg8.jpg") repeat-x center bottom;
	}
	.nav14-5mv{
		float: left;
		height: 300px;
		width: 100%;
		margin: 15px auto 20px auto;
	}
	.nav14-5mv2{
		float: left;
		height: 300px;
		width: 44%;
		margin: 0px 3% 0px 3%;
	}
	.tab72{
		border-radius: 20px;
		width: 29%;
		float: left;
		margin: 5px 2% 20px 2%;
		background: #f5c1b7;
	}
	.tab73{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 2px #ffffff;
	}
	.tab73 samp{
		color: #ffffff;
		font-size: 28px;
		line-height: 26px;
		margin: 25px auto 25px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
.tit4{
		width:558px ;
		background:url("images/lpg/tit1.png") no-repeat center center;
		text-align: center;
		font-size: 22px;
		line-height: 44px;
		height: 44px;
		margin: 10px auto  20px auto;
	}
	.txt13{
		color: #676767;
		font-size: 18px;
		line-height: 28px;
		margin:0px 0 30px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav29{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6  url("images/lpg/bg5-2.jpg")no-repeat left center;
	}
	.tab74{		
		width: 29%;
		float: left;
		margin: 0px 1% 20px 1%;
	}
	.tab75{
		width: 47%;
		float: left;
	}
	.tab75 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab76{
		width: 53%;
		float: left;
	}
	.tab76 h1{
		width: 100%;
		float: left;
		margin:30px 0 0 0 ;
		padding: 0;
		line-height: normal;
		color: #aa5931;
		font-size: 18px;
		text-align: left;
		font-weight:normal;
	}
	.tab76 p{
		font-size: 16px;
		line-height: 26px;
		width: 100%;
		float: left;
		margin:5px 0 0 0 ;
		padding: 0;
		color: #606060;
		text-align: left;
	}
	.nav30{
	
		width: 100%;
		float: left;
		margin: 15px 0 10px 0;
		text-align: center;
	}
	.nav31{		
		width: 88%;
		float: left;
		margin: 20px 6% 10px 6%;
		text-align: center;
	}
	.tab77{		
		padding: 20px 0 20px 0;
		width: 23%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 0.5% 10px 0.5%;
	}
	.tab77 h1{
		text-align: center;
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab77 p{
		color: #b76e18;
		width: 100%;
		float: left;
		font-size: 15px;
		text-align: center;		
		padding: 0;
		margin: 0;
	}
	.tab78{		
		padding: 20px 0 20px 0;
		width: 31%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 1% 20px 1%;
	}
	.tab78 h1{
		text-align: center;
		font-size: 20px;
		margin: 0 0 10px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab78 p{
		color: #b76e18;
		width: 100%;
		float: left;
		font-size: 15px;
		text-align: center;
		
		padding: 0;
		margin: 0;
	}
	.nav32{
		padding: 30px 0 0px 0;
		width: 100%;
		float: left;
		background: url("images/lpg/bg6.jpg")  repeat left center;
	}
	.txt14{
		width: 12%;		
		margin:0px 44% 25px 44%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 18px;
		text-align: center;
		line-height: 36px;
		
	}
	.tab79{
		width: 40%;
		float: left;
		margin: 10px 5% 20px 5%;
	}
	.tab79 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab80{
		background: #fff7f0;
		width: 100%;
		float: left;
		margin: 0px 0% 0px 0%;
	}
	.tab80 h1{
		width: 100%;
		float: left;
		text-align: center;
		font-weight: normal;
		padding: 0;
		margin: 15px 0 0px 0;
		color: #dba93f;
		font-size: 25px;
		
	}
}



@media only screen and (min-width: 897px) and (max-width:1024px) {/*針對平板*/
	.top_out{
		width: 100%;
		float: left;
		background: #9fa087;
		height: 120px;
		
	}
	.top{
		width: 100%;
		max-width: 100%;
		margin: 0px auto 0px auto;
	}
	.logo{
		position: absolute;
		z-index: 9999999;		
		width: 257px;
		height: 89px;
		float: left;
		margin: 15px 0 15px 10px;
		
	}
	.logo2{		
		width: 180px;
		height: 84px;
		float: left;
		margin: 10px 0 30px 2%;
		
	}
	.logo2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.buttom{
		width: 560px;
		float: right;
		
	}
	.banner{
		width: 100%;
		float: left;
		
		
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width:98%;
		margin: 20px auto 0 auto;
	}
	.intit{
		float: left;
		width: 30%;
		margin: 0 35% 20px 35%;
		height: 70px;
		background:url("images/index/icon1.png") no-repeat center bottom;		
	}
	.intit_txt{
		text-transform:uppercase;
		width: 100%;
		float: left;
		color: #9a9b81;
		font-size: 16px;
		text-align: center;
		
	}
	.nav1-2{
		width: 100%;
		float: left;
		margin: 0 auto 40px auto;
	}
	.nav1-3{
		width: 23%;
		float: left;
		margin: 0 1% 0 1%;
	}
	.nav1-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav1-4{
		width: 90%;
		float: left;
		margin: 10px 5% 0 5%;;
	}
	.nav1-4 p{
		color: #292e34;
		font-size: 15px;
		text-align: center;
		line-height: 24px;
		margin: 0;
		padding: 0;
		font-weight: normal;
	}
	.nav1-4 samp{
		height: 45px;
		overflow: hidden;
		color: #a79a9a;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		width: 96%;
		float: left;
		font-weight: normal;
		margin: 0 2% 0 2%;
	}
	.nav2{
		width: 100%;
		float: left;
		background:url("images/index/bgpic2.png") no-repeat center center;
	}
	.nav2-1{
		width: 100%;
		margin: 30px auto 30px auto;
	}
	.nav2-2{
		width: 46%;
		margin: 0  0 20px 0;
		float: left;
	}
	.nav2-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav2-3{		
		float: right;
		width: 48%;		
		background:#c7a566 url("images/index/bgpic3.png")no-repeat left top;
		
		
	}
	.nav2-4{
		background:url("images/index/bgpic3-.png") no-repeat right bottom ;
		width: 96%;
		float: left;
		border: solid 1px #ffffff;
		margin: 2%;
	}
	.nav2-4 samp{
		width: 96%;
		float: left;
		margin: 20px 2% 20px 2%;
		color: #ffffff;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		letter-spacing: 1px;
	}
	.nav2-4 p{
		width: 100%;
		float: left;
		text-align: center;
		color: #ffffff;
		font-size: 18px;
		letter-spacing: 2px;
		margin: 0;
		padding: 0;
	}
	.nav2-5{
		width: 50%;
		float: left;
		margin: 22px 25% 22px 25%;
	}
	.btn,
.btn:focus,
.btn:hover {
    position: relative;
    width: 56%;
	margin: 0 22% 0 22%;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding:15px 5px 15px 5px;
	float: left;
    -webkit-font-smoothing: antialiased;
   
}
.btn span:nth-child(1),
.btn span:nth-child(2),
.btn span:nth-child(3),
.btn span:nth-child(4) {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
}
.btn span:nth-child(1) {
    width: 1px;
    left: 0;
    bottom: 0;
}
.btn span:nth-child(2) {
    height: 1px;
    left: 0;
    top: 0;
}
.btn span:nth-child(3) {
    width: 1px;
    right: 0;
    top: 0;
}
.btn span:nth-child(4) {
    height: 1px;
    right: 0;
    bottom: 0;
}
.btn:hover {
	width: 60%;
	margin: 0 20% 2px 20%;
	float: left;
    border: none;
}
.btn:hover span:nth-child(1) {
    animation: move1 1500ms infinite ease;
}
.btn:hover span:nth-child(2) {
    animation: move2 1500ms infinite ease;
}
.btn:hover span:nth-child(3) {
    animation: move3 1500ms infinite ease;
}
.btn:hover span:nth-child(4) {
    animation: move4 1500ms infinite ease;
}

	.nav3{
		width: 100%;
		margin: 0px auto 0 auto;
		
	}
	.nav3-2{
		width:96%;
		margin: 20px 2% 0 2%;
		float: left;
		
	}
	.nav3-3{
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
		width: 30%;
		float: left;
		margin: 0 1.5% 0 1.5%;
	}
	.nav3-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3-3 img a{
	   filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.nav3-3 img:hover{
	-webkit-transition: all 0.5s ease-out;
	filter:alpha(opacity=70);
    opacity: 0.7;
	display:block;
	
	}
	.tab1{
		height: 60px;
		line-height: 60px;
		color: #ffffff;
		font-size: 16px;
		width: 100%;
		float: left;
		text-align: center;
		display: block;
		background: #c7a566;
	}
	.nav4{		
		width: 100%;
		float: left;
		margin: 20px auto 0 auto;
		background:#fff6e8 url("images/index/bgpic4.png") no-repeat center center;
		
	}
	.nav4-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.nav4-3{
		width: 100%;
		float: left;
		margin: 10px auto 10px auto;
	}
	.tab2{
		text-align: center;
		width: 28.5%;
		float: left;
		margin: 20px 2% 20px 2%;
		background: #cccaae;
		border: solid 3px #ffffff;
	}
	.tab2 a{
		display: block;
		
	}
	.tab2:hover{
		-webkit-transition: all 0.5s ease-out;
		display: block;
		background: #ead7b4;
	}
	.tab2 img{		
		width: 67px;
		text-align: center;
		margin: 8px auto 5px auto;
	}
	.tab2 samp{
		display: block;
		width: 100%;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		text-transform:uppercase;
	}
	.nav5{		
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
		background: #a2a08b;
		
		
	}
	.bottom{
		width: 100%;
		margin: 30px auto 0px auto;
		list-style: none;
		padding: 0;
		overflow:hidden;
	}
	.tab3{
		width: 23%;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		margin: 0 1% 20px 1%;
		padding: 0;
		
	}
	.tab3 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab3 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab4{
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab4 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab4 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.tab5out{
		float: left;
		width: 23%;
		margin: 0 1% 0px 1%;
	}
	.tab5{
		width: 100%;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		margin: 0 0px 0px 0px;
		padding: 0;
		
	}
	.tab5 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab5 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab6{
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab6 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab6 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.footer{
		width: 100%;
		float: left;
		background: #584a3b;
		padding: 7px 0 7px 0;
	}
	.footer2{
		width: 100%;
		margin: 0 auto 0 auto;
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 1px;
	}
	#backtotop{z-index:99999; display:inline-block; position:fixed;  bottom:50px; right:20px; width:70px; height:70px; line-height:50px; border-radius: 30px; font-size:26px; text-align:center; opacity:.9;}
    #backtotop i{display:block; width:70px; height:50px; line-height:inherit;border-radius: 30px; }
    #backtotop.visible{visibility:visible; opacity:.5;}
    #backtotop:hover{opacity:1;}
	.tit{
		width: 100%;
		max-width:96%;
		height: 30px;
		line-height: 30px;
		text-align: left;
		color: #333333;
		font-size: 15px;
		margin: 0 auto 0 auto;
	}
	.tit a{
		color: #333333;
		font-size: 15px;
		text-decoration: none;
	}
	.tit a:hover{
		color: #a2a08b;
		
	}
	
	.nav6{
		width: 100%;
		float: left;
		background: #e9e8e5;
		margin: 0 0 25px 0;
	}
	.nav6-2{
		width: 49%;
		margin: 15px auto 0px 2%;		
		text-align: center;
		float: left;		
	}
	
	.nav6-2 img{
		width: 14%;
		float: left;
		margin: 0 43% 0 43%;
		text-align: center;
	}
	.nav6-2 samp{
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: center;
		color: #353534;
		font-size: 13px;
		line-height: 18px;
		margin: 10px 0 0 0;
	}
	.nav6-3{
		width: 48%;
		float: right;
		text-align: right;
		
	}
	.nav6-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.aboubg{
		background:#f9f7f0 url("images/about/bgpic2.jpg") no-repeat center top;
	}
	.nav7{
		width: 100%;
		float: left;
		margin: 0 0 25px 0;
	}
	.nav7-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tit2{
		width:46% ;
		background:url("images/about/icon4.png") no-repeat center center;
		background-size: 80%;
		text-align: center;
		font-size: 20px;
		line-height: 39px;
		height: 39px;
		margin: 0 auto  35px auto;
	}
	.linebtn{
		width: 96%;
		margin: 0 2% 0 2%;
		float: left;
		
	}
	.nav8{
		width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	
	.tab7{
		width: 48%;
		float: left;
	}
	.tab7 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-2{
		width: 49%;
		float: right;
		margin: 0 0 40px 3%;
	}
	.nav8-2 h1{
		font-size: 18px;
		letter-spacing: 1px;
		color: #9a9b81;
		line-height: 24px;
		padding: 0;
		margin: 15px 0 0px 0;
	}
	.nav8-2 p{
		font-weight: normal;
		font-size: 14px;
		color: #9a9b81;
		line-height: 24px;
		padding: 0;
		margin: 20px 0 0px 0;
	}
	.tab8{
		width: 49%;
		float: right;
	}
	.tab8 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-3{
		width: 46%;
		float: left;
		margin: 0px 0% 0 0;
	}
	.nav8-3 h1{
		font-size: 18px;
		letter-spacing: 1px;
		color: #9a9b81;
		line-height: 24px;
		padding: 0;
		margin: 50px 0 0px 0;
	}
	.nav8-3 p{
		font-weight: normal;
		font-size: 14px;
		color: #9a9b81;
		line-height: 24px;
		padding: 0;
		margin: 20px 0 0px 0;
	}
	.tab9{
		height: 120px;
		width: 32%;
		margin: 25px 0.5% 20px 0.5%;
		float: left;
		border: solid 1px #f9e9c9;
		background: #ffffff;
	}
	.tab9 h1{
		width: 98%;
		float: left;
		text-align: center;
		line-height: 22px;
		color: #9a9b81;
		font-size: 16px;
		margin: 10px 1% 0 1%;
		padding: 0;
		font-weight: normal;
	}
	.tab9 samp{
		margin: 5px 2% 5px 2%;
		width: 96%;
		float: left;
		text-align: center;
		line-height: 20px;
		color: #666666;
		font-size: 13px;
	}
	.nav9{
		width: 100%;
		float: left;
		margin: 30px 0 0 0;
	}
	.nav9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10out{
	    width: 100%;
		margin: 0 0% 0 0%;
		float: left;
		background: url("images/about/bgpic7.jpg") repeat;
	}
	.nav10{
	width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	.nav10-2{
		width: 31.3%;
		float: left;
		margin: 20px 1% 20px 1%;
	}
	.tab10{
		width: 47%;
		float: left;
	}
	.tab10 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10-2 h1{		
		width: 52%;
		float: left;
		text-align: center;
		font-size: 16px;
		color: #90917c;
		line-height: 20px;
		margin: 15px 0 5px 0;
		padding: 0;
	}
	.nav10-2 samp{
		width: 49%;
		float: left;
		color: #666b74;
		font-size: 0.8em;
		text-align: left;
		margin: 0 0 0 2%;
		line-height: 20px;
	}
	.nav11{
		width: 100%;
		float: left;
		background: #f0f0f0;
	}
	.nav11-2{
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
	}
	.nav11-3{
		float: left;
		width: 98%;
		margin: 30px auto 0px auto;
	}
	.nav11-4{
		float: left;
		width: 29%;
		margin: 0 2% 20px 2%;
		border: solid 1px #e3e0e0;
	}
	.tab11{
		width: 100%;
		float: left;
		overflow:hidden;
	}
	
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);
		transition: all 1s ease-out;
	}
	.tab11 img:hover{
		transform:scale(1.2,1.2);
	}
	.tab11 a{
		-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
		 opacity:1;
	}
	.tab11 a:hover{
		  opacity:1;
	}
	.tab12{
		width: 100%;
		float: left;
		background: #f6f6f6;
	}
	.tab12 h1{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 96%;
		float: left;
		text-align: center;
		padding: 0;
		color: #9a8c7e;
		font-size: 16px;
		margin: 20px 2% 10px 2%;
		font-weight: normal;
	}
	.tab12 samp{
		color: #8c8c7e;
		font-size: 14px;
		width: 96%;
		height: 45px;
		overflow: hidden;
		margin: 0 2% 15px 2%;
		float: left;
		text-align: center;
		line-height: 24px;
	}
	.nav12{
		width: 100%;
		float: left;
		text-align: center;
		margin: 15px 0 20px 0;
	}
	.tab13{
		text-align: center;
	}
	.tab13 a{
		border-radius: 50px;		
		margin: 0 8px 0 8px;
		background: #bababa;
		padding:8px 13px 8px 13px;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}.tab13 a:hover{
		background: #c7a566;
	}
	.tab13-2{
		text-align: center;
	}
	.tab13-2 a{
		border-radius: 50px;		
		margin: 0 8px 0 8px;
		background: #c7a566;
		padding:8px 13px 8px 13px;
		text-align: center;
		color: #ffffff;
		font-size: 20px;
		text-decoration: none;
	}.tab13-2 a:hover{
		background: #c7a566;
	}
	.nav12-2{
		width: 96%;
		float: left;
		margin: 0 2% 20px 2%;
	}
	.tab14out{
		width: 38%;
		float: left;
	}
	.tab14{
		width: 98%;
		float: left;
		height: auto;
		border: solid #f3f2f2 2px;
	}
	.tab14 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab14txt{width: 100%; float: left; text-align: center; margin: 10px 0 0 0;}
	.tab15{
		width: 57%;
		float: left;
		margin: 0 0 0 4%;
	}
	.tab15 h1{
		width: 100%;
		float: left;
		margin: 5px 0 6px 0;
		padding: 0;
		color: #1a1a1a;
		font-size: 18px;
	}
	.tab15 samp{
		color: #999999;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 0px 0 5px 0;
	}
	.tab16{
		width: 80px;
		height: 30px;
		border: solid 1px #a39187;
		margin: 0 0 0 15px;
		vertical-align: middle;
		text-align: center;
	}
	
	.tab17{
		width:180px;
		float: left;
		margin: 15px 0 30px 0;
	}
	.tab17 a{
		width:180px;
		height: 40px;
		text-decoration:none;
		border: solid 1px #a39187;
		color: #999999;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
		background: #ffffff;
		display: block;
	}
	.tab17 a:hover{
		background: #a39187;
		color: #ffffff;
		
	}
	.tab18{
		text-align: center;
		margin: 0px 30px 0 30px;
		
	}
	.tab18 a{
		
		padding: 20px 35px 20px 35px;
		text-decoration:none;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		background: #cccaae;
		
	}
	.tab18 a:hover{
		background: #c7a566;
		color: #ffffff;
		
	}
	.nav13{
		border-top: solid 1PX #a39187;
		width: 96%;
		float: left;
		text-align: center;
		margin: 40px 2% 20px 2%;
		padding: 0px 0 0 0;
	}
	.tit3{
		width:40% ;
		float: left;
		background:url("images/about/icon5.png") no-repeat center center;
		background-size: 80%;
		text-align: center;
		font-size: 20px;
		line-height: 39px;
		height: 39px;
		margin: 30px 30%  25px 30%;
	}
	.nav14{
		width: 100%;
		float: left;
	}
	.nav14-2{
		width: 100%;
		float: left;
	}
	.nav14-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav14-3{
		width: 98%;
		margin: 0 1% 0 1%;
	}
	.nav14-3 p{
		color: #676767;
		font-size: 18px;
		line-height: 28px;
		margin:15px 0 0px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav14-4{
		width: 100%;
		margin: 15px 0% 0 0%;
		float: left;
		background: url("images/lpg/bg1-2.jpg") repeat-x center bottom;
	}
	.nav14-4mv{
		height: 400px;
		width: 98%;
		margin: 0 1% 20px 1%;
	}
	.nav14-3 h1{
		color: #d29928;
		font-size: 32px;
		line-height: 80px;
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.tab19{
		border-radius: 15px;
		width: 29%;
		float: left;
		margin: 15px 2% 30px 2%;
		background: #f5c1b7;
	}
	.tab19-2{
		border-radius: 20px;
		width: 21%;
		float: left;
		margin: 15px 2% 30px 2%;
		background: #f5c1b7;
	}
	.tab20{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 1px #ffffff;
	}
	.tab20 samp{
		color: #ffffff;
		font-size: 26px;
		line-height: 36px;
		margin: 30px auto 30px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.nav14-5{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6 url("images/lpg/bg2.jpg") no-repeat center center;
	}
    .tab21{
		text-align: center;
		position: relative;
		width: 29%;
		float: left;
		margin: 10px 2% 30px 2%;
	}
	
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt1{
		width: 56%;
		top:18%;
		letter-spacing: 2px;
		font-weight: bold;
		left:22%;
		position: absolute;
		padding: 0;
		color: #366a92;
		line-height: 38px;
		font-size: 25px;
		text-align: center;
		border-bottom: solid 1px #afc3d2;
	}
	.txt2{
		position: absolute;
		top:36%;
		width: 66%;
		float: left;
		left:17%;
		padding: 0;
		color: #3b3a39;
		line-height: 20px;
		font-size: 15px;
		text-align: center;
		
	}
	.nav14-6{
		width: 45.5%;
		background: #fcfaf3;
		float: left;
		margin: 35px 2% 15px 2%;
		border: solid 1px #faeddf;
	}
	.nav14-6 h1{
		padding: 0;
		width: 96%;
		float: left;
		margin: 5px 2% 10px 2%;
		text-align: left;
		border-bottom: solid 1px #cac6c1;
		line-height: 30px;
		font-size: 18px;
		color: #676767;
		letter-spacing: 2px;
	}
	.nav14-6 p{
		width: 96%;
		float: left;
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		margin: 0 2% 0 2%;
		padding: 0;
		height: 230px;
	}
	.nav14-6 samp{
		width: 100%;
		font-size: 15px;
		line-height: 20px;
		float: left;
		color: #706e53;
		margin: 0 ;
		font-weight: bold;
	}
	.tab22{
		width: 96%;
		margin: 15px 2% 15px 2%;
		float: left;
	}
	
	.tab22-1{
		margin: 0 0 0 2%;
		width: 48%;
		float: left;
	}
	.tab22-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab22-2{
		height: 188px;
		width: 50%;
		float: left;
		margin: 0 0 0 0%;
	}
	.tab22-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav14-7{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		background:#fdf9fb url("images/lpg/bg3.jpg") no-repeat center center;
	}
	.tab23{
		text-align: center;
		position: relative;
		width: 31%;
		float: left;
		margin: 10px 1% 40px 1%;
	}
	.txt3{
		width: 80%;
		top:24%;
		letter-spacing: 2px;
		font-weight: bold;
		left:10%;
		position: absolute;
		padding: 0;
		color: #534e16;
		line-height: 44px;
		font-size: 26px;
		text-align: center;
		border-bottom: solid 1px #b6b6b3;
	}
	.txt4{
		position: absolute;
		top:48%;
		width: 80%;
		float: left;
		left:10%;
		padding: 0;
		color: #3b3a39;
		line-height: 28px;
		font-size: 16px;
		text-align: center;
		
	}
	.tab24{
		background: #ffffff;
		width: 43%;
		float: left;
		margin: 20px 3% 50px 3%;
		border: solid 3px #f8eee4;
	}
	
	
	.tab24 h1{
		width: 86%;
		float: left;
		margin: 15px 7% 0px 7%;
		color: #804a14;
		font-size: 20px;
		text-align: center;
		border-bottom: solid 1px #f8eee4;
		padding: 0;
		line-height:38px;
	}
	.tab24 p{
		float: left;
		font-size: 17px;
		line-height: 24px;
		color: #3b3a39;
		margin: 20px 3% 20px 3%;
		width: 94%;
		padding: 0;
		
	}
	.nav15{
		text-align: center;
		width: 94%;
		float: left;
		border:solid 4px #c7a566;
		margin: 0 3% 0 3%;
		padding: 0 0 2px 0;
	}
	.nav15 h1{
		vertical-align: middle;
		letter-spacing: 2px;
		width: 94%;
		float: left;
		margin: 10px 3% 7px 3%;
		text-align: center;
		color: #9fa088;
		font-size: 18px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 h1 samp{
		font-weight: bold;
		font-size:28px 
	}
	.nav15 p{
		vertical-align: middle;
		letter-spacing: 2px;
		width: 94%;
		float: left;
		margin: 0px 3% 11px 3%;
		text-align: center;
		color: #9fa088;
		font-size: 18px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 p img{
		vertical-align: middle;
	}
	.nav15-2{
		text-align: center;
		width: 92%;
		float: left;
		margin: 20px 4% 0 4%;
	}
	.nav15-2 h1{
		color: #9fa088;
		font-size: 20px;
		line-height: 44px;
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
		
	}
	.nav15-2 p{
		width: 100%;
		float: left;
		text-align: center;
		color: #787969;
		margin: 0 0% 15px 0%;
		font-size: 16px;
		line-height: 26px;
	}
	.nav15-9{
		list-style: none;
		width: 92%;
		float: left;
		padding: 0;
		margin: 20px 4% 0 4%;
	}
	.tab25{
		padding: 0 0 20px 0;
		margin: 0;
		width: 100%;
		float: left;
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2{
		padding: 20px 0 20px 0;;
		margin: 0;
		width: 100%;
		float: left;
		
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2 a{ color: #888888; text-decoration: none;}
	.tab25-2 a:hover{color: #887C58;}
	.tab25-3{
		text-align: center;
		padding: 60px 0 40px 0;;
		margin: 0;
		width: 100%;
		float: left;
	
	}
	.tab25-4{width: 120px; line-height: 30px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 30px 0px; float: left; text-align: center;}
	.tab25-4-2{width: 120px; line-height: 30px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 60px 0px; float: left; text-align: center;}
	.tab25-4out{width: 100%; float: left;margin:0 0 10px 0;}
	.tab25-5{width:25%;float: left; font-size: 15px; color: #666666; letter-spacing: 1px; line-height: 24px;}
	.tab25-6{width:30%;float: left; font-size: 15px; color: #666666;letter-spacing:1px; line-height: 24px;}
	.tab26{
		width: 230px;
		float: left;
		margin: 15px 30px 0 0;
	}
	.tab26 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.tab26form{
		border: solid 1px #bbbbbb;
		width: 230px;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab27{
		margin:40px 0 0 0px;
		width: 400px;
		float: left;
		vertical-align: middle;		
		color: #666666;
		font-size:22px;
	}
	.tab28{
		width: 48%;
		margin: 15px 2% 0 0;
		float: left;
	}
	.tab28 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.tab28form{
		border: solid 1px #bbbbbb;
		width: 85%;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab28form2{
		border: solid 1px #bbbbbb;
		width: 85%;
		float: left;
		height:36px;
		line-height: 36px;
	}
	.tab29{
		width: 100%;
		margin: 15px 0% 0 0;
		float: left;
	}
	.tab29 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 20px;
		line-height: 20px;
		text-align: left;
	}
	.tab29form{
		border: solid 1px #bbbbbb;
		width: 99%;
		float: left;
		height: 130px;
		
	}
	.tab30{
		text-align: center;
		margin: 0px 60px 0 0;
	}
	.tab30 a{
		padding: 15px 60px 15px 60px;
		text-align: center;
		background: #cccaae;
		text-decoration: none;
		color: #ffffff;
		font-size: 22px;
		font-weight: bold;
	}
	.tab30 a:hover{
		background: #c7a566;
	}
	.nav16{
		width: 98%;
		margin: 25px auto 25px auto;
	}
	.tab31{
		float: left;
		width:34% ;
		text-align: center;
		margin:0px 33% 20px 33%;
	}
	.tab31 h1{
		width: 100%;
		float: left;
		border-bottom: solid 3px #f9e9c9;
		line-height: 40px;
		height: 40px;
		margin: 20px 0% 0 0%;
		padding: 0;
		color: #a29369;
		text-align: center;
		font-size: 20px;
	}
	.tab31 samp{
		width: 100%;
		margin: 10px 0% 0 0%;
		color: #a29369;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		float: left;
		
	}
	.nav16-2{
		width: 100%;
		float: left;
		margin: 0px auto 20px auto;
	}
	.nav16-3{
		margin: 0px 0 0 0;
		line-height: 22px;
		text-align: left;
		color: #5b5b5a;
		font-size: 15px;
		width: 57%;
		float: left;
	}
	.nav16-3 samp{
		width: 100%;
		float: left;
		color: #e4822c;
		font-size:18px ;
		line-height: 24px;
	}
	.nav16-4{
		width: 42%;
		float: right;
	}
	.nav16-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-5{
		width: 100%;
		background:#fff4ec url("images/technology/bg1-2.jpg") center top;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-6{
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}
	.nav16-6 h1{
		border: solid 1px #cfa972;
		text-align:center;
		padding: 0;
		margin: 0 1% 0  0%;
		width: 28%;
		line-height: 46px;
		height: 46px;
		color: #b84f20;
		font-size: 15px;
		float: left;
		background: #fff4ec;
	}
	.nav16-6 samp{
		width: 70%;
		float: left;
		color: #606060;
		font-size: 14px;
		line-height: 20px;
		margin: 2px 0 0 0;
		text-align: left;
	}
	.nav16-6 p{
		display: block;
		text-align: justify;
		width: 94%;
		float: left;
		color: #606060;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
		margin: 5px 0 0 0;
		text-align: left;
		padding: 0;
	}
	.tab32{
		width:18% ;
		float: left;
		margin: 0 0.5% 0 0.7%;
		background: #fff4ec;
		border: solid 1px #cfa972;
		color: #b84f20;
		font-size: 13px;
		padding: 15px 2px 15px 2px;
		line-height: 20px;
		text-align: center;
	}
	.nav16-7{
		width: 48%;
		float: left;
		margin: 0px 2% 20px 0;
	}
	.tab33{
		width:30% ;
		float: left;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-7 h1{
		width: 68%;
		float: left;
		margin: 45px 0 0 2%;
		padding: 0;
		color: #aa5931;
		font-size: 18px;
		text-align: left;
	}
	.nav16-7 samp{
		width: 68%;
		float: left;
		margin: 5px 0 0 2%;
		padding: 0;
		color: #606060;
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
	.nav16-8{
		width: 100%;
		background:#fff4ec url("images/technology/bg3.jpg") no-repeat center center;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-9{
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
	}
	.nav17{
		width: 100%;
		float: left;
		margin: 0px auto 20px auto;
	}
	.nav17-2{
		width: 31%;
		float: left;
		margin: 0 1% 0px 1%;
		background: url("images/pregnant/icon2.png") no-repeat center top;
		background-size:100%;
		text-align: center;
		height: 219px;
		
	
		
	}
	.nav17-2 samp{		
		text-align: center;
		width: 100%;
		float: left;
		margin: 28% 0 0 0px;
		color: #969797;
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 30px;
		
		
	}
	.nav17-3{
		width: 98%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 1% 0 1%;
	}
	.tab34{
		width:36% ;
		float: left;
		margin:20px 10px 10px 10px;
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab34-2{
		width:33% ;
		float: left;
		margin: 1%;
	}
	.tab34-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav17-4{
		width: 57%;
		float: left;
		margin: 10px;
	}
	.nav17-5{
		width: 62%;
		float: left;
		margin: 1%;
	}
	.tab35{
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-2{
		color: #564a60;
		font-size: 17px;
		text-align: left;
		line-height: 30px;
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-3{
		width: 78%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab36{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab36 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 30px;
		text-align: left;
		color: #564a60;
		font-size: 16px;
	}
	.tab36 samp{
		width: 27%;
		float: left;
		line-height: 30px;
		color: #564a60;
		font-size: 16px;
		text-align: left;
	}
	.tab37{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.tab37 samp{
		width: 32%;
		line-height: 36px;
		float: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37 p{
		width: 25%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 36px;
		color: #564a60;
		font-size: 18px;
		text-align: right;
	}
	.tab37 h1{
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab37-2{
		width: 99%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.tab37-2 samp{
		width: 32%;
		line-height: 36px;
		float: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37-2 p{
		width: 25%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 36px;
		color: #564a60;
		font-size: 18px;
		text-align: right;
	}
	.tab37-2 h1{
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab38{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
	}
	.tab39{}
	.tab39 a{
		text-align: center;
		width: 25%;
		float: left;
		margin: 0 25px 0 0;
		background: #9a9b81;
		text-decoration: none;
		line-height: 36px;
		color: #ffffff;
		font-size: 15px;
	}
	.tab39 a:hover{
		background: #c7a566;
		
	}
	.nav18{
		width: 100%;
		float: left;
		margin: 0px auto 20px auto;
	}
	.nav18-2{
		width: 44%;
		float: left;
		border: solid 1px #eeeeee;
	}
	.nav18-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-3{
		width: 55%;
		float: left;
		margin: 0 0 15px 0;
	}
	.nav18-4{
		width: 99%;
		float: left;
		margin:20px 0 0 0;
		border-bottom: solid 1px #e2cae5;
		border-top: solid 1px #e2cae5;
		border-right: solid 1px #e2cae5;
	}
	.nav18-4 samp{
		display: block;
		width: 96%;
		margin: 2%;
		color: #8b8491;
		font-size: 15px;
		line-height: 24px;
		text-align: left;
		letter-spacing: 1px;
	}
	.nav18-5{
		width: 80%;
		float: left;
		margin: 10px 0 0 10%;
		text-align: center;
		
	}
	.nav18-5 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-6{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		background: url("images/wedding/pic3.jpg") no-repeat left bottom;
		position: relative;
	}
	.nav18-7{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		background: url("images/wedding/pic4.jpg") no-repeat right bottom;
		position: relative;
	}
	.nav18-8{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		position: relative;
	}
	.tab40{
		float: left;
		width: 43%;
		margin: 50px 0 0 6%;
		border-right: dashed 1px #97919d;
	}
	.tab40 p{
		margin: 0;
		padding: 0;
		width: 45%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 16px;
		line-height: 30px;
	}
	.tab40 samp{
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 16px;
		line-height: 30px;
		text-align: right;
	}
	.tab41{
		float: left;
		width: 43%;
		margin: 50px 0 0 6%;
		
	}
	.tab41 p{
		margin: 0;
		padding: 0;
		width: 45%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 16px;
		line-height: 30px;
	}
	.tab41 samp{
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 16px;
		line-height: 30px;
		text-align: right;
	}
	.tab42{
		text-align: center;
		width: 82%;
		float: left;
		margin: 40px 9% 30px 9%;
		color: #564a60;
		font-size: 15px;
		line-height: 36px;
	}
	.tab42 samp{
		font-size: 18px;
		color: #564a60;
		margin: 0 0 0 30px;
		
	}
	.tab43{
		width: 181px;
		position: absolute;
		top:-28px;
		left:40%;
	}
	.tab44{
		
	}
	.tab44 a{
		padding:12px 18px 12px 18px;		
		background: #c7a566;
		color: #ffffff;
		font-size: 16px;
		margin: 0 0px 0 60px;
		text-decoration: none;
		text-align: center;
		letter-spacing: 1px;
		
	}
	.tab44 a:hover{
		background: #9a9b81;
		
	}
	.tab45{		
		width: 118px;
		height: auto;
		position: absolute;
		bottom: -5px;
		left:0px;
	}
	.tab45 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav19{
		padding: 0px 2% 0px 2%;
		width: 96%;
		float: left;
		margin: 20px 0 20px 0;
	}
	.nav19b{
		padding: 20px 2% 0px 2%;
		background: #fefbf6;
		width: 96%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.nav19-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab46{
		border: solid 1px #f9e9c9;
		width:29% ;
		float: left;
		position: relative;
		
	}
	
	.tab46 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab46form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 46px;
		opacity: 0.7;
		
	}
	.tab46form samp{
		color: #e8731d;
		line-height: 46px;
		font-size: 20px;
	}
	.tab46form samp:hover{
			box-shadow: 1px 1px 1px 1px rgba(255,255,255,0.5);
	}
	.nav19-3{
		width: 68%;
		float: left;
		margin: 0 auto 0 2%;
	}
	.tab47{
		height: 200px;
		width:21%;
		float: left;
		margin: 0 4% 15px 0px;
	
	}
	.tab47 samp{
		line-height: 20px;
		width: 100%;
		float: left;
		padding: 8px 0 8px 0;
		color: #262729;
		font-size: 14px;
		text-align: center;
	}
	.tab48{
		width: 99%;
		float: left;
		border: solid 1px #f9e9c9;
	}
	.tab48 a{
		opacity: 0.8;
	}
	.tab48 a:hover{
		opacity: 1;
	}
	.tab48 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab49{
		border: solid 1px #f9e9c9;
		width:29% ;
		margin: 0 2% 25px 2%;
		float: left;
		position: relative;
		
	}
	
	.tab49 :hover{
		box-shadow: 3px 3px 10px 3px rgba(162,160,138,0.5);
       
	}
	.tab49:active{
        opacity: 0.8;
      
    }
	.tab49 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab49form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 36px;
		opacity: 0.7;
		
	}
	.tab49form samp{
		color: #e8731d;
		line-height: 36px;
		font-size: 18px;
	}
	.nav20{
		padding-bottom: 30px;
		background: url("images/course/bg2.jpg") no-repeat center bottom;
		width: 100%;
		float: left;
		margin: 50px 0 30px 0;
	}
	.nav20-1{
		position: relative;
		width:48% ;
		margin: 0 0 0 2%;
		float: left;
	}
	.nav20-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav20-2{
		
		width: 96%;
		height: 96%;
		float: left;
		position: absolute;
		top:2%;
		left:2%;
		border: solid 2px #ffffff;
	}
	.nav20-3{
		margin: 15px 1% 0 2%;
		width:47% ;
		float: left;
	}
	.tab50{
		width: 100%;
		padding: 10px 0 10px 0;
		color: #a4a588;
		font-size: 20px;
		text-align: left;
		float: left;
		border-top: solid 1px #d2b785;
		border-bottom: solid 1px #d2b785;
		margin: 10px 0 20px 0;
	}
	.tab51{
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}
	.tab51 samp{
		width: 87px;
		margin: 0 20px 0 0;
		padding: 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 40px;
		height: 40px;
		font-size: 20px;
		color: #ffffff;
	}
	.tab51 h1{
		width: 150px;
		padding: 0;
		font-weight: normal;
		margin: 0 20px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 40px;
		height: 40px;
		font-size: 20px;
		color: #ffffff;
	}
	.tab51 p{
		margin: 0;
		padding: 0;
		line-height: 40px;
		height: 40px;
		text-align: left;
		color: #9fa087;
		font-size: 18px;
	}
	.tab52{
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
	}
	.tab52 samp{
		width: 150px;
		margin: 0 0px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 40px;
		height: 40px;
		font-size: 18px;
		color: #ffffff;
	}
	.tab53{
		width: 100%;
		float: left;
		color: #9fa087;
		font-size: 18px;
		line-height: 30px;
	}
	.tab53 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 30px;
		text-align: left;
		
		
	}
	.txt6{
		width: 3%;
		float: left;
		color: #9fa087;
		font-size: 18px;
		text-align: left;
	}
	.txt5{
		color: #9fa087;
		font-size: 18px;
		text-align: left;
		width: 94%;
		float: right;
		padding: 0;
		display: block;
		line-height: 30px;
		margin: 0 0 0 1%;
		
	}
	.tab54{
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	.tab55{
		line-height: 50px;
		height: 50px;
		float: left;
		
	}
	.tab55 a{
		display: block;
		width:165px;
		
		margin: 0 30px 0 0;
		background: #c7a566;
		text-decoration: none;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.tab55 a:hover{
		line-height: 50px;
		height: 50px;
		background: #9a9b81;
	}
	.nav21{
		width: 100%;
		float: left;
	}
	.nav21-2{
		width: 96%;
		margin: 25px auto 25px auto;
	}
	.tab56{
		width:18%;
		float: left;
		margin: 0 1% 15px 1%;
	
	}
	.tab56 samp{
		line-height: 24px;
		width: 100%;
		float: left;
		padding: 10px 0 10px 0;
		color: #262729;
		font-size: 16px;
		text-align: center;
	}
	.nav22{
		width: 31%;
		float: left;
		margin: 0 1% 20px 1%;
	}
	.tab57{
		border: solid 1px #f9e9c9;
		width:97.5% ;
		margin: 0 1% 30px 1%;
		float: left;
		position: relative;
		
	}
	
	
	.tab57 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab57form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 36px;
		opacity: 0.7;
		
	}
	.tab57form samp{
		color: #e8731d;
		line-height: 36px;
		font-size: 18px;
	}
	.nav22-1{
		width: 100%;
		float: left;
		margin:15px 0 15px 0;
	}
	.nav22-1t{
		background:#fcf4e3;
		width: 48%;
		float: left;
		margin:15px 1% 15px 1%;
	}
.tab58-2{
		margin: 0 0% 0 0;
		width:100% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 110px;
		overflow: hidden;
	}
	.tab58-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab58-2 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58-2 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.txt7b{color: #906952;font-size: 16px; line-height: 40px; height: 40px; text-align: center; width: 100%; float: left;}
	.tab58{
		margin: 0 5% 0 0;
		width:43% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 90px;
		overflow: hidden;
	}
	.tab58 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab58 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	.tab58 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt7{
		line-height: 40px;
		height: 40px;
		text-align: left;
		width: 50%;
		float: left;
		color: #262729;
		font-size: 16px;
	}
	.txt7-2{
		width: 50%;
		text-align: left;
		margin: 0px 0 5px 0;
		color: #5e5e5e;
		float: left;
		font-size: 16px;
		line-height: 26px;
	}
	.txt7-3{
		letter-spacing: 0.5px;
		color: #444444;
		font-size: 20px;
	}
	.txt7-4{
		width: 48%;
		float: left;
		margin: 0px 2% 20px 0;		
		color: #a2a08a;
		text-align:right;
		font-size: 16px;	
	}
	.nav19-4{
		background: url("images/course3/bg.png") no-repeat right bottom ;
		
		padding: 0px 2% 0px 2%;
		width: 96%;
		float: left;
		margin: 20px 0 20px 0;
	}
	.nav19-5{
		background: url("images/course4/bgpic2.jpg") no-repeat center bottom;
		
		padding: 0px 2% 0px 2%;
		width: 96%;
		float: left;
		margin: 20px 0 20px 0;
	}
	.nav19-6{
		position: relative;
		width: 95.5%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 20px 2%;
	}
	.tab59{
		width: 20%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 1%;
	}
	.tab59 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab59-2{
		width: 38%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 2%;
	}
	.tab59-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab60{
		margin: 2% 0 1% 3%;
		width: 70%;
		float: left;
	}
	.tab60 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 16px;
		line-height:32px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60 p{
		width: 90%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:15px 0 25px 0;
		color: #564a60;
		font-size: 15px;
		line-height:22px;
		border-bottom: solid 1px #bfbfbf;
		
	}	
	.tab60 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:8px 0 8px 0;
		color: #ff0848;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.tab60-2{
		margin: 3% 0 1% 1%;
		width: 55%;
		float: left;
	}
	.tab60-2 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 16px;
		line-height:26px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60-2 p{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:10px 0 10px 0;
		color: #564a60;
		font-size: 15px;
		line-height:22px;
		border-bottom: solid 1px #bfbfbf;
		
	}	
	.tab60-2 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:8px 0 8px 0;
		color: #ff0848;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.tab61{
		width: 100%;
		float: left;
	}
	.tab62{}
	.tab62 a{
		width: 22%;
		float: left;
		margin: 0 20px 0 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		height: 36px;
	}
	.tab62 :hover{
		background: #9a9b81;
		
	}
	.tab62-2{}
	.tab62-2 a{
		width: 40%;
		float: left;
		margin: 0 20px 0 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		height: 36px;
	}
	.tab62-2 :hover{
		background: #9a9b81;
		
	}
	.tab63{
		width: 174px;
		position: absolute;
		right:-10px;
		bottom:0;
	}
	.tab64{
		width: 50%;
		float: left;
	}
	.tab64 samp{
		border: none;
		width: 40%;
		float: left;
		color: #564a60;
		font-size: 16px;
		text-align: left;
		padding: 0;
		line-height: 30px;
	}
	.tab64 p{
		line-height: 30px;
		color: #564a60;
		font-size: 15px;
		text-align: left;
		width: 60%;
		float: left;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.txt8{
		width: 100%;
		line-height:36px;
		float: left;
		color: #564a60;
		font-size: 16px;
	}
	.txt9{
		color: #564a60;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		margin: 0 50px 0 0;
	}
	.txt10{
		color: #564a60;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		margin: 0 10px 0 0;
	}
	.tab65{
		width: 90%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:0px 0 0px 0;
		color: #564a60;
		font-size: 16px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.nav23{
		background: url("images/course5/bgpic2.png") no-repeat right bottom;
		
		width: 98%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 20px 1% 0 1%;
	}
	.tab66{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab66 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 28px;
		text-align: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab66 samp{
		width: 27%;
		float: left;
		line-height: 28px;
		color: #564a60;
		font-size: 15px;
		text-align: right;
	}
	.nav24{		
		background: #ffffff;
		width: 45.5%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 20px 2%;
	}
	.nav25{
		background: url("images/course6/bgpic.jpg") no-repeat right bottom;
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 20px 0 0px 0;
	}
	.nav26{
		width: 96%;
		float: left;
		margin: 15px 2% 0 2%;
		color: #212529;
		font-size: 17px; 
		line-height: 26px;
	}
	.nav26-1{
		width: 100%;
		float: left;
		border-bottom:dashed 1px #9E9E9E;
		padding: 0 0 5px 0px;
		margin: 5px 0 5px 0;
	}
	.nav26-1 h1{font-weight: bold ; color: #000000; font-size: 17px; width: 100%; float: left; line-height: 26px; padding: 0; margin: 0 0 10px 0;}
	.nav26-1 samp{ width: 100%; float: left; color: #212529; font-size: 15px; line-height: 24px; padding: 0; margin: 0 0 10px 0;}
	.nav27{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
		background: #fff5e4;
	}
	.nav27-1{
		width: 98%;
		margin: 0 auto 0 auto;
		height: 60px;
	}
	.tab67{
		float: left;
		width: 25%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67 a{
		line-height: 60px;
		color: #383837;
		text-decoration: none;
		font-size: 18px;
	}
	.tab67 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 18px;
		padding-bottom: 8px;
		
	}
	.tab67-2{
		float: left;
		width: 33%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67-2 a{
		line-height: 60px;
		color: #383837;
		text-decoration: none;
		font-size: 18px;
	}
	.tab67-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 18px;
		padding-bottom: 8px;
		
	}
	.tab68{
		float: left;
		width: 25%;
		text-align: center;
	}
	.tab68 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 18px;
		padding-bottom: 8px;
		line-height: 60px;
	}
	.tab68 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 18px;
		padding-bottom: 8px;
		
	}
	.tab68-2{
		float: left;
		width: 33%;
		text-align: center;
	}
	.tab68-2 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 18px;
		padding-bottom: 8px;
		line-height: 60px;
	}
	.tab68-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 18px;
		padding-bottom: 8px;
		
	}
	.nav28{		
		width: 100%;
		float: left;
		margin: 15px 0 15px 0;
	
	}
	.nav28-1{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab69{	
		background: #fff7f0;
		width: 31%;
		float: left;
		padding-bottom: 20px;
		margin: 0 1% 20px 1%;
		box-shadow: 3px 3px 10px rgba(153,153,152,0.8);
	}
	
	.tab70{	
		width: 100%;
		float: left;
		overflow:hidden;
	}
	.tab70 img{
		height:300px;
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);transition: all 1s ease-out;
	}
	.tab70 img:hover{transform:scale(1.1,1.1);
	opacity: 0.8;
	}
	.tab71{
		background: #fff7f0;
		width: 96%;
		float: left;
		margin: 6px 2% 10px 2%;
		height: 100px;
	}
	.tab71 h1{
		width: 100%;
		float: left;
		font-weight: normal;
		padding: 0;
		margin: 5px 0 2px 0;
		color: #dba93f;
		font-size: 15px;
		line-height: 20px;
	}
	.tab71 p{
		width: 100%;
		float: left;
		color: #7a7a7a;
		font-size: 14px;
		text-align: left;
		line-height: 20px;
		height: 38px;
		overflow: hidden;
		padding: 0;
		margin: 5px 0 8px 0;
	}
	.tab71 samp{
		width: 100%;
		text-align: left;
		margin: 12px 0 7px 0;
		color: #5e5e5e;
		font-size: 16px;
		line-height: 24px;
	}
	.txt11{
		color: #444444;
		font-size:18px;
	}
	.txt11-2{
		width: 98%;
		margin:0px 2% 0 0;
		float: right;
		color: #a2a08a;
		text-align: right;
		font-size: 14px;
		
	}
	.txt12{
		width: 28%;
		margin:20px 36% 0px 36%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 18px;
		text-align: center;
		line-height: 36px;
		
	}
	.txt12-2{
		width: 100%;
		margin:15px auto 15px auto;
		float: left;
		color: #5b5b5a;
		font-size: 15px;
		text-align: center;
		
	}
	.nav14-8{
		width: 100%;
		float: left;
		background: url("images/lpg/bg8.jpg") repeat-x center bottom;
	}
	.nav14-5mv{
		float: left;
		height: 300px;
		width: 100%;
		margin: 15px auto 20px auto;
	}
	.nav14-5mv2{
		float: left;
		height: 300px;
		width: 44%;
		margin: 0px 3% 0px 3%;
	}
	.tab72{
		border-radius: 20px;
		width: 29%;
		float: left;
		margin: 5px 2% 20px 2%;
		background: #f5c1b7;
	}
	.tab73{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 2px #ffffff;
	}
	.tab73 samp{
		color: #ffffff;
		font-size: 26px;
		line-height: 30px;
		margin: 15px auto 15px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.tit4{
		width:558px ;
		background:url("images/lpg/tit1-2.png") no-repeat center center;
		text-align: center;
		font-size: 20px;
		line-height: 44px;
		height: 44px;
		margin: 10px auto  20px auto;
	}
	.txt13{
		color: #676767;
		font-size: 18px;
		line-height: 28px;
		margin:0px 0 30px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav29{
		padding: 5px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6  url("images/lpg/bg5-2.jpg")no-repeat left center;
	}
	.tab74{		
		width: 29%;
		float: left;
		margin: 0px 1% 20px 1%;
	}
	.tab75{
		width: 47%;
		float: left;
	}
	.tab75 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab76{
		width: 53%;
		float: left;
	}
	.tab76 h1{
		width: 100%;
		float: left;
		margin:25px 0 0 0 ;
		padding: 0;
		line-height: normal;
		color: #aa5931;
		font-size: 16px;
		text-align: left;
		font-weight:normal;
	}
	.tab76 p{
		line-height: 20px;
		width: 100%;
		float: left;
		margin:5px 0 0 0 ;
		padding: 0;
		font-size: 15px;
		color: #606060;
		text-align: left;
	}
	.nav30{	
		width: 100%;
		float: left;
		margin: 10px 0 10px 0;
		text-align: center;
	}
	.nav31{		
		width: 98%;
		float: left;
		margin: 10px 1% 0px 1%;
		text-align: center;
	}
	.tab77{
		padding: 20px 0 15px 0;
		width: 23.5%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 0.5% 20px 0.5%;
	}
	.tab77 h1{
		text-align: center;
		font-size: 18px;
		margin: 0 0 8px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab77 p{
		color: #b76e18;
		width: 96%;
		float: left;
		letter-spacing: 1px;
		font-size: 16px;
		line-height: 22px;
		text-align: center;		
		padding: 0;
		margin: 0 2% 0 2%;
	}
	.tab78{				
		padding: 20px 0 15px 0;
		width: 31%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 1% 20px 1%;
	}
	.tab78 h1{
		text-align: center;
		font-size: 18px;
		margin: 0 0 8px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab78 p{
		color: #b76e18;
		width: 96%;
		float: left;
		letter-spacing: 0px;
		font-size: 16px;
		line-height: 22px;
		text-align: center;		
		padding: 0;
		margin: 0 2% 0 2%;
	}
	.nav32{
		padding: 30px 0 0px 0;
		width: 100%;
		float: left;
		background: url("images/lpg/bg6.jpg")  repeat left center;
	}
	.txt14{
		width: 12%;		
		margin:0px 44% 25px 44%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 18px;
		text-align: center;
		line-height: 36px;
		
	}
	.tab79{
		width: 44%;
		float: left;
		margin: 10px 3% 25px 3%;
	}
	.tab79 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab80{
		background: #fff7f0;
		width: 100%;
		float: left;
		padding: 0;
		margin: 0px 0% 0px 0%;
	}
	.tab80 h1{
		width: 100%;
		float: left;
		text-align: center;
		font-weight: normal;
		padding: 0;
		margin: 20px 0 0px 0;
		color: #dba93f;
		font-size: 24px;
		
	}
}



@media only screen and (max-width: 666px) {/*針對手機*/
.top_out{
		width: 100%;
		float: left;
		background: #9fa087;
	}
	.top{
		height: 90px;
		width: 100%;
		max-width: 100%;
		margin: 0px auto 0px auto;
	}
	.logo{
		z-index:9999999;
		position: absolute;
		width: 34%;
		float: left;
		margin: 15px 0 15px 10px;
		
	}
	.logo img{
		width: 100%;
		float: left;
		height: auto;
	}
	.logo2{	
		
		z-index: 99999;
		position: absolute;
		width: 30%;
		float: left;
		margin: -40px 0 0px 2%;
		
		
	}
	.logo2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.buttom{
		width:20%;
		float: right;
		
	}
	.banner{
		width: 100%;
		float: left;
		
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width:96%;
		margin: 20px auto 0 auto;
	}
	.intit{
		float: left;
		width: 40%;
		margin: 0 30% 20px 30%;
		height: 44px;
		background-size: 40%;
		background:url("images/index/icon1-2.png") no-repeat center bottom;		
	}
	.intit_txt{
		text-transform:uppercase;
		width: 100%;
		float: left;
		color: #9a9b81;
		font-size: 14px;
		text-align: center;
		
	}
	.nav1-2{
		width: 100%;
		float: left;
		margin: 0 auto 0px auto;
	}
	.nav1-3{
		width: 92%;
		float: left;
		margin: 0 4% 20px 4%;
	}
	.nav1-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav1-4{
		width: 94%;
		float: left;
		margin: 10px 3% 0 3%;;
	}
	.nav1-4 p{
		color: #292e34;
		font-size: 16px;
		text-align: center;
		line-height: 20px;
		margin: 0;
		padding: 0;
		font-weight: normal;
	}
	.nav1-4 samp{
		height: 42px;
		overflow: hidden;
		color: #a79a9a;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		width: 96%;
		float: left;
		font-weight: normal;
		margin: 0 2% 0 2%;
	}
	.nav2{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		background:url("images/index/bgpic2.png") no-repeat center center;
	}
	.nav2-1{
		width: 100%;
		margin: 30px auto 30px auto;
	}
	.nav2-2{
		width: 98%;
		margin: 0  2% 20px 0%;
		float: left;
	}
	.nav2-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav2-3{		
		float: right;
		width: 96%;		
		background:#c7a566 url("images/index/bgpic3.png")no-repeat left top;
		
		
	}
	.nav2-4{
		background:url("images/index/bgpic3-.png") no-repeat right bottom ;
		width: 96%;
		float: left;
		border: solid 1px #ffffff;
		margin: 2%;
	}
	.nav2-4 samp{
		width: 96%;
		float: left;
		margin: 20px 2% 20px 2%;
		color: #ffffff;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		letter-spacing: 1px;
		font-weight: normal;
	}
	.nav2-4 p{
		width: 100%;
		font-weight: normal;
		float: left;
		text-align: center;
		color: #ffffff;
		font-size: 18px;
		letter-spacing: 2px;
		margin: 0;
		padding: 0;
	}
	.nav2-5{
		width: 50%;
		float: left;
		margin: 22px 25% 22px 25%;
	}
	.btn,
.btn:focus,
.btn:hover {
    position: relative;
    width: 56%;
	margin: 0 22% 0 22%;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding:15px 5px 15px 5px;
	float: left;
    -webkit-font-smoothing: antialiased;
   
}
.btn span:nth-child(1),
.btn span:nth-child(2),
.btn span:nth-child(3),
.btn span:nth-child(4) {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
}
.btn span:nth-child(1) {
    width: 1px;
    left: 0;
    bottom: 0;
}
.btn span:nth-child(2) {
    height: 1px;
    left: 0;
    top: 0;
}
.btn span:nth-child(3) {
    width: 1px;
    right: 0;
    top: 0;
}
.btn span:nth-child(4) {
    height: 1px;
    right: 0;
    bottom: 0;
}
.btn:hover {
	width: 60%;
	margin: 0 20% 2px 20%;
	float: left;
    border: none;
}
.btn:hover span:nth-child(1) {
    animation: move1 1500ms infinite ease;
}
.btn:hover span:nth-child(2) {
    animation: move2 1500ms infinite ease;
}
.btn:hover span:nth-child(3) {
    animation: move3 1500ms infinite ease;
}
.btn:hover span:nth-child(4) {
    animation: move4 1500ms infinite ease;
}

	.nav3{
		width: 100%;
		margin: 0px auto 0 auto;
		
	}
	.nav3-2{
		width:92%;
		margin: 20px 4% 0 4%;
		float: left;
		
	}
	.nav3-3{
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
		width: 100%;
		float: left;
		margin: 0 0% 20px 0%;
	}
	.nav3-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3-3 img a{
	   filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.nav3-3 img:hover{
	-webkit-transition: all 0.5s ease-out;
	filter:alpha(opacity=70);
    opacity: 0.7;
	display:block;
	
	}
	.tab1{
		height: 40px;
		line-height: 40px;
		color: #ffffff;
		font-size: 15px;
		width: 100%;
		float: left;
		text-align: center;
		display: block;
		background: #c7a566;
	}
	.nav4{		
		width: 100%;
		float: left;
		margin: 0px auto 0 auto;
		background:#fff6e8 url("images/index/bgpic4.png") no-repeat center center;
		
	}
	.nav4-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.nav4-3{
		width: 100%;
		float: left;
		margin: 10px auto 10px auto;
	}
	.tab2{
		text-align: center;
		width: 92%;
		float: left;
		margin: 5px 4% 5px 4%;
		background: #cccaae;
		border: solid 3px #ffffff;
	}
	.tab2 a{
		display: block;
		
	}
	.tab2:hover{
		-webkit-transition: all 0.5s ease-out;
		display: block;
		background: #ead7b4;
	}
	.tab2 img{		
		width: 40px;
		text-align: center;
		margin: 8px auto 5px auto;
	}
	.tab2 samp{
		display: block;
		width: 100%;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		text-transform:uppercase;
	}
	.nav5{		
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
		background: #a2a08b;
		
		
	}
	.bottom{
		width: 100%;
		margin: 20px auto 0px auto;
		list-style: none;
		padding: 0;
		overflow:hidden;
	}
	.tab3{
		width: 48%;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		margin: 0 1% 15px 1%;
		padding: 0;
		
	}
	.tab3 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab3 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab4{
		display: none;
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab4 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab4 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.tab5out{		
		float: left;
		width: 48%;
		margin: 0 1% 15px 1%;
	}
	.tab5{
		width: 100%;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		
		padding: 0;
		
	}
	.tab5 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab5 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab6{
		display: none;
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab6 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab6 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.footer{
		width: 100%;
		float: left;
		background: #584a3b;
		padding: 7px 0 7px 0;
	}
	.footer2{
		width: 100%;
		margin: 0 auto 0 auto;
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 1px;
	}
	#backtotop{z-index:99999; display:inline-block; position:fixed;  bottom:50px; right:30px; width:40px; height:40px; line-height:50px; border-radius: 30px; font-size:26px; text-align:center; opacity:.9;}
	#backtotop img{width: 60px ;height: 60px;}
    #backtotop i{display:block; width:40px; height:40px; line-height:inherit;border-radius: 30px; }
    #backtotop.visible{visibility:visible; opacity:.5;}
    #backtotop:hover{opacity:1;}
	.tit{
		white-space: nowrap;
        text-overflow: ellipsis;
		overflow: hidden;
		position: absolute;
		z-index: 1;
		width: 98%;		
		height: 30px;
		line-height: 30px;
		text-align: left;
		color: #333333;
		font-size: 14px;
		margin: 0 0% 0 2%;
	}
	.tit a{
		color: #333333;
		font-size: 15px;
		text-decoration: none;
	}
	.tit a:hover{
		color: #a2a08b;
		
	}
	.nav6{
		width: 100%;
		float: left;
		background: #e9e8e5;
		margin: 0 0 20px 0;
	}
	.nav6-2{
		width: 96%;
		margin: 15px 2% 0px 2%;		
		text-align: center;
		float: left;		
	}
	
	.nav6-2 img{
		width: 20%;
		float: left;
		margin: 0 40% 0 40%;
		text-align: center;
	}
	.nav6-2 samp{
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: center;
		color: #353534;
		font-size: 14px;
		line-height: 18px;
		margin: 10px 0 0 0;
	}
	.nav6-3{
		width: 100%;
		float: left;
		margin: 15px 0 0 0;
		text-align: left;
		
	}
	.nav6-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.aboubg{
		background:#f9f7f0 url("images/about/bgpic2.jpg") no-repeat center top;
	}
	.nav7{
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}
	.nav7-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tit2{
		width:70% ;
		background:url("images/about/icon4.png") no-repeat center center;
		text-align: center;
		background-size: 80%;
		font-size: 18px;
		line-height: 39px;
		height: 39px;
		margin: 0 auto  20px auto;
	}
	.linebtn{
		z-index: 9999999;
		position: absolute;
		background: #ffffff;
		width: 100%;
		margin:60px 0% 0 0%;
		float: left;
		
	}
	.nav8{
		width: 100%;
		margin:0px 0% 0 0%;
		float: left;
	}
	
	.tab7{
		width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	.tab7 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-2{
		width: 96%;
		margin: 0 2% 0 2%;
		float: right;
		padding-bottom: 20px;
		border-bottom: dashed 1px #868686;
	}
	.nav8-2 h1{
		font-size: 17px;
		letter-spacing: 1px;
		color: #9a9b81;
		padding: 0;
		margin: 20px 0 0px 0;
	}
	.nav8-2 p{
		font-weight: normal;
		font-size: 14px;
		color: #9a9b81;
		line-height: 20px;
		padding: 0;
		margin: 15px 0 0px 0;
	}
	.tab8{
		width: 96%;
		margin: 20px 2% 0 2%;
		float: left;
	}
	.tab8 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-3{
		width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	.nav8-3 h1{
		font-size: 17px;
		letter-spacing: 1px;
		color: #9a9b81;
		padding: 0;
		margin: 20px 0 0px 0;
	}
	.nav8-3 p{
		font-weight: normal;
		font-size: 14px;
		color: #9a9b81;
		line-height: 20px;
		padding: 0;
		margin: 15px 0 0px 0;
	}
	.tab9{
		height: 110px;
		width: 94%;
		margin: 15px 3% 5px 3%;
		float: left;
		border: solid 1px #f9e9c9;
		background: #ffffff;
	}
	.tab9 h1{
		width: 98%;
		float: left;
		text-align: center;
		line-height: 22px;
		color: #9a9b81;
		font-size: 16px;
		margin: 10px 1% 0 1%;
		padding: 0;
		font-weight: normal;
	}
	.tab9 samp{
		margin: 5px 2% 5px 2%;
		width: 96%;
		float: left;
		text-align: center;
		line-height: 20px;
		color: #666666;
		font-size: 13px;
	}
	.nav9{
		width: 100%;
		float: left;
		margin: 25px 0 0 0;
	}
	.nav9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10out{
	    width: 100%;
		margin: 0 0% 0 0%;
		float: left;
		background:#f9f7f0 url("images/about/bgpic7.jpg")  no-repeat;
	}
	.nav10{
	width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	.nav10-2{
		padding: 1%;
		width: 99%;
		
		float: left;
		margin: 7px 0% 7px 0%;
	}
	.tab10{
		width: 40%;
		float: left;
	}
	.tab10 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10-2 h1{		
		width: 52%;
		float: left;
		text-align: center;
		font-size: 1.2em;
		color: #90917c;
		line-height: 20px;
		margin: 15px 0 5px 0;
		padding: 0;
	}
	.nav10-2 samp{
		width: 55%;
		float: left;
		color: #666b74;
		font-size: 0.9em;
		text-align: left;
		margin: 0 0 0 3%;
		line-height: 20px;
	}
	.nav11{
		width: 100%;
		float: left;
		height: 34px;
		margin: 0px 0 0 0 ;
		background: #f0f0f0;
	}
	.nav11-2{
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
	}
	.nav11-3{
		width: 96%;
		margin: 20px auto 20px auto;
	}
	.nav11-4{
		float: left;
		width: 100%;
		margin: 0 0% 20px 0%;
		border: solid 1px #e3e0e0;
	}
	.tab11{
		width: 100%;
		float: left;
		overflow:hidden;
	}
	
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);
		transition: all 1s ease-out;
	}
	.tab11 img:hover{
		transform:scale(1.2,1.2);
	}
	.tab11 a{
		-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
		 opacity:1;
	}
	.tab11 a:hover{
		  opacity:1;
	}
	.tab12{
		width: 100%;
		float: left;
		background: #f6f6f6;
	}
	.tab12 h1{
		width: 96%;
		float: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
		padding: 0;
		color: #9a8c7e;
		font-size: 16px;
		margin: 20px 2% 10px 2%;
		font-weight: normal;
	}
	.tab12 samp{
		color: #8c8c7e;
		font-size: 14px;
		width: 96%;
		margin: 0 2% 15px 2%;
		float: left;
		text-align: center;
		line-height: 24px;
		height: 40px;
	}
		.nav12{
		width: 96%;
		float: left;
		text-align: center;
		margin: 15px 2% 15px 2%;
	}
	.tab13{
		text-align: center;
	}
	.tab13 a{
		border-radius: 50px;		
		margin: 0 7px 0 7px;
		background: #bababa;
		padding:8px 13px 8px 13px;
		text-align: center;
		color: #ffffff;
		font-size: 17px;
		text-decoration: none;
	}.tab13 a:hover{
		background: #c7a566;
	}
	.tab13-2{
		text-align: center;
	}
	.tab13-2 a{
		border-radius: 50px;		
		margin: 0 7px 0 7px;
		background: #c7a566;
		padding:8px 13px 8px 13px;
		text-align: center;
		color: #ffffff;
		font-size: 17px;
		text-decoration: none;
	}.tab13-2 a:hover{
		background: #c7a566;
	}
	.nav12-2{
		width: 96%;
		float: left;
		margin: 0 2% 20px 2%;
	}
	.tab14out{
		width: 99%;
		float: left;
	}
	.tab14{
		width: 99%;
		float: left;
		height: auto;
		border: solid #f3f2f2 2px;
	}
	.tab14 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab14txt{width: 100%; float: left; text-align: center; margin: 10px 0 0 0;}
	.tab15{
		width: 100%;
		float: left;
		margin: 0 0 0 0%;
	}
	.tab15 h1{
		width: 100%;
		float: left;
		margin: 12px 0 2px 0;
		padding: 0;
		color: #1a1a1a;
		font-size: 20px;
	}
	.tab15 samp{
		color: #999999;
		font-size: 17px;
		line-height: 24px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 0px 0 5px 0;
	}
	.tab16{
		width: 80px;
		height: 30px;
		border: solid 1px #a39187;
		margin: 0 0 0 15px;
		vertical-align: middle;
		text-align: center;
	}
	
	.tab17{
		width:180px;
		float: left;
		margin: 15px 0 0px 0;
	}
	.tab17 a{
		width:180px;
		height: 40px;
		text-decoration:none;
		border: solid 1px #a39187;
		color: #999999;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
		background: #ffffff;
		display: block;
	}
	.tab17 a:hover{
		background: #a39187;
		color: #ffffff;
		
	}
	.tab18{
		float: left;
		text-align: center;
		margin: 0px 0px 15px 0px;
		width: 100%;
		
	}
	.tab18 a{	
		display: block;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-decoration:none;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		background: #cccaae;
		
	}
	.tab18 a:hover{
		background: #c7a566;
		color: #ffffff;
		
	}
	.nav13{
		border-top: solid 1px #a39187;
		width: 100%;
		float: left;
		text-align: center;
		margin: 20px 0 20px 0;
		padding: 20px 0 0 0;
	}
	.tit3{
		width:60% ;
		background:url("images/about/icon5.png") no-repeat center center;
		text-align: center;
		background-size: 80%;
		font-size: 18px;
		line-height: 39px;
		float: left;
		height: 39px;
		margin: 10px 20%  20px 20%;
	}
	.nav14{
		width: 100%;
		float: left;
	}
	.nav14-2{
		width: 100%;
		float: left;
	}
	.nav14-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav14-3{
		width: 96%;
		margin: 0 2% 0 2%;
	}
	.nav14-3 p{
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		margin:15px 0 0px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav14-4{
		width: 100%;
		margin: 15px 0% 0 0%;
		float: left;
		background: url("images/lpg/bg1-3.jpg") repeat-x center bottom;
	}
	.nav14-4mv{
		height: 400px;
		width: 96%;
		margin: 0 2% 20px 2%;
	}
	.nav14-3 h1{
		color: #d29928;
		font-size: 18px;
		line-height: 26px;
		width: 100%;
		float: left;
		padding: 0;
		margin:10px 0 18px 0;
		text-align: center;
	}
	.tab19{
		border-radius: 20px;
		width: 80%;
		float: left;
		margin: 0px 10% 10px 10%;
		background: #f5c1b7;
	}
	.tab19-2{
		border-radius: 20px;
		width: 80%;
		float: left;
		margin: 0px 10% 10px 10%;
		background: #f5c1b7;
	}
	.tab20{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 2px #ffffff;
	}
	.tab20 samp{
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
		margin: 15px auto 15px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.nav14-5{
		padding: 15px 0 0px 0;
		margin: 10px 0 0 0;
		width: 100%;
		float: left;
		background:#f8f5e6 url("images/lpg/bg2.jpg") no-repeat center center;
	}
	.tab21{
		text-align: center;
		position: relative;
		width: 80%;
		float: left;
		margin: 10px 10% 15px 10%;
	}
	
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt1{
		width: 56%;
		top:25%;
		letter-spacing: 2px;
		font-weight: bold;
		left:22%;
		position: absolute;
		padding: 0;
		color: #366a92;
		line-height: 38px;
		font-size: 25px;
		text-align: center;
		border-bottom: solid 1px #afc3d2;
	}
	.txt2{
		position: absolute;
		top:40%;
		width: 66%;
		float: left;
		left:17%;
		padding: 0;
		color: #3b3a39;
		line-height: 20px;
		font-size: 15px;
		text-align: center;
		
	}
	.nav14-6{
		width: 98%;
		background: #fcfaf3;
		float: left;
		margin: 20px 1% 15px 1%;
		border: solid 1px #faeddf;
	}
	.nav14-6 h1{
		padding: 0;
		width: 96%;
		float: left;
		margin: 10px 2% 5px 2%;
		text-align: left;
		border-bottom: solid 1px #cac6c1;
		line-height: 28px;
		font-size: 20px;
		color: #676767;
		letter-spacing: 2px;
	}
	.nav14-6 p{
		width: 96%;
		float: left;
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		margin: 0 2% 0 2%;
		padding: 0;
		height: 250px;
	}
	.nav14-6 samp{
		width: 100%;
		font-size: 15px;
		line-height: 20px;
		float: left;
		color: #706e53;
		margin: 0 ;
		font-weight: bold;
	}
	.tab22{
		width: 96%;
		margin: 10px 2% 10px 2%;
		float: left;
	}
	.tab22-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab22-1{
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
	}
	.tab22-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab22-2{
		height:200px;
		width: 100%;
		float: left;
		margin: 0 0 15px 0%;
	}
	.nav14-7{
		padding: 25px 0 0px 0;
		margin: 10px 0 0 0;
		width: 100%;
		float: left;
		background:#fdf9fb url("images/lpg/bg4.jpg") repeat center center;
	}
	.tab23{
		text-align: center;
		position: relative;
		width: 31%;
		float: left;
		margin: 10px 1% 40px 1%;
	}
	.txt3{
		width: 80%;
		top:20%;
		letter-spacing: 2px;
		font-weight: bold;
		left:10%;
		position: absolute;
		padding: 0;
		color: #534e16;
		line-height: 36px;
		font-size: 22px;
		text-align: center;
		border-bottom: solid 1px #b6b6b3;
	}
	.txt4{
		position: absolute;
		top:42%;
		width: 80%;
		float: left;
		left:10%;
		padding: 0;
		color: #3b3a39;
		line-height: 26px;
		font-size: 16px;
		text-align: center;
		
	}
	.tab24{
		background: #ffffff;
		width: 98%;
		float: left;
		margin: 0px 1% 20px 1%;
		border: solid 3px #f8eee4;
	}
	
	
	.tab24 h1{
		width: 86%;
		float: left;
		margin: 5px 7% 0px 7%;
		color: #804a14;
		font-size: 20px;
		text-align: center;
		border-bottom: solid 1px #f8eee4;
		padding: 0;
		line-height:38px;
	}
	.tab24 p{
		float: left;
		font-size: 16px;
		line-height: 26px;
		color: #3b3a39;
		margin: 15px 3% 15px 3%;
		width: 94%;
		padding: 0;
		
	}
	.nav15{
		text-align: center;
		width: 99%;
		float: left;
		border:solid 2px #c7a566;
		margin: 0 0% 0 0%;
		padding: 0 0 2px 0;
	}
	.nav15 h1{
		vertical-align: middle;
		letter-spacing: 1px;
		width: 96%;
		float: left;
		margin: 8px 2% 4px 2%;
		text-align: center;
		color: #9fa088;
		font-size: 16px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 h1 samp{
		font-weight: bold;
		font-size:24px 
	}
	.nav15 p{
		vertical-align: middle;
		letter-spacing: 1px;
		width: 96%;
		float: left;
		margin: 0px 2% 7px 2%;
		text-align: center;
		color: #9fa088;
		font-size: 16px;
		padding: 0;
		line-height: 24px;
		font-weight: normal;
	}
	.nav15 p img{
		width: 20px;
		height: 31px;
		vertical-align: middle;
	}
	.nav15-2{
		text-align: center;
		width: 100%;
		float: left;
		margin: 15px 0% 0 0%;
	}
	.nav15-2 h1{
		color: #9fa088;
		font-size: 16px;
		line-height: 32px;
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
		
	}
	.nav15-2 p{
		width: 100%;
		float: left;
		text-align: center;
		color: #787969;
		margin: 0 0% 15px 0%;
		font-size: 13px;
		line-height: 20px;
	}
	.nav15-9{
		list-style: none;
		width: 98%;
		float: left;
		padding: 0;
		margin: 10px 1% 0 1%;
	}
	.tab25{
		padding: 0 0 20px 0;
		margin: 0;
		width: 100%;
		float: left;
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2{
		padding: 20px 0 20px 0;;
		margin: 0;
		width: 100%;
		float: left;
		
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2 a{ color: #888888; text-decoration: none;}
	.tab25-2 a:hover{color: #887C58;}
	.tab25-3{
		text-align: center;
		padding: 30px 0 0px 0;
		margin: 0 0 20px 0px;
		width: 100%;
		float: left;}
	
	.tab25-4{width: 120px; line-height: 26px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 8px 0px; float: left; text-align: center;}
	.tab25-4-2{width: 120px; line-height: 26px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 8px 0px; float: left; text-align: center;}
	.tab25-4out{width: 100%; float: left;margin:0 0 10px 0;}
	.tab25-5{width: 100%;float: left; font-size: 15px; color: #666666; letter-spacing: 1px; line-height: 22px;}
	.tab25-6{width: 100%;float: left; font-size: 15px; color: #666666;  letter-spacing: 1px; line-height: 22px;}
	.tab26{
		width: 100%;
		float: left;
		margin: 15px 10px 0 0;
	}
	.tab26 samp{
		width: 100%;
		float: left;
		margin: 0 0 10px 0;
		color: #666666;
		font-size:18px;
		line-height: 20px;
		text-align: left;
	}
	.tab26form{
		border: solid 1px #bbbbbb;
		width: 98%;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab27{
		margin:20px 0 0 0px;
		width: 100%;
		float: left;
		vertical-align: middle;		
		color: #666666;
		font-size:18px;
	}
	.tab28{
		width: 100%;
		margin: 15px 0% 0 0;
		float: left;
	}
	.tab28 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	.tab28form{
		border: solid 1px #bbbbbb;
		width: 98%;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab28form2{
		border: solid 1px #bbbbbb;
		width: 98%;
		float: left;
		height:36px;
		line-height: 36px;
	}
	.tab29{
		width: 100%;
		margin: 15px 0% 0 0;
		float: left;
	}
	.tab29 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	.tab29form{
		border: solid 1px #bbbbbb;
		width: 98%;
		float: left;
		height: 100px;
		
	}
	.tab30{
		text-align: center;
		margin: 0px 40px 0 0;
	}
	.tab30 a{
		font-weight: normal;
		padding: 10px 30px 10px 30px;
		text-align: center;
		background: #cccaae;
		text-decoration: none;
		color: #ffffff;
		font-size: 15px;
		font-weight: bold;
	}
	.tab30 a:hover{
		background: #c7a566;
	}
	.nav16{
		width: 98%;
		margin: 20px auto 0px auto;
	}
	.tab31{
		float: left;
		width:80% ;
		text-align: center;
		margin:0px 10% 15px 10%;
	}
	.tab31 h1{
		width: 100%;
		float: left;
		border-bottom: solid 3px #f9e9c9;
		line-height: 32px;
		height: 32px;
		margin: 15px 0% 0 0%;
		padding: 0;
		color: #a29369;
		text-align: center;
		font-size: 18px;
	}
	.tab31 samp{
		width: 100%;
		margin: 5px 0% 0 0%;
		color: #a29369;
		text-align: center;
		font-size: 15px;
		line-height: 20px;
		float: left;
		
	}
	.nav16-2{
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-3{
		margin: 0px 3% 0 3%;
		line-height: 22px;
		text-align: left;
		color: #5b5b5a;
		font-size: 15px;
		width: 96%;
		float: left;
	}
	.nav16-3 samp{
		width: 100%;
		float: left;
		color: #e4822c;
		font-size:16px ;
		line-height: 20px;
	}
	.nav16-4{
		width: 100%;
		float: left;
		margin: 15px 0 15px 0;
	}
	.nav16-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-5{
		width: 100%;
		background:#fff4ec url("images/technology/bg1-3.jpg") center top;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-6{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
	}
	.nav16-6 h1{
		border: solid 1px #cfa972;
		text-align:center;
		padding: 0;
		margin: 0 3% 0  3%;
		width: 96%;
		line-height: 38px;
		height: 38px;
		color: #b84f20;
		font-size: 15px;
		float: left;
		background: #fff4ec;
	}
	.nav16-6 samp{
		width: 96%;
		float: left;
		color: #606060;
		font-size: 14px;
		line-height: 20px;
		margin: 15px 3% 0 3%;
		text-align: left;
	}
	.nav16-6 p{
		display: block;
		text-align: justify;
		width: 86%;
		float: left;
		color: #606060;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
		margin: 0px 0 0 0;
		text-align: left;
		padding: 0;
	}
	.tab32{
		width:96% ;
		float: left;
		margin: 0 2% 15px 2%;
		background: #fff4ec;
		border: solid 1px #cfa972;
		color: #b84f20;
		font-size: 15px;
		padding: 15px 2px 15px 2px;
		line-height: 20px;
		text-align: center;
	}
	.nav16-7{
		width: 100%;
		float: left;
		margin: 0px 0% 15px 0;
	}
	.tab33{
		width:36% ;
		float: left;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-7 h1{
		width: 63%;
		float: left;
		margin: 35px 0 0 1%;
		padding: 0;
		color: #aa5931;
		font-size: 17px;
		text-align: left;
	}
	.nav16-7 samp{
		width: 63%;
		float: left;
		margin: 5px 0 0 1%;
		padding: 0;
		color: #606060;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
	}
	.nav16-8{
		width: 100%;
		background:#fff4ec url("images/technology/bg3.jpg") no-repeat center center;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-9{
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
	}
	.nav17{
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav17-2{
		width: 96%;
		float: left;
		margin: 0 2% 20px 2%;
		background: url("images/pregnant/icon2-2.png") no-repeat center top;
		background-size:55%;
		text-align: center;
		height: 149px;
		
	
		
	}
	.nav17-2 samp{		
		text-align: center;
		width: 100%;
		float: left;
		margin: 15% 0 0 0px;
		color: #969797;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.nav17-3{
		width: 98%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 1% 15px 1%;
	}
	.tab34{
		width:98% ;
		float: left;
		margin:1%;
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab34-2{
		width:98% ;
		float: left;
		margin: 1%;
	}
	.tab34-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav17-4{
		width: 96%;
		float: left;
		margin: 2%;
	}
	.nav17-5{
		background: none;
		width: 96%;
		float: left;
		margin: 2%;
	}
	.tab35{
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-2{
		color: #564a60;
		font-size: 17px;
		text-align: left;
		line-height: 30px;
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-3{
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab36{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab36 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 30px;
		text-align: left;
		color: #564a60;
		font-size: 16px;
	}
	.tab36 samp{
		width: 27%;
		float: left;
		line-height: 30px;
		color: #564a60;
		font-size: 16px;
		text-align: left;
	}
	.tab37{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.tab37 samp{
		width: 100%;
		line-height: 30px;
		float: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37 p{
		width:70px;
		float: left;
		margin: 0;
		padding: 0;
		letter-spacing: 1px;
		line-height: 36px;
		color: #564a60;
		font-size: 16px;
		text-align: left;
	}
	.tab37 h1{
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab37-2{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.tab37-2 samp{
		width: 100%;
		line-height: 30px;
		float: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37-2 p{
		width:90px;
		float: left;
		margin: 0;
		padding: 0;
		letter-spacing: 1px;
		line-height: 36px;
		color: #564a60;
		font-size: 16px;
		text-align: left;
	}
	.tab37-2 h1{
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab38{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
	}
	.tab39{}
	.tab39 a{
		text-align: center;
		width: 35%;
		float: left;
		margin: 0 25px 0 0;
		background: #9a9b81;
		text-decoration: none;
		line-height: 36px;
		color: #ffffff;
		font-size: 15px;
	}
	.tab39 a:hover{
		background: #c7a566;
		
	}
	.nav18{
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav18-2{
		width: 99%;
		float: left;
		border: solid 1px #eeeeee;
		
	}
	.nav18-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-3{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
	}
	.nav18-4{
		width: 99%;
		float: left;
		margin:10px 0 0 0;
		border: solid 1px #e2cae5;
		
	}
	.nav18-4 samp{
		display: block;
		width: 96%;
		margin: 2%;
		color: #8b8491;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		letter-spacing: 1px;
	}
	.nav18-5{
		width: 80%;
		float: left;
		margin: 10px 0 0 10%;
		text-align: center;
		
	}
	.nav18-5 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-6{
		width: 99%;
		float: left;
		margin: 15px auto 15px auto;
		border: solid 1px #bebebe;
		
		position: relative;
	}
	.nav18-7{
		width: 99%;
		float: left;
		margin: 30px auto 15px auto;
		border: solid 1px #bebebe;
		position: relative;
	}
	.nav18-8{
		width: 99%;
		float: left;
		margin: 30px auto 15px auto;
		border: solid 1px #bebebe;
		position: relative;
	}
	.tab40{
		float: left;
		width: 94%;
		margin: 20px 0 0 3%;
		padding-bottom: 15px;
		border-bottom: dashed 1px #908996;
		
	}
	.tab40 p{
		margin: 0;
		padding: 0;
		width: 50%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 15px;
		line-height: 28px;
	}
	.tab40 samp{
		width: 35%;
		float: left;
		color: #564a60;
		font-size: 15px;
		line-height: 28px;
		text-align: right;
	}
	.tab41{
		float: left;
		width: 94%;
		margin: 20px 0 0 3%;
		
	}
	.tab41 p{
		margin: 0;
		padding: 0;
		width: 55%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 15px;
		line-height:28px;
	}
	.tab41 samp{
		width: 30%;
		float: left;
		color: #564a60;
		font-size: 15px;
		line-height: 28px;
		text-align: right;
	}
	.tab42{
		text-align: left;
		width: 96%;
		float: left;
		margin: 20px 2% 20px 2%;
		color: #564a60;
		font-size: 15px;
		line-height: 36px;
	}
	.tab42 samp{
		font-size: 18px;
		color: #564a60;
		margin: 0 0 0 30px;
		
	}
	.tab43{
		width: 150px;
		position: absolute;
		top:-28px;
		left:30%;
	}
	.tab43 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab44{
		
	}
	.tab44 a{
		width: 40%;
		line-height: 36px;
		float: left;
		background: #c7a566;
		color: #ffffff;
		font-size: 16px;
		margin: 0px 20px 0 0px;
		text-decoration: none;
		text-align: center;
		letter-spacing: 1px;
		
	}
	.tab44 a:hover{
		background: #9a9b81;
		
	}
	.tab45{		
		display: none;
		width: 118px;
		height: auto;
		position: absolute;
		bottom: -5px;
		left:0px;
	}
	.tab45 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav19{
		padding: 0px 1% 0px 1%;
		width: 98%;
		float: left;
		margin: 15px 0 15px 0;
	}
	.nav19b{
		padding: 15px 1% 0px 1%;
		background: #fefbf6;
		width: 98%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.nav19-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab46{
		border: solid 1px #f9e9c9;
		width:97.5% ;
		float: left;
		margin: 0 1.5% 15px 1%;
		position: relative;
		
	}
		
	
	.tab46 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab46form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left: 0;
		background: #ffffff;		
		line-height: 40px;
		opacity: 0.7;
		
	}
	.tab46form samp{
		color: #e8731d;
		line-height: 40px;
		font-size: 18px;
	}
	.tab46form samp:hover{
			box-shadow: 1px 1px 1px 1px rgba(255,255,255,0.5);
	}
	.nav19-3{
		width: 100%;
		float: left;
		margin: 0 auto 0 0%;
	}
	.tab47{
		width:48%;
		float: left;
		margin: 0 1% 10px 1%;
	
	}
	.tab47 samp{
		line-height: 20px;
		width: 100%;
		float: left;
		padding: 8px 0 8px 0;
		color: #262729;
		font-size: 14px;
		text-align: center;
	}
	.tab48{
		width: 99%;
		float: left;
		border: solid 1px #f9e9c9;
	}
	.tab48 a{
		opacity: 0.8;
	}
	.tab48 a:hover{
		opacity: 1;
	}
	.tab48 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab49{
		border: solid 1px #f9e9c9;
		width:95% ;
		margin: 0 2% 15px 2%;
		float: left;
		position: relative;
		
	}
	
	.tab49 :hover{
		box-shadow: 3px 3px 10px 3px rgba(162,160,138,0.5);
       
	}
	.tab49:active{
        opacity: 0.8;
       
    }
	.tab49 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab49form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 32px;
		opacity: 0.7;
		
	}
	.tab49form samp{
		color: #e8731d;
		line-height: 32px;
		font-size: 16px;
	}
	.nav20{
		padding-bottom: 20px;
		background: url("images/course/bg2.jpg") no-repeat center bottom;
		width: 100%;
		float: left;
		margin: 30px 0 20px 0;
	}
	.nav20-1{
		position: relative;
		width:96% ;
		margin: 0 2% 0 2%;
		float: left;
	}
	.nav20-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav20-2{
		
		width: 96%;
		height: 96%;
		float: left;
		position: absolute;
		top:2%;
		left:2%;
		border: solid 2px #ffffff;
	}
	.nav20-3{
		margin: 15px 2% 0 2%;
		width:96% ;
		float: left;
	}
	.tab50{
		width: 100%;
		padding: 10px 0 10px 0;
		color: #a4a588;
		font-size:17px;
		text-align: left;
		float: left;
		border-top: solid 1px #d2b785;
		border-bottom: solid 1px #d2b785;
		margin: 10px 0 10px 0;
	}
	.tab51{
		width: 100%;
		float: left;
		margin: 0 0 10px 0;
	}
	.tab51 samp{
		width: 90px;
		margin: 0 10px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 34px;
		height: 34px;
		font-size: 16px;
		color: #ffffff;
	}
	.tab51 h1{
		width: 130px;
		padding: 0;
		font-weight: normal;
		margin: 0 10px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 34px;
		height: 34px;
		font-size: 16px;
		color: #ffffff;
		
	}
	.tab51 p{
		margin: 0;
		padding: 0;
		line-height: 34px;
		height: 34px;
		text-align: left;
		color: #9fa087;
		font-size: 17px;
	}
	.tab52{
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
	}
	.tab52 samp{
		width: 130px;
		margin: 0 0px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 34px;
		height: 34px;
		font-size: 16px;
		color: #ffffff;
	}
	.tab53{
		width: 100%;
		float: left;
		color: #9fa087;
		font-size: 16px;
		line-height: 26px;
	}
	.tab53 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 30px;
		text-align: left;
		
		
	}
	.txt6{
		width: 3%;
		float: left;
		color: #9fa087;
		font-size: 16px;
		text-align: left;
	}
	.txt5{
		color: #9fa087;
		font-size: 16px;
		text-align: left;
		width: 94%;
		float: right;
		padding: 0;
		display: block;
		line-height: 26px;
		margin: 0 0 0 1%;
		
	}
	.tab54{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
	}
	.tab55{
		line-height: 42px;
		height: 42px;
		float: left;
		
	}
	.tab55 a{
		display: block;
		width:140px;		
		margin: 0 20px 0 0;
		background: #c7a566;
		text-decoration: none;
		color: #ffffff;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
	}
	.tab55 a:hover{
		line-height: 42px;
		height: 42px;
		background: #9a9b81;
	}
	.nav21{
		width: 100%;
		float: left;
	}
	
	.nav21-2{
		width: 96%;
		margin: 25px auto 25px auto;
	}
	.tab56{
		width:48%;
		float: left;
		margin: 0 1% 15px 1%;
	
	}
	.tab56 samp{
		line-height: 20px;
		width: 100%;
		float: left;
		padding: 10px 0 10px 0;
		color: #262729;
		font-size: 15px;
		text-align: center;
	}
	.nav22{
		width:96%;
		float: left;
		margin: 0 2% 10px 2%;
	}
	.tab57{
		border: solid 1px #f9e9c9;
		width:97.5% ;
		margin: 0 1% 15px 1%;
		float: left;
		position: relative;
		
	}
	
	
	.tab57 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab57form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 40px;
		opacity: 0.7;
		
	}
	.tab57form samp{
		color: #e8731d;
		line-height:40px;
		font-size: 16px;
	}
	.nav22-1{
		width: 97%;
		float: left;
		margin:10px 2% 10px 1%;
	}
	.nav22-1t{
		background:#fcf4e3;
		width: 100%;
		float: left;
		margin:15px 0% 15px 0%;
	}
.tab58-2{
		margin: 0 0% 0 0;
		width:100% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 140px;
		overflow: hidden;
	}
	.tab58-2 img{
		width: 100%;
		float: left;
		
		height: auto;
	}
	.tab58-2 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58-2 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.txt7b{color: #906952;font-size: 16px; line-height: 40px; height: 40px; text-align: center; width: 100%; float: left;}
	.tab58{
		margin: 0 5% 0 0;
		width:43% ;
		float: left;
		border: solid 1px #f9e9c9;
		
	}
	.tab58 img{
		
		width: 100%;
		float: left;
		
	}
	.tab58 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	.tab58 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt7{
		line-height: 50px;
		height: 50px;
		text-align: left;
		width: 50%;
		float: left;
		color: #262729;
		font-size: 16px;
	}
	.txt7-2{
		width: 50%;
		text-align: left;
		margin: 0px 0 5px 0;
		color: #5e5e5e;
		float: left;
		font-size: 16px;
		line-height: 20px;
	}
	.txt7-3{
		letter-spacing: 0.5px;
		color: #444444;
		font-size: 18px;
	}
	.txt7-4{
		width: 48%;
		float: left;
		margin: 0px 2% 20px 0;		
		color: #a2a08a;
		text-align:right;
		font-size: 16px;	
	}
	.nav19-4{
		
		padding: 0px 1% 0px 1%;
		width: 98%;
		float: left;
		margin: 15px 0 15px 0;
	}
	.nav19-5{
		
		padding: 0px 1% 0px 1%;
		width: 98%;
		float: left;
		margin: 15px 0 15px 0;
	}
	.nav19-6{
		
		width: 96%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 20px 2%;
	}
	.tab59{
		width: 96%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 2%;
	}
	.tab59 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab59-2{
		width: 96%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 2%;
	}
	.tab59-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab60{
		margin: 0% 2% 0 2%;
		width: 96%;
		float: left;
	}
	.tab60 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 16px;
		line-height:32px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60 p{
		width: 98%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:15px 0 15px 0;
		color: #564a60;
		font-size: 15px;
		line-height:22px;
		border-bottom: solid 1px #bfbfbf;
		
	}	
	.tab60 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:13px 0 13px 0;
		color: #ff0848;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.tab60-2{
		margin: 0% 2% 0 2%;
		width: 96%;
		float: left;
	}
	.tab60-2 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 16px;
		line-height:32px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60-2 p{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:8px 0 8px 0;
		color: #564a60;
		font-size: 15px;
		line-height:20px;
		border-bottom: solid 1px #bfbfbf;
		
	}	
	.tab60-2 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:13px 0 13px 0;
		color: #ff0848;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.tab61{
		width: 100%;
		float: left;
	}
	.tab62{}
	.tab62 a{
		width: 38%;
		float: left;
		margin: 0 20px 10px 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 38px;
		height: 38px;
	}
	.tab62 :hover{
		background: #9a9b81;
		
	}
	.tab62-2{}
	.tab62-2 a{
		width: 38%;
		float: left;
		margin: 0 20px 10px 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 38px;
		height: 38px;
	}
	.tab62-2 :hover{
		background: #9a9b81;
		
	}
	.tab63{
		overflow: hidden;
		display: none;
		
	}
	.tab64{
		width:100%;
		float: left;
	}
	.tab64 samp{
		border: none;
		width: 34%;
		float: left;
		color: #564a60;
		font-size: 16px;
		text-align: left;
		padding: 0;
		line-height: 30px;
	}
	.tab64 p{
		line-height: 30px;
		color: #564a60;
		font-size: 15px;
		text-align: left;
		width: 66%;
		float: left;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.txt8{
		width: 100%;
		line-height:32px;
		float: left;
		color: #564a60;
		font-size: 16px;
	}
	.txt9{
		width: 100%;
		float: left;
		color: #564a60;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		margin: 0 0px 0 0;
	}
	.txt10{
		color: #564a60;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		margin: 0 10px 0 0;
	}
	.tab65{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:0px 0 0px 0;
		color: #564a60;
		font-size: 16px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.nav23{
		
		width: 98%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 15px 1% 15px 1%;
	}
	.tab66{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 4px 0 4px 0;
		list-style: none;
	}
	.tab66 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 24px;
		text-align: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab66 samp{
		width: 27%;
		float: left;
		line-height: 24px;
		color: #564a60;
		font-size: 15px;
		text-align: right;
	}
	.nav24{	
		background: #ffffff;
		width: 96%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 20px 2%;
	}
	.nav25{
		
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 15px 0 0px 0;
	}
	.nav26{
		width: 96%;
		float: left;
		margin: 10px 2% 0 2%;
		color: #212529;
		font-size: 15px; 
		line-height: 22px;
	}
	.nav26-1{
		width: 100%;
		float: left;
		border-bottom:dashed 1px #9E9E9E;
		padding: 0 0 5px 0px;
		margin: 5px 0 5px 0;
	}
	.nav26-1 h1{font-weight: bold ; color: #000000; font-size: 15px; width: 100%; float: left; line-height: 22px; padding: 0; margin: 0 0 5px 0;}
	.nav26-1 samp{ width: 100%; float: left; color: #212529; font-size: 14px; line-height: 20px; padding: 0; margin: 0 0 10px 0;}
	.nav27{
		padding:0px 0 8px 0;
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
		
	}
	.nav27-1{
		width:100%;
		margin: 0 auto 0 auto;
		
	}
	.tab67{
		float: left;
		width: 100%;
		line-height: 44px;
		padding: 0px 0 0 0;
		margin: 0 auto 0 auto;
		text-align: center;
		border-bottom: dashed 1px #f3e3c7;
	}
	.tab67 a{
		display: block;
		
		color: #383837;
		text-decoration: none;
		font-size: 17px;
		
	}
	.tab67 a:hover{
	
		background: #fae1d2;
		color: #606060;
		font-size: 17px;
	
		
	}
	.tab67-2{
		float: left;
		width: 100%;
		line-height: 44px;
		padding: 0px 0 0 0;
		margin: 0 auto 0 auto;
		text-align: center;
		border-bottom: dashed 1px #f3e3c7;
	}
	.tab67-2 a{
		display: block;
		
		color: #383837;
		text-decoration: none;
		font-size: 17px;
		
	}
	.tab67-2 a:hover{
	
		background: #fae1d2;
		color: #606060;
		font-size: 17px;
	
		
	}
	.tab68{
		line-height: 44px;
		background: #fae1d2;
		padding: 0px 0 0 0;
		border-bottom: dashed 1px #f3e3c7;
		float: left;
		width:100%;
		text-align: center;
	}
	.tab68 a{	   
		color: #606060;
		font-size: 17px;
		
		line-height: 32px;
	}
	.tab68 a:hover{		
		color: #606060;
		font-size: 17px;
		
		
	}
	.tab68-2{
		line-height: 44px;
		background: #fae1d2;
		padding: 0px 0 0 0;
		border-bottom: dashed 1px #f3e3c7;
		float: left;
		width:100%;
		text-align: center;
	}
	.tab68-2 a{	   
		color: #606060;
		font-size: 17px;
		
		line-height: 32px;
	}
	.tab68-2 a:hover{		
		color: #606060;
		font-size: 17px;
		
		
	}
	.nav28{		
		width: 100%;
		float: left;
		margin: 15px 0 15px 0;
	
	}
	.nav28-1{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab69{	
		padding-bottom: 20px;
		background: #fff7f0;
		width: 86%;
		float: left;
		margin: 0 7% 30px 7%;
		box-shadow: 3px 3px 10px rgba(153,153,152,0.8);
	}
	
	.tab70{	
		width: 100%;
		float: left;
		overflow:hidden;
	}
	.tab70 img{
		height:300px;
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);transition: all 1s ease-out;
	}
	.tab70 img:hover{transform:scale(1.1,1.1);
	opacity: 0.8;
	}
	.tab71{
		background: #fff7f0;
		width: 96%;
		float: left;
		margin: 6px 2% 10px 2%;
		height: 100px;
	}
	.tab71 h1{
		width: 100%;
		float: left;
		font-weight: normal;
		padding: 0;
		margin: 5px 0 5px 0;
		color: #dba93f;
		font-size: 18px;
		line-height: 20px;
	}
	.tab71 p{
		width: 100%;
		float: left;
		color: #7a7a7a;
		font-size: 15px;
		text-align: left;
		line-height: 18px;
		height:35px;
		overflow: hidden;
		padding: 0;
		margin: 4px 0 8px 0;
	}
	.tab71 samp{
		width: 100%;
		text-align: left;
		margin: 10px 0 10px 0;
		color: #5e5e5e;
		font-size: 16px;
		line-height: 24px;
	}
	.txt11{
		color: #444444;
		font-size:20px;
	}
	.txt11-2{
		width: 98%;
		margin: 5px 2% 0 0;
		float: right;
		color: #a2a08a;
		text-align: right;
		font-size: 16px;
		
	}
	.txt12{
		width: 60%;
		margin:15px 20% 0px 20%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 17px;
		text-align: center;
		line-height: 30px;
		
	}
	.txt12-2{
		width: 100%;
		margin:15px auto 15px auto;
		float: left;
		color: #5b5b5a;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		
	}
	.nav14-8{
		width: 100%;
		float: left;
		background: url("images/lpg/bg7.jpg") repeat-x center bottom;
	}
	.nav14-5mv{
		float: left;
		width: 96%;
		margin: 10px 2% 15px 2%;
	}
	.nav14-5mv2{
		float: left;
		height: 300px;
		width: 100%;
		margin: 0px 0% 15px 0;
	}
	.tab72{
		border-radius: 20px;
		width: 80%;
		float: left;
		margin: 0px 10% 10px 10%;
		background: #f5c1b7;
	}
	.tab73{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 1px #ffffff;
	}
	.tab73 samp{
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
		margin: 15px auto 15px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.tit4{
		width:94% ;
		background:url("images/lpg/tit3.png") no-repeat center center;
		text-align: center;
		background-size: 88%;
		font-size: 18px;
		line-height: 44px;
		float: left;
		height: 44px;
		margin: 10px 3%  10px 3%;
	}
	.txt13{
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		margin:0px 0 15px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav29{
		padding: 5px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6  url("images/lpg/bg5.jpg")no-repeat right center;
	}
	.tab74{		
		width: 48%;
		float: left;
		margin: 0px 1% 10px 1%;
	}
	.tab75{
		width: 50%;
		float: left;
	}
	.tab75 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab76{
		width: 50%;
		float: left;
	}
	.tab76 h1{
		width: 100%;
		float: left;
		margin:40px 0 0 0 ;
		padding: 0;
		line-height: normal;
		color: #aa5931;
		font-size: 17px;
		text-align: left;
		font-weight:normal;
	}
	.tab76 p{
		line-height: 22px;
		width: 100%;
		float: left;
		margin:5px 0 0 0 ;
		padding: 0;
		font-size: 15px;
		color: #606060;
		text-align: left;
	}
	.nav30{	
		width: 100%;
		float: left;
		margin: 10px 0 10px 0;
		text-align: center;
	}
	.nav31{		
		width: 100%;
		float: left;
		margin: 0px 0% 0px 0%;
		text-align: center;
	}
	.tab77{
		padding: 10px 0 10px 0;
		width: 98%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 1% 10px 1%;
	}
	.tab77 h1{
		text-align: center;
		font-size: 18px;
		margin: 0 0 8px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab77 p{
		color: #b76e18;
		width: 96%;
		float: left;
		font-size: 16px;
		text-align: center;		
		padding: 0;
		margin: 0 2% 0 2%;
	}
	.tab78{		
		padding: 10px 0 10px 0;
		width: 98%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 1% 10px 1%;
	}
	.tab78 h1{
		text-align: center;
		font-size: 18px;
		margin: 0 0 8px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab78 p{
		color: #b76e18;
		width: 96%;
		float: left;
		font-size: 16px;
		text-align: center;		
		padding: 0;
		margin: 0 2% 0 2%;
	}
	.nav32{
		padding: 20px 0 0px 0;
		width: 100%;
		float: left;
		background: url("images/lpg/bg6.jpg")  repeat right center;
	}
	.txt14{
		width: 30%;
		margin:0px 35% 20px 35%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 17px;
		text-align: center;
		line-height: 30px;
		
	}
	.tab79{
		width: 88%;
		float: left;
		margin: 10px 6% 10px 6%;
	}
	.tab79 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab80{
		background: #fff7f0;
		width: 100%;
		float: left;
		padding: 0;
		margin: 0px 0% 0px 0%;
	}
	.tab80 h1{
		width: 100%;
		float: left;
		text-align: center;
		font-weight: normal;
		padding: 0;
		margin: 20px 0 0px 0;
		color: #dba93f;
		font-size: 24px;
		
	}
}


@media screen and (min-width: 667px)and (max-width:898px) {/*針對橫著放的手機*/
.top_out{
		width: 100%;
		float: left;
		background: #9fa087;
	}
	.top{
		width: 100%;
		height: 110px;
		margin: 0px auto 0px auto;
	}
	.logo{
		z-index: 999999;
		position: absolute;
		width: 32%;
		float: left;
		margin: 10px 0 15px 10px;
		
	}
	.logo img{
		width: 100%;
		float: left;
		height: auto;
	}
	.logo2{		
		
		z-index: 999999;
		position: absolute;
		width: 25%;
		float: left;
		top:15px;
		left:2%
		
	}
	.logo2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.buttom{
		width: 20%;
		float: right;
		
	}
	.banner{
		width: 100%;
		float: left;
		
	}
	.banner img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	article{
		width: 100%;
		float: left;
	}
	.nav1{
		width:96%;
		margin: 20px auto 0 auto;
	}
	.intit{
		float: left;
		width: 40%;
		margin: 0 30% 20px 30%;
		height: 44px;
		background-size: 40%;
		background:url("images/index/icon1-2.png") no-repeat center bottom;		
	}
	.intit_txt{
		text-transform:uppercase;
		width: 100%;
		float: left;
		color: #9a9b81;
		font-size: 14px;
		text-align: center;
		
	}
	.nav1-2{
		width: 100%;
		float: left;
		margin: 0 auto 0px auto;
	}
	.nav1-3{
	width: 46%;
		float: left;
		margin: 0 2% 10px 2%;
	}
	.nav1-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav1-4{
		width: 94%;
		float: left;
		margin: 10px 3% 0 3%;;
	}
	.nav1-4 p{
		color: #292e34;
		font-size: 16px;
		text-align: center;
		line-height: 20px;
		margin: 0;
		padding: 0;
		font-weight: normal;
	}
	.nav1-4 samp{
		height: 42px;
		overflow: hidden;
		color: #a79a9a;
		font-size: 14px;
		line-height: 22px;
		text-align: center;
		width: 96%;
		float: left;
		font-weight: normal;
		margin: 0 2% 0 2%;
	}
	.nav2{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		background:url("images/index/bgpic2.png") no-repeat center center;
	}
	.nav2-1{
		width: 100%;
		margin: 30px auto 30px auto;
	}
	.nav2-2{
		width: 98%;
		margin: 0  2% 20px 0%;
		float: left;
	}
	.nav2-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav2-3{		
		float: right;
		width: 96%;		
		background:#c7a566 url("images/index/bgpic3.png")no-repeat left top;
		
		
	}
	.nav2-4{
		background:url("images/index/bgpic3-.png") no-repeat right bottom ;
		width: 96%;
		float: left;
		border: solid 1px #ffffff;
		margin: 2%;
	}
	.nav2-4 samp{
		width: 96%;
		float: left;
		margin: 20px 2% 20px 2%;
		color: #ffffff;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		letter-spacing: 1px;
		font-weight: normal;
	}
	.nav2-4 p{
		width: 100%;
		font-weight: normal;
		float: left;
		text-align: center;
		color: #ffffff;
		font-size: 18px;
		letter-spacing: 2px;
		margin: 0;
		padding: 0;
	}
	.nav2-5{
		width: 50%;
		float: left;
		margin: 22px 25% 22px 25%;
	}
	.btn,
.btn:focus,
.btn:hover {
    position: relative;
    width: 56%;
	margin: 0 22% 0 22%;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	padding:15px 5px 15px 5px;
	float: left;
    -webkit-font-smoothing: antialiased;
   
}
.btn span:nth-child(1),
.btn span:nth-child(2),
.btn span:nth-child(3),
.btn span:nth-child(4) {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
}
.btn span:nth-child(1) {
    width: 1px;
    left: 0;
    bottom: 0;
}
.btn span:nth-child(2) {
    height: 1px;
    left: 0;
    top: 0;
}
.btn span:nth-child(3) {
    width: 1px;
    right: 0;
    top: 0;
}
.btn span:nth-child(4) {
    height: 1px;
    right: 0;
    bottom: 0;
}
.btn:hover {
	width: 60%;
	margin: 0 20% 2px 20%;
	float: left;
    border: none;
}
.btn:hover span:nth-child(1) {
    animation: move1 1500ms infinite ease;
}
.btn:hover span:nth-child(2) {
    animation: move2 1500ms infinite ease;
}
.btn:hover span:nth-child(3) {
    animation: move3 1500ms infinite ease;
}
.btn:hover span:nth-child(4) {
    animation: move4 1500ms infinite ease;
}

	.nav3{
		width: 100%;
		margin: 0px auto 0 auto;
		
	}
	.nav3-2{
		width:100%;
		margin: 20px 0% 0 0%;
		float: left;
		
	}
	.nav3-3{
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
		width: 31%;
		float: left;
		margin: 0 1% 20px 1%;
	}
	.nav3-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav3-3 img a{
	   filter:alpha(opacity=100);
       opacity: 1;
	   display:block;		
	}
	.nav3-3 img:hover{
	-webkit-transition: all 0.5s ease-out;
	filter:alpha(opacity=70);
    opacity: 0.7;
	display:block;
	
	}
	.tab1{
		height: 46px;
		line-height: 46px;
		color: #ffffff;
		font-size: 15px;
		width: 100%;
		float: left;
		text-align: center;
		display: block;
		background: #c7a566;
	}
	.nav4{		
		width: 100%;
		float: left;
		margin: 0px auto 0 auto;
		background:#fff6e8 url("images/index/bgpic4.png") no-repeat center center;
		
	}
	.nav4-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.nav4-3{
		width: 100%;
		float: left;
		margin: 10px auto 10px auto;
	}
	.tab2{
		text-align: center;
		width: 30%;
		float: left;
		margin: 5px 1% 5px 1%;
		background: #cccaae;
		border: solid 3px #ffffff;
	}
	.tab2 a{
		display: block;
		
	}
	.tab2:hover{
		-webkit-transition: all 0.5s ease-out;
		display: block;
		background: #ead7b4;
	}
	.tab2 img{		
		width: 40px;
		text-align: center;
		margin: 8px auto 5px auto;
	}
	.tab2 samp{
		display: block;
		width: 100%;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		text-transform:uppercase;
	}
	.nav5{		
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
		background: #a2a08b;
		
		
	}
	.bottom{
		width: 100%;
		margin: 20px auto 0px auto;
		list-style: none;
		padding: 0;
		overflow:hidden;
	}
	.tab3{
		width: 48%;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		margin: 0 1% 15px 1%;
		padding: 0;
		
	}
	.tab3 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab3 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab4{
		display: none;
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab4 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab4 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.tab5out{		
		float: left;
		width: 48%;
		margin: 0 1% 15px 1%;
	}
	.tab5{
		width: 100%;
		float: left;
		background:#fffaf3;
		font-size: 15px;
		text-align: center;
		color: #302519;
		
		padding: 0;
		
	}
	.tab5 a{
		height: 35px;
		line-height: 35px;
		display: block;
		color: #302519;
		text-decoration: none;
		background: #fffaf3;
	}
	.tab5 a:hover{
		color: #ffffff;
		background: #cccaae;
		text-decoration: none;
	}
	.tab6{
		display: none;
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: left;
		color: #fff6e8;
		margin: 0px 0 0px 0px;
		float: left;
		background: #a2a08b;
		
	}
	.tab6 a{
		height: 24px;
		line-height: 24px;
		background: #a2a08b;
		display: block;
		margin: 8px 0 0px 0px;
		color: #fff6e8;
		text-decoration: none;
	}
	.tab6 a:hover{
		color: #ead7b4;
		background: #a2a08b;
		text-decoration: none;
	}
	.footer{
		width: 100%;
		float: left;
		background: #584a3b;
		padding: 7px 0 7px 0;
	}
	.footer2{
		width: 100%;
		margin: 0 auto 0 auto;
		color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 1px;
	}
	#backtotop{z-index:99999; display:inline-block; position:fixed;  bottom:70px; right:50px; width:30px; height:30px; line-height:50px; border-radius: 30px; font-size:26px; text-align:center; opacity:.9;}
	#backtotop img{width: 60px ;height: 60px;}
    #backtotop i{display:block; width:30px; height:30px; line-height:inherit;border-radius: 30px; }
    #backtotop.visible{visibility:visible; opacity:.5;}
    #backtotop:hover{opacity:1;}
	.tit{	
		white-space: nowrap;
        text-overflow: ellipsis;
		overflow: hidden;
		position: absolute;
		z-index: 1;
		line-height: 36px;
		width: 98%;
		margin: 0 0% 0 2%;
		float: left;
		font-size: 15px;
	}
	.tit a{
		color: #333333;
		font-size: 15px;
		text-decoration: none;
	}
	.tit a:hover{
		color: #a2a08b;
		
	}
	.nav6{
		width: 100%;
		float: left;
		background: #e9e8e5;
		margin: 0 0 20px 0;
	}
	.nav6-2{
		width: 96%;
		margin: 15px 2% 0px 2%;		
		text-align: center;
		float: left;		
	}
	
	.nav6-2 img{
		width: 16%;
		float: left;
		margin: 0 42% 0 42%;
		text-align: center;
	}
	.nav6-2 samp{
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: center;
		color: #353534;
		font-size: 15px;
		line-height: 20px;
		margin: 10px 0 0 0;
	}
	.nav6-3{
		width: 100%;
		float: left;
		margin: 15px 0 0 0;
		text-align: left;
		
	}
	.nav6-3 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.aboubg{
		margin: 0px 0 0 0;
		background:#f9f7f0 url("images/about/bgpic2.jpg") no-repeat center top;
	}
	.nav7{
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
	}
	.nav7-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tit2{
		width:50% ;
		background:url("images/about/icon4.png") no-repeat center center;
		text-align: center;
		background-size: 80%;
		font-size: 18px;
		line-height: 39px;
		height: 39px;
		margin: 0 auto  30px auto;
	}
	.linebtn{
		z-index: 0;
		position: absolute;
		background: #ffffff;
		width: 100%;
		margin:110px 0% 0 0%;
		float: left;
		
	}
	.nav8{	
		
		width: 100%;
		margin:0px 0% 0 0%;
		float: left;
	}
	
	.tab7{
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
	}
	.tab7 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-2{
		width: 96%;
		float: left;
		margin: 0 2% 0 2%;
		padding-bottom: 15px;
		border-bottom: dashed 1px #868686;
	}
	.nav8-2 h1{
		font-size: 17px;
		letter-spacing: 1px;
		color: #9a9b81;
		line-height: 20px;
		padding: 0;
		margin: 20px 0 0px 0;
	}
	.nav8-2 p{
		font-weight: normal;
		font-size: 14px;
		color: #9a9b81;
		line-height: 20px;
		padding: 0;
		margin: 20px 0 0px 0;
	}
	.tab8{
		width: 100%;
		float: left;
		margin: 20px 0% 0px 0%;
	}
	.tab8 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav8-3{
		
		width: 98%;
		float: left;
		margin: 0 0% 0 2%;
	}
	.nav8-3 h1{
		font-size: 17px;
		letter-spacing: 1px;
		color: #9a9b81;
		line-height: 20px;
		padding: 0;
		margin: 20px 0 0px 0;
	}
	.nav8-3 p{
		font-weight: normal;
		font-size: 14px;
		color: #9a9b81;
		line-height: 20px;
		padding: 0;
		margin: 20px 0 0px 0;
	}
	.tab9{
		height: 90px;
		width: 96%;
		margin: 15px 2% 0px 2%;
		float: left;
		border: solid 1px #f9e9c9;
		background: #ffffff;
	}
	.tab9 h1{
		width: 98%;
		float: left;
		text-align: center;
		line-height: 22px;
		color: #9a9b81;
		font-size: 16px;
		margin: 10px 1% 0 1%;
		padding: 0;
		font-weight: normal;
	}
	.tab9 samp{
		margin: 5px 2% 5px 2%;
		width: 96%;
		float: left;
		text-align: center;
		line-height: 20px;
		color: #666666;
		font-size: 13px;
	}
	.nav9{
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	.nav9 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10out{
	    width: 100%;
		margin: 0 0% 0 0%;
		float: left;
		background:#f9f7f0 url("images/about/bgpic7.jpg") no-repeat;
	}
	.nav10{
	width: 96%;
		margin: 0 2% 0 2%;
		float: left;
	}
	.nav10-2{
		padding: 1%;
		
		width: 99%;
		float: left;
		margin: 15px 0% 15px 0%;
	}
	.tab10{
		width: 32%;
		float: left;
	}
	.tab10 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav10-2 h1{		
		width: 60%;
		float: left;
		text-align: left;
		font-size: 1.3em;
		color: #90917c;
		line-height: 20px;
		margin: 50px 0 15px 2%;
		padding: 0;
	}
	.nav10-2 samp{
		width: 66%;
		float: left;
		color: #666b74;
		font-size: 0.9em;
		text-align: left;
		margin: 0 0 0 2%;
		line-height: 26px;
	}
	.nav11{
		line-height: 36px;
		width: 100%;
		float: left;	
		height: 36px;
		background: #f0f0f0;
		
	}
	.nav11-2{
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
	}
	.nav11-3{
		width: 96%;
		margin: 15px 2% 15px 2%;
	}
	.nav11-4{
		float: left;
		width: 31%;
		margin: 0 1% 15px 1%;
		border: solid 1px #e3e0e0;
	}
	.tab11{
		width: 100%;
		float: left;
		overflow:hidden;
	}
	
	.tab11 img{
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);
		transition: all 1s ease-out;
	}
	.tab11 img:hover{
		transform:scale(1.2,1.2);
	}
	.tab11 a{
		-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
		 opacity:1;
	}
	.tab11 a:hover{
		  opacity:1;
	}
	.tab12{
		width: 100%;
		float: left;
		background: #f6f6f6;
	}
	.tab12 h1{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 96%;
		float: left;
		text-align: center;
		padding: 0;
		color: #9a8c7e;
		font-size: 16px;
		margin: 20px 2% 10px 2%;
		font-weight: normal;
	}
	.tab12 samp{
		height: 45px;
		overflow: hidden;
		color: #8c8c7e;
		font-size: 14px;
		width: 96%;
		margin: 0 2% 15px 2%;
		float: left;
		text-align: center;
		line-height: 24px;
	}
		.nav12{
		width: 100%;
		float: left;
		text-align: center;
		margin: 15px 0 30px 0;
	}
	.tab13{
		text-align: center;
	}
	.tab13 a{
		border-radius: 50px;		
		margin: 0 7px 0 7px;
		background: #bababa;
		padding:8px 13px 8px 13px;
		text-align: center;
		color: #ffffff;
		font-size: 17px;
		text-decoration: none;
	}
	.tab13 a:hover{
		background: #c7a566;
	}
	.tab13-2{
		text-align: center;
	}
	.tab13-2 a{
		border-radius: 50px;		
		margin: 0 7px 0 7px;
		background: #c7a566;
		padding:8px 13px 8px 13px;
		text-align: center;
		color: #ffffff;
		font-size: 17px;
		text-decoration: none;
	}
	.tab13-2 a:hover{
		background: #c7a566;
	}
	.nav12-2{
		width: 100%;
		float: left;
		margin: 0 0% 20px 0%;
	}
	.tab14out{width: 99%;
		float: left;
	}
	.tab14{
		width: 99%;
		float: left;
		height: auto;
		border: solid #f3f2f2 2px;
	}
	.tab14 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab14txt{width: 100%; float: left; text-align: center; margin: 10px 0 0 0;}
	.tab15{
		width: 100%;
		float: left;
		margin: 0 0 0 0%;
	}
	.tab15 h1{
		width: 100%;
		float: left;
		margin: 12px 0 2px 0;
		padding: 0;
		color: #1a1a1a;
		font-size: 20px;
	}
	.tab15 samp{
		color: #999999;
		font-size: 17px;
		line-height: 24px;
		text-align: left;
		width: 100%;
		float: left;
		margin: 0px 0 5px 0;
	}
	.tab16{
		width: 80px;
		height: 30px;
		border: solid 1px #a39187;
		margin: 0 0 0 15px;
		vertical-align: middle;
		text-align: center;
	}
	
	.tab17{
		width:180px;
		float: left;
		margin: 15px 0 0px 0;
	}
	.tab17 a{
		width:180px;
		height: 40px;
		text-decoration:none;
		border: solid 1px #a39187;
		color: #999999;
		font-size: 16px;
		line-height: 40px;
		text-align: center;
		background: #ffffff;
		display: block;
	}
	.tab17 a:hover{
		background: #a39187;
		color: #ffffff;
		
	}
	.tab18{
		float: left;
		text-align: center;
		margin: 0px 0px 15px 0px;
		width: 100%;
		
	}
	.tab18 a{	
		display: block;
		width: 100%;
		height: 44px;
		line-height: 44px;
		text-decoration:none;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		background: #cccaae;
		
	}
	.tab18 a:hover{
		background: #c7a566;
		color: #ffffff;
		
	}
	.nav13{
		border-top: solid 1px #a39187;
		width: 100%;
		float: left;
		text-align: center;
		margin: 25px 0 15px 0;
		padding: 25px 0 0 0;
	}
	.tit3{
		width:44% ;
		float: left;
		background:url("images/about/icon5.png") no-repeat center center;
		text-align: center;
		background-size: 80%;
		font-size: 18px;
		line-height: 44px;
		height: 44px;
		margin: 0 28% 30px 28%;
	}
	.nav14{
		width: 100%;
		float: left;
	}
	.nav14-2{
		width: 100%;
		float: left;
	}
	.nav14-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav14-3{
		width: 96%;
		margin: 0 2% 0 2%;
	}
	.nav14-3 p{
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		margin:15px 0 0px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav14-4{
		width: 100%;
		margin: 15px 0% 0 0%;
		float: left;
		background: url("images/lpg/bg1-3.jpg") repeat-x center bottom;
	}
	.nav14-4mv{
		height: 400px;
		width: 96%;
		margin: 0 2% 20px 2%;
	}
	.nav14-3 h1{
		color: #d29928;
		font-size: 22px;
		line-height: 26px;
		width: 100%;
		float: left;
		padding: 0;
		margin:15px 0 14px 0;
		text-align: center;
	}
	.tab19{
		border-radius: 20px;
		width: 29%;
		float: left;
		margin: 0px 2% 20px 2%;
		background: #f5c1b7;
	}
	.tab19-2{
		border-radius: 20px;
		width: 21%;
		float: left;
		margin: 0px 2% 20px 2%;
		background: #f5c1b7;
	}
	.tab20{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 1px #ffffff;
	}
	.tab20 samp{
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
		margin: 15px auto 15px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.nav14-5{
		padding: 25px 0 0px 0;
		margin: 10px 0 0 0;
		width: 100%;
		float: left;
		background:#f8f5e6 url("images/lpg/bg2.jpg") no-repeat center center;
	}
	.tab21{
		text-align: center;
		position: relative;
		width: 32%;
		float: left;
		margin: 0px 0.5% 15px 0.5%;
	}
	
	.tab21 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt1{
		width: 56%;
		top:18%;
		letter-spacing: 2px;
		font-weight: bold;
		left:22%;
		position: absolute;
		padding: 0;
		color: #366a92;
		line-height: 30px;
		font-size: 20px;
		text-align: center;
		border-bottom: solid 1px #afc3d2;
	}
	.txt2{
		position: absolute;
		top:36%;
		width: 80%;
		float: left;
		left:10%;
		padding: 0;
		color: #3b3a39;
		line-height:18px;
		font-size: 13px;
		text-align: center;
		
	}
	.nav14-6{
		width: 47.5%;
		background: #fcfaf3;
		float: left;
		margin: 25px 1% 15px 1%;
		border: solid 1px #faeddf;
	}
	.nav14-6 h1{
		padding: 0;
		width: 96%;
		float: left;
		margin: 5px 2% 10px 2%;
		text-align: left;
		border-bottom: solid 1px #cac6c1;
		line-height: 28px;
		font-size: 17px;
		color: #676767;
		letter-spacing: 2px;
	}
	.nav14-6 p{
		width: 96%;
		float: left;
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		margin: 0 2% 0 2%;
		padding: 0;
		height: 310px;
	}
	.nav14-6 samp{
		width: 100%;
		font-size: 15px;
		line-height: 20px;
		float: left;
		color: #706e53;
		margin: 0 ;
		font-weight: bold;
	}
	.tab22{
		width: 96%;
		margin: 10px 2% 10px 2%;
		float: left;
	}
	
	.tab22-1{
		width:100%;
		float: left;
		margin: 0 0 0px 0
	}
	.tab22-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab22-2{
		height: 188px;
		width:100%;
		float: left;
		margin: 0 0 20px 0%;
	}
	.tab22-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav14-7{
		padding: 25px 0 0px 0;
		margin: 10px 0 0 0;
		width: 100%;
		float: left;
		background:#fdf9fb url("images/lpg/bg3.jpg") no-repeat center center;
	}
	.tab23{
		text-align: center;
		position: relative;
		width: 31%;
		float: left;
		margin: 10px 1% 40px 1%;
	}
	.txt3{
		width: 80%;
		top:18%;
		letter-spacing: 2px;
		font-weight: bold;
		left:10%;
		position: absolute;
		padding: 0;
		color: #534e16;
		line-height: 36px;
		font-size: 22px;
		text-align: center;
		border-bottom: solid 1px #b6b6b3;
	}
	.txt4{
		position: absolute;
		top:40%;
		width: 80%;
		float: left;
		left:10%;
		padding: 0;
		color: #3b3a39;
		line-height: 20px;
		font-size: 14px;
		text-align: center;
		
	}
	
.tab24{
		background: #ffffff;
		width: 47%;
		float: left;
		margin: 0px 1% 20px 1%;
		border: solid 2px #f8eee4;
	}
	
	
	.tab24 h1{
		width: 86%;
		float: left;
		margin: 5px 7% 0px 7%;
		color: #804a14;
		font-size: 18px;
		text-align: center;
		border-bottom: solid 1px #f8eee4;
		padding: 0;
		line-height:34px;
	}
	.tab24 p{
		float: left;
		font-size: 14px;
		line-height:22px;
		color: #3b3a39;
		margin: 15px 2% 15px 2%;
		width: 96%;
		padding: 0;
		
	}
	.nav15{
		text-align: center;
		width: 94%;
		float: left;
		border:solid 4px #c7a566;
		margin: 0 3% 0 3%;
		padding: 0 0 2px 0;
	}
	.nav15 h1{
		vertical-align: middle;
		letter-spacing: 2px;
		width: 94%;
		float: left;
		margin: 8px 3% 7px 3%;
		text-align: center;
		color: #9fa088;
		font-size: 16px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 h1 samp{
		font-weight: bold;
		font-size:24px 
	}
	.nav15 p{
		vertical-align: middle;
		letter-spacing: 2px;
		width: 94%;
		float: left;
		margin: 0px 3% 8px 3%;
		text-align: center;
		color: #9fa088;
		font-size: 16px;
		padding: 0;
		font-weight: normal;
	}
	.nav15 p img{
		width: 30px;
		height: 46px;
		vertical-align: middle;
	}
	.nav15-2{
		text-align: center;
		width: 96%;
		float: left;
		margin: 15px 2% 0 2%;
	}
	.nav15-2 h1{
		color: #9fa088;
		font-size: 18px;
		line-height: 32px;
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
		
	}
	.nav15-2 p{
		width: 100%;
		float: left;
		text-align: center;
		color: #787969;
		margin: 0 0% 15px 0%;
		font-size: 15px;
		line-height: 20px;
	}
	.nav15-9{
		list-style: none;
		width: 98%;
		float: left;
		padding: 0;
		margin: 10px 1% 0 1%;
	}
	.tab25{
		padding: 0 0 20px 0;
		margin: 0;
		width: 100%;
		float: left;
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2{
		padding: 20px 0 20px 0;;
		margin: 0;
		width: 100%;
		float: left;
		
		border-bottom: solid 1px #bbbbbb;
	}
	.tab25-2 a{ color: #888888; text-decoration: none;}
	.tab25-2 a:hover{color: #887C58;}
	.tab25-3{
		
		text-align: center;
		padding: 30px 0 30px 0;;
		margin: 20px 0 0 0;
		width: 100%;
		float: left;
	
	}
	.tab25-4{width: 120px; line-height: 30px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 40px 0px; float: left; text-align: center;}
	.tab25-4-2{width: 120px; line-height: 30px; background: #cac6c2; color: #ffffff; font-size: 15px; margin: 0 10px 100px 0px; float: left; text-align: center;}
	.tab25-4out{width: 100%; float: left;margin:0 0 10px 0;}
	.tab25-5{width: 39%;float: left; font-size: 15px; color: #666666; letter-spacing: 1px; line-height: 22px;}
	.tab25-6{width: 39%;float: left; font-size: 15px; color: #666666; letter-spacing: 1px; line-height: 22px;}
	.tab26{
		width: 100%;
		float: left;
		margin: 15px 10px 0 0;
	}
	.tab26 samp{
		width: 100%;
		float: left;
		margin: 0 0 10px 0;
		color: #666666;
		font-size:18px;
		line-height: 20px;
		text-align: left;
	}
	.tab26form{
		border: solid 1px #bbbbbb;
		width: 98%;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab27{
		margin:20px 0 0 0px;
		width: 100%;
		float: left;
		vertical-align: middle;		
		color: #666666;
		font-size:18px;
	}
	.tab28{
		width: 100%;
		margin: 15px 0% 0 0;
		float: left;
	}
	.tab28 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	.tab28form{
		border: solid 1px #bbbbbb;
		width: 98%;
		float: left;
		height: 32px;
		line-height: 32px;
	}
	.tab28form2{
		border: solid 1px #bbbbbb;
		width: 98%;
		float: left;
		height:36px;
		line-height: 36px;
	}
	.tab29{
		width: 100%;
		margin: 15px 0% 0 0;
		float: left;
	}
	.tab29 samp{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
		color: #666666;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	.tab29form{
		border: solid 1px #bbbbbb;
		width: 98%;
		float: left;
		height: 100px;
		
	}
	.tab30{
		text-align: center;
		margin: 0px 50px 0px 0;
	}
	.tab30 a{
		padding: 15px 40px 15px 40px;
		text-align: center;
		background: #cccaae;
		text-decoration: none;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
	}
	.tab30 a:hover{
		background: #c7a566;
	}
	.nav16{
		width: 98%;
		margin: 25px auto 25px auto;
	}
	.tab31{
		float: left;
		width:70% ;
		text-align: center;
		margin:0px 15% 20px 15%;
	}
	.tab31 h1{
		width: 100%;
		float: left;
		border-bottom: solid 3px #f9e9c9;
		line-height: 30px;
		height: 30px;
		margin: 15px 0% 0 0%;
		padding: 0;
		color: #a29369;
		text-align: center;
		font-size: 20px;
	}
	.tab31 samp{
		width: 100%;
		margin: 10px 0% 0 0%;
		color: #a29369;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		float: left;
		
	}
	.nav16-2{
		text-align: center;
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-3{
		margin: 0px 0 0 0;
		line-height: 22px;
		text-align: left;
		color: #5b5b5a;
		font-size: 16px;
		width: 100%;
		float: left;
	}
	.nav16-3 samp{
		width: 100%;
		float: left;
		color: #e4822c;
		font-size:18px ;
		line-height: 28px;
	}
	.nav16-4{
		width: 60%;
		float: left;
		margin: 15px 0 15px 0;
	}
	.nav16-4 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-5{
		width: 100%;
		background:#fff4ec url("images/technology/bg1-3.jpg") center top;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-6{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
	}
	.nav16-6 h1{
		border: solid 1px #cfa972;
		text-align:center;
		padding: 0;
		margin: 0 0% 0  0%;
		width: 40%;
		line-height: 38px;
		height: 38px;
		color: #b84f20;
		font-size: 15px;
		float: left;
		background: #fff4ec;
	}
	.nav16-6 samp{
		width: 100%;
		float: left;
		color: #606060;
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0% 0 0%;
		text-align: left;
	}
	.nav16-6 p{
		display: block;
		text-align: justify;
		width: 92%;
		float: left;
		color: #606060;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
		margin: 0px 0 0 0;
		text-align: left;
		padding: 0;
	}
	.tab32{
		width:30% ;
		float: left;
		margin: 0 1% 15px 1%;
		background: #fff4ec;
		border: solid 1px #cfa972;
		color: #b84f20;
		font-size: 14px;
		padding: 15px 2px 15px 2px;
		line-height: 20px;
		text-align: center;
	}
	.nav16-7{
		width: 48%;
		float: left;
		margin: 0px 2% 10px 0;
	}
	.tab33{
		width:36% ;
		float: left;
	}
	.tab33 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav16-7 h1{
		width: 64%;
		float: left;
		margin: 25px 0 0 0%;
		padding: 0;
		color: #aa5931;
		font-size: 16px;
		text-align: left;
	}
	.nav16-7 samp{
		width: 64%;
		float: left;
		margin: 5px 0 0 0%;
		padding: 0;
		color: #606060;
		font-size: 15px;
		line-height: 18px;
		text-align: left;
	}
	.nav16-8{
		width: 100%;
		background:#fff4ec url("images/technology/bg3.jpg") no-repeat center center;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav16-9{
		width: 100%;
		float: left;
		margin: 0 0 0px 0;
	}
	.nav17{
		text-align: center;
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav17-2{
		width: 29%;
		float: left;
		margin: 0 2% 0px 2%;
		background: url("images/pregnant/icon2.png") no-repeat center top;
		background-size:100%;
		text-align: center;
		height: 189px;
		
	
		
	}
	.nav17-2 samp{		
		text-align: center;
		width: 100%;
		float: left;
		margin: 24% 0 0 0px;
		color: #969797;
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 22px;
	}
	.nav17-3{
		width: 98%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 1% 15px 1%;
	}
	.tab34{
		width:36% ;
		float: left;
		margin:20px 10px 10px 10px;
	}
	.tab34 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab34-2{
		width:33% ;
		float: left;
		margin: 1%;
	}
	.tab34-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav17-4{
		width: 57%;
		float: left;
		margin: 10px;
	}
	.nav17-5{
		
		background: none;
		width: 62%;
		float: left;
		margin: 1%;
	}
	.tab35{
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-2{
		color: #564a60;
		font-size: 17px;
		text-align: left;
		line-height: 32px;
		width: 100%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab35-3{
		width: 88%;
		float: left;
		list-style: none;
		border-bottom: solid 1px #bfbfbf;
	}
	.tab36{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab36 p{
		width:70% ;
		margin: 0;
		padding: 0;
		float: left;
		line-height: 30px;
		text-align: left;
		color: #564a60;
		font-size: 16px;
	}
	.tab36 samp{
		width: 27%;
		float: left;
		line-height: 30px;
		color: #564a60;
		font-size: 16px;
		text-align: left;
	}
	.tab37{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.tab37 samp{
		width: 100%;
		line-height: 36px;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37 p{
		width: 80px;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 36px;
		color: #564a60;
		font-size: 17px;
		text-align: left;
		letter-spacing: 1px;
	}
	.tab37 h1{
		text-align: left;
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab37-2{
		width: 96%;
		float: left;
		margin: 10px 0 0 0;
		line-height: 36px;
	}
	.tab37-2 samp{
		width: 28%;
		line-height: 36px;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab37-2 p{
		width: 110px;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 36px;
		color: #564a60;
		font-size: 17px;
		text-align: right;
		letter-spacing: 1px;
	}
	.tab37-2 h1{
		text-align: left;
		width: 40%;
		line-height: 36px;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		color: #ff0848;
		font-size: 22px;
		font-weight: bold;
	}
	.tab38{
		width: 100%;
		float: left;
		margin: 10px 0 0 0;
	}
	.tab39{}
	.tab39 a{
		text-align: center;
		width: 30%;
		float: left;
		margin: 0 25px 0 0;
		background: #9a9b81;
		text-decoration: none;
		line-height: 36px;
		color: #ffffff;
		font-size: 15px;
	}
	.tab39 a:hover{
		background: #c7a566;
		
	}
	.nav18{
		text-align: center;
		width: 100%;
		float: left;
		margin: 0px auto 0px auto;
	}
	.nav18-2{
		width: 44%;
		float: left;
		margin: 0 0 10px 0;
		border: solid 1px #eeeeee;
	}
	.nav18-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-3{
		margin: 0 0 10px 0;
		width: 55%;
		float: left;
	}
	.nav18-4{
		width: 99%;
		float: left;
		margin:10px 0 0 0;
		border-bottom: solid 1px #e2cae5;
		border-top: solid 1px #e2cae5;
		border-right: solid 1px #e2cae5;
	}
	.nav18-4 samp{
		display: block;
		width: 96%;
		margin: 2%;
		color: #8b8491;
		font-size: 15px;
		line-height: 24px;
		text-align: left;
		letter-spacing: 1px;
	}
	.nav18-5{
		width: 60%;
		float: left;
		margin: 10px 0 0 20%;
		text-align: center;
		
	}
	.nav18-5 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav18-6{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		background: url("images/wedding/pic3.jpg") no-repeat left bottom;
		position: relative;
	}
	.nav18-7{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		background: url("images/wedding/pic4.jpg") no-repeat right bottom;
		position: relative;
	}
	.nav18-8{
		width: 99%;
		float: left;
		margin: 50px auto 30px auto;
		border: solid 1px #bebebe;
		position: relative;
	}
	.tab40{
		float: left;
		width: 48%;
		margin: 50px 0 0 2%;
		border-right: dashed 1px #97919d;
	}
	.tab40 p{
		margin: 0;
		padding: 0;
		width: 55%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 15px;
		line-height: 30px;
	}
	.tab40 samp{
		width: 30%;
		float: left;
		color: #564a60;
		font-size: 15px;
		line-height: 30px;
		text-align: right;
	}
	.tab41{
		float: left;
		width: 47%;
		margin: 50px 0 0 2%;
		
	}
	.tab41 p{
		margin: 0;
		padding: 0;
		width: 55%;
		float: left;
		text-align: left;
		color: #564a60;
		font-size: 15px;
		line-height: 30px;
	}
	.tab41 samp{
		width: 30%;
		float: left;
		color: #564a60;
		font-size: 15px;
		line-height: 30px;
		text-align: right;
	}
	.tab42{
		text-align: center;
		width: 80%;
		float: left;
		margin: 40px 10% 30px 10%;
		color: #564a60;
		font-size: 15px;
		line-height: 36px;
	}
	.tab42 samp{
		font-size: 16px;
		color: #564a60;
		margin: 0 0 0 10px;
		
	}
	.tab43{
		width: 181px;
		position: absolute;
		top:-28px;
		left:40%;
	}
	.tab44{
		
	}
	.tab44 a{
		padding:8px 10px 8px 10px;		
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		margin: 0 0px 0 20px;
		text-decoration: none;
		text-align: center;
		letter-spacing: 1px;
		
	}
	.tab44 a:hover{
		background: #9a9b81;
		
	}
	.tab45{		
		width: 80px;
		height: auto;
		position: absolute;
		bottom: -5px;
		left:0px;
	}
	.tab45 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav19{
		padding: 0px 2% 0px 2%;
		width: 96%;
		float: left;
		margin: 20px 0 20px 0;
	}
	.nav19b{
		padding: 20px 2% 0px 2%;
		background: #fefbf6;
		width: 96%;
		float: left;
		margin: 0px 0 0px 0;
	}
	.nav19-2{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab46{
		border: solid 1px #f9e9c9;
		width:38% ;
		float: left;
		position: relative;
		
	}
	
	.tab46 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab46form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 36px;
		opacity: 0.7;
		
	}
	.tab46form samp{
		color: #e8731d;
		line-height: 36px;
		font-size: 18px;
	}
	.tab46form samp:hover{
			box-shadow: 1px 1px 1px 1px rgba(255,255,255,0.5);
	}
	.nav19-3{
		width: 59%;
		float: left;
		margin: 0 auto 0 2%;
	}
	.tab47{
		height: 190px;
		width:31%;
		float: left;
		margin: 0 2% 15px 0px;
	
	}
	.tab47 samp{
		line-height: 20px;
		width: 100%;
		float: left;
		padding: 8px 0 8px 0;
		color: #262729;
		font-size: 13px;
		text-align: center;
	}
	.tab48{
		width: 99%;
		float: left;
		border: solid 1px #f9e9c9;
	}
	.tab48 a{
		opacity: 0.8;
	}
	.tab48 a:hover{
		opacity: 1;
	}
	.tab48 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab49{
		border: solid 1px #f9e9c9;
		width:29% ;
		margin: 0 2% 15px 2%;
		float: left;
		position: relative;
		
	}
	
	.tab49 :hover{
		box-shadow: 3px 3px 10px 3px rgba(162,160,138,0.5);
       
	}
	.tab49:active{
        opacity: 0.8;
       
    }
	.tab49 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab49form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 30px;
		opacity: 0.7;
		
	}
	.tab49form samp{
		color: #e8731d;
		line-height: 30px;
		font-size: 18px;
	}
	.nav20{
		padding-bottom: 30px;
		background: url("images/course/bg2.jpg") no-repeat center bottom;
		width: 100%;
		float: left;
		margin: 50px 0 30px 0;
	}
	.nav20-1{
		position: relative;
		width:48% ;
		margin: 0 0 0 2%;
		float: left;
	}
	.nav20-1 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.nav20-2{
		
		width: 96%;
		height: 96%;
		float: left;
		position: absolute;
		top:2%;
		left:2%;
		border: solid 2px #ffffff;
	}
	.nav20-3{
		margin: 15px 1% 0 2%;
		width:47% ;
		float: left;
	}
	.tab50{
		width: 100%;
		padding: 10px 0 10px 0;
		color: #a4a588;
		font-size: 18px;
		text-align: left;
		float: left;
		border-top: solid 1px #d2b785;
		border-bottom: solid 1px #d2b785;
		margin: 10px 0 10px 0;
	}
	.tab51{
		width: 100%;
		float: left;
		margin: 0 0 15px 0;
	}
	.tab51 samp{
		width: 80px;
		margin: 0 15px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 34px;
		height: 34px;
		font-size: 17px;
		color: #ffffff;
	}
	.tab51 h1{
		padding: 0;
		width: 120px;
		font-weight: normal;
		margin: 0 15px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 34px;
		height: 34px;
		font-size: 17px;
		color: #ffffff;
	}
	.tab51 p{
		margin: 0;
		padding: 0;
		line-height: 34px;
		height: 34px;
		text-align: left;
		color: #9fa087;
		font-size: 18px;
	}
	.tab52{
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
	}
	.tab52 samp{
		width: 120px;
		margin: 0 0px 0 0;
		float: left;
		background: #f6d9a4;
		text-align: center;
		line-height: 37px;
		height: 37px;
		font-size: 17px;
		color: #ffffff;
	}
	.tab53{
		width: 100%;
		float: left;
		color: #9fa087;
		font-size: 17px;
		line-height: 26px;
	}
	.tab53 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		line-height: 30px;
		text-align: left;
		
		
	}
	.txt6{
		width: 3%;
		float: left;
		color: #9fa087;
		font-size: 18px;
		text-align: left;
	}
	.txt5{
		color: #9fa087;
		font-size: 17px;
		text-align: left;
		width: 94%;
		float: right;
		padding: 0;
		display: block;
		line-height: 26px;
		margin: 0 0 0 1%;
		
	}
	.tab54{
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
	.tab55{
		line-height: 42px;
		height:42px;
		float: left;
		
	}
	.tab55 a{
		display: block;
		width:125px;		
		margin: 0 20px 0 0;
		background: #c7a566;
		text-decoration: none;
		color: #ffffff;
		font-size: 17px;
		font-weight: normal;
		text-align: center;
	}
	.tab55 a:hover{
		line-height:42px;
		height: 42px;
		background: #9a9b81;
	}
	.nav21{
		width: 100%;
		float: left;
	}
	.nav21-2{
		width: 96%;
		margin: 25px auto 25px auto;
	}
	.tab56{
		width:31%;
		float: left;
		margin: 0 1% 15px 1%;
	
	}
	.tab56 samp{
		line-height: 20px;
		width: 100%;
		float: left;
		padding: 10px 0 0px 0;
		color: #262729;
		font-size: 15px;
		text-align: center;
	}
	.nav22{
		width: 98%;
		float: left;
		margin: 0 1% 20px 1%;
	}
	.tab57{
		border: solid 1px #f9e9c9;
		width:45% ;
		margin: 0 1% 30px 1%;
		float: left;
		position: relative;
		
	}
	
	
	.tab57 img{
		width: 100%;
		float: left;
		height: auto;
	}
	
	.tab57form{
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 0;	
		left:0;
		background: #ffffff;		
		line-height: 36px;
		opacity: 0.7;
		
	}
	.tab57form samp{
		color: #e8731d;
		line-height: 36px;
		font-size: 18px;
	}
	.nav22-1{
		width: 50%;
		float: left;
		margin:0px 0 15px 0;
	}
	.nav22-1t{
		background:#fcf4e3;
		width: 23%;
		float: left;
		margin:15px 1% 15px 1%;
	}
.tab58-2{
		margin: 0 0% 0 0;
		width:100% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 130px;
		overflow: hidden;
	}
	.tab58-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab58-2 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58-2 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.txt7b{color: #906952;font-size: 16px; line-height: 40px; height: 40px; text-align: center; width: 100%; float: left;}
	.tab58{
		margin: 0 1% 0 0%;
		width:40% ;
		float: left;
		border: solid 1px #f9e9c9;
		height: 90px;
		overflow: hidden;
	}
	.tab58 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab58 a{
	margin:0 0 0 0;
	float:left;
	width:100%;
	-webkit-transition: all 0.6s ease-out;
}
.tab58 a:hover{
	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	.tab58 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.txt7{
		text-align: left;
		line-height: 50px;
		height: 50px;
		width: 53%;
		float: left;
		margin: 0px 0% 0 2%;
		color: #262729;
		font-size: 18px;
	}
	.txt7-2{
		width: 48%;
		text-align: left;
		margin: 0px 0 5px 2%;
		color: #5e5e5e;
		float: left;
		font-size: 17px;
		line-height: 26px;
	}
	.txt7-3{
		letter-spacing: 0.5px;
		color: #444444;
		font-size: 20px;
	}
	.txt7-4{
		width: 48%;
		float: left;
		margin: 0px 2% 20px 0%;		
		color: #a2a08a;
		text-align:right;
		font-size: 16px;	
	}
	.nav19-4{
		background: url("images/course3/bg.png") no-repeat right bottom;
		background-size:15%;
	    padding: 0px 2% 0px 2%;
		width: 96%;
		float: left;
		margin: 20px 0 0px 0;
		
	}
	.nav19-5{
	background: url("images/course4/bgpic2.jpg") no-repeat center bottom;
		background-size:15%;
	    padding: 0px 2% 0px 2%;
		width: 96%;
		float: left;
		margin: 20px 0 20px 0;
		
	}
	.nav19-6{
		
		width: 95.5%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 2% 20px 2%;
	}
	.tab59{
		width: 22%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 1%;
	}
	.tab59 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab59-2{
		width: 38%;
		border: solid 1px #eeeeee;
		float: left;
		margin: 2%;
	}
	.tab59-2 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab60{
		margin: 1% 0 1% 1%;
		width: 72%;
		float: left;
	}
	.tab60 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 16px;
		line-height:32px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60 p{
		width: 98%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:10px 0 10px 0;
		color: #564a60;
		font-size: 15px;
		line-height:20px;
		border-bottom: solid 1px #bfbfbf;
		
	}	
	.tab60 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:5px 0 5px 0;
		color: #ff0848;
		font-size: 17px;
		letter-spacing: 1px;
	}
	.tab60-2{
		margin: 8% 0 2% 1%;
		width: 55%;
		float: left;
	}
	.tab60-2 h1{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding: 0;
		color: #564a60;
		font-size: 18px;
		line-height:32px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	.tab60-2 p{
		width: 99%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:5px 0 5px 0;
		color: #564a60;
		font-size: 17px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}	
	.tab60-2 samp{
		width: 100%;
		float: left;
		margin: 0;
		padding:8px 0 8px 0;
		color: #ff0848;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.tab61{
		width: 100%;
		float: left;
	}
	.tab62{}
	.tab62 a{
		width: 22%;
		float: left;
		margin: 0 20px 0 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		height: 36px;
	}
	.tab62 :hover{
		background: #9a9b81;
		
	}
	.tab62-2{}
	.tab62-2 a{
		width: 44%;
		float: left;
		margin: 0 10px 0 0;
		background: #c7a566;
		color: #ffffff;
		font-size: 15px;
		text-align: center;
		line-height: 40px;
		height: 40px;
	}
	.tab62-2 :hover{
		background: #9a9b81;
		
	}
	.tab63{
		display: none;
		overflow: hidden;
		width: 174px;
		position: absolute;
		right:-10px;
		bottom:0;
	}
	.tab64{
		width: 50%;
		float: left;
	}
	.tab64 samp{
		border: none;
		width: 34%;
		float: left;
		color: #564a60;
		font-size: 13px;
		text-align: left;
		padding: 0;
		line-height: 30px;
	}
	.tab64 p{
		line-height: 30px;
		color: #564a60;
		font-size: 13px;
		text-align: left;
		width: 66%;
		float: left;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	.txt8{
		width: 100%;
		line-height:36px;
		float: left;
		color: #564a60;
		font-size: 16px;
	}
	.txt9{
		color: #564a60;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		margin: 0 50px 0 0;
	}
	.txt10{
		color: #564a60;
		font-size: 18px;
		line-height: 36px;
		text-align: left;
		margin: 0 10px 0 0;
	}
	.tab65{
		width: 100%;
		float: left;
		margin: 0;
		font-weight: normal;
		padding:0px 0 0px 0;
		color: #564a60;
		font-size: 16px;
		line-height:28px;
		border-bottom: solid 1px #bfbfbf;
		
	}
	
	.nav23{
		background: url("images/course5/bgpic2.png") no-repeat right bottom;
		width: 98%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 15px 1% 15px 1%;
	}
	.tab66{
		width: 100%;
		float: left;
		
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.tab66 p{
		width:70% ;
		margin: 0;
		padding:3px 0 3px 0;
		float: left;
		line-height: 26px;
		text-align: left;
		color: #564a60;
		font-size: 15px;
	}
	.tab66 samp{
		width: 27%;
		float: left;
		line-height: 26px;
		color: #564a60;
		font-size: 15px;
		text-align: right;
	}
	.nav24{
		background: #ffffff;
		width: 97.5%;
		float: left;
		border: solid 1px #d1d1d1;
		margin: 0 1% 20px 1%;
	}
	.nav25{
		background: url("images/course6/bgpic.jpg") no-repeat right bottom;
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 15px 0 0px 0;
	}
	.nav26{
		width: 96%;
		margin: 15px 2% 0 2%;
		color: #212529;
		font-size: 16px; 
		line-height: 20px;
		float: left;
	}
	.nav26-1{
		width: 100%;
		float: left;
		border-bottom:dashed 1px #9E9E9E;
		padding: 0 0 5px 0px;
		margin: 8px 0 5px 0;
	}
	.nav26-1 h1{font-weight: bold ; color: #000000; font-size: 17px; width: 100%; float: left; line-height: 24px; padding: 0; margin: 0 0 5px 0;}
	.nav26-1 samp{ width: 100%; float: left; color: #212529; font-size: 15px; line-height: 20px; padding: 0; margin: 0 0 10px 0;}
	.nav27{
		padding: 0px 0 0px 0;
		width: 100%;
		float: left;
		margin: 0px 0 10px 0;
		background: #fff5e4;
	}
	.nav27-1{
		width: 98%;
		margin: 0 auto 0 auto;
		height: 50px;
	}
	.tab67{
		float: left;
		width: 25%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67 a{
		line-height: 50px;
		color: #383837;
		text-decoration: none;
		font-size: 16px;
	}
	.tab67 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 16px;
		padding-bottom: 6px;
		
	}
	.tab67-2{
		float: left;
		width: 33%;
		margin: 0 auto 0 auto;
		text-align: center;
	}
	.tab67-2 a{
		line-height: 50px;
		color: #383837;
		text-decoration: none;
		font-size: 16px;
	}
	.tab67-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 16px;
		padding-bottom: 6px;
		
	}
	.tab68{
		float: left;
		width: 25%;
		text-align: center;
	}
	.tab68 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 16px;
		padding-bottom: 6px;
		line-height: 50px;
	}
	.tab68 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 16px;
		padding-bottom: 6px;
		
	}
	.tab68-2{
		float: left;
		width: 33%;
		text-align: center;
	}
	.tab68-2 a{
	border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 16px;
		padding-bottom: 6px;
		line-height: 50px;
	}
	.tab68-2 a:hover{
		border-bottom: solid 2px #b4b4ab;
		color: #5e5f4c;
		font-size: 16px;
		padding-bottom: 6px;
		
	}
	.nav28{		
		width: 100%;
		float: left;
		margin: 15px 0 15px 0;
	
	}
	.nav28-1{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.tab69{	
		padding-bottom: 20px;
		background: #fff7f0;
		width: 48%;
		float: left;
		margin: 0 1% 25px 1%;
		box-shadow: 3px 3px 10px rgba(153,153,152,0.8);
	}
	
	.tab70{	
		width: 100%;
		float: left;
		overflow:hidden;
	}
	.tab70 img{
		height:300px;
		width: 100%;
		float: left;
		height: auto;
		transform:scale(1,1);transition: all 1s ease-out;
	}
	.tab70 img:hover{transform:scale(1.1,1.1);
	opacity: 0.8;
	}
	.tab71{
		background: #fff7f0;
		width: 96%;
		float: left;
		margin: 6px 2% 6px 2%;
		height: 100px;
	}
	.tab71 h1{
		width: 100%;
		float: left;
		font-weight: normal;
		padding: 0;
		margin: 5px 0 5px 0;
		color: #dba93f;
		font-size: 17px;
		line-height: 20px;
	}
	.tab71 p{
		width: 100%;
		float: left;
		color: #7a7a7a;
		font-size: 15px;
		text-align: left;
		line-height: 22px;
		height:40px;
		overflow: hidden;
		padding: 0;
		margin: 4px 0 8px 0;
	}
	.tab71 samp{
		width: 100%;
		text-align: left;
		margin: 10px 0 10px 0;
		color: #5e5e5e;
		font-size: 16px;
		line-height: 24px;
	}
	.txt11{
		color: #444444;
		font-size:18px;
	}
	.txt11-2{
		width: 98%;
		margin: 5px 2% 0 0;
		float: right;
		color: #a2a08a;
		text-align: right;
		font-size: 16px;
		
	}
	.txt12{
		width: 36%;
		margin:15px 32% 0px 32%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 18px;
		text-align: center;
		line-height: 32px;
		
	}
	.txt12-2{
		width: 100%;
		margin:15px auto 15px auto;
		float: left;
		color: #5b5b5a;
		font-size: 15px;
		line-height: 20px;
		text-align: center;
		
	}
	.nav14-8{
		width: 100%;
		float: left;
		background: url("images/lpg/bg8.jpg") repeat-x center bottom;
	}
	.nav14-5mv{
		float: left;
		height: 250px;
		width: 100%;
		margin: 15px auto 20px auto;
	}
	.nav14-5mv2{
		float: left;
		height: 250px;
		width: 44%;
		margin: 0px 3% 0px 3%;
	}
	.tab72{
		border-radius: 15px;
		width: 29%;
		float: left;
		margin: 0px 2% 10px 2%;
		background: #f5c1b7;
	}
	.tab73{
		border-radius: 15px;
		width: 96%;
		float: left;
		margin: 1.8%;
		border: solid 1px #ffffff;
	}
	.tab73 samp{
		color: #ffffff;
		font-size: 18px;
		line-height: 20px;
		margin: 10px auto 10px auto;
		width: 100%;
		text-align: center;
		float: left;
	}
	.tit4{
		width:66% ;
		background:url("images/lpg/tit3.png") no-repeat center center;
		float: left;
		text-align: center;
		background-size: 80%;
		font-size: 18px;
		line-height: 44px;
		height: 44px;
		margin: 10px 17% 10px 17%;
	}
	.txt13{
		color: #676767;
		font-size: 15px;
		line-height: 20px;
		margin:0px 0 15px 0;
		width: 100%;
		float: left;
		padding: 0;
	}
	.nav29{
		padding: 5px 0 0px 0;
		width: 100%;
		float: left;
		background:#f8f5e6  url("images/lpg/bg5.jpg")no-repeat right center;
	}
	.tab74{		
		width: 29%;
		float: left;
		margin: 0px 2% 20px 2%;
	}
	.tab75{
		width: 45%;
		float: left;
	}
	.tab75 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab76{
		width: 55%;
		float: left;
	}
	.tab76 h1{
		width: 100%;
		float: left;
		margin:10px 0 0 0 ;
		padding: 0;
		line-height: normal;
		color: #aa5931;
		font-size: 17px;
		text-align: left;
		font-weight:normal;
	}
	.tab76 p{
		line-height: 20px;
		width: 100%;
		float: left;
		margin:5px 0 0 0 ;
		padding: 0;
		font-size: 14px;
		color: #606060;
		text-align: left;
	}
	.nav30{	
		width: 100%;
		float: left;
		margin: 10px 0 10px 0;
		text-align: center;
	}
	.nav31{		
		width: 100%;
		float: left;
		margin: 10px 0% 0px 0%;
		text-align: center;
	}
	.tab77{
		padding: 15px 0 15px 0;
		width: 96%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 2% 10px 2%;
	}
	.tab77 h1{
		text-align: center;
		font-size: 18px;
		margin: 0 0 8px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab77 p{
		color: #b76e18;
		width: 96%;
		float: left;
		font-size: 16px;
		text-align: center;		
		padding: 0;
		margin: 0 2% 0 2%;
	}
	.tab78{		
		padding: 15px 0 15px 0;
		width: 96%;
		float: left;		
		border: solid 1px #f3e0b9;
		margin: 0 2% 10px 2%;
	}
	.tab78 h1{
		text-align: center;
		font-size: 18px;
		margin: 0 0 8px 0;
		padding: 0;
		line-height: normal;
		width: 100%;
		float: left;
		color: #a1402d;
	}
	.tab78 p{
		color: #b76e18;
		width: 96%;
		float: left;
		font-size: 16px;
		text-align: center;		
		padding: 0;
		margin: 0 2% 0 2%;
	}
	.nav32{
		padding: 30px 0 0px 0;
		width: 100%;
		float: left;
		background: url("images/lpg/bg6.jpg")  repeat left center;
	}
	.txt14{
		width: 12%;		
		margin:0px 44% 25px 44%;
		float: left;
		border-bottom: solid 2px #f9e9c9;
		color: #a29369;
		font-size: 18px;
		text-align: center;
		line-height: 36px;
		
	}
	.tab79{
		width: 44%;
		float: left;
		margin: 10px 3% 25px 3%;
	}
	.tab79 img{
		width: 100%;
		float: left;
		height: auto;
	}
	.tab80{
		background: #fff7f0;
		width: 100%;
		float: left;
		padding: 0;
		margin: 0px 0% 0px 0%;
	}
	.tab80 h1{
		width: 100%;
		float: left;
		text-align: center;
		font-weight: normal;
		padding: 0;
		margin: 20px 0 0px 0;
		color: #dba93f;
		font-size: 24px;
		
	}
}


