@charset "utf-8";
/* CSS Document */

body{margin:0px; font-family: 微軟正黑體; background-color: rgb(254, 243, 232)/*#f4f0e7*/;}

body, html{width: 100%; height: 100%;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/*******surveyCake*******/
.surveyCake{
	/*width: 70%;
	margin: 0 auto;*/
}
.surveyCake:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 190px;
    background-color: #fef3e8;
    margin-top: 1410px;
}

/*******色票*******/
.orange{background-color: #fba419;}
.pink{background-color: #c53395;}
.purple{background-color: #7c59ad;}
.lake{background-color: #50c1b7;}
.ceruleanBlue{background-color: #6a7dcc;}
.persimmon{background-color: #ff5803;}
.yellowGreen{background-color: #8ac43f;}
.blue{background-color: #5499e6;}
/*******色票end*******/

.container{
	width: 100%;
}
.header{
	width: 100%;
	height: 60px;
	background-color: #231815;
}
.header_logo{
	margin-left: 30px;
}
.header_logo img{
	width: 48px;
    margin: 10px 0px 0px 10px;
}
.inquires{
	position: fixed;
    top: 58%;
    right: -200px;
    width: 200px;
    height: 200px;
	text-align: right;
    z-index: 999;
	animation-name: inquires;
    animation-duration:1s;
	animation-delay:1s;
	animation-fill-mode: forwards;
}
@-moz-keyframes inquires {
  from {right: -200px;}
  to {right: 0px;}
}
@-webkit-keyframes inquires {
  from {right: -200px;}
  to {right: 0px;}
}
@-o-keyframes inquires {
  from {right: -200px;}
  to {right: 0px;}
}
@-ms-keyframes inquires {
  from {right: -200px;}
  to {right: 0px;}
}
@keyframes inquires {
  from {right: -200px;}
  to {right: 0px;}
}
.inquires img {
    width: 100%;
}
.main{
	width: 100%;
	margin: 0 auto;
}


/*******主視覺*******/
.banner_img-pc {
    width: 100%;
    margin: 0 auto;
	display: block;
}
.banner_img-iPad, .banner_img-m {
    width: 100%;
    margin: 0 auto;
	display: none;
}
.banner_img-pc img, .banner_img-iPad img, .banner_img-m img {
    width: 100%;
	display: block;
}


/*******服務項目*******/
.content {
    position: relative;
    max-width: 1148px;
    width: 60%;
    margin: 0 auto;
    padding: 42px 30px 100px 42px;
	font-size: 19px;
}
h1 {
    font-size: 52px;
	text-align: center;
	margin: 60px 0px 60px 0px;
}
.service h1 {
    margin: 0px 0px 60px 0px;
}
.marginTop120 {
    margin-top: 120px;
}
.service_items {
    position: relative;
    width: 43%;
    display: inline-block;
	margin: 1% 3%;
}
h2 {
    position: relative;
    width: 70%;
    height: 40px;
    font-size: 28px;
    color: #fff;
    border-radius: 20px 0px 0px 0px;
    padding: 5px 5px 5px 30px;
}
h2:after {
    content: "";
    position: absolute;
    top: 0;
    right: -49px;
    border: 25px solid transparent;
    border-left: 25px solid;
    border-bottom: 25px solid;
}
h2.orange:after {
	border-left-color: #fba419;
    border-bottom-color: #fba419;
}
h2.pink:after {
	border-left-color: #c53395;
    border-bottom-color: #c53395;
}
h2.purple:after {
	border-left-color: #7c59ad;
    border-bottom-color: #7c59ad;
}
h2.lake:after {
	border-left-color: #50c1b7;
    border-bottom-color: #50c1b7;
}
h2.ceruleanBlue:after {
	border-left-color: #6a7dcc;
    border-bottom-color: #6a7dcc;
}
h2.persimmon:after {
	border-left-color: #ff5803;
    border-bottom-color: #ff5803;
}
h2.yellowGreen:after {
	border-left-color: #8ac43f;
    border-bottom-color: #8ac43f;
}
h2.blue:after {
	border-left-color: #5499e6;
    border-bottom-color: #5499e6;
}
.items_card {
    position: relative;
	cursor: pointer;
}
.card {
    position: relative;
    background-color: #fff;
    z-index: 100;
}
.item_img {
    width: 150px;
    height: 150px;
	display: inline-block;
}
.item_img img {
    width: 100%;
}
.card ul {
	position: absolute;
    display: inline-block;
    margin-left: 20px;
	top: 50%;
    transform: translateY(-50%);
}
.card li {
    line-height: 30px;
    letter-spacing: 1px;
}
.card .ps {
    list-style: none;
    font-size: 17px;
}
.box {
    position: absolute;
    width: 248px;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    top: 0px;
    right: -24px;
    overflow: hidden;
}
.items_card:hover {
	z-index: 101;
}
.items_card:hover .box {
	-moz-transform: translateX(220px);
	-moz-transition: all 0.4s ease-out;
	-webkit-transform: translateX(220px);
	-webkit-transition: all 0.4s ease-out;
	-o-transform: translateX(220px);
	-o-transition: all 0.4s ease-out;
	-ms-transform: translateX(220px);
	-ms-transition: all 0.4s ease-out;
	transform: translateX(220px);
	transition: all 0.4s ease-out;
}
.box_img {
    height: 100%;
    right: 24px;
}
.box_img img {
    height: 100%;
}
.items_p {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 20px 30px 30px;
    color: #3e454d;
	float: left;
}

/*******國家新創獎*******/
.innovators_img {
    width: 70%;
    margin: 0 auto;
}
.innovators_img img {
    width: 100%;
}
.innovators_p {
    width: 70%;
    margin: 0 auto;
    line-height: 2em;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*******產品分類*******/
.classification {
    width: 450px;
    display: inline-block;
}
.classification.left {
    position: relative;
    left: 7%;
}
.classification.right {
    position: relative;
    float: right;
    right: 7%;
}
.classification.middle {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.classification.secondRow {
    margin-top: 7%;
}
.swiper-container.swiper2.forPC{
	display: block;
}
.swiper-container.swiper2.forM{
	display: none;
}
.classification .swiper-container {
  	width: 450px;/* 設定幻燈片寬度 */
  	height: 450px;/* 設定幻燈片高度 */
	border-radius: 50%;
    overflow: hidden;
}
h3 {
    font-size: 35px;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3:before {
    content: "";
	position: absolute;
    width: 6px;
    height: 32px;
    background-color: #000;
    margin-top: 8px;
    margin-left: -20px;
}
.classification ul {
    display: inline-block;
    margin-left: 55px;
}
.classification li {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 38px;
	color: #3e454d;
}

/*******合作客戶*******/
.logo_img {
    width: 100%;
    text-align: center;
}
.logo_img img {
    width: 100%;
    max-width: 896px;
}

/*******合作客戶*******/
.service {
    width: 100%;
    /*background-color: #f2e3c7;*/
    text-align: center;
    padding: 3% 0% 8% 0%;
}
h4 {
    font-size: 35px;
    letter-spacing: 1px;
	margin-bottom: 3%;
}
.service_p {
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 2em;
    color: #3e454d;
}
.service_p a {
    color: #3e454d;
}

/*********rwd*********/
@media all and (max-width:1680px){
.classification.left, .classification.right {
    left: auto;
    right: auto;
}
}
@media all and (max-width:1580px){
.content {
    width: 65%;
}
}
@media all and (max-width:1480px){
.content {
    width: 70%;
}
.service_items {
    width: 40%;
}
}
@media all and (max-width:1380px){
.content {
    width: 75%;
}
}
@media all and (max-width:1280px){
.inquires {
    width: 180px;
    height: 180px;
}
.content {
    width: 80%;
}
.service_items {
    width: 38%;
}
}
@media all and (max-width:1260px){
.content {
    width: 85%;
}
.service_items {
    width: 37%;
}
}
@media all and (max-width:1200px){
.content {
    width: 90%;
}
.service_items {
    width: 36%;
}
}
@media all and (max-width:1168px){
.content {
    width: 95%;
	padding: 42px 0px 100px 0px;
}
.service_items {
    width: 35%;
}
h3 {
    margin-left: 10%;
}
.classification ul {
    margin-left: 13%;
}
}
@media all and (max-width:1150px){
.service_items {
    width: 43%;
}
.box {
    width: 220px;
    border-radius: initial;
    right: 0px;
}
.box.orange, .box.pink, .box.purple, .box.lake, .box.ceruleanBlue, .box.persimmon, .box.yellowGreen, .box.blue {
    background-color: inherit;
}
.box_img {
    right: 0px;
}
.items_card:hover .box {
	-moz-transform: translateX(0px);
	-moz-transform: translateY(154px);
	-moz-transition: all 0.4s ease-out;
	-webkit-transform: translateX(0px);
	-webkit-transform: translateY(154px);
	-webkit-transition: all 0.4s ease-out;
	-o-transform: translateX(0px);
	-o-transform: translateY(154px);
	-o-transition: all 0.4s ease-out;
	-ms-transform: translateX(0px);
	-ms-transform: translateY(154px);
	-ms-transition: all 0.4s ease-out;
	transform: translateX(0px);
	transform: translateY(154px);
	transition: all 0.4s ease-out;
}
}
/******平板******/
@media all and (max-width:1024px){
.banner_img-pc, .banner_img-m {
	display: none;
}
.banner_img-iPad {
	display: block;
}
.content {
    width: 95%;
	padding: 42px 0px 100px 0px;
}
.classification {
    width: 400px;
}
.classification .swiper-container {
    width: 400px;
    height: 400px;
}
.classification.left {
    left: 2%;
}
h3 {
    margin-left: 25%;
}
.classification ul {
    margin-left: 35%;
}
}
@media all and (max-width:950px){
.service_items {
    width: 45.6%;
    margin: 1% 2%;
}
}
@media all and (max-width:900px){
.service_items {
    width: 47.6%;
    margin: 1% 1%;
}
.classification {
    width: 350px;
}
.classification .swiper-container {
    width: 350px;
    height: 350px;
}
}
@media all and (max-width:860px){
.service_items {
    width: 48.6%;
    margin: 1% 0.5%;
}
}
@media all and (max-width:830px){
.service_items {
    width: 60%;
    margin: 1% 20%;
}
.innovators_img {
    width: 85%;
}
.innovators_p {
    width: 80%;
}
.classification {
    width: 450px;
}
.classification .swiper-container {
    width: 450px;
    height: 450px;
}
.classification.left {
    left: 50%;
    transform: translate(-50%);
	margin-bottom: 7%;
}
.classification.right {
    right: 50%;
    transform: translate(50%);
	margin-bottom: 7%;
}
.classification.secondRow {
    margin-bottom: 10%;
}
.classification.right.last {
    float: none;
    left: 50%;
    transform: translate(-50%);
}
.marginTop120 {
    margin-top: 60px;
}
}
@media all and (max-width:700px){
.service_items {
    width: 70%;
    margin: 1% 15%;
}
}
@media all and (max-width:600px){
.service_items {
    width: 80%;
    margin: 1% 10%;
}
}
/******手機******/
@media all and (max-width:540px){
.inquires {
    width: 170px;
    height: 170px;
}
.banner_img-pc, .banner_img-iPad {
	display: none;
}
.banner_img-m {
	display: block;
}
.content {
    padding: 42px 0px 50px 0px;
}
.surveyCake:before {
    height: 50px;
    margin-top: 1555px;
}
.service_items {
    width: 90%;
    margin: 1% 5%;
}
}
@media all and (max-width:480px){
.swiper-container.swiper2.forPC{
	display: none;
}
.swiper-container.swiper2.forM{
	display: block;
}
.classification {
    width: 350px;
}
.classification .swiper-container {
    width: 350px;
    height: 350px;
}
}
@media all and (max-width:460px){
.content {
    width: 90%;
}
.service_items {
    width: 100%;
    margin: 1% 0%;
}
}
@media all and (max-width:440px){
.inquires {
    width: 150px;
    height: 150px;
}
.header {
    height: 50px;
}
.inquires {
    top: 75%;
}
}
@media all and (max-width:435px){
.card li {
    font-size: 18px;
    letter-spacing: 0px;
}
}
@media all and (max-width:420px){
.inquires {
    width: 140px;
    height: 140px;
}
h1 {
    font-size: 35px;
	margin: 40px 0px 40px 0px;
}
.marginTop120 {
    margin-top: 40px;
}
h3 {
    font-size: 30px;
}
h3:before {
    width: 5px;
    height: 26px;
}
h4 {
    font-size: 30px;
}
.classification li {
    font-size: 20px;
    line-height: 35px;
}
.service_p {
    font-size: 22px;
}
.innovators_img {
    width: 100%;
}
.innovators_p {
	width: 100%;
    font-size: 17px;
}
.card li {
    font-size: 17px;
}
.card .ps {
    font-size: 16px;
}
.items_p {
    font-size: 17px;
}
}
@media all and (max-width:400px){
h2 {
    font-size: 25px;
}
.innovators_p {
    font-size: 16px;
}
.card li {
    font-size: 16px;
}
.card .ps {
    font-size: 15px;
}
.items_p {
    font-size: 16px;
}
}
@media all and (max-width:395px){
h4 {
    font-size: 26px;
}
.service_p {
    font-size: 20px;
}
}
@media all and (max-width:390px){
.content {
    width: 95%;
}
}
@media all and (max-width:375px){
.inquires {
    top: 70%;
}
.innovators_p {
    font-size: 15px;
}
.card li {
    font-size: 15px;
}
.card .ps {
    font-size: 14px;
}
.items_p {
    font-size: 15px;
}
}
@media all and (max-width:358px){
.classification {
    width: 270px;
}
.box {
	display: none;
}
.item_img {
    width: 125px;
    height: 125px;
}
.classification .swiper-container {
    width: 270px;
    height: 270px;
}
}
@media all and (max-width:335px){
.item_img {
    width: 110px;
    height: 110px;
}
.card li {
    line-height: 24px;
}
.items_p {
    line-height: 28px;
}
}
@media all and (max-width:330px){
.item_img {
    width: 100px;
    height: 100px;
}
h2 {
    font-size: 23px;
}
}
@media all and (max-width:305px){
.item_img {
    width: 90px;
}
h2 {
    font-size: 22px;
}
.card li {
    line-height: 22px;
}
.items_p {
    line-height: 24px;
}
}
@media all and (max-width:295px){
h2 {
    width: 86%;
}
h2:after {
	display: none;
}
.innovators_p {
    font-size: 14px;
	margin-top: 30px;
}
.card li {
    font-size: 14px;
}
.card .ps {
    font-size: 13px;
}
.items_p {
    font-size: 14px;
}
}
@media all and (max-width:285px){
.inquires {
    width: 100px;
    height: 100px;
}
h1 {
	font-size: 30px;
    margin: 30px 0px 30px 0px;
}
h3 {
    font-size: 24px;
}
h3:before {
    width: 4px;
    height: 20px;
    margin-top: 6px;
}
h4 {
    font-size: 21px;
}
.classification li {
    font-size: 17px;
    line-height: 30px;
}
.classification.left, .classification.right {
    margin-bottom: 10%;
}
.service_p {
    font-size: 18px;
}
.item_img {
    width: 80px;
}
}




