/*引入-Mweb錯誤繼承修正檔*/

@import url(fix.css);

/*引入-客製化編輯器專區*/

@import url(editor.css);

/* 客製化icon */

@import url(icomoon.css);

/*被選取文字的背景顏色*/

*::selection {
    background: #99D9EA;
}


/*----------------------------------------------------------------------------------------------------*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 基礎 */

@font-face {
    font-family: 'DFTanLi';
    src: url('../font/DFTanLi.woff') format('woff');
}

@font-face {
    font-family: 'metropolis';
    src: url('../font/metropolis-extrabold-webfont.eot');
    src: url('../font/metropolis-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/metropolis-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'metropolis';
    src: url('../font/metropolis-bold-webfont.eot');
    src: url('../font/metropolis-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/metropolis-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'metropolis';
    src: url('../font/metropolis-semibold-webfont.eot');
    src: url('../font/metropolis-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/metropolis-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisre';
    src: url('../font/metropolis-regular-webfont.eot');
    src: url('../font/metropolis-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/metropolis-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    /* font-family: "metropolis", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", FontAwesome; */
    font: 16px/normal "metropolis", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", icomoon, FontAwesome;
    overflow-x: hidden;
}

.fancybox-opened .fancybox-skin,
.fancybox-skin,
.fancybox-inner{
    min-height: 500px;
}
.range,
.breadcrumb,
.banner .flex-direction-nav {
    width: 1100px;
    max-width: 100%;
}

.colSide {
    float: right;
}

.colMain {
    float: left;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 基礎 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 頁首 */

.top {
    background: #2096E3;
    color: #ffffff;
    padding-top: 15px;
}

.top .left {
    width: 60%;
}

.top .right {
    width: 40%;
}

.hair {
    background: #004E7F;
    padding: 8px 0;
    width: 100%;
    position: relative;
    left: 0;
    color: #A5D4FF;
}

.hair:after {
    content: '';
    display: block;
    clear: both;
}

.hair a:hover {
    color: #ffffff;
    opacity: 1;
}

.hair .icon {
    width: 33px;
    height: 33px;
    text-align: center;
    display: block;
    font-size: 20px;
    display: block;
    float: left;
    position: relative;
}

.hair .icon + .icon {
    margin-left: 12px;
}

.hair .icon:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>網站功能列*/

.webFunction {
    display: block;
    height: 33px;
}

.webFunction > li + li {
    margin-left: 20px;
}


/*詢價車*/

.register .cartView a:before {
    background: none;
    color: inherit;
}


/*詢價車*/


/*搜尋列*/

#search_form {
    background: none;
    border: solid 1px #308BDF;
    border-radius: 100px;
    padding: 5px;
}

.search #sf_keyword {
    color: #fff;
}

.search #sf_submit {
    background: url('../images/basic01.png') 50% 50% no-repeat;
}


/*搜尋列*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<網站功能列*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>LOGO*/

.logo a {
    display: table;
}

.logo .img {
    display: table-cell;
    vertical-align: top;
}

.logo .txt {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.logo .txt h3 {
    font-size: 30px;
    font-weight: 900;
}

.logo .txt h4 {
    font-size: 33px;
    font-family: 'DFTanLi', "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", icomoon, FontAwesome;
    font-weight: normal;
}

.logo .txt p {
    font-size: 25px;
    font-weight: 900;
    color: #70C7FE;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<LOGO*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>ISO*/

.iso {
    display: inline-block;
}

.iso .block {
    display: table;
    text-align: left;
    float: left;
}

.iso .block+.block {
    margin-left: 50px;
}

.iso .block .img {
    display: table-cell;
    vertical-align: top;
}

.iso .block .txt {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.iso .block .icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #004E7F;
    position: relative;
}

.iso .block .icon:before {
    font-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<ISO*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>主選單*/

#navMenu {
    background: none;
    border-top: solid 1px #4FB3EB;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

#navMenu > li > a {
    padding: 18px 35px;
}

#navMenu > li:first-child > a {
    padding-left: 0;
}

#navMenu > li:hover > a {
    background: none;
    box-shadow: none;
    color: #a5d4ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}

#navMenu > li + li:before {
    display: none;
}

#navMenu > li + li > a {
    margin-left: 0;
}
#navMenu ul{
    border-left: none;
    border-right: none;
}
#navMenu li li:hover > a{
    color: #FFFFFF;
}
.sf-menu ul li{
    background: #2988C6;
    color: #fff;
    background-image: none !important;
    border-bottom-color: #09629D !important;
}

.sf-menu ul li:last-child{
    border-bottom: none !important;
}

.sf-arrows > li > .sf-with-ul:after{
    transition: all 0.25s;
}

