body {
	background: #f2f2f2;
        /* background-color: #e3ddd2; */
	/*overflow: hidden;*/
	margin: 0px;
	/*font-family: "·L³n¥¿¶ÂÅé", "Microsoft JhengHei","Arial";*/
	}
.logo{
	padding: 30px 0px;
	}

.container2{
	width:980px;
	margin:0 auto;
	padding: 0px 15px;
	}
.jumbotron2 img{
	width:100%;
	}
	
.jumbotron2{
	margin-top:10px;
	height:133px;
	}
.jumbotron2_home{
	height:271px;
	}
.title4 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	background-color: #ccc;
	/*width: 99%;*/
	display: block;
	margin: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#cccccc');
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#cccccc));
	background: -moz-linear-gradient(top, #e0e0e0, #cccccc);
	border-top: 3px #CCC solid;
	border-bottom: 3px #0184c5 solid;
	padding: 5px 0;
}

.box{
	float:left;
	padding: 10px;
	}
.text1{
	padding: 10px;
	color:#333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	border:1px #ccc solid;
	height: 240px;
	font-size:14px;
	}
	
.text2{
	padding: 10px;
	color:#333;
	background: #ffffff url(../images/photo3.png) right bottom no-repeat;
	border:1px #ccc solid;
	height: 240px;
	font-size:14px;
	}
.title_text{
	margin-left:10px;}
.more_btn {
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:0px solid #ffffff;
	padding: 0px 15px;
	text-decoration:none;
	/*background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );*/
	background-color:#19A9FF;
	color:#ffffff;
	display:inline-block;
}.more_btn:hover {
	/*background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );*/
	background-color:#b6b6b6;
	color:#FFF;
}.more_btn:active {
	position:relative;
	top:1px;
}

.text_link{
	float:right;
	color:#6d6d6d;
	font-size:14px;
	}
.text_link a:hover{
	color:#FC0;
	text-decoration:none;
	}
.text_link a {
	color:#6d6d6d;
	text-decoration:none;
	}
.form_radio{
	float:right;
	}
.lang{
	margin-left:10px;
	color:#333;
	}
.lang a:hover{
	color:#999;
	text-decoration:none;
	}
.lang a{
	color:#333;
	}
	
	
.border_img{
	margin: 8px;
/*	border: 3px solid #fff;
	box-shadow: 0px 0px 5px #5F5F5F;*/
}
.border_img_x2{
	margin: 6px;
}
/*.logo_123{
	padding:10px;
	}*/
.logo_123 img{
	margin:10px;
	}

/*
.logo_123 img:hover {

        transform: scale(1.25);

}
*/

.logo_123:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1); 
}

/*------------------------------------------------service--------------------------------------------------------------------*/
.title1{
	font-size:20px;
	margin:10px;
	}

.page_bg{
	background: #ebebeb;
	/* background: #e3ddd2; */
	border-top:5px #cdcdcd solid;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	/*padding-bottom:50px;*/
	/*overflow: scroll;*/
	min-height: 500px;
	padding: 5px 10px;
	}

.page_bg div img{
	/*height:200px;
	width: 250px;*/
	border: 0px;
	float: left;
	}

.wht_page_bg {
	background: white;
	border-top:5px #cdcdcd solid;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	min-height: 500px;
	padding: 5px 10px;
}

.wht_page_bg div img{
	width: 250px;*/
	border: 0px;
	float: left;
}

.logo_box img{
	width:250px;
	}
.logo_box{
	padding:10px 50px;
	}
.service_photo{
	margin:15px;
	/*float:left;*/
	}
.service_photo2{
	margin:15px;
	float:left;
	}	
.map{

	margin:15px;
	}	


}
/*.map img{
	width:466px;
	}
.map img a {
	width:600px;
	}
.map img a:hover{
	width:600px;
	}*/

#resize img {
	margin:15px;
	width:466px;}	
#resize a:hover { position: absolute; }
#resize a:hover img { height: 500px; width: 700px; }

/*#resize a:hover{position: absolute;}
#resize a:hover img{ width: 700px;}*/

.service_group{
	margin-top:30px;
	}
.service_title{
	font-size:14px;

	}
	
.service_title2{
	font-size:18px;
	font-weight:bold;
	margin-top:30px;
	color: #007EFF;
	}
.service_text1{		
	font-size:14px;
	margin:15px;
	clear:both;
}

