html {
    height: 100%
}
body{overflow-x:hidden;}
.home {
	background: url("../images/p_i_bg.png") white no-repeat;
	background-position: center;
	max-width: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
}
.home_bg .bg img {
	
	background-position: center;
	max-width: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
	z-index:-1000;	
}
.menu_home {
	display: none !important;
}
.page {
	padding-top: 100px;
}
.bg-left {
	background: url("../images/bg_left.png")  no-repeat ;
	background-attachment:fixed;
	background-position:left bottom;

}
.bg-right {
	background: url("../images/bg_right.png") no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
}
.bg-right1 {
	background: url("../images/bg_right1.png") no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
}
.bg-right2 {
	background: url("../images/bg_right2.png") no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
}
.bg-map {
	background: url("../images/bg_map.png") no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
}
.home .img {
	top: 100px;
}
.home1 .img {
	top: 100px;
}
.mobile {
	height: 50px;
	display: none;
}
.desktop, .mobile {
	padding-top: 10px;
}
blockquote,.lead {
	margin-left: 10%;
	margin-bottom: 5px;
}
blockquote,.q {
	margin-left: 10%;
	margin-bottom: 5px;
	cursor: pointer;
}
.a {
	margin-left: 10%;
	padding-right: 10%;
}
hr {
	margin-top: 0px;
	margin-left: 5%;
}
footer.footer {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
}
.footer ul {
	padding-top: 30px;
	font-size: 16px;
	color: #fff;
}
.qr {
	padding-top: 15px;
}
.qr img {
	float: right;
}
.container p {
	font-size: 15px;
	line-height:24px;
}
.date {
	margin: 15px 0 80px 0;
	padding: 10px;
	color: #fff;
	background-color: #555;
	text-align:center;
	width: 88px;
}
.date p {
	font-size: 32px;
}
.photo {
	padding-left: 50px;
}
.page h4 {
	padding-top: 10px;
}
.paging {
	padding: 60px;
	text-align: center;
}
.paging li {
	display: inline;
}
.paging > li > a {
    padding:5px 10px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}
.paging > .active > a{
	background-color: rgba(0, 0, 0, 0.7);
}
.submenu {
	font-size: 20px;
	text-align: left;
	list-style: none;
}
.submenu li {
	display: inline-block;
	width:180px;
	padding-top: 5px;
	float:left;
}
.submenu > li > a {
   padding: 5px 20px;
	font-weight: 900;
	color: #999;
}
.submenu > li > a:hover {
	color: #0bb617;
	text-decoration: none;
}
.submenu > .active > a{
	color: #0bb617;
}

