@charset "utf-8";
/* CSS Document */
#head {
	background-color: rgba(255, 255, 255, 0.8);
}
.toplink {
	padding: 10px;
}
.toplink ul {
}
.toplink ul li {
	padding: 0 10px;
	float: right;
}
.toplink ul li a {
	padding: 0 5px;
	max-width: 120px;
	color: #000000;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
}
.toplink ul li:nth-child(2) {
	border-right: #000000 1px solid;
}
.toplink-icon {
	background-image:url("../images/icon-global.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: -5px;
}
.head-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
}
/*公司簡介
------------------------------------------------*/
.intro {
	margin-top: -55px;
}
.intro-wave {
	width: 100%;
	height: 70px;
}
.intro-wave02 {
	position: absolute;
	width: 100%;
	height: 70px;
	background-image: url("../images/wave2.png");
	background-position: 0 bottom;
	background-repeat: repeat-x;
	z-index: 100;
	animation: animatedWave02 30s linear infinite;
}
@keyframes animatedWave02 {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
.intro-wave03 {
	position: absolute;
	width: 100%;
	height: 70px;
	background-image: url("../images/wave3.png");
	background-position: 0 bottom;
	background-repeat: repeat-x;
	z-index: 101;
	animation: animatedWave03 50s linear infinite;
}
@keyframes animatedWave03 {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}
.intro-wave04 {
	position: absolute;
	width: 100%;
	height: 70px;
	background-image: url("../images/wave4.png");
	background-position: 0 bottom;
	background-repeat: repeat-x;
	z-index: 102;
	animation: animatedWave04 15s linear infinite;
}
@keyframes animatedWave04 {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}
.intro-block {
	background-color: #1a00c4;
}
.intro-block-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}
.intro-block-inner h1 {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	padding: 5px 10px;
	margin: 0;
	letter-spacing: 2px;
}
.intro-block-line {
	max-width: 80px;
	height: 2px;
	margin: 0 auto;
	background-color: #ffffff;
}
.intro-block-con {
	text-align: center;
	color: #ffffff;
	line-height: 1.8em;
	padding: 50px 10px;
}
.intro-feature {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
}
.intro-feature ul {
}
.intro-feature ul li {
	width: 16.6666%;
	float: left;
	display: inline-block;
	text-align: center;
	margin: 10px 0;
}
.intro-circle {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #006fc4;
	border: #ffffff 2px solid;
	margin: 0 auto;
}
.intro-circle-icon {
}
.intro-circle-icon img {
	width: 100%;
	border: none;
}

