/* Import fonts */


/*@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);*/

* {
	margin: 0;
	padding: 0px;
	font-family: 'Barlow', sans-serif;
}

body {
	font-family: 'Barlow', sans-serif;
	background-color: #fff;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
}

		.navbar-inverse {
			background-color: #000;
			border-color: #000;
		}

.main {
	padding-top: 90px;
}

.parent {
	display: table;
	table-layout: fixed;
}

.child {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.outerMain {
	padding: 6% 0; //上下都增加100px的padding
}

.outer {
	padding: 9% 0; //上下都增加100px的padding
}

.outer2 {
	padding: 3% 0; //上下都增加100px的padding
}

.inner {
	width: 86%;
	padding-left: 16%;
}

.boxUL {
	padding-left: 18%;
}

.saveUL {
	padding-left: 3%;
}

.iRgblcon {
	width: 90%;
	padding-left: 10%;
}

.imgRounded0 {
	border-radius: 0px;
}

.list-unstyled {
	list-style-type: disc !important;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
	min-height: 120px;
}

.addMinheight {
	min-height: 295px;
}

.caption>h3 {
	min-height: 35px;
	font-size: 22px;
	font-weight: 500;
}


.btn {
	border-radius: 4px;
}

.colorg {
	background-color: #69b960;
	border-color: #69b960;
}

.colorg:hover {
	background-color: #118305;
	border-color: #118305;
}

.colorO {
	background-color: #f28d01;
	border-color: #f28d01;
}

.colorO:hover {
	background-color: #c07000;
	border-color: #c07000;
}

.colorB {
	background-color: #2bb5eb;
	border-color: #2bb5eb;
}

.colorB:hover {
	background-color: #027dad;
	border-color: #027dad;
}

.colortiffB {
	background-color: #00b0b9;
	border-color: #00b0b9;
}

.colortiffB:hover {
	background-color: #01666b;
	border-color: #01666b;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.middle {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.w80 {
	width: 40%;
}

.h54 {
	height: 54px;
}

.lh15 {
	line-height: 15px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	margin-right: 5px;
	width: 150px;;
}

.lh18 {
	line-height: 15px !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	margin-right: 5px;
	width: 170px;
	font-size: 18px;

}

.wh00 {
	width: auto !important;
	height: auto !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}

.boxa {
	border: 1px solid #3e82d2;
	margin-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	border-radius: 5px;
	background-color: #000;
}

.w100 {
	text-align: center;
	padding-top: 2px;
	line-height: 24px;
	color: #2bb5eb;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #979797;
}

.flotL {
	float: left;
}

.flotR {
	float: right;
}
.flotRR {
	float: right;
}
.clearboth {
	clear: both;
}


.navbar-brand {
	padding: 5px 15px;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #f78728;
}

.aaa {
	background-color: #000;
	width: 100%;
	height: 5px;
}

.navbar-default {
	background-color: #000;
	border-color: #000;
}

.navbar-nav {
	font-size: 1.3em;
	font-weight: bold;
}

.navbar-nav>li>a {
	line-height: 35px;
}

.navbar {
	border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.nav>li>a {
	padding: 10px 35px;
}

.navbar-default .navbar-toggle {
	margin-top: 26px;
}

.page-header {
	padding-bottom: 29px;
	padding-top: 40px;
	margin: 40px 0 20px;
	border-bottom: 0px solid #eee;
	width: 80%;
	margin: 0 auto;
}

.page-header2 {
	padding-bottom: 29px;
	padding-top: 0px;
	margin: 40px 0 20px;
	border-bottom: 0px solid #eee;
	width: 100%;
	margin: 0 auto;
}

.paddingb {
	padding-bottom: 0px;
}

.padd00 {
	padding: 0px !important;
}

.inner>h2,
.page-header>h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.inner>p,
.page-header>p {
	font-size: 18px;
	line-height: 26px;
}

.page-header2>h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	letter-spacing: 2px;
	padding-bottom: 20px;
}

.inner>p,
.page-header2>p {
	font-size: 18px;
	line-height: 26px;
}


.innerMain img {
	margin-left: 20px;
	margin-right: 20px;
	width: 120px;
	height: 120px;
	margin-bottom: 125px;
}



.letterSpacing2 {
	letter-spacing: 0px !important;
}

.mainUl ul {
	list-style-type: none;
	margin-left: 120px;
	margin-top: 40px;
}

.mainUl ul li {
	font-size: 24px;
	line-height: 45px;
	height: 65px;
	padding-left: 70px;
}

.mainUl ul li:nth-child(1) {
	background-image: url(../../img/li01.png);
	background-repeat: no-repeat;
}

.mainUl ul li:nth-child(2) {
	background-image: url(../../img/li02.png);
	background-repeat: no-repeat;
}

.mainUl ul li:nth-child(3) {
	background-image: url(../../img/li03.png);
	background-repeat: no-repeat;
}

.mainUl ul li:nth-child(4) {
	background-image: url(../../img/li04.png);
	background-repeat: no-repeat;
}

.mobile ul li:nth-child(1) {
	background-image: url(../../img/li00.png);
	background-repeat: no-repeat;
}

.mobile ul li:nth-child(2) {
	background-image: url(../../img/li01.png);
	background-repeat: no-repeat;
}

.mobile ul li:nth-child(3) {
	background-image: url(../../img/li02.png);
	background-repeat: no-repeat;
}

.mobile ul li:nth-child(4) {
	background-image: url(../../img/li03.png);
	background-repeat: no-repeat;
}

.mobile ul li:nth-child(5) {
	background-image: url(../../img/li04.png);
	background-repeat: no-repeat;
}

icenter{
	margin: 0 auto;
}

.icona {
	background-image: url(../../img/li07.png) !important;
}

.iconb {
	background-image: url(../../img/li06.png) !important;
}

.iconc {
	background-image: url(../../img/li05.png) !important;
}

.innerMain>h2,
.page-header>h2,
.page-header2>h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	letter-spacing: 2px;
	padding-bottom: 2px;
	padding-top: 7px;
}