.submenu2 {
	font-size: 20px;
	text-align: center;
	list-style: none;
}
.submenu2 li {
	display: inline-block;
	padding-top: 5px;
	float:left;
}
.submenu2 > li > a {
   padding: 5px 20px;
	font-weight: 900;
	color: #999;
}
.submenu2 > li > a:hover {
	color: #0bb617;
	text-decoration: none;
}
.submenu2 > .active > a{
	color: #0bb617;
}
dl {
	margin-left: 10%;
}
dl > dt,dd {
	text-align: left !important;
	padding: 5px 10px;
	font-size: 16px;
}
dl > dt {
	width: 100px !important;
}
dl > dd {
	margin-left: 120px !important;
}
.qa > dt {
	width: 30% !important;
	white-space: normal !important;
}
.qa > dd {
	margin-left: 35% !important;
}
.dept {
    list-style: none;
	font-size: 16px;
	margin-left: 10%;
	text-align: left;
}
.dept li {
    padding: 0 0 10px 0;
}
.dept li:before {
    content: "• ";
    color: red;
}
a {
	color: #444;
}
a:hover {
	color: #999;
	text-decoration: none;
}
@media screen and (min-width: 1200px) {
	.navbar-collapse {
	  padding-right: 15px;
	  padding-left: 15px;
	  overflow-x: visible;
	  -webkit-overflow-scrolling: touch;
	  border-top: 1px solid transparent;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
			  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.b_img img{ margin:auto; max-width: 100%; display:block;}
	.s_img img{ margin:auto; max-width: 100%; display:none;}
	.navbar.index {
		position:fixed;
		bottom: 50px;
		width:100%;
		z-index: 50;
	}
	footer.index {
		bottom: 10px;
		height: 60px;
		line-height: 60px;
		position: fixed;
		width: 100%;
	}
	footer.index p{
		font-size: 15px;
		position:fixed;
		bottom:0px;
		width:100%;
	}
	.nav > li > a {
		padding: 10px 22px;
	}
	.nav.menu {
		/*padding-left: 145px;*/
	}
	.nav.menu > li > a {
		padding: 40px 0px 20px 30px;
	}
	.qr{
		padding-right: 120px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-collapse {
	  padding-right: 15px;
	  padding-left: 15px;
	  overflow-x: visible;
	  -webkit-overflow-scrolling: touch;
	  border-top: 1px solid transparent;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
			  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.b_img img{ margin:auto; max-width: 100%; display:block;}
	.s_img img{ margin:auto; max-width: 100%; display:none;}
	.navbar.index {
		position: relative;
		top: 760px;
		z-index: 999;
	}
	footer.index {
		bottom: 10px;
		position: fixed;
	}
	footer.index p{
		font-size: 15px;
	}
	.nav > li > a {
		padding: 10px 22px;
	}
	.nav.menu {
		padding-left: 10px;
	}
	.nav.menu > li > a {
		padding: 40px 10px 20px 10px;
	}
	.qr{
		padding-right: 60px;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
   .navbar-collapse {
	  padding-right: 15px;
	  padding-left: 15px;
	  overflow-x: visible;
	  -webkit-overflow-scrolling: touch;
	  border-top: 1px solid transparent;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
			  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.b_img img{ margin:auto; max-width: 100%; display:block;}
	.s_img img{ margin:auto; max-width: 100%; display:none;}
	.navbar.index {
		position: relative;
		top: 760px;
		z-index: 999;
	}
	footer.index {
		bottom: 10px;
		position: fixed;
	}
	footer.index p{
		font-size: 15px;
	}
	.footer ul {
		padding-top: 20px;
	}
	.nav > li > a {
		padding: 10px 6px;
	}
	.nav.menu > li > a {
		font-size: 13px;
		padding: 40px 0px 20px 10px;
	}
	.desktop {
		width: 90%;
	}
	.qr{
		padding-right: 40px;
	}
}
@media screen and (max-width: 768px) {
	  .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  background-color: rgba(90, 90,90, 0.9);
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
	.b_img img{ margin:auto; max-width: 100%; display:none;}
	.s_img img{ margin:auto; max-width: 100%; display:block;}
	.m_logo{ width:50%}
	.m_txt{ margin-top:50px; display:table;}

	.navbar-header {
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0);
	}
	.navbar-inverse {
		border: 0px solid #fff;
		background-color: rgba(0, 0, 0, 0);
	}
	.home { 
		background: url("../m_images/m_index_bg.png") white no-repeat;
		background-position: center;
		background-size: 100% auto;
	}
	.menu_home {
		display: block !important;
	}
	.bg-left {
		background: url("../m_images/bg_left.png")  no-repeat ;
		background-attachment:fixed;
		background-position:left bottom;
		background-size: 100% auto;
	}
	.bg-right {
		background: url("../m_images/bg_right.png") no-repeat;
		background-attachment:fixed;
		background-position:right bottom;
		background-size: 100% auto;
	}
	.page {
		padding-top: 30px;
	}
	.submenu li {
		display: block;
	}
	.submenu2 li {
		display: block;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: none;
	}
	.navbar.index {
		z-index: 9;
	}
	.pull-right {
		float: none !important;
		margin: 0px auto;
	}
	.word-right {
		float: none;
		width: 70%;
		left: 25%;
	}
	footer.index {
		bottom: 10px;
		position: fixed;
	}
	footer.index p{
		font-size: 12px;
	}
	.footer ul {
		padding-top: 10px;
		font-size: 14px;
	}
	.qr{
		padding-right: 0px;
	}
	.photo {
		padding-left: 10px;
		width: 50%;
	}
	dl > dd {
		margin-left: 10px !important;
	}
	.a {
		margin-left: 0px;
		padding:0 20px 0 30px;
	}
}
@media screen and (max-width: 665px) {
	.m_txt{ margin-top:50px; display:table;}	
	.photo {
		padding-left: 10px;
		width: 75%;
		margin: 0 auto;
		float: none;
	}
	
}
@media screen and (max-width: 455px) {
	.m_txt{ margin-top:50px; display:table;}
	.word-right {
		float: none;
		width: 100%;
		left: 0px;
	}
	.photo {
		padding-left: 10px;
		width: 100%;
	}
	.footer ul {
		padding-top: 10px;
		font-size: 12px;
	}
}

.changyu{
   font-size: 16px;
   line-height: 26px;
   font-family: "新細明體", "微軟正黑體";
}
.changyu h1{
   font-weight: bold;
   font-size: 28px;
   font-family: "新細明體", "微軟正黑體";
}
.changyu h2{
   display: inline;
   font-weight: bold;
   font-size: 16px;
   font-family: "新細明體", "微軟正黑體";
}

.changyu h3{
   display: inline;
   font-weight: bold;
   font-size: 14px;
   font-family: "新細明體", "微軟正黑體";
}

.about h3{
   display: inline;
   font-size: 14px;
   font-family: "微軟正黑體", "新細明體";
}

.vision h1{
   display: inline;
   font-weight: bold;
   font-size: 18px;
   font-family: "新細明體", "微軟正黑體";
}

.recommend h1{
   display: inline;
   font-weight: bold;
   font-size: 14px;
   font-family: "微軟正黑體", "新細明體";
}

.recommend h2{
   display: inline;
   font-weight: bold;
   font-size: 14px;
   font-family: "微軟正黑體", "新細明體";
}

.construction {
   font-size: 24px;
   font-family: "微軟正黑體", "新細明體";
}

.construction h1{
   display: inline;
   font-size: 24px;
   font-family: "微軟正黑體", "新細明體";
}

.construction h2{
   display: inline;
   font-size: 24px;
   font-family: "微軟正黑體", "新細明體";
}

.construction h3{
   display: inline;
   font-size: 24px;
   font-family: "微軟正黑體", "新細明體";
}

.contact h1{
   display: inline;
   font-size: 16px;
   font-weight: bold;
   font-family: "微軟正黑體", "新細明體";
}

.contact h2{
   display: inline;
   font-size: 16px;
   font-weight: bold;
   font-family: "微軟正黑體", "新細明體";
}

.contact h3{
   display: inline;
   font-size: 16px;
   font-weight: bold;
   font-family: "微軟正黑體", "新細明體";
}

.contact h4{
   display: inline;
   font-size: 16px;
   font-weight: bold;
   font-family: "微軟正黑體", "新細明體";
}

.contact h5{
   display: inline;
   font-size: 16px;
   font-weight: bold;
   font-family: "微軟正黑體", "新細明體";
}

.contact h6{
   display: inline;
   font-size: 16px;
   font-weight: bold;
   font-family: "微軟正黑體", "新細明體";
}