
@import url("../fonts/flaticon/flaticon.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;
	text-align: center;
}
.h2-title:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 50%;
    width: 140%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}

.h3-title {
	text-align: center;
    color: #143c61;
	font-size: 36px;
	font-weight: bold;
	
}

.title_line {
    width: 50px;
    height: 1px;
    background-color: #bababa;
    margin: 20px auto 35px;
}





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

.content-wrap {
    background: url("../img/content-bg.jpg") no-repeat right top;
    background-size: cover;
    /*padding-top: 60px;*/
    padding-bottom: 60px;
    background-color: #fff;
}
.f1 {
    color: #d46767!important;
}


/* 標題 */
.main-top {
    padding-top: 40px;
    text-align: center;
    position: relative;
}
.main-top .btn.inqu{
  position: absolute;
  right: 0;
  bottom: 0;
}


.main-title {
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    display: inline-block;
    box-sizing: border-box;
    padding: 40px 0 20px;
}
.main-title span{
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}
.main-title span:before{
  content: '';
  display: inline-block;
  background: url(../img/main_title_deco.png) no-repeat;
  width: 22px;
  height: 9px;
  position: relative;
  top:-2px;
  margin-right: 7px;
}

.main-title span:after{
  content: '';
  display: inline-block;
  background: url(../img/main_title_deco_2.png) no-repeat;
  width: 22px;
  height: 9px;
  position: relative;
  top:-2px;
  margin-right: 7px;
}
.main-title span:after{
  margin-right: 0;
  margin-left: 7px;
}
.main-title strong{
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #004a9c;
  background: -webkit-linear-gradient(#006adf, #004a9c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}




/* 麵包屑 */

.breadcrumbs {
    text-align: center;
    color: #bababa;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}
.breadcrumbs a {
	display: inline-block;
	color: #bababa;
}
.breadcrumbs a:hover{
	color: #0055b2;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #bababa;
}

.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #bababa;
	font-size: 1.4rem;
	font-weight: bold;
}


.sub-title {
    position: relative;
    text-align: left;
    font-size: 24px;
    color: #444;
    margin-bottom: 5px;

}
.breadcrumb_2 {
    padding: 4px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
	color: #b9b9b9;
}
.breadcrumb_2 > li {
    display: inline-block;
}
.breadcrumb_2 > li a {
	color: #b9b9b9;
}
.breadcrumb_2 > li a:hover{
	color: #456aad;
}
.product-list h2{
	padding: 4px 15px;
    margin-bottom: 20px;
    list-style: none;
     background-color: #f5f5f5; 
    border-radius: 4px;
	
	}


/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #325490;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
	background-color: #7b9ad2;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
	
}

.navsub-list {
	margin-right: 30px;
	padding-bottom: 5px;
}

.navsub-list h2  {
	color: #fff;
	background-color: #456aad;
	padding: 12px 10px;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.navsub-list ul li {
	border-bottom: 1px solid #ccc;
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 16px;
	/*margin: 0 0 10px 0;*/
}
.navsub-list ul li a:hover {
	color: #fff;
	background-color: #7b9ad2;
}

.navsub-list ul li a span{
	float: right;
	
}
.label-default {
    background-color: #999;
}
.label{
	display: inline;
    padding: 0.2em 0.6em 0.3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.navsub-list ul li a:hover span {
	color: #7b9ad2;
	background-color: #fff;
}

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

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

}
@media (min-width: 1600px) {

	.navsub-list ul li a {
	font-size: 18px;
}
}


/*========================================================
                      	 關於我們
=========================================================*/


.aboutUs-2-wrap {
	padding: 60px 4% 60px;
	position: relative;
	z-index: 99;
}
.aboutUs-2 {
    position: relative;
    overflow: hidden;
}
.aboutUs-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}
.aboutUs-2.active:after {
    -webkit-transform: skew(-18deg) translateX(0);
    -ms-transform: skew(-18deg) translateX(0);
    transform: skew(-18deg) translateX(0);
    opacity: 1;
}
.aboutUs-2:after {
    content: '';
    position: absolute;
    top: 0;
    right: -5%;
    width: 70.5%;
    height: 100%;
    background-color: #FFF;
    z-index: -1;
    -webkit-transform: skew(-18deg) translateX(100%);
    -ms-transform: skew(-18deg) translateX(100%);
    transform: skew(-18deg) translateX(100%);
    -webkit-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    -o-transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.8s;
    opacity: 0;
	animation-name: aboutUs-2-1;
	animation-duration:2s;
}


@keyframes aboutUs-2-1{
 100%{
      right:-100px;
  }
  0%{
      right:-50px;
  }
}




.aboutUs-2-wrap img {
	width: 100%;
    vertical-align: bottom;
}
.aboutUs-2-wrap [class*="col-"]:nth-of-type(1) {	
	background: url(../img/aobutUS-a02.png) no-repeat center center;
	/*background-size: cover;*/
}
.aboutUs-2-content h2 {
    font-weight: bold;
	margin: 0 0 2rem 0;
}
.aboutUs-2-content h2 span {
    display: inline-block;
    color: #d6a733;
}
.aboutUs-2-content h2 span:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 24px;
    background-color: #d6a733;
    margin-left: 20px;
    margin-right: 20px;
}

