@import url("../fonts/flaticon/flaticon.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 50%;
    width: 140%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}


.h3-title2 {
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    color: #003a72;
    margin-bottom: 20px;
}

.h3-title {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.h3-title i {
    color: #003a72;
    display: inline-block;
    margin-right: 6px;
}
.h3-title span {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
    color: #666;
}

.h4-title {
    border-left: 7px solid #003a72;
    padding-left: 10px;    
    color: #003a72;
    font-size: 1.3rem;
    margin-bottom: 20px;
	font-weight: bold;
}
.h5-title {
	font-size:1.1rem;
	font-weight: bold;
	padding-bottom:2px;
	color:#e96424;
   /* font-weight: bold;
    font-size: 1.2rem;*/
}
.h5-title i {
    color: #e96424;
    display: inline-block;
    margin-right: 6px;
    font-size: 0.9rem;
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content-wrap {
    background: url("../img/content-bg.jpg") no-repeat right top fixed;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px;
    min-height: 400px;
}

.content-wrap img{
	width:100%;
}

/* 麵包屑 */
.breadcrumbs {
	text-align: right;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
	background:#0d3b6d;
}
.breadcrumbs a {
	display: inline-block;
	color: #fff;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #0c7dc5;
	font-size: 1.4rem;
	font-weight: bold;
}

.hr-s1 {
    padding-bottom: 30px;
    border-bottom: 2px dashed #ccc;
}


/*========================================================
                      	次選單設定
=========================================================*/

.navsub {
	margin-bottom: 40px;
	text-align: center;
    display: none;
}
.navsub-select {
    width: 100%;
    display: block;
}

.navsub-list {
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.navsub-list h2  {
	color: #fff;
	background-color: #0d3b6d;
	padding: 8px 10px;
	text-align: center;
	margin: 0 0 10px 0;
    font-size: 1.8rem;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 5px 10px;
	color: #333;
	font-size: 1rem;
    border-bottom: 1px dotted #cccccb;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #cccccb;
}

.navsub-select {
    width: 100%;    
/*
	margin-left: 15px;
	margin-right: 15px;
*/
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .navsub {
        display: block;
    }
    .navsub-select {
        display: none;
    }
}


/*========================================================
                         共同設定
=========================================================*/

/* 回目錄頁 */
.btn-back {
	text-align: right;
	margin-bottom: 30px;
}
.btn-back a {
    background-color: #00b79f;
	padding: 5px 20px;
	border-radius: 0px;
	color: #fff;
}
.btn-back a:hover {
    background-color: #f9a845;
	color: #fff;
	text-decoration: none;
}
.btn-back2 a {
    background-color: #003a72;
	padding: 10px 30px;
	border-radius: 0px;
	color: #fff;
}
.btn-back3 a {
    background-color: #003a72;
	border-radius: 0;    
}

/* 圖片設定 */
.commonStyle-img {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}
@media (max-width: 767px) {
    .commonStyle-img {
        margin-top: 20px;
        margin-bottom: 20px;
    }    
    .commonStyle-img img {
        width: 49%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .commonStyle-img {
        margin-top: 30px;
        position: relative;
        height: 340px;
        overflow: hidden;
    }
    .commonStyle-img img {
        width: 30%;
        clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    }
    .commonStyle-img img:nth-of-type(1) { 
        clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
        position: absolute;
        left: -3%;
    }
    .commonStyle-img img:nth-of-type(2) { 
        position: absolute;
        left: 22%;
    }
    .commonStyle-img img:nth-of-type(3) { 
        position: absolute;
        left: 47%;
    }
    .commonStyle-img img:nth-of-type(4) {
        position: absolute;
        left: 72%;
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    .commonStyle-img {
        height: 155px;
    }
}
@media (min-width: 992px) {
    .commonStyle-img {
        height: 209px;
    }
}
@media (min-width: 1200px) {
    .commonStyle-img {
        height: 164px;
    }
}
@media (min-width: 1600px) {
    .commonStyle-img {
        height: 243px;
    }
}


/* 廠商logo商設定 */
.logo-s1 [class*="col-"] {
    margin-bottom: 30px;
}
.logo-s1 [class*="col-"] img {
    border: 1px solid #ddd;
    width: 100%;
    vertical-align: bottom;
}

/* 動態按鈕商設定 */
.btn-recruitment {
}
.btn-recruitment a {
    display: inline-block;
    background-color: #01a198;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 1rem;
/*    animation: mymove 2s infinite;*/
}
.btn-recruitment a svg {
    width: 20px;
    height: 20px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}
@keyframes mymove {
    0% { background-color: #01a198;}
    8% { background-color: #2ba386;}
    16% { background-color: #53a575;}
    24% { background-color: #7da864;}
    32% { background-color: #a6aa53;}
    40% { background-color: #cfac41;}
    48% { background-color: #f8ae30;}
    56% { background-color: #ceac42;}
    64% { background-color: #a6aa53;}
    72% { background-color: #7ca764;}
    80% { background-color: #53a575;}
    88% { background-color: #2aa387;}
    100% { background-color: #01a198;}
}

/*========================================================
                         公司簡介
=========================================================*/

.about_list_1{
	font-weight: bold;
	text-align: center;	
}
.about_list_1 h5{
	color: #555;
	text-align: left;
	margin-bottom: 3vh;
}
.about_list_1 h5 i{
	padding-right: 5px;
}
.about_list_1 [class*="col-"]{
    margin-bottom: 15px;
}
.about_list_1 [class*="col-"] p{
    background: #83b3dd;
	color: #fff;
	padding: 15px 20px 0;
	height: 100%;
}
.about-02-1 [class*="col-"] p {
    background: #83b3dd;
}
.about-02-2 [class*="col-"] p {
    background: #3d6fb6;
	line-height: 1.5rem;
}
.about-02-3 [class*="col-"] p {
    background: #62b2b0;
}


.about-wrap img{
	margin-bottom: 5px;
}


.md-30{
	padding: 30px;
}

@media (max-width: 480px) {
	.about_list_1 h5 span{
		display: block;
	}
}
/*========================================================
                         製程與設備
=========================================================*/
.equipment-wrap .pic_box{ padding-bottom:20px;}
.equipment-row img{ padding-bottom:7px;}
.equipment-row p{ text-align:center;line-height: 1.2rem;}

/*========================================================
                         維修與翻修
=========================================================*/
.repair-wrap table{ width:100%;}
.repair-wrap table h2{ font-size:1.2rem; line-height:1; font-weight:bold; color:#003a72;}
.repair-wrap .download img{ max-width:20px;}
.repair-wrap .download a{ background:#316399; color:#fff; padding:5px 15px 8px 10px; border-radius:7px;}
.repair-wrap .download a:hover{ background:#598ec8; opacity:0.7; transition:all .3s;}


/*.repair-row{ }
.repair-row .pic{ }
.repair-row .text{  padding:10px 0 20px 0;}
.repair-row .text h2{ font-size:1.2rem; line-height:1; font-weight:bold; color:#003a72;}
.repair-row .text p{ margin-bottom:10px; line-height:1;}
.repair-row .download{ }
.repair-row .download img{ max-width:20px;}
.repair-row .download a{ background:#316399; color:#fff; padding:5px 15px 8px 10px; border-radius:7px;}
.repair-row .download a:hover{ background:#598ec8; opacity:0.7; transition:all .3s;}*/

/*.repair_a01{
	background: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}*/

.repair_a01 {
    /*margin: 0 25px 10px;
    padding: 10px;
    background-color: #fff;*/
    position: relative;
	margin-bottom: 15px;
}
.repair_a01-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
	/*padding: 10px;
    background: #fff;*/
	outline:none;
}
.repair_a01-img .repair_title{
	background-image: linear-gradient(to top, #1b5a9f 0%, #6fa3db 100%);
    color: #fff;
    text-align: center;
}
/*.repair_a01-info {
    text-align: left;
    background-color: #fff;
    padding: 5px 0px 0px;
	margin: 0px;
    color: #000;
}*/
.repair_a01-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}
/*.repair-a01-wrap .h5-title{
	background: url(../img/repair-line.png) repeat-x 0 100%;
    margin: 0 0 30px;
    padding: 8px 9px 15px;
    min-height: 32px;
}*/
.repair_a01-info {
    /*border-bottom: 2px solid #e50051;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    padding-top: 2%;
    /*margin-bottom: 5%;*/
	color: #555;
	font-size: 1rem;
}

.card__title-left{
	
	line-height: 1.2rem;
	font-weight: bold;
}
.card__title-left span{
	font-weight: bold;
}
.card__title-right{
	/*text-align: right;*/
	
}
.card__title-right img{
	width: 2.5vh;
	padding-right: 5px;
}
.card__title-right a{
	color: #1b7bb4;
	font-weight: bold;
}
.card__title-right a i{
	padding-right: 5px;
}
.repair_a01-info .card__title-right a:hover{
	color: #3882c9;
}

.repair_a01 .repair_a01-img .repair_a01-btn  {
    text-align: center;
	display: grid;
}

.repair_a01 .repair_a01-img .repair_a01-btn  .news-btn{
    display: inline-block;
	background: #526e88;
    /*background: #526e88 url('https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23fff&width=24px&height=24px') no-repeat 10px center;*/
    color: #fff;
    padding: 3px 14px 3px 34px;
}

.repair_a01 .repair_a01-img:hover .repair_a01-btn .news-btn{
	background: #355471;
    /*background: #355471 url('https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23fff&width=24px&height=24px') no-repeat 10px center;*/
    color: #fff;

}
/*.repair_a01 .repair_a01-img .repair_a01-btn a i {
    padding-right: 5px;
}
.repair_a01 .repair_a01-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}*/

.repair_a01 .repair_a01-img .pic{overflow: hidden;
    background: #fff;
    padding: 3px;
    /*box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;*/
	border:1px solid #b7bdbf91;
}
.repair_a01 .repair_a01-img .pic img{transform:scale(1,1);transition: all 1s ease-out;}



.repair_a01 .repair_a01-img .repair_a01-btn .news-date{
	text-align: right;
	margin: 0 5px;
	outline:none;
}


/*========================================================
                      熱銷推案內頁
=========================================================*/

.products-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.products-nav li {
    position: relative;
    padding: 20px 30px;
    border-top: 1px solid #dee2e6;
}
.products-nav li:nth-of-type(2n) {
    background-color: #ededed;   
}
.products-nav li span {
    display: block;
    font-size: 0.9rem;
    color: #777;    
}
.products-nav li a {
    display: block;
    padding: 3px 20px;
    border-radius: 5px;
    background-color: #0089cf;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
}
.products-nav li a:hover {
    background-color: #013972;
}

@media (min-width: 640px) {
    .products-nav li {
        padding: 5px 30px;
    }
    .products-nav li a {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        display: inline-block;
        margin-top: 0;
    }
}




/*========================================================
                         服務項目
=========================================================*/

.service-wrap{
    
}
.service-wrap .service-list dl {
    /*overflow: hidden;*/
    display: flex !important; 
    min-height: 100px;
    /*padding: 20px 0;*/
}
.service-wrap .service-list dl:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.service-wrap .service-list dl dt {
    align-self: center !important;
	position: relative;
    z-index: 1;
    padding: 10px;
    border: 1px solid #e2e2e2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.service-wrap .service-list dl dt span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 45px;
    letter-spacing: .02em;
    color: #2b8cc9;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: #f1f1f1;
    text-shadow: 0 0 3px rgb(0 0 0 / 24%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*.service-wrap .service-list dl dt span::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -0.5px;
    top: -15px;
    width: 1px;
    height: calc(100% + 30px);
    background-color: #e2e2e2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.service-wrap .service-list dl dt span::after {
    content: '';
    position: absolute;
    z-index: -2;
    left: 50%;
    margin-left: -9px;
    top: -1px;
    width: 18px;
    height: calc(100% + 2px);
    background-color: #fff;
}*/
.service-wrap .service-list dl:hover span{
    background-color: #2b8cc9;
    color: #fff;
}
.service-wrap .service-list dl:hover dt{
    border: 1px solid #2b8cc9;
    color: #fff;
}
.service-wrap .service-list dl dd {
    overflow: hidden;
    align-self: center !important;
    margin-bottom: 0;
	padding-left:30px;
}

.service-wrap .service-list dl dd p strong{
    display: block;
	color: #545454;
	font-size: 18px;
}



@media (min-width: 1200px) {
.service-wrap .service-list dl dt span {
    width: 93px;
    height: 93px;
}
}

.hr_box {
	padding-top:10px;
	padding-bottom: 20px;
}
.hr_box dl {
	position: relative;
}
.hr_box dl dt {
	position: relative;
	top: 100px;
}


.hr_box dl dd {
	-webkit-box-shadow: 0 0 10px #adadad;
	-moz-box-shadow: 0 0 10px #adadad;
	box-shadow: 0 0 10px #adadad;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	background: #fff;
}
.hr_box dl dd h2 {
	color: #525252;
	font-weight: bold;
	padding-top: 20px;
    padding-bottom: 10px;
	font-size: 16px;
}


.top_hr_pic {
    height: 80px;
    background-position: center;
    background-size: cover;
}
.hr_box a{
	text-decoration:none;
}

.hr_box a:hover h2{
	color: #149413;
}

.top_hr_pic img{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.hr_box a:hover .top_hr_pic img{
    transform: translateY(-8px);
}


@media (min-width: 992px) {
	.hr_box {
		padding-top:50px;
		padding-bottom: 30px;
	}
}


/*========================================================
                         聯絡我們
=========================================================*/

.contact-info {
    
}
.contact-info h2{
	color:#0d3b6d;
	font-size:1.3rem;
	font-weight:bold;
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
	position: relative;
}
.contact-info ul li span{
	padding-left:83px;
}
.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
}
.contact-info ul li:nth-of-type(1) i {
    color: #e71c30;
}
.contact-info ul li:nth-of-type(2) i {
    color: #028ad3;
}
.contact-info ul li:nth-of-type(3) i {
    color: #2e9876;
}
.contact-info ul li:nth-of-type(4) i {
    color: #cd7f0c;
}
.contact-info ul li:nth-of-type(5) i {
    color: #cf86e1;
}
.contact-info ul li:nth-of-type(6) i {
    color: #2954b5;
}

.contact-info ul li [class^="flaticon-"]:before, 
.contact-info ul li [class*=" flaticon-"]:before, 
.contact-info ul li [class^="flaticon-"]:after, 
.contact-info ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}

.map {
    margin-bottom: 20px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #194e80;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #194e80;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}



/*========================================================
                         各類表單
=========================================================*/


/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
}
.form-horizontal label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: #111;
}
.form-horizontal .form-control {
	border: 1px solid #ededed;
	background-color: #ddd;
}

.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* 意見表單 */
.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}


.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}



/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
	border: 1px solid #c0bebe;
}
.table1 tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

.table1 th {
	background-color: #3a7da5;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	/*border: 1px solid #c0bebe;*/
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}

.table2 td:nth-of-type(2){
	text-align: center;
}



/*========================================================
                         ul設定
=========================================================*/

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}

.ul-s2 {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.ul-s2 li {
    border-bottom: 1px solid #ddd;
    padding: 3px 10px 3px 20px;
    position: relative;
}
.ul-s2 li:nth-child(2n+1) {
    background-color: #ededed;
}
.ul-s2 li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 3px;
    z-index: 2;
}

@media (min-width: 768px) {
    .ul-s2b li:nth-child(2n+1) {
        background-color: #fff;
    }
    .ul-s2b li:nth-child(4n+1),
    .ul-s2b li:nth-child(4n+2){
        background-color: #ededed;
    }
}


.ul-s3 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-s3 li {
    position: relative;
    padding: 9px 4px 9px 120px;
    border-bottom: 1px dashed #ccc;
}
.ul-s3 li b {
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 3;
    width: 104px;
    font-weight: bold;
    margin-left: 4px;
    background-color: #a3bfdd;
    text-align: center;
}
.ul-s3 li span {
    display: none;
}


/*.download {
	list-style: none;
    margin: 10px 0;
    padding: 0;
}
.download li a {
    display: inline-block;
	background: url(../img/down.png) no-repeat left 6px;
    padding: 3px 0 3px 30px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
.download li a:hover {
    text-decoration: none;
}*/





/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '了解更多';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(206, 26, 26, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}


.effect-layla > a {
    position: relative;
    display: inline-block;
    overflow: hidden
}
.effect-layla > a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before, .effect-layla > a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla > a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #003a72;
    border-bottom: 1px solid #003a72;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #003a72;
    border-left: 1px solid #003a72;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}
.effect-layla:hover > a img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}
.effect-layla:hover > a:before, .effect-layla:hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.effect-layla a div {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
    color: #fff;
    font-size: 2rem;
    text-shadow: 1px 1px 5px #333;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.effect-layla a:hover div {
	opacity: 1;
}