.innerMain>p {
	font-size: 26px;
	padding-left: 135px;
}

.ybor {
	border-bottom: 1px solid #e2e2e2;
}

.bg0 {
	background-image: url(../../img/pic1a.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.icenter {
	text-align: center;
	margin: 0 auto;
}

.padding0 {
	padding-right: 0px;
	padding-left: 0px;
}

.padding30 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.ftbg1 {
	background-color: #d0f9ca;
}

.ftbg2 {
	background-color: #fcffbf;
}

.ftbg3 {
	background-color: #daf6ff;
}

.thumbnailft {
	background-color: #ffffff00;
	border: 0px solid #ddd;
	padding-top: 30px;
	min-height: 500px;
}

.fontSizeTxt {
	font-size: 18px;
}

.fontSizeTi {
	font-size: 26px;
}

<!-- 燈效 -->#abgne-block-20110111,
#abgne-block-20110112,
#abgne-block-20110113,
#abgne-block-20110114 {
	width: 100%;
	margin: 0 auto;
}

#abgne-block-20110111 .info,
#abgne-block-20110112 .info,
#abgne-block-20110113 .info,
#abgne-block-20110114 .info {
	display: none;
}

#abgne-block-20110111 .on,
#abgne-block-20110112 .on,
#abgne-block-20110113 .on,
#abgne-block-20110114 .on {
	display: block;
}

#abgne-block-20110111 .title,
#abgne-block-20110112 .title,
#abgne-block-20110113 .title,
#abgne-block-20110114 .title {
	margin-top: 30px;
}

#abgne-block-20110111 .title li:first-child,
#abgne-block-20110112 .title li:first-child {
	width: 300px;
	height: 180px;
}

#abgne-block-20110113 .title li:first-child {}

#abgne-block-20110111 .title li img,
#abgne-block-20110112 .title li img,
#abgne-block-20110113 .title li img {
	opacity: 0.7;
	transition: .3s;
}

#abgne-block-20110111 .title li.on img,
#abgne-block-20110112 .title li.on img,
#abgne-block-20110113 .title li.on img,
#abgne-block-20110111 .title li.over img,
#abgne-block-20110112 .title li.over img,
#abgne-block-20110113 .title li.over img {
	opacity: 1;
	transition: .3s;
}

#abgne-block-20110111 .title li,
#abgne-block-20110112 .title li {
	cursor: pointer;
	float: left;
	width: 11%;
	background-color: #fff;
	height: auto;
	/*padding: 7px 13px 4px;*/
	text-align: center;
}

#abgne-block-20110113 .title li,
#abgne-block-20110114 .title li {
	cursor: pointer;
	float: left;
	width: 280px;
	background-color: #fff;
	height: 200px;
	line-height: 28px;
	font-size: 30px;
	padding: 7px 13px 4px;
	text-align: center;
	opacity: 0.7;
	transition: .3s;
}

#abgne-block-20110111 .title li.on,
#abgne-block-20110111 .title li.over,
#abgne-block-20110112 .title li.on,
#abgne-block-20110112 .title li.over,
#abgne-block-20110113 .title li.on,
#abgne-block-20110113 .title li.over,
#abgne-block-20110114 .title li.on,
#abgne-block-20110114 .title li.over {
	background-color: #eaeaea;
	border-radius: 10px;
	opacity: 1;
	transition: .3s;
}