.aboutUs-2-content ul{
	padding: 0;
}
.aboutUs-2-content ul li{
	list-style-type:none;
	border-bottom: 1px dotted #c0c0c0;
}
.aboutUs-2-content ul li i{
	padding: 0 10px 0 0;
	color: #2f84cd;
}




/*  尺寸設定 */


@media (min-width: 768px) {
.aboutUs-2-wrap {
    padding: 60px 4% 60px;
}
}


@media (min-width: 1200px) {
    .aboutUs-2-content {
        padding-left: 50px;
		padding-top: 90px;
		padding-bottom: 90px;
    }    
}


.aboutUs-3{
	background: url("../img/aboutUs-bg3.jpg") no-repeat right top;
    background-size: cover;
	font-size: 1.2rem;
	text-align: center;
	padding-top: 20px;
    padding-bottom: 20px;
}
.about3-box{
	border: 2px solid #ffffff;
	margin: 0 20px;
}



.aboutUs-3-box{
	padding-top: 120px;
	padding-bottom: 120px;
}
.aboutUs-3 h2{
	font-size: 3rem;
    line-height: 1.5;
    color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: rgb(3 3 3 / 40%) 4px 4px 4px;

}
.aboutUs-3 h2 span {
    color: #0db5e2;
}
.aboutUs-3 h3{
	padding-bottom: 55px;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: .07em;
    color: #fff;
	position: relative;
	text-shadow: rgb(3 3 3 / 40%) 4px 4px 4px;
}




.aboutUs-3 h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
}
@media (min-width: 1181px){
	.aboutUs-3 h3::after {
		margin-left: -0.5px;
		width: 1px;
		height: 35px;
	}
}
.aboutUs-3 p {
    font-size: 1.2rem;
    color: #fff;
    display: block;
    position: relative;
    padding: 30px 0;
}







.aboutUs3-btn-box .aboutUs3-btn{
    height: 50px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    background-color: #2f84cd;
    border-color: #2f84cd;
	color:#fff; 
    position: relative;
    transition: all .3s linear;
	top:0px;
	left: 0px;
	padding: 10px 20px;
}
.aboutUs3-btn-box .aboutUs3-btn > span{
    position: relative;
    z-index: 1;
}
.aboutUs3-btn-box .aboutUs3-btn::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color:#2562a2; 
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease;
}
.aboutUs3-btn-box .aboutUs3-btn:hover{
    color: #fff;
}
.aboutUs3-btn-box .aboutUs3-btn:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}







/*-----------科普文章-------------*/
.about-wrap{
	background: url("../img/index/about-bg.jpg") no-repeat right top;
    background-size: cover;
	padding-top: 60px;
    padding-bottom: 60px;
}

.about {	
	padding: 10px 4% 10px;
}

.about-title{
	font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #d6a733;
	
}
.about-title span{
	color: #fff;
	display: block;
	
}
.about img {
    width: 100%;
    vertical-align: bottom;
}

.about-list{
	padding:10px 0px;
	margin-bottom:  60px;
}


