@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:100,400,900); /* font */
@import url(https://fonts.googleapis.com/css?family=Monda:400,700); /* font */
@import url('https://fonts.googleapis.com/css?family=Cormorant+SC'); /* font */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
/* CSS Document */
body, html {
	height: 100%;
}
body {
	font-family: 'Source Sans Pro', '微軟正黑體', sans-serif; /*自行增減使用 */
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear; /*連結淡入淡出*/
}
/*---------------------- 基礎設定 ----------------------*/

/*反白設定
::selection { background: #666; color: #FFF; }
::-moz-selection { background: #666; color: #FFF; }
*/

/* CSS3 style  陰影圓角範例，可自行增減使用 */
.css-radius {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.css-shadow {
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
}
.imgholder img {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition: transform 0.5s ease-in-out, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s;
}
.imgholder:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.rotation360 {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.rotation360:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.fadeout img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.fadeout:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*元件(共用)*/
.table-responsive{border:inherit}
.input1, .textarea, .select {
	background: #FFF;
	border: 1px solid #CCC;
	font-family: 'Lato', '微軟正黑體', sans-serif;
	font-size: 15px;
	line-height: 1.1;
	color: #555;
}
.input1:focus, .textarea:focus, .select:focus {
	border: 1px solid #000;
}
/*線(共用)*/
hr {
	height: 1px;
	background: #CCC;
}
/*文字樣式(共用)*/
.white {
	color: #FFF;
}
.gray {
	color: #999;
}
.black {
	color: #000;
}
.blue {
	color: #0097de;
}
.red {
	color: #be0000;
}
.green {
	color: #19a568;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FFFF00;
}
.purple {
	color: #6633CC;
}
.brown {
	color: #6e453c;
}
/****共用****/
/*標題*/
.title {
	font-size: 2.4rem;
	color: #35477d;
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: bold;
}
.main-title {
	font-size: 2rem;
}
.ul-style {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ul-style li {
	position: relative;
	padding: 2px 5px 2px 25px;
}
.ul-style li:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 10px;
	width: 5px;
	height: 5px;
	background: #35477d;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*表格*/
.table_style {
	width: 100%;
	min-width: 768px;
	border-left: 1px solid #00a0e9;
	border-top: 1px solid #00a0e9;
	margin: 0 auto;
}
.table_style th {
	border-right: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;
	padding: 0 5px;
	line-height: 30px;
	background: #cbe4f6;
}
.table_style td {
	border-right: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;
	padding: 0 5px;
	line-height: 30px;
}
/*頁籤*/
.nav-tabs>li>a {
	background: #eee;
	border-bottom-color: #ddd
}
/*按鈕*/
.btnWrap {
	margin: 2em 0;
	text-align: center;
}
.btn-left, .btn-right {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #7bc0e7;
	color: #fff;
	border-radius: 0;
	font-size: 1.4rem;
}
.btn-right {
	background: #35477d
}
.btn-left i, .btn-right i {
	opacity: 0
}
.btn-left:hover, .btn-right:hover {
	background: #e60012;
	color: #fff;
}
.btn-left:hover i {
	opacity: 1;
	padding-right: 50px;
}
.btn-right:hover i {
	opacity: 1;
	padding-left: 50px;
}
/*麵包屑*/
.scrap-nav {
	text-align: right;
	font-size: 1.4rem;
	color: #ccc;
	background-color: #f5f5f5;
}
.scrap-nav a {
	color: #444;
}
.breadcrumb {
	margin-bottom: 0;
	border-radius: 0;
	background: transparent
}
/*搜尋*/
.search-cap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1031
}
.search-cap a {
}
.search-cap .searchBox {
	position: relative;
	background: #35477d;
}
.search-cap .searchBox .inputBox {
	position: absolute;
	right: 0;
	top: 100%;
	width: 240px;
	margin-top: 25px;
	display: none;
	background: #333;
}
.search-cap .searchBox .inputBox .btn_submit {
	padding: 8px;
}
.search-cap .searchBox .inputBox .btn_submit span {
	color: #fff
}
.search-cap .searchBox .btn a {
	color: #fff
}
.rwdSearch {
}
.rwdSearch .searchBox_m {
	display: none;
	width: 80%;
	margin: auto;/* border:solid 1px #fff; */
}
.rwdSearch .searchBox_m .b-box {
}
.rwdSearch .searchBox_m .icon {
	color: #fff;
	margin-bottom: 10px;
	padding: 8px 10px;
	background: rgba(255,255,255,.2);
}
/*常用*/
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt30 {
	padding-top: 30px;
}
.pt50 {
	padding-top: 50px;
}
.pt100 {
	padding-top: 100px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb100 {
	padding-bottom: 100px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.margin-auto {
	margin-left: auto;
	margin-right: auto
}
.imggs {
	max-width: 100%
}
/*效果*/
.action4 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.action4:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/*漸變用*/
.gradient-03s {
	-webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gradient-1s {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* 回頂端 */
#goTop {
	z-index: 1;
	position: fixed;
	bottom: 160px;
	right: 20px;
	display: none;
	cursor: pointer;
	text-align: center;
}
#goTop .goTopStyle {
	color: #fff;
	background: #333;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-moz-border-radius: 100% 100% 100% 0;
	-webkit-border-radius: 100% 100% 100% 0;
	border-radius: 100% 100% 100% 0;
	transform: rotate(-45deg) scale(1);
	-webkit-transform: rotate(-45deg) scale(1);
	-moz-transform: rotate(-45deg) scale(1);
	-o-transform: rotate(-45deg) scale(1);
}
#goTop:hover .goTopStyle {
	background: #35477d;
	color: #FFF;
	-moz-border-radius: 100% 0 100% 100%;
	-webkit-border-radius: 100% 0 100% 100%;
	border-radius: 100% 0 100% 100%;
	transform: rotate(-45deg) scale(1.15);
	-webkit-transform: rotate(-45deg) scale(1.15);
	-moz-transform: rotate(-45deg) scale(1.15);
	-o-transform: rotate(-45deg) scale(1.15);
}
#goTop .goTopStyle p {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#goTop:hover .goTopStyle p {
	top: -30px;
	margin-right: -60px;
	color: #35477d;
	position: relative;
}
#goTop:hover .goTopStyle p:after {
	content: '';
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,.8);
	position: absolute;
	bottom: -30px;
	left: 50%;
	border-radius: 100% 0 100% 100%;
	transform: translate(-50%) rotate(-45deg);
	-webkit-transform: translate(-50%) rotate(-45deg);
	-moz-transform: translate(-50%) rotate(-45deg);
	-o-transform: translate(-50%) rotate(-45deg);
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.call-center a {
	z-index: 5;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #35477d;
	width: 50px;
	height: 50px;
	border: solid 1px #fff;
	line-height: 50px;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.call-center a:hover {background: #e60012;border-color:#e60012;}
.call-center .fb{bottom:80px;}
/*---------------------- 頁面開始 ----------------------*/
/*全頁佈局*/
.wrapper {
	padding-top: 100px;
}
/*.container {width:80%}*/

/*次選單*/
.submenu {
}
.submenu li {
}
/*頁尾*/
.footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	background: #35477d;
	color:#fff;
}
.footer a{color:#fff;display:inline-block;}
.footer a:hover{color:rgba(255,255,255,.8)}
.footer i{margin-right: 10px;}
.footer .logo{max-width:100%;width:320px;margin-bottom: 10px;}
.footer .copyright {margin-bottom: 10px;color: rgba(255,255,255,.8)}
.footer .copyright a {padding-left: 10px;color: rgba(255,255,255,.5)}
.footer .footerMenu{float:right;display:inline-block}
.footer .footerMenu a{float:left;width:50%}
/*頁碼*/
.pagination > li {
}
.pagination > li > a {
	border: none;
	border-bottom: 3px solid #ddd;
	margin: 0 5px;
	color: #999;
	transition: all 0.3s ease 0s;
}
.pagination > li > a:hover {
	border-bottom: 3px solid #aaa;
	background: #f5f5f5;
}
.pagination > li.active > a, .pagination > li.active > a:hover {
	border-bottom: 3px solid #d33200;
	background: none;
	color: #d33200;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*----banner---*/
.banner {
	height: 300px;
}
.carousel {
	height: 100%;
	margin-bottom: 30px;
}
.carousel:hover .carousel-control {
	display: block;
}
.carousel .item, .carousel .item.active, .carousel .carousel-inner {
	height: 100%;
}
.carousel .item {
	position: relative
}
.carousel .item .pic {
	position: absolute;
	width: 40%;
	right: 0;
	bottom: 5%;
	animation-direction: alternate;
}

.carousel .item .pic.pic01 {
	z-index: 1;
	right: 15%
}
.carousel .item .pic.pic02 {
	z-index: 3
}
.carousel .item .pic.main {
	z-index: 2;
	width: 60%;
	bottom: 0;
	right: 0;
}
.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.carousel .carousel-control {
	background: none;
	display: none;
}
.carousel-control .icon-prev::before, .carousel-control .icon-next::before {
	content: '';
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 60px;
	margin: -30px 0 0 0;
}
.carousel-control .icon-prev {
	background: url(../images/all/control-icon.png) 0 0 no-repeat;
}
.carousel-control .icon-next {
	background: url(../images/all/control-icon.png) -30px 0 no-repeat;
}
.carousel-control {
	opacity: 0
}
.carousel-control:focus, .carousel-control:hover {
	opacity: .1
}
.carousel-caption {
}
 @media screen and (min-width: 768px) {
.carousel-caption {
	right: 60%;
	left: 20%;
	bottom: 40%;
	text-align: left;
	color: #35477d;
	text-shadow: inherit;
	padding-bottom: 30px;
}
.carousel-caption h2 {
	font-size: 5rem;
}
}
/*淡入淡出*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel .item.active .fill, .carousel .item.active img.pic.pic01, .carousel .item.active img.pic.pic02 {
	opacity: 1;
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
	animation-timing-function: cubic-bezier(.39, .575, .565, 1);
}
 @keyframes slideIn {
0% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
20% {
opacity: 1;
}
100% {
 opacity: 1;
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
/*首頁*/
.index-block2 {
	position: relative;
	margin-top: -230px;
	margin-bottom: 100px;
}
.index-block2 .block {
	float: left;
	width: 40%;
}
.index-block2 .block.left {
}
.index-block2 .block.right {
	border-bottom: solid 1px #35477d;
}
.index-block2 .block .title {
	font-weight: lighter;
	border-bottom: solid 1px #35477d;
	margin-bottom: 10px;
}
.index-block2 .title span {
	padding: 0 10px;
	background: #35477d;
	color: #ffffff;
	display: inline-block;
}
.index-block2 .block .text, .index-block2 .block .text .ul-style a {
	font-size: 1.4rem;
	color: #35477d;
	font-weight: bold
}
.index-block2 .block .text .ul-style li {
}
.index-block2 .block .text .ul-style li:hover {
	background: rgba(238, 238, 238, 0.5)
}
.index-block2 .block .btn {
	margin-bottom: 30px;
	color: #fff
}
/* 產品類別 */
.index-block {
}
.summary {
	padding-top: 30px;
	margin-bottom: 30px;
}
.block-class-title {
	text-align: center;
	padding-bottom: 50px;
}
.block-class-title .wrap {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	width: 18%;
	margin: 1%;
	border-top: solid 2px #35477d;
}
.block-class-title .wrap a .pro_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block-class-title .wrap a:hover .pro_box {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.block-class-title .wrap .pro_name {
	margin-top: 140px;
	margin-bottom: 0;
	padding: 10px;
	color: #fff;
	font-size: 1.8rem;
	background: #35477d;
	background: -moz-linear-gradient(-45deg, #35477d 0%, #7c8fb5 50%, #485a91 53%, #a0beff 100%);
	background: -webkit-linear-gradient(-45deg, #35477d 0%, #7c8fb5 50%, #485a91 53%, #a0beff 100%);
	background: linear-gradient(135deg, #35477d 0%, #7c8fb5 50%, #485a91 53%, #a0beff 100%);
}
.block-class-title .wrap:hover .pro_name {
	background: #ed2124;
	background: -moz-linear-gradient(-45deg, #ed2124 0%, #e89494 47%, #ea4848 51%, #edc5b4 100%);
	background: -webkit-linear-gradient(-45deg, #ed2124 0%, #e89494 47%, #ea4848 51%, #edc5b4 100%);
	background: linear-gradient(135deg, #ed2124 0%, #e89494 47%, #ea4848 51%, #edc5b4 100%);
}
.block-class-title .pro_item {
	clear: both;
	background: #555;
	padding: 5px 10px;
	border: 2px solid #000;
	margin: .5em 0;
	color: #FFF;
	font-size: 20px;
}
.block-class-title .click_on {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.block-class-title .click_on i {
	position: absolute;
	top: 36%;
	left: 36%;
	font-size: 60px;
	color: #fff;
}
.block-class-title a:hover .click_on {
	display: block;
}
/* 產品列表 */
.block-img-tit .pro_box {
	text-align: center;
	margin-top: 1.2em;
}
.block-img-tit .pro_imgBox {
	text-align: center;
	border: 1px solid #ffffff;
	padding: 5px;
}
.block-img-tit .pro_img {
	width: 90%;
	max-width: 100%;
}
.block-img-tit .pro_box p {
	/*word-break: break-all;*/
	padding: 5px;
	font-size: 15px;
	color: #fff;
	background: #35477d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #35477d 0%, #7c8fb5 50%, #485a91 53%, #a0beff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #35477d 0%, #7c8fb5 50%, #485a91 53%, #a0beff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #35477d 0%, #7c8fb5 50%, #485a91 53%, #a0beff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.block-img-tit .pro_box p.small {
    font-size: 1.4rem;
    background: #999;
    margin: 0;
}
.block-img-tit .pro_box a {
	display: block;
	color: #333;
}
.block-img-tit .pro_box a:hover {
	color: #fff;
	text-decoration: none;
}
.block-img-tit .pro_box a:hover p {
	background: #ed2124; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ed2124 0%, #e89494 47%, #ea4848 51%, #edc5b4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ed2124 0%, #e89494 47%, #ea4848 51%, #edc5b4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ed2124 0%, #e89494 47%, #ea4848 51%, #edc5b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.block-img-tit .pro_box a:hover p.small{
	background:#666;
}
.block-img-tit .pro_box a:hover .pro_imgBox {
	border: 1px #ed2124 solid;
}
.block-img-tit .block:nth-child(4n+1) {
	clear: both;
}
.summary {
}
.summary p {
	font-size: 1.5rem;
	margin: 0 0 20px;
	letter-spacing: 0.5px;
}
/*產品底層*/
.imgg {
	max-width: 100%;
	display: block;
	margin: 1em 0;
}
.container-product {
	width: 70%;
	margin: auto;
	min-width: 1300px;
}
.gallery-tabs-more .p_title1 {
	display: inline-block;
	margin-top: .5em;
	margin-bottom: 30px;
	padding: 5px 15px;
	background-color: #7d7d7d;
	color: #FFF;
	font-size: 13px;
}
.gallery-tabs-more h3.p_title2 {
	color: #7d7d7d;
	font-size: 3.5rem;
	font-weight: 400;
}
.gallery-tabs-more h3.p_title3 {
	background-color: #2b7fcc;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	padding: 5px 15px;
}
.gallery-tabs-more p.p_narrative {
	color: #7d7d7d;
	font-size: 3rem;
}
.gallery-tabs-more .p_detail_box1 {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 -10px 30px rgba(0,0,0,.3), 0 -10px 30px rgba(0,0,0,0.1), 10px 0 20px rgba(0,0,0,0.1), -10px 0 20px rgba(0,0,0,0.1);
}
.gallery-tabs-more .p_detail_box1 .left_box1 {
	float: right;
}
.gallery-tabs-more .p_detail_box1 .p_img1 {
	padding: 0 1em;
	text-align: center;
}
.gallery-tabs-more .p_detail_box1 .p_small_img, .gallery-tabs-more .p_detail_box1 .p_small_img2 {
	clear: both;
	overflow: hidden;
	display: block;
	margin-top: 25px;
}
.gallery-tabs-more .p_detail_box1 .p_small_img2 {
	display: none;
}
.gallery-tabs-more .p_detail_box1 .p_small_img .p_img2, .gallery-tabs-more .p_detail_box1 .p_small_img2 .p_img2 {
	float: left;
	margin-right: 7px;
	padding: 2px;
	display: block;
	width: 90px;
	max-height: 90px;
	text-align: center;
}
.gallery-tabs-more .p_detail_box1 .p_small_img2 .p_img2 {
	margin-right: 1%;
	width: 19%
}
.gallery-tabs-more .download_list a {
	display: block;
	border-bottom: 1px dashed #d9d9d9;
	padding: 10px;
}
.gallery-tabs-more .download_list .list_title1 i {
	color: #2b7fcc;
	margin-right: 10px;
	font-size: 2rem;
}
.gallery-tabs-more .p_detail_box2 {
	margin: 50px auto;
}
.gallery-tabs-more .p_detail_box2 .tab-content {
	padding: 20px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0px 10px 10px;
}
.gallery-tabs-more .p_detail_box2 .table_style {
	width: 100%;
	border-left: 1px solid #00a0e9;
	border-top: 1px solid #00a0e9;
	margin: 0 auto;
}
.gallery-tabs-more .p_detail_box2 .table_style .td_bg {
	border-right: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;
	padding: 0 5px;
	line-height: 30px;
	background: #cbe4f6;
}
.gallery-tabs-more .p_detail_box2 .table_style td {
	border-right: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;
	padding: 0 5px;
	line-height: 30px;
}
.editBlock {
	margin-bottom: 30px;
}
.editBlock .editTitle {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #35477d;
	color: #fff
}
.editBlock .editImg, .editBlock .editSummary, .editBlock .editText {
	display: inline-block;
	vertical-align: middle;
	width: 32%;
	padding:5px
}
.editBlock .editImg img {
	width: 400px
}
.editBlock .editText {
	width: 30%
}
.editBlock .editText a {
	display: block;
	color: #35477d
}
@media (max-width: 1000px) {
/*產品底層*/
.gallery-tabs-more h3.p_title2 {
	font-size: 4rem;
}
.gallery-tabs-more p.p_narrative {
	font-size: 2rem;
}
}
@media (max-width: 768px) {
/*頁尾*/
.footer {padding-top: 0;padding-bottom: 30px;}
.footer .footerMenu{margin-bottom: 30px;float:inherit;background:rgba(255,255,255,.2)}
.footer .footerMenu a{width:25%;text-align:center;}
.footer .footerMenu a p{padding-top: 10px;}

/*產品底層*/
.gallery-tabs-more .p_detail_box1 .p_small_img {
	display: none;
}
.gallery-tabs-more .p_detail_box1 .p_small_img2 {
	display: block;
	margin: 0;
}
}
 @media (max-width: 1680px) {
}
 @media (max-width: 1366px) {
/*baner*/
.carousel-caption {
	left: 20%
}
/*產品底層*/
.container-product {
	width: 90%;
	min-width: auto;
}
}
@media (max-width: 1280px) {
/*baner*/
.carousel-caption {
	left: 5%;
}
/*產品底層*/
.container-product {
	width: 98%
}
}
@media (max-width: 1024px) {

}
@media (max-width: 1000px) {
/*banner*/
.carousel-caption {
	left: 10%;
}
.carousel-fade .carousel-inner .item.one .fill {
	background-position-x: 0!important
}
.carousel-fade .carousel-inner .item.two .fill {
	background-position-x: 0!important
}
.carousel .item .pic {
	width: 60%;
}

.carousel .item .pic.pic01 {
	right: 0
}
.carousel .item .pic.pic02 {
	display: none
}
.carousel .item .pic.main {
	right: 0;
	bottom: 0;
	width: 70%;
}

}
 @media (max-width: 996px) {

/* 產品類別 */
.block-class-title .wrap {
	width: 31%;
}
.block-class-title .wrap .pro_name {
	font-size: 2.5rem
}
}
 @media (max-width: 768px) {
.container {
	width: 100%;
}
/*banner*/
.carousel {
	height: 70%;
}
.carousel-caption {
	right: 30%;
	color: #35477d;
	text-shadow: inherit;
	text-align: left;
	top: 20%;
}
.carousel-caption h2 {
	font-size: 5rem
}
.carousel .item .pic {
	width: 80%
}
.carousel-fade .carousel-inner .item.one .fill {
	background-position-x: 70%!important
}
.carousel-fade .carousel-inner .item.two .fill {
	background-position-x: 50%!important
}
/*頁籤*/
.nav-tabs>li>a {
	margin-bottom: 10px;
	border-radius: 4px;
	background: #eee
}
.nav>li>a:focus, .nav>li>a:hover {
	background: #ccc;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #35477d;
	color: #fff;
}
/*搜尋*/
.search-cap .searchBox {
	display: none
}
.rwdSearch .searchBox_m {
	display: block
}
/*全頁佈局*/
.wrapper {
	padding-top: 70px
}

/* 產品列表 */
.block-img-tit .block:nth-child(2n+1) {
	clear: both;
}
/*首頁*/
.index-block2 {;
	margin-top: 0;
}
.index-block2 .block {
	float: left;
	width: 100%;
}
}
 @media (max-width: 640px) {
/*banner*/
.carousel .item .pic.main {
	width: 90%;
}
/* 產品類別 */
.block-class-title .wrap .pro_name {
	font-size: 2rem
}
/*產品底層*/
.gallery-tabs-more .p_title1 {
	margin-bottom: 0
}
}
 @media (max-width: 480px) {
/*----banner---*/
.carousel {
	height: 70%;
}
.carousel-caption {
	left: 10%;
	right: 10%;
	top: 25%;
}
.carousel-caption h2 {
	font-size: 3rem;
}
.carousel-caption p {
	background: rgba(254, 154, 1, 0.9);
	padding: 2px 5px;
	margin-left: -5px;
	color: #fff;
}
.carousel .item .pic.pic02 {
	display: block
}
.carousel .item .pic.main {
	width: 100%
}
/*頁尾*/
.footer .logo{width:160px;}
.footer .col-xs-6{width:100%;float:inherit}
/* 產品類別 */
.block-class-title .wrap {
	width: 48%;
}
.block-class-title .wrap .pro_name {
	margin-top: 100px;
}
/*產品底層*/
.gallery-tabs-more .p_detail_box1 {
	padding: 0;
}
.editBlock .editImg, .editBlock .editSummary, .editBlock .editText {
	width: 100%
}
.editBlock .editImg img {
	width: 100%
}
.editBlock .editText {
	width: 100%
}
/*首頁*/
.index-block2 {
	padding: 5px;
}
.index-block2 .block .text .ul-style li {
	width: 100%
}
}
 @media (max-width: 320px) {
}