.service_text1 p {
	margin-left:15px;
	margin-top:-10px;
	}

.service_title3{
	font-size:14px;
	font-weight:bold;
	margin-top: 20px;
	margin-left: 20px;
	color: #FF6C00;
	}
.service_text3{		
	font-size:14px;
	margin-left: 20px;
	clear:both;
}


.about_title{
	font-size:14px;
	margin-bottom:30px;
	}

.about_title span{
	color:#0081c2;
	font-size:16px;
	font-weight:bold;
	}

/*-----------------------------------------old menu-------------------------------------*/


.nav-justified {
display:table\9;  /*IE8 only*/
display:table\9\0;  /*IE9 only*/
}

@media screen and (min-width:0\0) {
.nav-justified {
	display:block;  /*IE9,10,11 only*/
}
}

.nav-justified > li {
float: none;
display: table-cell;
}
.nav-justified > li > a {
border-left: 2px solid #fff;
}

.nav-justified >li > a:hover{
	background-color:#0CF;
	}

ul {
  font-family: Arial, Verdana;
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
 /* border-top: 1px solid #ffffff;*/
  padding: 5px 15px 5px 15px;

  white-space: nowrap;
  background: #68cdf7; 
	background: -moz-linear-gradient(top,  #68cdf7 0%, #007dbe 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68cdf7), color-stop(99%,#007dbe)); 
	background: -webkit-linear-gradient(top,  #68cdf7 0%,#007dbe 99%);
	background: -o-linear-gradient(top,  #68cdf7 0%,#007dbe 99%);
	background: -ms-linear-gradient(top,  #68cdf7 0%,#007dbe 99%);
	background: linear-gradient(to bottom,  #68cdf7 0%,#007dbe 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68cdf7', endColorstr='#007dbe',GradientType=0 );
	
}
ul li a:hover { background: #617F8A; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 13px;
}
li:hover a { background: #617F8A; }
li:hover li a:hover { background: #95A9B1; }

body {

}

.footer {
 	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	color:#6d6d6d;
	font-size:16px;
}

/*------------------------------------------------------------------menu--------------------------------------------------------------*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}




.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}


.nav-justified {
	background: #68cdf7; 
	background: -moz-linear-gradient(top,  #68cdf7 0%, #007dbe 99%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68cdf7), color-stop(99%,#007dbe)); 
	background: -webkit-linear-gradient(top,  #68cdf7 0%,#007dbe 99%);
	background: -o-linear-gradient(top,  #68cdf7 0%,#007dbe 99%);
	background: -ms-linear-gradient(top,  #68cdf7 0%,#007dbe 99%);
	background: linear-gradient(to bottom,  #68cdf7 0%,#007dbe 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68cdf7', endColorstr='#007dbe',GradientType=0 ); 
	

}
.nav-justified > li > a {

  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 14px;

	
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #00ADFF;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {

}
.nav-justified > li:last-child > a {
  border-bottom: 0;

}

@media (min-width: 768px) {
  .nav-justified {
	
    max-height: 52px;
  }
  .nav-justified > li{
	  float:none;
	  }
  .nav-justified > li > a {

    border-left: 2px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;

  }
  .nav-justified > li:last-child > a {
    border-right: 0;

  }
}

/* Responsive: Portrait tablets and up */  /* Remove the padding we set earlier */
@media screen and (min-width: 768px) {


  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}





/*-------------------------------menu--------------------------------------------*/
/*ul.navi li{
	list-style-type:none;
	display:block;
	width:8em;
	height:3em;
	float:left;
	text-align:center;
	border-right:1px #818181 solid;
	box-shodow:1px 1px 1px #bbb;
	background-color:#c9c9c9;
	background:webit-gradient( linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6,#a1a1a1));
	background:-moz-linear-gradient(top,#c9c9c9, #a1a1a1,#848484);
	}

ul.navi li a {
	display:block;
	padding:.8em .5em .5em .5em;
	text-decoration:none;
	color:#292929;
	text-shadow: 1px 1px 0px #cccccc;
	}
	
ul.navi li:hover{
	background-color:#333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#3333333), to(#4c4c4c), color-stop(0.6,#474747));
	background: -moz-linear-gradient(top, #333333, #474747,#4c4c4c);
	}

ul.navi li hover >a{
	color:#FFF;
	text-shadow:0px 1px 0px #fff;
	}
*/