.about-item {
    background-color: #fff;
    position: relative;
}
.about-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden;
	padding: 10px 0;
    background: #fff;
	outline:none;
}
.about-item-info {
    text-align: left;
    background-color: #fff;
    padding: 20px 0px;
    color: #000;
}

.about-item-info time{
    color: #2c5d97;
}
.about-item-info time i{
    padding: 0 10px 0 0;
}
.about-item-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}

.about-item .about-item-img a.readlink{
	margin: 0 0 20px;
	display: inline-block;
	position: relative;
	padding:5px 10px;
	font-size: 13px;
	color: #008cb7;
	transition: 0.4s;
	text-decoration: none;
}
.about-item:hover .about-item-img a.readlink{
	color:#fff;
	transition: 0.2s 0.4s;
}

.about-item .about-item-img a.readlink:after{
	content: "";
	position: absolute;
	top: 0%;
	width:0;
	height: 100%;
	left: 0% ;
	z-index: 5;
	display: block;
	background:#008cb7;
	transition: 0.4s 0.3s;
}
.about-item:hover .about-item-img a.readlink:after{
	width:100%;
	transition: 0.4s 0.3s;
}
.about-item .about-item-img a.readlink:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	color:#847260;
	right: calc(100% + 5px);
	display: block;
	background:#008cb7;
	transition: 0.3s;
}
.about-item:hover .about-item-img a.readlink:before{
	width: 0px;
	transition: 0.3s;
}
.about-item .about-item-img a.readlink span{
	display: block;
	position: relative;
	z-index: 10;
}

.about-item .about-item-img:hover .pic img{
    transform:scale(1.2,1.2);
	outline:none;
}

.about-item .about-item-img .pic{
	overflow:hidden;
}
.about-item .about-item-img .pic img{
	transform:scale(1,1);
	transition: all 1s ease-out;
}


@media (min-width: 991px) {
	.about {	
		padding: 60px 10% 60px;
	}
	.about-list{
		padding:10px 30px;
		margin-bottom:  60px;
	}
}

/*-----------------代理與合作商----------------*/
.about-4{
	
}

.about-4 .pic {
    overflow: hidden;
    background-color: #fff;
	margin: 20px 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
.about-4 .pic img{
	transform:scale(1,1);
	transition: all 1s ease-out;
}

.about-4 .pic img:hover{
	transform:scale(1.2,1.2);
}

.about-4-box{
	padding: 30px;
}

.about-4-box img{
	padding:10px 0;
}
.about-4-box h3{
	color: #143c61;
	font-weight: bold;
	margin: 0;
	font-size: 24px;
}
.about-4-box p{
	color: #7a7a7a;
	
}
.about-4-font p{
	color: #000;
	font-weight: 400!important;
}
.about-btn-box{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background-color: #0253a8;
    border: 1px solid #2f84cd;
    position: relative;
    transition: all .3s linear;
	float:right;
}
.about-btn-box > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.about-btn-box > a i{
    padding: 0 10px 0 0;
}
.about-btn-box::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.about-btn-box:hover{
    color: #fff;
}
.about-btn-box:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}

.about-4-font p{
 color: #000;
 font-size: 18px;
 font-weight: 400!important;
}

/*.fancybox_box {
    font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 768px){
    .fancybox_box {
        width: 500px!important;
    }
}
@media (min-width: 1200px){
    .fancybox_box {
        width: 600px!important;
    }
}*/

/*-----------營業項目-----------*/
.project-wrap{
	padding-top: 30px;
    padding-bottom: 60px;
}

.project {	
	
}
.project-item {
    position: relative;
	box-shadow: 0px 0px 2px 1px rgb(65 65 65 / 22%);
}
.project-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden
}
.project-item-img:hover {
    color: #fff
}
.project-item-img:hover .project-item-mask {
    opacity: 1;
    visibility: visible
}
.project-item-img:hover .project-item-mask::after {
    height: 100%
}
.project-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.project-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
}
.project-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    transition: all .3s
}
.project-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    border: 1px solid #fff;
    padding: 5px 30px;
}
.project-item-info {
    text-align: left;
    margin-bottom: 40px;
}
.project-item-title {
    background-color: #dedede;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0;
    padding: 15px;
    line-height: 28px;
}

/*-----------營業項目內頁-----------*/
.project-detail {
	margin-top: 30px;
}