/*產品應用範圍
------------------------------------------------*/
.product-block {
	background-color: #ffffff;
}
.product-block-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}
.product-block-inner h1 {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
	padding: 50px 10px 5px 10px;
	margin: 0;
	letter-spacing: 2px;
}
.product-block-line {
	max-width: 80px;
	height: 2px;
	margin: 0 auto;
	background-color: #333333;
}
.product-block-con {
	text-align: center;
	color: #333333;
	line-height: 1.8em;
	padding: 20px 10px;
}
.product-feature {
	padding: 10px;
}
.product-feature ul {
}
.product-feature ul li {
	width: 15.6666%;
	float: left;
	display: inline-block;
	text-align: center;
	margin: 0.5%;
}
.product-feature ul li a {
	display: block;
	padding: 20px 10px;
	border: #dddddd 1px solid;
	color: #222222;
}
.product-feature ul li a:hover {
	border: #002672 1px solid;
	background-color: #e8e8e8;
}
.product-item {
}
.product-item-icon {
	max-width: 100px;
	margin: 0 auto;
}
.product-item-icon img {
	width: 100%;
	border: none;
}
.product-item-name {
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	color: #222222;
}
.icon-arrow {
	background-image: url("../images/icon-arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	width: 12px;
	height: 14px;
	display: inline-block;
	vertical-align: -1px;
	margin-left: 5px;
}
.product-item-subname {
	text-align: center;
	padding: 10px 0;
	color: #888888;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	min-height: 65px;
}

.col-citymap {
	padding: 40px 0;
}
.citymap-inner {
}
.citymap-inner h1 {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 10px;
	letter-spacing: 2px;
}
.citymap-con {
}
.citymap-mouse {
	background-image: url("../images/lr_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 94px auto;
	width: 94px;
	height: 18px;
	margin: 15px auto;
	display: block;
}
.citymap-col {
	max-width: 1200px;
	margin: 20px auto;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
}
.product-citymap {
	position: relative;
	background-image: url("../images/city-map.jpg");
	background-position: center center;
	background-repeat: no-repeat ;
	background-size: 1200px auto;
	padding: 10px;
	display: block;
	width: 1200px;
	height: 625px;
}
.product-citymap img {
	position: relative;
	width: 100%;
	border: none;
}
.citymap-menu01 {
}
.citymap-menu01 a {
	display: block;
	width: 165px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 310px;
}
.clocation01 {
	display: none;
	top: 70px;
    left: 315px;
}
.citymap-nav {
	position: absolute;
	background: rgba(0, 102, 255, 0.9);
	padding: 10px 20px 10px 10px;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width: 165px;
}
.citymap-nav > ul {
}
.citymap-nav > ul > li {
	color: #ffffff;
}
.citymap-nav > ul > li a {
	background-image: url("../images/icon-arrow02.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	padding: 8px 5px 8px 15px;
	color: #ffffff;
	font-weight: bold;
}
.citymap-nav > ul > li a:hover {
	color: #FFED00;
}
.citymap-menu02 {
}
.citymap-menu02 a {
	display: block;
	width: 165px;
    height: 45px;
    position: absolute;
    top: 180px;
    left: 125px;
}
.clocation02 {
	display: none;
	top: 240px;
    left: 125px;
}
.citymap-menu03 a {
	display: block;
	width: 165px;
    height: 45px;
    position: absolute;
    top: 155px;
    right: 335px;
}
.clocation03 {
	display: none;
	top: 215px;
    right: 317px;
}
.citymap-menu04 a {
	display: block;
	width: 165px;
    height: 45px;
    position: absolute;
    bottom: 205px;
    left: 435px;
}
.clocation04 {
	display: none;
	bottom: 125px;
    left: 472px;
}
.citymap-menu05 a {
	display: block;
	width: 165px;
    height: 45px;
    position: absolute;
    bottom: 85px;
    right: 350px;
}
.clocation05 {
	display: none;
	bottom: 62px;
    right: 195px;
}

.citymap-menu06 a {
	display: block;
	width: 165px;
    height: 45px;
    position: absolute;
    top: 320px;
    right: 235px;
}
.clocation06 {
	display: none;
	top: 375px;
    right: 240px;
}

/*聯絡我們
------------------------------------------------*/
.contact-block {
	background-color: #e7e7e7;
}
.contact-block-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}
.contact-block-inner h1 {
	text-align: center;
	font-size: 60px;
	font-weight: 500;
	color: #000000;
	padding: 50px 10px 5px 10px;
	margin: 0;
	letter-spacing: 2px;
}
.contact-block-inner h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #666666;
	padding: 5px 10px;
	margin: 0;
}
.contact-block-con {
	text-align: center;
	color: #666666;
	line-height: 1.8em;
	padding: 20px 10px;
	font-size: 28px;
	letter-spacing: 2px;
}
.citem {
	padding: 0 10px;
}
.contact-circle {
	text-align: center;
	display: block;
}
.contact-circle a {
	background-color: #3ab4f3;
	width: 180px;
	height: 180px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	text-align: center;
	color: #ffffff;
	display: block;
	font-weight: 500;
	margin: 0 auto;
	padding: 65px 0;
	font-size: 36px;
}
.contact-circle a:hover {
	background-color: #555555;
}

.footer-block {
	background-color: #000066;
	padding: 10px 0;
}
.footer-inner {
	max-width: 1000px;
	margin: 0 auto;
	color: #ffffff;
}
.footer-logo {
	max-width: 240px;
	float: left;
}
.footer-logo img {
	width: 100%;
	border: none;
}
.footer-item {
	float: left;
	padding: 10px 20px;
}
.footer-item ul {
}
.footer-item ul li {
	display: block;
	text-align:center;
	padding: 3px 0;
}
.f-item {
	padding-right: 30px;
}

/*公司簡介
------------------------------------------------*/
.sbanner-intro {
	background-image: url("../images/sbanner-intro.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 600px;
	height: 600px;
	position: relative;
}
.col-company {
	padding: 40px 20px;
}
.col-bg {
	background-color: #f8f8f8;
}
.col-bg2 {
	background-color: #ffffff;
}
.company-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
}
.company-inner h1 {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 10px;
	letter-spacing: 2px;
}
.icon-c1 {
	max-width: 66px;
	max-height: 66px;
	margin: 0 auto 15px auto;
	display: block;
}
.icon-c1 img {
	width: 100%;
	border: none;
}
.company-con {
	padding: 10px 0;
	line-height: 2em;
	letter-spacing: 1px;
}
.company-con ul {
	max-width: 500px;
	margin: 0 auto;
}
.company-con ul li {
	display: block;
	padding: 20px;
	border-bottom: #969696 1px solid;
}
.company-con ul li:nth-child(1) {
	border-top: #969696 1px solid;
}
.field-left {
	width: 150px;
	display: inline-block;
	float: left;
}
.field-right {
	display: inline-block;
	float: left;
	padding-left: 10px;
}

/*產品介紹
------------------------------------------------*/
.sbanner-product {
	background-image: url("../images/sbanner-product.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 600px;
	height: 600px;
	position: relative;
}
.col-product {
	padding: 40px 0;
}
.product-inner {
}
.product-inner h1 {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 10px;
	letter-spacing: 2px;
}
.product-con {
}
.product-con ul {
}
.product-con ul li {
	position: relative;
	background-color: #f7f7f7;
	width: 24%;
	margin: 0.5%;
	float: left;
	display: inline-block;
}
.product-con ul li a {
	display: inline-block;
}
.product-con ul li a::before {
	content: "";
    border: 1px solid #FFFFFF;
	position: absolute;
	top: 5px;
	right: 5px;
    bottom: 5px;
    left: 5px;
	z-index:3;
	pointer-events: none;
}
.product-con ul li a::after {
	content: "";
	background-color:rgba(0, 0, 0, 0.0);
	background-image: url("../images/icon-link.png");
	background-repeat: no-repeat;
	background-position: center -100px;
	background-size: 100px 100px;
	position: absolute;
	top: 0px;
	right: 0px;
    bottom: 0px;
    left: 0px;
	z-index:2;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.product-con ul li a:hover::after {
	background-color:rgba(0, 0, 0, 0.6);
	background-position: center center;
}
.product-con ul li a img {
	width:100%;
	height:auto;
}
.product-img {
}
.product-img img {
	width: 100%;
	border: none;
}
.product-name {
	text-align: center;
	color: #8c8e7b;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
}
.series-name {
	display: inline-block;
}
.product-intro {
	text-align: left;
	color: #8c8e7b;
	padding: 20px;
	line-height: 1.8em;
	font-size: 15px;
	height: 160px;
	overflow: hidden;
}
/*產品介紹-規格
------------------------------------------------*/
.col-p-detail {
	padding: 40px 0;
}
.p-detail-inner {
	padding: 20px;
}
.pdetail-left {
	width: 28%;
	float: left;
	display: inline-block;
	max-width: 485px;
	padding: 0 10px;
}
.pdetail-right {
	width: 72%;
	float: left;
	display: inline-block;
	padding: 0 10px;
}
.pmenu {
}
.pmenu h1 {
	background-color: #555555;
	text-align: center;
	color: #ffffff;
	padding: 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0;
}
.pmenu ul {
}
.pmenu ul li {
}
.pmenu ul li a {
	background-image: url("../images/icon-menu.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px auto;	
	padding: 10px 10px 10px 30px;
	border-bottom: #555555 1px dotted;
	color: #555555;
	display: block;
}
.pmenu ul li a:hover {
	background-image: url("../images/icon-menu-over.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px auto;	
	padding: 10px 10px 10px 30px;
	border-bottom: #999999 1px dotted;
	background-color: #999999;
	color: #ffffff;
	display: block;
}
.pdetail {
}
.pdetail-col {
	padding-bottom: 20px;
}
.pdetail-col-left {
	width: 40%;
	float: left;
	display: inline-block;
}
.pdetail-col-left img {
	width: 100%;
	border: none;
}
.pdetail-col-right {
	width: 60%;
	float: left;
	display: inline-block;
	padding: 0 10px;
}
.pdetail-col-right h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 15px 0;
}
.pdetail-col-right ul {
}
.pdetail-col-right ul li {
	background-image: url("../images/icon-list.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 5px 10px 5px 30px;
	line-height: 1.5em;
}
.product-detail {
	padding: 10px 0;
}
.pdetail-title {
	border-left: #0084ca 3px solid;
	padding: 0 0 0 10px;
	color: #0084ca;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}
.pdetail-con {
	color: #666666;
	line-height: 26px;
	padding: 0 15px;
}
.pdetail-con p {
	padding-bottom: 20px;
}
.pdetail-feature {
}
.pdetail-feature ul {
	padding: 10px 10px 30px 10px;
}
.pdetail-feature ul li {
	padding: 10px 0;
}
.pdetail-feature-icon01 {
	background-image: url("../images/feature-item01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-color: #e8e8e8;	
	width: 90px;
	height: 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	float: left;
}
.pdetail-feature-icon02 {
	background-image: url("../images/feature-item02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-color: #e8e8e8;	
	width: 90px;
	height: 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	float: left;
}
.pdetail-feature-icon03 {
	background-image: url("../images/feature-item03.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-color: #e8e8e8;	
	width: 90px;
	height: 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	float: left;
}
.pdetail-feature-icon04 {
	background-image: url("../images/feature-item04.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-color: #e8e8e8;	
	width: 90px;
	height: 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	float: left;
}
.pdetail-feature-icon05 {
	background-image: url("../images/feature-item05.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
	background-color: #e8e8e8;	
	width: 90px;
	height: 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	float: left;
}
.pdetail-feature-text {
	float: left;
	display: inline-block;
	padding: 15px 20px;
}
.pft-t1 {
	font-size: 18px;
	font-weight: bold;
}
.pft-t2 {
	font-size: 16px;
}
.pdetail-img-col {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}
.pdetail-img-col img {
    width: 100%;
    max-width: 750px;
    border: none;
}
.pdetail-padding {
	padding-top: 50px;
}
.back-productlist a{
	display: block;
    margin: 10px auto;
    border: #333333 1px solid;
    padding: 6px 30px;
    max-width: 300px;
    text-align: center;
	color: #333333;
}
.back-productlist a:hover{
	background-color: #333333;
	color: #ffffff;
}
.Product-link a{
	display: block;
    margin: 10px auto;
    border: #0084ca 1px solid;
    padding: 6px 30px;
    max-width: 300px;
    text-align: center;
	color: #ffffff;
	background-color: #0084ca;
}
.Product-link a:hover{
	background-color: #ffffff;
	color: #0084ca;
}
/*應用範圍
------------------------------------------------*/
.sbanner-application {
	background-image: url("../images/sbanner-application.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 600px;
	height: 600px;
	position: relative;
}

/*工程實績
------------------------------------------------*/
.sbanner-enginerring {
	background-image: url("../images/sbanner-enginerring.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 600px;
	height: 600px;
	position: relative;
}
.col-enginerring {
	padding: 40px 20px;	
	max-width: 1200px;
    margin: 0 auto;
}
.enginerring-inner {
    color: #666666;
    line-height: 26px;
    padding: 0 15px;
}
.enginerring-inner h1 {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 10px;
	letter-spacing: 2px;
}
.enginerring-con {
}
.engine-title {
    border-left: #0084ca 3px solid;
    padding: 0 0 0 10px;
    color: #0084ca;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
	margin-bottom: 20px;
}
.engine-con {
	padding: 20px 0;
}
.engine-case {
}
.case-box {
	padding: 10px;
	margin-bottom: 20px;
}
.case-box .case-main {
    display: table;
    width: 100%;
    height: 275px;
}
.case-box .case-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #EEEEEE;
    width: 750px;
}
.case-box .case-img img {
    width: auto;
    height: auto;
    max-width: 750px;
    max-height: 275px;
}
.case-box .case-text {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
}
.case-bg {
	background-color: #33a6cc;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.case-box2 {
	padding-bottom: 50px;
}
.case-box2 ul {
    margin: 10px 0;
    padding: 0;
}
.case-box2 ul li {
    width: 25%;
    padding: 10px;
    float: left;
}
.case-box2-photo {
}
.case-box2-photo img {
    width: 100%;
    border: none;
}
.case-box2-ex {
    text-align: center;
    font-weight: bold;
	padding: 5px;
	height: 65px;
    overflow: hidden;
}
/*1000-1280dpi 針對1920寬螢幕以及筆電最高寬度解析度(多數)到1366和1400*/
@media only screen and (max-width: 1280px){
.series-name {
	display: block;
}
.product-intro {
	height: 180px;
}
.case-box .case-main {
    height: 220px;
}
.case-box .case-img {
    width: 600px;
}
.case-box .case-img img {
    max-width: 600px;
    max-height: 220px;
}
}

/*960-1024dpi 針對老舊型電腦1024x768解析度使用者以及iPad平板(橫式)*/
@media only screen and (max-width: 1024px){
.product-feature ul li {
    width: 32.3333%;
}
.sbanner-intro {
	background-size: auto 500px;
    height: 500px;
}
.sbanner-product {
	background-size: auto 500px;
    height: 500px;
}

/*產品介紹-規格
------------------------------------------------*/
.pdetail-left {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 20px;
	max-width: none;
}
.pdetail-right {
	width: 100%;
	float: none;
	display: block;
}
.pmenu {
	border-bottom: #555555 1px dotted;
	margin-bottom: 40px;
}
.pmenu ul li {
    width: 49%;
	margin: 0.5%;
    float: left;
}
.pmenu ul li a {
	border: none;
    color: #555555;
    display: block;
}
.pmenu ul li a:hover {
	border: none;
    color: #ffffff;
    display: block;
}
/*工程實績
------------------------------------------------*/
.sbanner-enginerring {
	background-size: auto 500px;
    height: 500px;
}
/*應用範圍
------------------------------------------------*/
.sbanner-application {
	background-size: auto 500px;
    height: 500px;
}
}

@media only screen and (max-width: 960px){
.sbanner-intro {
	background-image: url("../images/sbanner-intro-s.jpg");
	background-size: auto 400px;
    height: 400px;
}
.sbanner-product {
	background-image: url("../images/sbanner-product-s.jpg");
	background-size: auto 400px;
    height: 400px;
}
.product-con ul li {
	width: 49%;
}
.product-intro {
    height: 150px;
}
/*工程實績
------------------------------------------------*/
.sbanner-enginerring {
	background-image: url("../images/sbanner-enginerring-s.jpg");
	background-size: auto 400px;
    height: 400px;
}
.case-box2 ul li {
    width: 50%;
}
.case-box .case-main {
    height: 165px;
}
.case-box .case-img {
    width: 450px;
}
.case-box .case-img img {
    max-width: 450px;
    max-height: 165px;
}
/*應用範圍
------------------------------------------------*/
.sbanner-application {
	background-image: url("../images/sbanner-application-s.jpg");
	background-size: auto 400px;
    height: 400px;
}
}

/*720-780dpi 針對各廠牌平板解析度使用(直式)*/
@media only screen and (max-width: 780px){
.intro-feature ul li {
    width: 33.3333%;
}
.sbanner-intro {
	background-size: auto 350px;
    height: 350px;
}
.sbanner-product {
	background-size: auto 350px;
    height: 350px;
}
.pdetail-col-left {
    width: 100%;
	max-width: 400px;
    float: none;
    display: block;
}
.pdetail-col-right {
    width: 100%;
    float: none;
    display: block;
}
.pdetail-col-right h1 {
	margin-top: 15px;
}
.pdetail-feature-icon01,
.pdetail-feature-icon02,
.pdetail-feature-icon03,
.pdetail-feature-icon04,
.pdetail-feature-icon05 {
	display: block;
    float: none;
}
.pdetail-feature-text {
    float: none;
    display: block;
    padding: 15px 0;
}
/*工程實績
------------------------------------------------*/
.sbanner-enginerring {
	background-size: auto 350px;
    height: 350px;
}
.case-box .case-main {
	width: 100%;
	height: auto;
	display: block;
}
.case-box .case-text {
	width: 100%;
	height: auto;
	display: block;
}
.case-box .case-img {
	width: 100%;
	height: auto;
	display: block;
}
.case-box .case-img img {
	width: 100%;
    max-width: none;
    max-height: none;
}
/*應用範圍
------------------------------------------------*/
.sbanner-application {
	background-size: auto 350px;
    height: 350px;
}
}

/*520-640dpi 針對各廠牌智慧型手機螢幕解析度使用；除非有使用寬度百分比自動縮放，可省略設定*/
@media only screen and (max-width: 656px){
.product-feature ul li {
    width: 49%;
}
.contact-block-inner h1 {
    font-size: 40px;
}
.contact-block-inner h2 {
    font-size: 24px;
}
.contact-block-con {
    font-size: 18px;
}
/*公司簡介
------------------------------------------------*/
.sbanner-intro {
	background-size: auto 300px;
    height: 300px;
}
.field-left {
	width: 100%;
	display: block;
	float: none;
}
.field-right {
	display: block;
	float: none;
	padding-left: 0;
}
.sbanner-product {
	background-size: auto 350px;
    height: 350px;
}
.pmenu ul li {
    width: 100%;
    margin: 0.5% auto;
    float: none;
}
/*應用範圍
------------------------------------------------*/
.sbanner-application {
	background-size: auto 350px;
    height: 350px;
}
}

/*320-480dpi 針對各廠牌智慧型手機螢幕解析度使用(直式)*/
@media only screen and (max-width: 480px){
.intro-feature ul li {
    width: 50%;
}
.sbanner-intro {
	background-size: auto 220px;
    height: 220px;
}
.sbanner-product {
	background-size: auto 220px;
    height: 220px;
}
.product-con ul {
    padding: 10px 20px;
}
.product-con ul li {
	width: 100%;
	margin: 0 auto 20px auto;
	float: none;
}
.product-intro {
	height: inherit;
}
/*工程實績
------------------------------------------------*/
.sbanner-enginerring {
	background-size: auto 220px;
    height: 220px;
}
.case-box2 ul li {
    width: 100%;
    float: none;
}
/*應用範圍
------------------------------------------------*/
.sbanner-application {
	background-size: auto 220px;
    height: 220px;
}
}
@media only screen and (max-width: 375px){
.contact-block-inner h1 {
    font-size: 30px;
}
.contact-block-inner h2 {
    font-size: 20px;
}
.product-feature ul li {
    width: 99%;
    max-width: 300px;
    margin: 10px auto;
    float: none;
    display: block;
}
}



/*xxx Start*/
.main-form {
	padding: 10px 0 20px 0;
}
.main-form-inner {
	max-width:800px;
	margin:0 auto 10px auto;
}
.main-form-inner ul {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding: 0px!important;
}
.main-form-inner ul li {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding: 0px!important;
}
.form-table {
	display:table;
	width:100%;
}
.form-name-left {
	color:#333333;
	font-size:1.0em;
	font-weight:normal;
	background-color:#F3F3F3;
	text-align:right;
	display:table-cell;
	white-space:nowrap;
	width:145px;
	padding:5px 0 5px 5px;
	vertical-align: top;
}
.form-field-right {
	display:table-cell;
	padding:5px;
	border-left:1px solid #CCCCCC;
}
.form-field-right2 {
	display:table-cell;
	padding:5px;
}
.main-form-inner ul li:nth-child(7) .form-name-left {
	vertical-align:top;
}
.form-field-right .xxx-input {
	width:100%;
	max-width:280px;
}
.form-field-right .xxx-textarea {
	width:100%;
	max-width:400px;
}
.main-form-button {
	text-align:center;
}
.main-form-inner ul li {
	float:left;
	width:100%;
}
.main-form-inner ul li:nth-child(1), 
.main-form-inner ul li:nth-child(2) {
}
.main-form-inner ul li:nth-child(2) .form-table {
	height:44px;
}
.main-form-inner ul li:nth-child(2) .form-table .form-name-left {
	vertical-align:middle;
}
.main-form-inner ul li:nth-child(2) .form-table .form-field-right {
	vertical-align:middle;
}
.form-field-rightxt {
	display: inline-block;
}
.main-form-inner ul li:nth-child(4) .form-field-right {
	display: inline-block;
}
.main-form-inner ul li:nth-child(4) .form-field-right2 {
	display: inline-block;
}
.main-form-inner ul li:nth-child(4) .form-field-right .xxx-input {
	max-width:60px;
	width:100%;
}
.main-form-inner ul li:nth-child(4) .form-field-right2 .xxx-input {
	max-width:200px;
	width:100%;
}

.main-form-inner ul li:nth-child(9) .form-field-right .xxx-input {
	max-width:150px;
	width:100%;
}

.thankyou {
	color: #336699;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    background-color: #e8e8e8;
    border: #cccccc 1px solid;
}

/*聯絡我們
------------------------------------------------*/
.sbanner-contact {
	background-image: url("../images/sbanner-contact.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 300px;
	height: 300px;
	position: relative;
}
