﻿@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	font-size: 13px;
	font-family: "Verdana", "Geneva", "sans-serif";
	background: url(http://carbing.com.tw/images/bgwc.gif) center repeat-y, #e9e8e4;
}
a{
	color:#707070;
	text-decoration:none;
}
a:hover{
	color:#000;
}
p{
	line-height: 1.8em;
}
h1{
	font-size: 2em;
}

	
/* 天區塊 */
.wrapper{
	width: 1020px;
	position: relative;
	margin: 0 auto;
}
.top-logo{
	position: absolute;
	margin: -30px 0 0 30px;
	z-index: 1;
}


/** pure css slider ----- **/
   .cs_slider {
	   margin-top:30px;
       height: 280px;
       overflow: hidden;
       position: relative;
    }

    .cs_slider li {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
    }

    .cs_slider li {
        -webkit-animation: round 20s linear infinite;
                animation: round 20s linear infinite;
    }

    @-webkit-keyframes round {
        5% {
            opacity: 1;
            filter: alpha(opacity=100);
            /* 0-1秒淡入 */
        }
        25% {
            opacity: 1;
            filter: alpha(opacity=100);
            /* 1-5秒靜止 */
        }
        30% {
            opacity: 0;
            filter: alpha(opacity=0);
            /* 5-6秒淡出 */
        }
    }

    @keyframes round {
        5% {
            opacity: 1;
            filter: alpha(opacity=100);
            /* 0-1秒淡入 */
        }
        25% {
            opacity: 1;
            filter: alpha(opacity=100);
            /* 1-5秒靜止 */
        }
        30% {
            opacity: 0;
            filter: alpha(opacity=0);
            /* 5-6秒淡出 */
        }
    }

    .cs_slider li:nth-child(4) {
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
    }

    .cs_slider li:nth-child(3) {
        -webkit-animation-delay: 5s;
                animation-delay: 5s;
    }

    .cs_slider li:nth-child(2) {
        -webkit-animation-delay: 10s;
                animation-delay: 10s;
    }

    .cs_slider li:nth-child(1) {
        -webkit-animation-delay: 15s;
                animation-delay: 15s;
    }


/* main區塊 */
.brand{
	padding-bottom:30px;
}
.brand li{
	width: 222px; /* 原為180px，因為reset加上box model，使得圖片因為容器而縮小，佈局跑掉，故重設 */
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 20px 10px;
	border: 1px solid #cccccc;
	background: #fff;
	float: left;
	margin: 0 16px 15px;
	overflow: auto;
	position: relative;
}
.brand img, .idtecnica img{
	padding-bottom: 5px;
}
.listicon{
	position: absolute;
	right: 5px;
}
#main{
    padding: 30px 10px 15px 10px;
}
#proimg{
	float: left;
	margin: 0 20px 0 10px;
}
#exec, #proimg li{
	border: 1px solid #cccccc;
}
#proimg li{
	float: left;
    width: 100px;
    padding: 5px;
    margin-top: 10px;
	cursor: pointer;
}
.lim{
	margin-left: 13px;
	margin-right: 13px;
}
.tecnica li, .idtecnica li{
	float: left;
	margin: 20px 40px;
	text-align: center;
}
.idtecnica li{
	margin: 20px 10px;
}
.icon{
	margin: 10px 0;
}
.titlebg{
	width: 216px;
	height: 54px;
	text-align: center;
    font-size: 30px;
	color: #fff;
	padding-top: 10px; /* 原18px，因reset加上box故修改 */
	margin-top: 30px;
	background: url(http://carbing.com.tw/images/icon-titlebg.png) center no-repeat;
}
.features{
	color: #a71f24;
}
.feajpg li{
	float: left;
	text-align: center;	
	width: 156px;
    margin: 5px;
	line-height: 1.5em;
}
.feajpg img{
	box-shadow: 3px 5px 8px #CCC;
	margin-bottom: 12px;
}
.four li{
	width: 240px;
}
.notice{
	color: blue;
}
.list-table{
	width:100%;
	display:table;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;    /* Opera */
	text-align: center;
	line-height: 1.8em;
    padding-top: 10px;
	table-layout: fixed;
}
.list-table ul{
	display:table-row;
}
.list-table li{
	display:table-cell;
	border: 1px dotted #CCC;
	padding:1%;
	margin: 0 1px 1px 0;
	vertical-align: middle;
}
/* 社群分享 */
#share {
	float: right;
    border: #ccc solid 1px;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
}
ul.share-buttons li{
  /* display: inline; 橫向併排只需這行*/
  padding: 5px 6px;
  text-align: center;
}
ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
ul.share-buttons img{
  width: 32px;
}
.share-title{
    border: #CCC solid;
    border-width: 1px 0;
    line-height: 1.2;
}
.share-title span{
	font-size: 22px;
    font-weight: bolder;
}
/* 標題 */
.tr, .tc{
	background: #ECECEC;
	text-align: center;
	font-weight: bold;
}
/* 首欄標題寬度，其他欄位自動調整 */
.tc{
	width: 20%;
}
#quickline{
	margin: 0px 0 35px 0;
	/* margin: 100px 0 35px 0; TOP無圖 */
}


/* 地區塊 */
footer{
    padding: 55px 10px 25px 10px;
    font-size: 11px;
    line-height: 1.5em;
    background: url(footer-bg.png) repeat-x;
	color: #FFF;
}
footer p{
	line-height: 1.5em;
}
.fl, footer address, footer img, footer p{
	float: left;
}
.fr{
	float: right;
}
footer address{
	padding: 0 35px;
}


/* 其他 */
.clr{
	clear: both;
}
.clearfix:before,
   .clearfix:after {
      content:"";
      display:table;
   }
   .clearfix:after {
     clear:both;
     overflow:hidden;
   }
  .clearfix {
     zoom:1; /* IE < 8 */
  }

@media only screen and (max-width: 1024px) {
body{
	background: #fff;
}
footer{
	display: inline-table;
}
}