.project-detail dl {
	overflow: hidden;
	padding-bottom: 50px;
	border-bottom: 1px dashed #adadad;
	margin-bottom: 50px;
}
.project-detail dl:last-of-type {
	border-bottom: none;
}
.project-detail dl dt {
	float: left;
	margin-right: 30px;
	width: 300px;
	border: 5px solid #478eb2;
	position: relative;
	-moz-border-image: -moz-linear-gradient(top left, #3acfd5 0%, #2d769b 100%);
	-webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #2d769b 100%);
	border-image: linear-gradient(to bottom right, #3acfd5 0%, #2d769b 100%);
	border-image-slice: 1;
}
.project-detail dl dt:before {
	content: '';
	border: 3px solid #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 9;
}
.project-detail dl dd {
	overflow: hidden;
}
.project-detail dl dd h3 {
    color: #2d769b;
	font-weight: bold;
    margin: -2px 0 20px 0;
}
.project-btn-box{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background-color: #0253a8;
    border: 1px solid #2f84cd;
    position: relative;
    transition: all .3s linear;
	float:right;
}
.project-btn-box > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.project-btn-box::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.project-btn-box:hover{
    color: #fff;
}
.project-btn-box:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}


/* 尺寸設定 */
@media (max-width: 639px) {
	.project-detail dl dt {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}
}
@media (min-width: 640px) and (max-width: 992px) {
	.project-detail dl dt {
		float: none;
		margin: 0 auto 30px;
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.project-detail dl dt {
		width: 300px;
	}
}

@media (min-width: 1600px) {
	.project-detail dl dt {
		width: 400px;
	}
}

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

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


/*========================================================
                      	 產品系列
=========================================================*/

.Product-box {	
	padding-top: 60px;
	padding-bottom: 90px;
}
.product img {
    width: 100%;
    vertical-align: bottom;
}

.product-item {
    position: relative;
}
.product-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden
}
.product-item-img:hover {
    color: #fff
}
.product-item-img:hover .product-item-mask {
    opacity: 1;
    visibility: visible
}
.product-item-img:hover .product-item-mask::after {
    height: 100%
}
.product-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.product-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
}
.product-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    transition: all .3s
}
.product-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    border: 1px solid #fff;
    padding: 5px 30px;
}
.product-item-info {
    text-align: left;
    margin-bottom: 40px;
}
.product-item-title {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
    padding: 15px;
}


/*-----------內頁-----------*/
.Product-detail {
	margin-bottom: 20px;
	text-align: left;
}
.Product-detail .slider-for img,.Product-detail .slider-nav img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;	
}

.Product-detail h3 {
	margin: 0 0 20px 0;
	color: #325490;
	font-weight: bold;
	font-size: 24px;
}
.slider-for > div {
	position: relative;
}
.slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #e0e0e0;
}
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;
}
.slider-nav {
	margin-bottom: 20px;
}
.slider-nav .slick-slide {
	margin: 10px 5px 0 5px;
}

.Product-detail [class*="col-"] p {
	font-size: 16px;
	line-height: 32px;
}
.Product-detail [class*="col-"] ul.style1 {

}