.sf-arrows > li:hover > .sf-with-ul:after {
    /*第一層-箭頭*/
    border-top-color: #a5d4ff;
    /* box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35); */
    transform: rotate(-180deg);
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<主選單*/


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 頁首 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 情境圖 */

.banner .flex-control-paging li a {
    background: #C0C0C0;
    box-shadow: none;
}

.banner .flex-control-paging li a.flex-active {
    background: #404040;
}
.banner .slogan{
    width: 500px;
}
.banner .slogan-title{
    padding-bottom: 16px;
    border-bottom: solid 1px #9A9A9A;
}
.banner .slogan-title h3{
    font-size: 96px;
    font-weight: 900;
    transform: skew(-5deg);
}
.banner .slogan-title h4{
    font-size: 30px;
    font-weight: 900;
    transform: skew(-5deg);
}
.banner .slogan-img{
    margin-top: 30px;
}
.banner .slogan-img:after{
    content: '';
    display: block;
    clear: both;
}
.banner .slogan-img .block{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: solid 6px rgba(255,255,255,1);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    background: #000;
    float: left;
    position: relative;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.banner .slogan-img .block01{
    background-image: url(/uploadfiles/260/banner/slogan/slogan01.jpg);
    background-position: 50% 50%;
}
.banner .slogan-img .block02{
    background-image: url(/uploadfiles/260/banner/slogan/slogan02.jpg);
    background-position: 50% 50%;
}
.banner .slogan-img .block03{
    background-image: url(/uploadfiles/260/banner/slogan/slogan03.jpg);
    background-position: 50% 50%;
}
.banner .slogan-img .block + .block{
    margin-left: 25px;
}

.banner .slogan-img .block:after {
    content: " ";
    position: absolute;
    bottom: -16px;
    z-index: -1;
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
    opacity: .9;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 30%,rgba(0,0,0,0) 100%); /
}

.banner .slogan-btn{
    margin-top: 50px;
}

.banner .slogan-btn a{
    display: inline-block;
    background: #009CFF;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 30px;
    word-spacing: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner .slogan-btn span:hover{
    background: #3CB8ED;
}

.banner .slogan-btn span:before {
    content: " ";
    display: inline-block;
    background-color: inherit;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
    transition: all ease-in-out .4s;
}

.banner .slogan-btn span:hover:before{
    opacity: 0;
    transform: scale(1.5);
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 情境圖 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 首頁 */

.cusIndex {
    padding: 100px 0;
    position: relative;
    width: 100%;
}

.cusIndex .section .title {
    text-align: center;
    margin-bottom: 80px;
}

.cusIndex .section .title h3 {
    color: #0176ac;
    font-size: 32px;
    border-bottom: solid 1px #004E7F;
    display: inline-block;
    padding: 0 120px 20px;
    position: relative;
}

.cusIndex .section .title h3:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: solid 5px #004E7F;
    border-bottom: solid 5px #004E7F;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: rotate(45deg) translate(-50%, 100%);
}


/* 區塊一 */

.hotPro .flexslider {
    background: none;
}

.hotPro .flex-control-nav {
    display: none;
}

.hotPro .block {
    margin: 0 10px;
    display: block;
    background: #fff;
    border: solid 1px #006DB2;
}

.hotPro .img {
    height: 198px;
    position: relative;
}

.hotPro .txt {
    background: #006DB2;
    color: #ffffff;
    height: 45px;
    padding: 15px;
}

.hotPro .txt h3,
.hotPro .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 區塊一 */


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 首頁 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 頁尾 */

.bottom {
    margin-top: 0;
    background-image: url('../images/img01.jpg');
    background-position: 50% 50%;
    position: relative;
    color: #ffffff;
}

.bottom:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 78, 127, 0.7);
    position: absolute;
    top: 0;
    z-index: 10;
}

.bottom .zone {
    position: relative;
    z-index: 20;
}

.bottom .zone h3 {
    font-weight: normal;
}


/* 區塊1 */

.bottom .zone01 .range {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.bottom .zone01 .range:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #315870;
    border-bottom: solid 1px #507991;
}

.bottom .zone01 .title {
    text-align: center;
}

.bottom .zone01 .title h3 {
    font-size: 32px;
    margin-bottom: 50px;
}

.bottom .zone01 .caption {
    text-align: center;
    margin-bottom: 16px;
}

.bottom .zone01 .img {
    text-align: center;
    margin-bottom: 16px;
}

.bottom .zone01 .img img {
    width: 75px;
}

.bottom .zone01 .info label {
    padding-right: 0;
}

.bottom .zone01 .info a[href*="mailto"] {
    color: #0f8ec8;
}

.bottom .zone01 .info a[href*="mailto"]:hover {
    color: #ffffff;
    opacity: 1;
}


/* 區塊1 */


/* 區塊2 */

._social_media {
    margin-top: 10px;
}

#qrcode{
    display: inline-block;
    vertical-align: middle;
}

._social_media-custom1{
    vertical-align: middle;
    margin-left: 20px;
}
.copyright{
    font-weight: normal;
    font-size: 14px;
}
/* 區塊2 */


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 頁尾 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 頁中 */