#abgne-block-20110111 .title li h3,
#abgne-block-20110112 .title li h3,
#abgne-block-20110113 .title li h3,
#abgne-block-20110114 .title li h3 {
	font-size: 13px;
	color: #c90;
	padding-bottom: 6px;
}

#abgne-block-20110111 .title li p,
#abgne-block-20110112 .title li p,
#abgne-block-20110113 .title li p,
#abgne-block-20110114 .title li p {
	/*font-size: 18px;
		line-height:24px;*/
	color: #666;
	opacity: 0.7;
	transition: .3s;
}

#abgne-block-20110111 .title li.on h3,
#abgne-block-20110111 .title .over h3,
#abgne-block-20110111 .title li.on p,
#abgne-block-20110111 .title .over p,
#abgne-block-20110112 .title li.on h3,
#abgne-block-20110112 .title .over h3,
#abgne-block-20110112 .title li.on p,
#abgne-block-20110112 .title .over p,
#abgne-block-20110113 .title li.on h3,
#abgne-block-20110113 .title .over h3,
#abgne-block-20110113 .title li.on p,
#abgne-block-20110113 .title .over p,
#abgne-block-20110114 .title li.on h3,
#abgne-block-20110114 .title .over h3,
#abgne-block-20110114 .title li.on p,
#abgne-block-20110114 .title .over p {
	color: #000;
	opacity: 1;
	transition: .3s;
}

.title {
	display: block;
	width: 100%;
	height: 150px;
}

.h000 {
	height: 0px;
}