.product_list{
    padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.product_list .title span b {
    font-weight: bold;
    display: block;
    font-size: 15px;
	color:#000;
}
.product_list .title {
    font-size: 22px;
    letter-spacing: 5px;
    text-align: center;
    padding: 30px 0 20px;
    line-height: 1.4;
    position: relative;
	font-weight: bold;
}
.product_list .title span {
    
}
.product_list .title:after {
    content: '';
    display: inline-block;
    width: 36%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.product_list .title:before {
    content: '';
    display: inline-block;
    width: 36%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
}
.product_list .title:before {
    background: rgb(7,116,213);
    background: -moz-linear-gradient(left, rgba(139,233,243,1) 1%, rgba(7,116,213,1) 100%);
    background: -webkit-linear-gradient(left, rgba(139,233,243,1) 1%,rgba(7,116,213,1) 100%);
    background: linear-gradient(to right, rgba(139,233,243,1) 1%,rgba(7,116,213,1) 100%);
}
.product_list .title:after {
    background: rgb(7,116,213);
    background: -moz-linear-gradient(left, rgba(7,116,213,1) 1%, rgba(139,233,243,1) 100%);
    background: -webkit-linear-gradient(left, rgba(7,116,213,1) 1%,rgba(139,233,243,1) 100%);
    background: linear-gradient(to right, rgba(7,116,213,1) 1%,rgba(139,233,243,1) 100%);
}
.product_list .title span {
    padding: 0 17px;
    position: relative;
    display: inline-block;
    z-index: 5;
	color:#008cb7;
	font-size: 24px;
}

.send-btn {
	margin-top: 30px;
	margin-bottom: 30px;
}
.send-btn i {
	padding: 0 10px 0 0;
}
.send-btn .btn {
	font-size: 16px;
	border-width: 2px;
}
.btn-default {
    color: #333;
    background-image: linear-gradient(to top, #c9c9c9 0%, #f0f0f0 100%);
    border-color: #ccc;
}
.btn-default:hover {
    background-image: linear-gradient(to top, #f0f0f0 0%, #c9c9c9 100%);
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	float: left;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 28px;
    line-height: 28px;
    text-align: center;
/*    border: 1px solid #c4c4c4;*/
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}
.form-horizontal .form-control {
    border-radius: 5px;
    padding: 5px 20px 5px 40px;
    border: 1px solid #c4c4c4;
    background-color: #f6f6f6;
}

.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.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;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}




/*========================================================
                  		搜尋列表設定
=========================================================*/

.search-list ul {
	list-style: none;
	/*margin: 0 0 20px 0;*/
	padding: 0;
}
.search-list ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.search-list ul li b {

}

.search-info {
	
}

.search-text {
	font-weight: bold;
	margin: 0;
}
.search-text span {
	color: #e71f19;
}
.pull-right {
    float: right !important;
}
.product_Inquiry{
	margin: 20px 15px 50px 0;
}
/* 尺寸設定 */

@media (max-width: 767px) {
	.search-list ul li {
		float: none;
		margin-right: 0;
		display: flex;
	}
	.search-list ul li b {
		background-color: #a9a9a9;
		padding: 4px 20px 5px;
		font-weight: normal;
		flex: 1;
		color: #000;
	}
	.search-list ul li input {
		flex: 2;
	}
}

/*========================================================
                         詢價列表
=========================================================*/

.price-info {
	width: 90%;
	margin: 5% auto;
	text-align: center;
	border: 2px dashed #8eb5c9;
	padding: 50px 30px;
	border-radius: 10px;
	font-size: 24px;
	line-height: 36px;
	background-color: #ddf0fe;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E7F8FC), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E7F8FC),color-stop(.75, #E7F8FC), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.price-info i {
	display: block;
	margin: 0 auto;
	color: #004a9c;
    background: -webkit-linear-gradient(#006adf, #004a9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 640px) {
	.price-info {
		width: 70%;
	}	
}
@media (min-width: 992px) {
	.price-info {
		width: 50%;
		padding: 50px;
	}	
}



/*========================================================
                         實績案例
=========================================================*/

.works-box{
	padding-top: 60px;
	padding-bottom: 90px;
}

.works-detail {
	padding-bottom: 60px;
	
}
.works-detail ul{
	padding: 0;
	
}
.works-detail ul li{
	list-style-type: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 20px 30px 30px;
    border-bottom: 1px dashed #adadad;
}

.works-detail ul li > span {
	display: block;
}
.works-detail ul li > span span {
	font-weight: bold;
	background-color: #2f84cd;
	color: #fff;
	padding: 5px 10px;
}




.works-detail ul li.t1 {
   
}
/*.works-detail ul li:nth-child(4n+3){
	  background-color: #e9f1f5;
	}
.works-detail ul li:nth-child(4n+4){
	  background-color: #e9f1f5;
	}*/
.search-info {
	/*border-top: 2px dashed #adadad;
	border-bottom: 2px dashed #adadad;*/
	margin: 0 0 40px 0;
	padding: 30px;
	background-color: #f3f3f3;
}

.search-text {
	font-weight: bold;
	margin: 0;
}


.works-detail .page_title {
	margin-bottom: 20px;
	font-size: 20px;
}


/*.works-detail [class*="col-"] {
	float: left;
}*/

/*@media (max-width: 991px) {
	.works-detail ul li:nth-child(2n){
	  background-color: #e9f1f5;
	}
}
@media (min-width: 992px) {
	.works-detail ul li:nth-child(4n+1){
	  background-color: #e9f1f5;
	}
	.works-detail ul li:nth-child(4n+4){
	  background-color: #e9f1f5;
	}

}*/





/*========================================================
                         最新消息
=========================================================*/

/* 框架 */
.news{
	padding-top: 30px;
	padding-bottom: 60px;
}

.news-item {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	transform: translateY(0);
	transition: .3s ease-out transform;
	border-bottom: 1px solid #ccc;
    padding-bottom: 45px;
}
.news-item:hover {
	transform: translateY(-5px);
}
.news-item + .news-item {
	margin-top: 35px;
}

.news-wrap{
	height: auto;
	padding: 40px 0;
	background-image: url(../img/news_bg.jpg);
	background-position: center;
	background-size: cover;
}


.all-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	padding: 20px 0;
	padding-bottom: 60px;
}
.all-item-box{
	padding:0 20px;
}
.all-breadcrumbs ul{
	padding: 0;
}
.all-breadcrumbs ul li{
	list-style:none;
	display: inline-block;
	letter-spacing: 3px;　
}
.all-breadcrumbs ul li::before {
    content: " / ";
	color: #717b67;
}
.all-breadcrumbs ul li:first-of-type::before {
    display: none;
}
.all-breadcrumbs ul li a{
	color: #717b67;
	font-weight: bold;
}
.all-breadcrumbs ul li a:hover,.all-breadcrumbs ul li a.active{
	color: #b2aa59;
	box-shadow: 0 1px;
	padding-bottom:5px
}
@media (min-width: 768px){
	.all-breadcrumbs {
		display: flex;
		max-width: 1170px;
	}
}

.news-item {
    margin: 0 10px 10px;
    /*padding: 10px;*/
    background-color: #fff;
    position: relative;
}
.news-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden;
	padding: 10px;
    background: #fff;
	outline:none;
}
.news-item-info {
    text-align: left;
    background-color: #fff;
    padding: 20px 0px;
    color: #000;
}
.news-item-title {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}

/* 內容 */
.news-item-info {
	padding: 0 20px 20px 20px;
	transition: .3s ease-out box-shadow;
}
.news-item-info > div {
	margin-top: 0;
	padding-top: 20px;
	
}

.news-item-info h5 {
    font-weight: bold;
	color: #3172b6;
}
.news-item-info h5 i{
    padding: 0 10px 0 0 ;
	font-weight: 600;
}
.news-item-info h4 {
    font-weight: bold;
}
.news-item-info p {
    margin: 0;
}


.news-btn-box{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background-color: #0253a8;
    border: 1px solid #2f84cd;
    position: relative;
    transition: all .3s linear;
	float:right;
}
.news-btn-box > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.news-btn-box::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.news-btn-box:hover{
    color: #fff;
}
.news-btn-box:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.news-btn-box_2{
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background-color: #0253a8;
    border: 1px solid #2f84cd;
    position: relative;
    transition: all .3s linear;
	float:left;
	margin: 10px 0;
}
.news-btn-box_2 > a{
    position: relative;
    z-index: 1;
	color: #fff;
	padding: 10px 30px;
}
.news-btn-box_2::before{
    content: "";
    width: 0%;
    height: 0%;
    display: block;
    background-color: #2f84cd;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    transition: all .3s ease;
}
.news-btn-box_2:hover{
    color: #fff;
}
.news-btn-box_2:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}

.news-item-img{
	overflow:hidden;
}
.news-item-img img{
	transform:scale(1,1);
	transition: all 1s ease-out;
	width: 100%;
}
.news-item-img img:hover{
	transform:scale(1.2,1.2);
}

/* 尺寸設定 */
@media (min-width: 640px) {
	
}
@media (min-width: 768px) {
	.news-item {
		display: flex;
		max-width: 1170px;
	}
	.news-item-img {
		display: flex;
		width: 200px;
		flex-shrink: 0;
	}
	.news-item-img img {
		object-fit: cover;
		width: 100%;
		height: 100% !important;
	}

}
@media (min-width: 992px) {
	.news-item-img {
		width: 270px;
	}
	.news-item-info {
		float: left;
	}
	.news-item + .news-item {
		margin-top: 50px;
	}
	.news-item-font{
		float: left;

	}
	.news-item .news-item-info .news-item-btn  .news-btn{
		
	}
}
@media (min-width: 1200px) {
}

/*========================================================
                   	最新消息內頁
=========================================================*/

.news-box{
	padding-top: 60px;
	padding-bottom: 90px;
}
.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad; 
	padding-top: 30px;
}