.middle {
    background: #f2f2f2;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 頁中 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 麵包屑 */

.breadcrumbBG {
    background: url('../images/img01.jpg') 50% 25% no-repeat;
    color: #ffffff;
    position: relative;
    margin-bottom: 100px;
}

.breadcrumbBG:before {
    content: '';
    position: absolute;
    background: rgba(0, 78, 127, 0.7);
    width: 100%;
    height: 100%;
    z-index: 10;
}
.breadcrumb, .breadcrumb h1{
	font-size:100%;
	}
.breadcrumb {
    text-align: right;
    padding: 60px 0;    
    position: relative;
    z-index: 20;
}


/* .breadcrumb span{} */

.breadcrumb h1 {
    vertical-align: middle;
}

.breadcrumb a {
    color: #62C5FB;
    vertical-align: middle;
}
.breadcrumb a:hover{
    color: #A5D4FF;
}
.breadcrumb label {
    vertical-align: middle;
    padding: 0 10px;
}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 麵包屑 */


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 左半邊 */

.colMain {
    width: 800px;
}

h2.menuTitle {
    border-bottom: none;
    font-size: 30px;
    color: #0176AC;
    font-weight: normal;
    padding: 0;
}

h2.menuTitle:before {
    display: none;
}

.productList .proList .img,
.productGrid .proList .img {
    border: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
}
/* 直式 */
.productGrid .proList {
    border: solid 1px rgba(255, 255, 255, 0);
    padding: 8px;
    transition: all ease-in-out .35s;
}

.productGrid .proList:hover {
    transition: .1s border-top-color .2s, .1s border-left-color .3s, .1s border-bottom-color .4s, .1s border-right-color .5s;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25), 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #1872C5;
}

.productGrid .proList .txt {
    background: #2096E3;
    color: #fff;
    padding: 15px;
    /* text-transform: capitalize; */
}

.productGrid .proList:hover .txt {
    background: #fff;
    color: #1872c5;
    transition: background ease-in-out .25s;
}

/* 直式 */
/* 橫式 */
.productList .proList {
    border: solid 1px rgba(255, 255, 255, 0);
    border-bottom-color: #ddd;
    padding: 10px;
    transition: border ease-in-out .35s , margin-left ease-in-out .35s;
}
.productList .proList:hover {
    transition: .1s border-top-color .2s, .1s border-left-color .3s, .1s border-bottom-color .4s, .1s border-right-color .5s;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25), 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #1872C5;
}

.productList .proList .txt {
    transition: color ease-in-out .25s;
}

.productList .proList:hover .txt {
    color: #1872c5;
}
/* 橫式 */

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 左半邊 */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 右半邊 */
.colSide h4{
    background: none;
    color: #0176ac;
    font-size: 30px;
    padding: 0;
    margin-bottom: 10px;
    display: none;
}
.sideCate > li > span > a[title]{
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sideCate > li.active > span > a[title]{
    color: #1872c5;
}
.sideCate li ul li{
    border-bottom: 0;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 右半邊 */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 產品詳細 */
/* 頁籤 */
.tabs li{
    border-radius: 0;
    background: #C3C3C3;
    border-color: #C3C3C3;
}

.tabs li.ui-tabs-active{
    background: #2096E3;
    border-color: #2096E3;
}
.tabs a{
    transition: color 0s;
}
.tabs a:hover{
    color: #F2F2F2;
}
.tabs li.ui-tabs-active a{
    color: #fff;
}
/* 頁籤 */
/* 相關產品 */
h6.relTitle{
    color: #fff;
    background: #2096E3;
    border: 0px;
}
/* 相關產品 */
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 產品詳細 */
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 公司簡介 */
.introduction .title{
    background: #2096E3;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.introduction .text{
    padding-top: 60px;
    padding-bottom: 60px;
}
.introduction .text h4{
    text-align: center;
    font-size: 24px;
}

.introduction .slogan{
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    color: #2096E3;
}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 公司簡介 */



/*>>公司據點*/
.location_inner{
    letter-spacing: -0.31em;
}
.location_left{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
	/* float:left; */
	width:50%;
}
.location_right{
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
	/* float:right; */
	width:47%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.location_items{
	display: table;
	margin-bottom:10px;
	color:#333;
	font-size:14px;
	/* font-family:arial; */
}
.location_items.location_items_bold{
	font-weight:bold;
    font-size: 110%;
    margin-bottom: 20px;
}

.location_items .fa{
    width: 16px;
    text-align: center;
    vertical-align: middle;
}

.location_items label{
    display: table-cell;
    position: relative;
    /* float: left; */
    vertical-align: top;
    white-space: nowrap;
    padding-right: 10px;
}

.location_items span{
    display: table-cell;
    position: relative;
    vertical-align: top;
    /* float: left; */
    /* width: 100%; */
}
.location_inner:after{
	display:block;
	content:'';
	clear:both;
}
.location_line{
	height:1px;
	background:#4fb3eb;
	/* width:95%; */
	/* margin:0 auto; */
	margin-bottom:20px;
	margin-top:20px;

}
.location_block{
	margin-bottom:20px;
	margin-top:20px;
}


/*<<公司據點*/