.boxContent {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.boxContent>img {}

.photoCContent {}

.photoCContent>img {}

.textCContent {
	width: 100%;
	float: left;
	text-align: left;
}

.textCContent>h1,
.boxTitle>h1 {
	font-size: 34px;
	line-height: 40px;
	color: #202020;
}

.textCContent>p {
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	color: #666;
}

.boxTitle>p {
	font-size: 18px;
	line-height: 48px;
	color: #202020;
}

ul.tabsPcMobile {
	width: 100%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border-bottom: 1px solid #999;
		border-left: 1px solid #999;*/
	padding-left: 0px;
}

ul.tabsPcMobile li {
	float: left;
	width: 50%;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	/*border: 1px solid #999;*/
	border-bottom: 1px solid #999;
	/*border-left: 1px solid #999;
		border-left: none;*/
	background: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.tabsPcMobile li:nth-child(1) {
	border-left: none;
}


/*-- li a --*/

ul.tabsPcMobile li a {
	display: block;
	height: 70px;
	/* line-height: 150px; */
	padding: 0 20px;
	color: #000;
	/* border: 1px solid #fff; */
	text-decoration: none;
	font-size: 24px;
}

ul.tabsPcMobile li.tabsPc a {
	display: block;
	height: 150px;
	padding: 0 20px;
	color: #000;
	/*border: 1px solid #fff;*/
	text-decoration: none;
	background-image: url(img/dps/bicon/hover/icon_02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

ul.tabsPcMobile li.tabsMobile a {
	display: block;
	height: 150px;
	padding: 0 20px;
	color: #000;
	/*border: 1px solid #fff;*/
	text-decoration: none;
	background-image: url(img/dps/bicon/hover/icon_01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.title>ul {
	margin: 0 auto;
	list-style: none;
}


/*-- a:hover --*/

ul.tabsPcMobile li.tabsPc a:hover {
	background-image: url(img/dps/bicon/icon_02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

ul.tabsPcMobile li.tabsMobile a:hover {
	background-image: url(img/dps/bicon/icon_01.png);
	background-repeat: no-repeat;
	background-position: center center;
}


/*-- active a--*/

ul.tabsPcMobile li.tabsPc.active a {
	background-image: url(img/dps/bicon/icon_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
}

ul.tabsPcMobile li.tabsMobile.active a {
	background-image: url(img/dps/bicon/icon_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-left: none;
}

ul.tabsPcMobile li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
}

ul.tabsPcMobile li.active:last-child {
	border-right: 0px solid #999;
	border-left: 1px solid #999;
}


/*-- active a:hover --*/

ul.tabsPcMobile li.active a:hover {
	background: #fff;
}

ul.tabsPcMobile li.tabsPc.active a:hover {
	background-image: url(img/dps/bicon/icon_02.png);
	background-repeat: no-repeat;
	background-position: center center;
}

ul.tabsPcMobile li.tabsMobile.active a:hover {
	background-image: url(img/dps/bicon/icon_01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.intuitiveUL {
	margin: 0 auto;
	display: block;
	width: 885px;
}

.cleanbox {
	clear: both;
}

.colorA {
	background: radial-gradient(circle at 50% 53%, #ffeedc, #ffb36d);
}

.mt10 {
	margin-top: 10px;
}
.smartModes{
	height: 163px;
}
.smartModes img{
	float: left;
}
.smartTxt{
	line-height: 24px;
	padding-top: 50px;

}


@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 23px;
		padding-bottom: 27px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
}

@media (max-width: 1046px) {
	.nav>li>a {
		padding: 28px 7px;
	}

}


@media (max-width: 1280px) {
	.outer {
		padding: 11% 0;
	}
}

@media (max-width: 1024px) {
	.navbar-inverse .navbar-nav>li>a{
    padding-left: 10px;
}
	.outer {
		padding: 5% 0;
	}
	.inner>h2,
	.page-header>h2,
	.page-header2>h2 {
		font-size: 31px;
		line-height: 40px;
		font-weight: 400;
		letter-spacing: 2px;
		padding-bottom: 0px;
	}
	.fontSizeTxt {
		font-size: 15px;
	}
	.fontSizeTi {
		font-size: 22px;
	}
	#abgne-block-20110111 .title li:first-child,
	#abgne-block-20110112 .title li:first-child {
		width: 183px;
		height: auto;
	}
	.main {
		padding-top: 45px;
	}
	.btn {
		margin-bottom: 5px;
	}
	.btnimg {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	.main {
		padding-top: 85px;
	}
	#abgne-block-20110113 .title li,
	#abgne-block-20110114 .title li {
		width: 209px;
		height: 169px;
		line-height: 19px;
	}
	.psuvideo {
		width: 100%;

	}
	#abgne-block-20110111 .title li {
		width: 10%;
	}
}

@media (max-width: 640px) {
	.boxUL {
		padding-left: 10%;
	}
	#abgne-block-20110111 .title li,
	#abgne-block-20110112 .title li {
		width: 9%;
	}
	.fontSizeTxt {
		font-size: 12px;
	}
	#abgne-block-20110113 .title li,
	#abgne-block-20110114 .title li {
		width: 177px;
		height: 121px;
		line-height: 19px;
	}
	.nav>li>a {
		padding: 5px 7px;
	}
	.iRgblcon>li img {
		width: 44px;
	}
	.psuvideo {
		width: 100%;
	}
	.btn {
		margin-bottom: 5px;
	}
	.btn>img {
		width: 80%;
	}
	.btnimg {
		padding: 0 20px;
	}
	.innerMain>p {
		font-size: 26px;
		padding-left: 85px;
	}
	.mainUl ul {
		margin-left: 48px;
	}
	.imgf {
		float: none;
	}
}

@media (max-width: 480px) {
	.boxUL {
		padding-left: 10%;
	}
	#abgne-block-20110111 .title li,
	#abgne-block-20110112 .title li {
		width: 9%;
	}
	.fontSizeTxt {
		font-size: 12px;
	}
	#abgne-block-20110113 .title li,
	#abgne-block-20110114 .title li {
		width: 177px;
		height: 121px;
		line-height: 19px;
	}
	.nav>li>a {
		padding: 5px 7px;
	}
	.fontSizeTi {
		font-size: 12px;
	}
	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		padding: 3px;
	}
	#abgne-block-20110113 .title li,
	#abgne-block-20110114 .title li {
		width: 123px;
		height: 121px;
		line-height: 19px;
	}
	.page-header,
	.page-header2 {
		padding-bottom: 1px;
		padding-top: 1px;
		margin: 40px 0 20px;
		border-bottom: 0px solid #eee;
		width: 100%;
		margin: 0 auto;
	}
	.inner>h2,
	.page-header>h2 {
		line-height: 33px;
		font-size: 25px;
	}
	.inner>p,
	.page-header>p,
	.page-header2>p {
		font-size: 15px;
		line-height: 26px;
	}
	.innerMain>p {
		font-size: 26px;
		padding-left: 10px;
	}
	.mainUl ul {
		margin-left: 0px;
	}
	.mainUl ul li {
		font-size: 20px;
	}
	.iRgblcon>li img {
		width: 34px;
	}
	#abgne-block-20110111 .title li:first-child,
	#abgne-block-20110112 .title li:first-child {
		width: 120px;
		height: auto;
	}
	.boxUL {
		padding-left: 3%;
	}
	#abgne-block-20110111 .title li {
		width: 10%;
	}
	#abgne-block-20110112 .title li {
		width: 13%;
	}
}