.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #333;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}

/* 分類+外連 */
.news .news-detail-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
    margin: 0 2px 6px 2px;
}
.news .news-detail-row a {
    color: #63636b;
}
.news .news-detail-row a:hover {
    text-decoration: underline;
}
.news .news-detail-row {
    line-height: 24px;
    margin-bottom: 14px;
}
.news .news-detail-row .news-detail-sort {
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8rem;
}
.news-detail-date {
    color: #325490;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 1rem;
}
.news-detail-date i {
    margin-right: 10px;
	color: #325490;
}

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

.content-box{
	padding-top: 60px;
	padding-bottom: 60px;
}
.contact-info {
    
}
.contact-info ul {
	margin: 0;
    background-color: #d4d4d494;
    padding: 30px;
    list-style: none;
}
.contact-info ul li {
	list-style: none;
	position: relative;
}

.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
	color: #028ad3;
}

.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;
}

.content-wrap .titleBox2{
	text-align: center;
	padding: 0 0 40px 0;
}
.content-wrap .titleBox2 .subTitle {
    display: block;
    font-family: "Barlow", "Arial", "Noto Sans TC", "微軟正黑體", "Helvetica", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
	color: #325490;
	padding-bottom: 0;
	font-size: 34px;
}
.content-wrap .titleBox2 .subTitle::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #052d61;
	width: 100px;
	margin: 30px 0;
	margin-left: auto;
	margin-right: auto;
}
.content-wrap .titleBox2 .mainTitle {
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    color: #000;
}

.md-30{
	padding-bottom: 60px;
}
/*========================================================
                         各類表單
=========================================================*/

/* 表單設定 */
.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 #cecece;
	background-color: #ebebeb;
}

.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: #456aad;
	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;
	white-space:nowrap;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 5px 5px !important;
	border: 1px solid #c0bebe;
	text-align: center;
	vertical-align: middle;
}
.table1 tr.c {
    background-color: #d0e6f4;
    vertical-align: middle;
    text-align: center;
}
.table1 td.c {
    background-color: #456aad;
    vertical-align: middle;
    text-align: center;
	color: #fff;
}
.table1 td.b {
    background-color: #d0e6f4;
    vertical-align: middle;
    text-align: center;
}
.table1 tr.subtitle td {
    background-color: #c8dae7;
    font-weight: bold;
}
.table1 td.left {
	text-align: left;
}
.table1 td a {
	font-weight: bold;
	text-decoration: underline;
	color: #6684bb;
}
.table1 td a:hover {
	text-decoration: none;
	color: #000;
}
.table1 td img {
	max-width: 100px;
	max-height: 40px;
}
.table2 td:nth-of-type(2){
	text-align: center;
}

.table-text {
    color: #D40101;
    text-align: right;
}
@media (min-width: 1200px){
	.table-text {
		display: none;
	}
}
/*========================================================
                         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; 
}


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

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(50, 84, 144, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}

/*=======================================
               照片大小設定
======================================*/
.img-style img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}
/*=======================================
              影片大小設定
======================================*/


.video-iframe iframe, .video-iframe embed {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.video-embed {
    text-align: center;
}

@media (min-width: 768px) {
    .video-iframe iframe, .video-iframe embed {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .video-iframe iframe, .video-iframe embed {
        height: 400px !important;
    }
}
@media (min-width: 1200px) {
    .video-iframe iframe, .video-iframe embed {
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .video-iframe iframe, .video-iframe embed {
        height: 500px !important;
    }
}

/*=======================================
              彈跳視窗設定
======================================*/
@media (min-width: 992px) {
	.fancybox__content{
		width: 640px;
		height: auto;
	}
}
