﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/
body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #f08200;
}
.btn-primary{
	line-height:24px;
}
body .editor ul,
body .editor ol{
    margin-left: 15px;
}
/********************* Header *********************/
.header {
    /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}
.header_top{
	background-color:#0068b7;
	color:#fff;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background-color: #fff;
    width: 100%;
    transition: transform 1s linear;
}

/* header logo */
.header .navbar .navbar-brand {
    width: 320px;
    height: 45px;
    background: url(../images/all/logo.jpg) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 35px 0 10px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    margin-top: 70px;
    margin-right: 0;
    float: right;
}

.header .navbar .navbar-nav > li > a {
    background: white;
    display: inline-block;
    width: auto;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 100;
	color:#333333;
    border-bottom: 3px solid transparent;
}

.header .navbar .navbar-nav > li > a:hover {
    color: #000 !important;
	background:none;
    /*-webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: inset 0 -3px 0 #0268b6;
    box-shadow: inset inset 0 -3px 0 #0268b6;*/
    border-bottom: 3px solid #0268b6;
}

.header .navbar .navbar-nav > li + li > a {
    /*border-left: 1px solid #eee;*/
}

.header .navbar .navbar-nav > li ul li a {
    padding: 3px 5px;
    font-size: 14px;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
	background-color:transparent;
	color:#000 !important;
	padding:5px;
	background-image:none;
}
.header .navbar.nav_background {
    position: fixed;
    transform: translateY(0);
    top: 0;
    animation: SLIDE-IN-TOP 0.4s;
    border-radius: 0;
    z-index: 10001;
}
@keyframes SLIDE-IN-TOP {
    0% {
        opacity:0;
        top: -80px;
    }
    100% {
        opacity:1;
        top: 0px;
    }
}
.header .navbar.nav_background .navbar-nav {
    margin-top: 40px;
}

.header .navbar.nav_background .navbar-brand {
    margin: 15px 0 0 0;
}

.footer_top_background2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height:52px;
    animation: SLIDE-IN-BOTTOM 0.4s;
}
@keyframes SLIDE-IN-BOTTOM {
    0% {
        opacity: 0;
        bottom: -52px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}
.footer_top_background {
    height: 465px;
    /*animation: SLIDE-IN-BOTTOM2 0.8s;*/
}
.footer_top {
    transition: all 0.8s;
}

.close-contact-block {
    transform: rotate(0deg);
    transition: all 0.8s;
}

.footer_top_background .close-contact-block {
    transform: rotate(180deg);
}

@keyframes SLIDE-IN-BOTTOM2 {
    0% {
        opacity: 0;
        bottom: -465px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}
.banner_background {
    margin-top: 110px;
}

.cookie_background {
    display: none;
    transition: top 1s linear;
}
/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 40px;
    top: 5px;
}

.header .navbar .sub-nav li {
    padding: 0 9px;
}
ul{
	margin-bottom:0px;
}
.header .navbar .sub-nav li a{
	color:#9b9b9b;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .sub-nav li .icon{
    font-size: 20px;
    display: block;
    margin: 0 auto;
}

body.quotation .quotation_box .icon {
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
}

.header .navbar .btn-default {
    background: #9b9b9b;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding:3px 8px;
}

.header .navbar .lang {
	display:none;
    position: absolute;
    right: 50px;
    top: 10px;
}

.header .navbar .lang .dropdown-menu {
    background: #9b9b9b;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617 !important;
	padding:3px 20px;
}
.header .searchBox{
    position:absolute;
    top:0;
    right:295px;
}
.header .searchBox .input-group .form-control {
    width: 120px;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #999;
    border-radius: 0px;
    height: 30px;
}
.header .searchBox .input-group .btn {
    background: none;
    border: none;
    border-radius: 0px;
    padding:5px 0 0 0;
}
.header .searchBox .icon.blue {
    color: #0068b7;
    font-size:20px;
}
/*新設定*/
.yamm .dropdown-menu{
    left: 0 !important;
    border-radius: 0px;
    padding: 60px 5%;
    border: none;
    width: 100%;
    background: white;
}
.btn-group.lang.open > ul.dropdown-menu {
    padding: 5px 0;
}
.header .navbar .navbar-nav .dropdown-menu.menu01>li>a{
	display:inline-block;
	clear:none;
	float:left;
    padding:5px 15px;
	color:#999;
}
.menu_link{
	padding: 0 0 15px 0;
}
.dropdown-menu.menu01 h5,
.yamm-content h5{
	color:#0068b7;
	font-size:18px;
	line-height:24px;
	margin-top:0px;
	margin-bottom:0px;
    font-weight:bold;
}
.cookie-disclaimer {
    width: 100%;
    background: #0269b8;
    text-align: center;
    padding: 15px 40px;
    color: white;
    display: none;
}
.cookie-disclaimer > span{
	display:block;
}
.button-green {
    background: #f08200;
    padding: 5px 40px;
    border: 0;
    margin: 10px;
}

.cookie.agree {
    width: 100%;
    background: #0269b8;
    text-align: center;
    padding: 15px 40px;
    color: white;
}

.cookiespan {
    margin-bottom: 20px;
}

.agree-btn {
    background: #f08200;
    padding: 5px 40px;
    border: 0;
    margin: 10px;
    color: #ffffff;
}
.agree-btn:hover{
    color: #d0d0d0;
}
/*------- Banner -------*/
.banner {
    position: relative;
}

.banner .container {
   /* max-width: 1144px;
    background-color: #EEE;*/
    padding: 0;
	height:430px;	
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}
.banner .son_banner img{
	text-align:center;	
}
.banner .son_banner .big-pic{
    display: block;
}
.banner .son_banner .big-samll{
    display: none;
}

/********************* Footer *********************/
.footer {
    padding: 0;
	background-color:#fff;
}

/* sitemap */
.footer .sitemap,
.footer .siteinfo{
	display:none;
}
.footer .sitemap ul li {
    color: #888;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #888;
    padding: 10px;
}

.footer .sitemap ul li a:hover {
    color: #36B9C0;
}

.footer_content {
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0 30px;
	border-top:3px double #e2edf5;
}

/* siteinfo */
.footer .siteinfo ul > li {
    padding: 0;
}

.footer .siteinfo ul > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #9c9c9c;
}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}
.footer .copyright{
	float:left;
	color:#666666;
	font-size:13px;
	display:inline-block;
}
.footer .copyright b {
    /*color: #36B9C0;*/
}
.footer .powered{
    text-indent: -9999px;
}
.footer .powered a {
    color: #AAA;
}

.footer .powered a:hover {
    color: #666;
}
.footer .footer_right{
	float:right;
	font-size:13px;
	display:inline-block;
	text-transform:uppercase;
}
.footer .footer_right a{
	color:#666;
}

/********************* floating *********************/
#floating {
	position:fixed;
    margin:0;
    top:80%;
    right:0;
}
#floating.fixed {
    position: fixed;
    top:85%;
}
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #f08200;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {

}

#floating ul li {

}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 56px;
    background: url(../images/all/floating_icon.png) no-repeat #0068b7 ;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
    text-indent:-9999px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

#floating ul li.b1 a {
    background-position-y: 8px;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 8px;
    text-indent:1px;
}

/********************* Main *********************/
.main {
    /*box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding:25px 0;
}

/*----------------------- side -----------------------*/
.side h3 {
    color: #0068B7;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #0068B7;
}
.side .side-toggle {
    font-size: 15px;
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
    padding: 5px 0;
}

.side .nav > li + li {
    border-top: 1px solid #D1D4D6;
}
.side .nav > li > a {
    display: block;
    line-height: 30px;
    padding: 5px 10px 5px 22px;
    color: #666;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
    text-align: left;
    font-size: 16px;
    margin-top: 5px;
    background: url(../images/all/list_icon.png) no-repeat 0 -22px
}
.side .nav > li > a:before {
    content: " ";
    width: 0;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out 0s;
    display: block;
}
.side .nav > li > a:hover:before {
    width: 100%;
	z-index:-1;
}
.side .nav > li > a:hover,
.side .nav > li > a:focus,
.side .nav > li.active > a {
    background-position: 0px 10px;
    color: #0068b7;
}

.side .nav > li > ul {
    list-style-type: none;
    padding-left: 20px;
}
.side .nav > li > ul > li{
	line-height:22px;	
}
.side .nav > li > ul > li > a{
    background: url(../images/all/list_icon2.png) no-repeat 0px 7px;
    padding: 6px 10px 6px 20px;
    font-size: 14px;
    color: #666;
    transition: all 0.35s linear;
    display: block;
}
.side .nav > li > ul > li > a:hover,
.side .nav > li > ul > li > a:focus {	
	color:#0068b7;	
	transition: all 0.35s linear;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #106aa9;
    font-size: 34px;
    font-weight: 500;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 15px;
    margin-top: 0;
}
/* breadcrumb */
.breadcrumb{
	padding:0;
	margin-bottom:0px;
	border-radius:0px;
	font-size:13px;
}
.content .breadcrumb {
    /*background: none;
    margin: 0;
    font-size: 13px;
    position: relative;*/
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/list_icon.png) no-repeat 8px 12px;
    border-bottom: 1px dashed #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #f08200;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li{

}
.content .list-box .txt-list li.list-header {
	background: url(../images/all/news_tbg.jpg) no-repeat center;
	border-bottom: none;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 16px;
    color: #788fa1;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    border-top: 1px solid #e4e4e4;
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    /*color: #888;*/
    border: 1px solid #DFDFDF;
    padding: 5px 25px;
	border-radius: 0;
}

    .content .btn-box .pager li > a:hover {
        border-color: #f08200;
        background-color: #f08200;
        color: #fff;
        background-position: 0 35px;
    }

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}
body.news.show .content .btn-box,
body.faq.ask .content .btn-box,
body.product.index02 .content .btn-box,
body.product.show .content .btn-box,
body.member .content .btn-box,
body.album.show .content .btn-box {
    text-align: center;
}

/*----------------------------------------- 最新消息 news -----------------------------------*/
body.news .content > .h3 {
    position: relative;
    color: #788fa1;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 30px;
	background-color:#e2edf5;
}
body.news .content > .h3 small {
    position: absolute;
    right: 15px;
    top: 12px;
    line-height: 30px;
    font-size: 13px;
}
.content .txt {
    padding: 10px;
    line-height: 30px;
}
/*----------------------------------------- 產品 product-list --------------------------------*/
body.product .product_type{
	position:relative;
	display:block;
	clear:both;
	margin:0px 11px;
}
body.product .product_type ul li{
	list-style:none;
	line-height:30px;
	display:inline-block;
	margin:0 5px;
}
body.product .product_type ul li a{
	font-size:16px;
	color:#333;
	padding:10px;
	border:1px solid #0068b7;	
	background-color:#0068b7;	
	letter-spacing:0.03em;	
	color:#fff;
	box-shadow: 2px 2px 0px 0 #999;
	transition: all 0.15s linear; 
}
body.product .product_type ul li a:hover{
	border:1px solid #0068b7;
	background-color:#FFF;
	color:#0068b7;
	box-shadow:none;
	transition: all 0.45s linear; 
}
body.product .product-list .item{
	margin-bottom: 60px;
	margin-right:0px;
	margin-left:0px;
    position: relative;
	padding:0 10px;	
}
body.product .product-list .item:hover {
    -webkit-box-shadow: 0 0 10px 0 #eee;
    -moz-box-shadow: 0 0 10px 0 #eee;
    -o-box-shadow: 0 0 10px 0 #eee;
    box-shadow: 0 0 10px 0 #eee;
	padding:0 10px;
}
body.product .product-list .item a{
    display:block;
}
body.product .product-list .info h4 {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    border-bottom: 1px solid #aaa;
    color: #0068b7;
    padding: 0 7px 7px;
    /*min-height: 60px;*/
    vertical-align: middle;
    overflow: hidden;
}
body.product .product-list h5{
	text-align: center;
	line-height:24px;
	font-size:16px;
	border-bottom:1px solid #aaa;
	color:#0068b7;
	padding:5px 0;
	margin:0 0 30px 0;	
}
body.product .product-list .item .info p{
	line-height:20px;
	font-size:13px;
    margin-bottom: 10px;
	padding:10px 7px;
	display:block;
}
body.product .info .left_port{
	font-size:14px;
	line-height:24px;
	color:#39F;
	display:inline-block;
	float:left;
	padding:0px 7px;
}
body.product .info .right_note {
    border: 1px solid #dcdcdc;
    float: left;
    margin-right: 2px;
    padding: 0px 4px;
    border-radius: 4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #f5f5f5;
    color: #000000;
    font-size:14px;
}
body.product .table_style{
	margin:10px 3px;
	border:3px double #d1dee8;
	padding:5px;
	line-height:30px;
}
body.product.show .content .info .h3 {
    margin-top: 0;
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #96C2E3;
    color: #0068B7;
	line-height:30px;	
}
body.product.show .content .info .txt_box {
    min-height: 120px;
    padding: 0 10px;
    line-height: 24px;
	
}
body.product.show .content .info .note_box{
	font-size:13px;
}
body.product.show .content .quick-buy .form-control,
body.product.show .content .quick-buy .btn {
    vertical-align: middle;
}

body.product .content .quick-buy .form-control {
    padding: 5px;
    vertical-align: top;
    display: inline-block;
    width: auto;
}
body.product.show .content .quick-buy .btn {
    position: static;
    margin: 0;
    text-indent: 0;
    width: 50%;
    height: auto;
    line-height: 42px;
    font-size: 22px;
    padding: 0 22px;
	border-radius:0px;
	background-color:#666;
	color:#fff;
}
body.product.show .content .quick-buy .btn:hover {
    background-color: #f08200;
}
body.product.show .content .quick-buy {
    border-top: 1px solid #AAA16F;
    padding-top: 10px;
	text-align: right;
}

body.product.show .Introduction_box h3,
body.product.show .other_box h3 {
    border-bottom: none;
    font-size: 16px;
    color: #076696;
    line-height: 30px;
    display: block;
    padding: 5px 10px;
    background: #ededed;
}
/*檔案下載表格*/
.rwd-table {
  min-width: 830px;
  margin-bottom: 16px;
  border-collapse: collapse;
}
.rwd-table th{
	background-color:#f0f0f0;
    text-align: center;
	padding:5px 0;
	border: 1px solid #f0f0f0;
	color:#516b7e;
	line-height:24px;
}
.rwd-table td {
    border: 1px solid #f0f0f0;
	padding:5px;	
    text-align: center;	
	line-height:24px;
	font-size:13px;
}
.rwd-table td.desbox{
	text-align:left !important;
}
.rwd-table td a .icon {
    font-size: 30px;
    display: block;
    margin: 0 auto;
}
body.product .p_icon01{
	display:block;
	position:relative;
	clear:both;
	text-align:right;
	margin-bottom:30px;
}
body.product .p_icon01 a{
	border-radius: 4px;
	box-shadow: 3px 2px 5px 0 #919191;
	background:-webkit-linear-gradient(left top,#f08200,#f08200);
    color:#fff;
	font-size:16px;
	line-height:24px;
	padding:10px 15px;
}
body.product .p_icon01 a:hover{
	box-shadow:none;
	background:-webkit-linear-gradient(left top,#63a7da,#0068b7);
}

body.product.index02 .content .btn-box .pager li > a {
    padding: 2px 8px;
}

/*左側一般產品搜尋*/
.search-box .form-group .form-control {
    margin-bottom: 5px;
    width: 100% !important;
}
.search-box .btn {
    width: 100%;
}
.search-box .btn-primary {
    background: #0189c7;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 30px;
	margin-bottom:20px;
	font-size:16px;
}
.search-box .icon {
    font-size: 18px;
    margin: 0 auto;
	padding-right:5px;
}
/* ---------------------------------------- 產品進階搜尋 ------------------------*/
.panel-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: inherit;
    padding-left: 5px;
    cursor: pointer;
    position: relative;
}
.panel-title::before{
    content: "";
    position: absolute;
    right: 7px;
    top: 5px;
    width: 10px;
    height: 7px;
    background: url(../images/all/arrow02.png) no-repeat;
}
.product.p_search .nav li.menu.showdrop .panel-title::before{
    transform: rotateZ(180deg);
}
.p_search .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    margin-top: 9px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out,color 0.15s ease-in-out;
}
.p_search .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    min-height: 20px;
	max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;	
}
.p_search .checkbox {
    margin: 0px;
    position: relative;
    display: block;
}
.p_search ul li > ul{
    padding-inline-start: 30px;
	line-height:30px;
}
.p_search input[type=checkbox] {
    margin: 12px 0 0 -17px;
}
.p_search .checkbox-primary input[type="checkbox"]:checked+label::before {
    background-color: #428bca;
    border-color: #428bca;
}
.p_search .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.p_search .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 11px;
    color: #555555;
}
.p_search .checkbox-primary input[type="checkbox"]:checked+label::after {
    color: #fff;
}
.side .p_search .nav > li > ul > li{
	border:none;
	line-height: 30px;
}


/*相關商品*/
body.product.show .content .product-list .item {
    margin-bottom: 20px;
    /* height: 265px; */
    overflow: hidden;
}
body.product.show .quick-buy .icon{
    font-size: 24px;
	padding-right:5px;	
}

body.product.show .slick .slick-prev {
    background-position: -80px 0;
    left: -50px;
}
body.product.show .list_item a .info02 h4{
	font-size:16px;
	text-align:center;
	line-height:30px;
	margin-bottom:20px;
}
.slick .slick-next {
    background-position: -120px 0;
    right: -50px;
}
.slick .slick-dots {
	display:none !important;
}

/*產品大小圖設定*/
body.product.show .content .product-pic {
    margin-bottom: 10px;
}
body.product.show .content .product-pic a {
    display: block;
}
body.product.show .content .product-pic .zoomPad {
    float: none;
}
body.product.show .content .product-pic a .img-zoom {
    width: 100%;
}
body.product.show .content .jcarousel-wrapper {
    padding: 0 20px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}
body.product.show .content .jcarousel li a {
    padding: 2px;
    border: 1px solid #ACE7EB;
	display: block;	
}
body.product.show .content .jcarousel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto !important;
}
body.product.show .jcarousel-control-prev {
    left: 0;
    background: url(../images/home/arrow.png) no-repeat;	
}
body.product.show .jcarousel-control-next {
    right: 0;
	background: url(../images/home/arrow.png) no-repeat 0 -40px;
}
body.product.show .jcarousel-control-prev,
body.product.show .jcarousel-control-next {
    display: block;
    top: 85%;
    width: 24px;
    height: 40px;
    position: absolute;
}


/*頁籤設定*/
body.product.show .content .tab_box {
     margin-top: 80px;
}
body.product .content .tab_box {
     margin-top: 0px;
}
body.product #tab {
    width: 100%;
    background: #fff;
    /*border: solid 1px #534842;*/
}
/* 頁籤ul */
body.product #tab>ul{
    overflow: hidden;
    margin: 0;
    padding:8px 0 20px 0px;
}
body.product #tab>ul>li{
    list-style-type: none;
}
body.product.show #tab>ul>li{
    width: 20%;
    float: left;
}
body.product.index02 #tab > ul > li {
    width: 24.5%;
    float: left;
    margin-right: 0.5%;
}
body.product.index02 #tab > ul > li > a {
    display: block;
    width: 100%;
}
body.product.show #tab > ul > li > a {
    text-decoration: none;
    font-size: 16px;
    color: #666;
    float: left;
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0px;
    letter-spacing: 0.05em;
    background: #ededed;
    width: 100%;
}
body.product.index02 #tab > ul > li.active a,
body.product.index02 #tab > ul > li > a:hover,
body.product.show #tab > ul > li.active a,
body.product.show #tab > ul > li > a:hover {
    background: #f08200;
    border: 1px solid #f08200;
    color: #fff;
    background: rgb(255,179,90);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjM1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjdmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,179,90,1) 0%, rgba(239,127,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,179,90,1) 0%,rgba(239,127,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,179,90,1) 0%,rgba(239,127,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb35a', endColorstr='#ef7f00',GradientType=0 );
}
body.product #tab > ul > li > a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    float: left;
    padding: 8px;
    border: 1px solid #f08200;
    margin: 5px 5px 0 0;
    letter-spacing: 0.05em;
    text-align: center;
}
body.product .file_table{
    overflow-x: auto;
}
 
/*頁籤div內容*/
body.product #tab>div {
    clear:both;
    padding:0;
    height:0;
    overflow:hidden;
    visibility:hidden;
    /*-webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;*/
    transition: all 0.05s linear;
}
 
/* span:target */
span.tab_test  {
    display: none;
}
/*
body.product #tab-1:target,
body.product #tab-2:target,
body.product #tab-3:target,
body.product #tab-4:target,
body.product #tab-5:target,
body.product #tab-7:target{
    border: solid 1px red;
}
*/
 
/*第一筆的底色*/
/*
span:target ~ #tab > div:first-of-type {
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: all 0.25s linear;
}
*/

#tab > div[class*="tab-content-"] {
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: all 0.25s linear;
}

 
/*頁籤變換&第一筆*/

/*#tab-1:target ~ #tab > ul li a[href$="#tab-1"],
#tab-2:target ~ #tab > ul li a[href$="#tab-2"],
#tab-3:target ~ #tab > ul li a[href$="#tab-3"],
#tab-4:target ~ #tab > ul li a[href$="#tab-4"],
#tab-5:target ~ #tab > ul li a[href$="#tab-5"],
#tab-6:target ~ #tab > ul li a[href$="#tab-6"],
#tab-7:target ~ #tab > ul li a[href$="#tab-7"] {
    background: #f08200;
    border: 1px solid #f08200;
    color: #fff;
}*/
 
/*頁籤內容顯示&第一筆*/
/*span ~ #tab > div:first-of-type,*/
#tab > div[class*="tab-content-"].active {
    visibility: visible;
    height: 100%;
    background: #fff;
}

/*----------------------------------- 會員專區 -----------------------------*/
body.member.login .content .btn-box .pager{
    display:block;
    text-align:center;
}
body.member.login .content .btn-box .pager.pa02 li > a{
    background: none;
    color: #0068b7;
    border: none;
    text-decoration: underline;
    padding: 5px;
}
body.member .member_box {
    display: block;
    position: relative;
}
body.member .form_box{
	display: block;
    margin: 10px;
    color: #333;
    font-size: 15px;
    line-height: 28px;
    padding:0px 30px 20px 30px;
    letter-spacing: 0.05em;
}
body.member .form-horizontal{
	margin-top:20px;
	/*margin-bottom:20px;*/
}
body.member .member_note{
	color: #2f3f97;
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
	padding-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}
body.member .member_note{
	font-size:14px; 
	line-height:30px;
    text-align: right;
}
body.member .member_table {
	margin:0 0 0 15px;
	padding:10px;
}
.red_word{
	color:#F00;
	font-size:13px;
}
a.link_word{
	color:#85a1be;
	font-size:13px;
	text-decoration: underline;
}
.form-inline {
    display:inline-block;
}
.form-horizontal .control-label {
    padding-top: 5px;
}
body.member .member_line{
	height:1px;
	background-color:#ccc;
	width:100%;
	margin:15px 10px;
	display:block;
	position:relative;
	clear:both;
}
body.member .m_survey_box{
	margin:5px 10px;
	display:block;
	position:relative;
}
body.member .survey_title{
	font-size:24px;
	line-height:30px;
	color:#1975e6;
	text-align:center;
	padding:10px 0;
	border:1px dashed #aaa;
}
body.member .member_note02{
	font-size:13px;
	color:#000;
	line-height:28px;
	border-bottom:1px solid #ccc;
	margin:15px 10px;
	display:block;
	position:relative; 
}
body.member .member_note03{
	display:block;
	text-align:right;
	color:#333;
	font-size:15px;
	color:#2f3f97;
	font-weight:600;
}
body.member .member_note04 {
    font-size: 15px;
    color: #d91425;
    line-height: 28px;
    /* border-bottom: 1px solid #ccc; */
    margin: 15px 0px;
    display: block;
    position: relative;
}
body.member .member_note05 {
    font-size: 15px;
    color: #a7642e;
    line-height: 28px;
    /* border-bottom: 1px solid #ccc; */
    margin: 10px 0 5px 0px;
    display: block;
    position: relative;
}

body.member .survey_form{
	display:block;
	position:relative;
	margin-top:20px;
}
body.member .survey_t2{
	color:#2f3f97;
	font-size:14px; 
	line-height:30px;
	padding-left:15px;
	border:1px dashed #ccc;
	padding-top:3px;
	padding-bottom:3px;
	margin:8px 0;
}
body.member .survey_q{
	color:#F60;
	font-size:16px;
	line-height:30px;
	font-weight:600;
	background-color:#fffce8;
	display:block;
	padding:5px 0 5px 10px;
}
body.member .survey_a{
	font-size:13px;
	display:block;
	padding:0 15px;
}
input[type=radio], input[type=checkbox]{
	margin: 7px 0 0;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline{
	margin-left: 0px; 
}
body.member .member_btn{
	padding:20px 0;
	text-align:center;
	display:block;
}
body.member .forget_note{
	font-size:14px;
	color:#000;
	line-height:28px;
	margin:15px 10px;
	display:block;
	position:relative; 
}
body.member .forget_title{
	font-size:20px;
	color:#2f3f97;
	line-height:34px;
	letter-spacing:0.1em;
	padding-left:10px;
}
body.member #membership {
    max-width: 700px;
    display: none;
}
body.member .content .nav-func li a {
    -moz-box-shadow: 3px 3px 0 0px #666;
    -webkit-box-shadow: 3px 3px 0 0px #666;
    box-shadow: 3px 3px 0 0px #666;
    transition: all 0.35s linear;	
    text-align: center;
    color: #333;
    border: 1px solid #aaa;
    padding: 20px 10px;
    width: 116px;
    margin-bottom: 15px;
}
body.member .content .nav-func li a .glyphicon {
    font-size: 26px;
    margin-bottom: 15px;
    color: #333;
}
body.member .content .nav-func li a:hover{
    background-color: #0068b7;
    transition: all 0.35s linear;
    -moz-box-shadow: 3px 3px 0 0px #fff;
    -webkit-box-shadow: 3px 3px 0 0px #fff;
    box-shadow: 3px 3px 0 0px #fff;	
    color: #fff;
    border-color: #0068b7;		
}
body.member .content .nav-func li a:hover .glyphicon {
    color: #fff;
}
body.member .content .member_main{
	text-align:center;
}
/*----------------------------------------- 詢價 ----------------------------------------*/
.content .table.table-stack {
    margin-bottom: 0;
}

.content .table.table-stack > thead > tr > th {
    border: 2px solid #fff;
    color: #788fa1;
    text-align: center;
    background-color:#e2edf5;
}

.content .table.table-stack > tbody > tr > td {
    vertical-align: middle;

    text-align: center;
}

.content .table.table-stack > tbody > tr > td a {
    color: #0068b7;
}

.content .table.table-stack > tbody > tr > td a:hover {
    text-decoration: underline;
}

.content .table.table-stack > tbody > tr > td.pic img {
    max-width: 100px;
}

.content .table.table-stack > tbody > tr > td.pic img:hover {
    opacity: 0.7;
}

.content .table.table-stack > tbody > tr > td.qty .input-group .form-control {
    padding: 6px;
    text-align: center;
    border-color: #ccc;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.btn-default {
    border: 1px solid #DFDFDF;
	background-color:#fff;
    color: #888;
	background-image:none;
}

.content .table.table-stack > tbody > tr > td .input-group {
    width: 100px;
    margin: 0 auto;
}

.content .table.table-stack > tbody > tr > td .btn {
    margin: 0;
    color: #888;
}

.content .table.table-stack > tbody > tr > td .btn:hover,
.content .table.table-stack > tbody > tr > td .btn:focus,
.content .table.table-stack > tbody > tr > td .btn:active {
    color: #fff;
    text-decoration: none;
}

.content .table.table-stack > tbody > tr > td .tn {
    display: none;
}

.content .table.table-stack.no-border th,
.content .table.table-stack.no-border td {
    border: none;
}

.content .table.table-stack.no-border tr {
    border-bottom: 1px dotted #ccc;
}

.content .table.table-stack.no-border th {
    text-align: right;
    width: 120px;
}
.content .table.table-stack.no-border th {
    text-align: right;
    width: 200px;
	font-weight: 500;
}

.content .table.table-stack.no-border td {
    text-align: left;
    vertical-align: top;
}
body.quotation .quotation_box .h3,
body.member.quotation.show .sec .h3 {
    position: relative;
    color: #666;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 30px;
	background-color:#f0f0f0;
}
body.quotation.p02 .quotation_box .btn-box,
body.quotation.p03 .quotation_box .btn-box{
	text-align:center;
}
body.member.quotation.show .h3 .icon{
	display:inline-block;
	font-size:20px;
	margin:0 5px 0 0;
	padding-top:3px;
}	
}
body.quotation .quotation_box .btn-box .pager li > a .icon{
	display:inline-block;
	font-size:16px;
	margin:0 5px 0 0;
	padding-top:3px;
}
body.quotation .space_box{
	padding:25px 0 15px 0;
}


/*----------------------------------------- 聯絡我們 contact --------------------------------*/
body.contact .contactBox .contactArea {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c7c7c7;
}

body.contact .contactBox .contactArea li{
    font-size: 20px;
    font-weight: bold;
    color: #c7c7c7;
}

body.contact .contactBox {
    margin: 40px 0;
}
body.contact .contactBox h4{
    font-weight: bold;
    margin-bottom: 15px;
    color: #848484;
    display: table;
    padding-bottom: 5px;
}
body.contact .contactBox li{
    margin-bottom: 10px;
}

body.contact .contactBox .list-unstyled li{
    padding-left: 40px;
    position: relative;
    color: #848484;
}

body.contact .contactBox .list-unstyled li:before{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

body.contact .contactBox .list-unstyled li.c_web:before {
    background: url(../../images/all/c_web.png);
    background-size: contain;
}
body.contact .contactBox .list-unstyled li.c_mail:before {
    background: url(../../images/all/c_mail.png);
    background-size: contain;
}
body.contact .contactBox .list-unstyled li.c_tel:before {
    background: url(../../images/all/c_tel.png);
    background-size: contain;
}
body.contact .contactBox .list-unstyled li.c_add:before {
    background: url(../../images/all/c_add.png);
    background-size: contain;
}

body.contact .contactBox li label{
    color: #666;
}
body.contact .contactBox span.fax{
    margin-left: 30px;
}
body.contact .contactBox li.map a{
    margin-left: 10px;
    color: #106aa9;
}
body.contact .contactBox a{
    display:inline-block;
}


body.contact .control-title {
    color: #000;
    display: inline-block;
    padding-right: 15px;
}
body.contact .control-title02{
	color:#777;
    margin-bottom:10px;
	display:inline-block;
}
body.contact .control-title03{
	color:#666;
    padding:5px 0 15px 25px;
	display:block;
	text-align:center;
}
body.contact .control-title03 a{
    color:#0068b7;
    text-decoration:underline;
}
body.contact .control-title03 a:hover{
    color:#f08200;
}
body.contact a.btn-membership{
	text-decoration: underline;	
	color:#0068b7;
}
body.contact .control-title04{
	color:#666;
    padding:15px 0;
	display:block;
	text-align:right;
}
body.contact .control-select{
	display:inline-block;
}
body.contact .check_width{
	width:20px;
	padding:0;
	display:inline-block;
	align-items: flex-start;
}
body.contact .space_box{
	padding:5px 0 15px 25px;
}
body.contact .content .form-group .btn-box{
	text-align:center;
}
body.contact.newsletter .btn-box {
    border-top:none;
}
body.contact.newsletter .control-title03 {
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
    clear: both;
    padding-bottom: 0;
}
/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    padding-top: 0;
}

body.home .content > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}
/*news_跑馬燈*/
.news_marquee{
	background-color:#f0f0f0;
	padding:15px 0;
	display:block;
}
body.home .content .news_marquee b {
    font-size: 18px;
    float: left;
    font-weight: normal;
	background-color:#f08200;
	padding:5px 8px;
	color:#fff;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
}
body.home .content .news_marquee .marquee {
    overflow: hidden;
    float: left;
    padding-top: 3px;
}
body.home .content .news_marquee .marquee ul {
    list-style: none;
    margin-bottom: 0;
}
body.home .content .news_marquee .marquee ul>li {
	line-height:30px;
}
body.home .content .services_box{
	margin:50px 0;
}
body.home .content .services_box .services_main{

	padding-bottom:10px;
}
body.home .content .services_box a{
    display:block;
    margin-bottom:25px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
body.home .content .services_box a:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
body.home .content .services_box a .info{
    padding-left:0;
}
body.home .content .services_box .col-2x2-multi-item-content{
    float: right;
    width: 100%;
    font-size:24px;
    padding: 0 0 10px 0px;
    font-size: 14px;
    line-height: 30px;
	color:#5e5e5e;
}
body.home .content .services_box .col-2x2-multi-item-image img{
	border:1px solid #ccc;
}
body.home .content .services_box .col-2x2-multi-item-content h3 {
    font-weight: 600;
    font-size: 26px;
	color:#0068b7;	
	letter-spacing:0em;
}
/*----------------------------------------- 下方拉開內容 -------------------------------*/
.section-padding {
    padding: 50px 0;
}
.contact-block {
    width: 100%;
	background: url(../images/all/contact_bg.jpg) repeat;
	/*min-height:415px;*/
    z-index: 10000;
    color: white;
    height: auto;
    bottom: -100%;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    /*-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);*/
    display: block;
}
.contact-block-header {
    padding: 10px;
    height: 52px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}
.contact-block-show {
    bottom: 0px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.open-contact-block {
    height: 350px;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.contact-person {
    background: url(../images/all/footer_logo.png) no-repeat;
    width: 175px;
    height: 67px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: -25px;
    left: -15px;
    -o-background-size: cover;
    background-size: cover;
    background-position: cover;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.contact-slogan {
    display: block;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    word-wrap: break-word;
	font-size:20px;
}
.close-contact-block {
    display: inline-block;
    position: absolute;
    top: 9px;
    right: -20px;
    width: 36px;
    height: 36px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.1rem;
    padding: 1px 0 0 1px;
    font-weight: 100;
    color: #444;
    background: #fff;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    color: #008ad3;
	border:2px solid #008ad3;
}
.close-contact-block .icon {
    font-size: 30px;
    display: block;
    margin: 0 auto 2px;
}
.close-contact-block img {
    width: 22px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -11px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.opacity {
    opacity: 1 !important;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.flip{cursor:pointer;}
.panel{
	/*display:none;*/
	background: url(../images/all/contact_bg.jpg) repeat;
	border-radius:0px;
	border:none;
	margin-bottom:0px;
}

/*表格*/
.form-group {
    margin-bottom: 1rem;
}
.contact .controls input,
.contact .controls textarea,
.contact .controls select {
    width: 100%;
    padding: 10px;
    border: 0;
    background-color: #f9f9f9;
}
.contact .controls textarea {
    height: 160px;
    max-height: 160px;
    max-width: 100%;
}
.butn-bg {
    background: #0068b7;
    border-color: #0068b7;
    color: #fff;
}
.butn {
    padding: 12px 35px;
    border-radius: 0px;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
	float: right;
}
.butn-bg:hover span {
    color: #0068b7;
}
.butn span {
    position: relative;
    z-index: 2;
}
.butn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 1;
    opacity: 1;
}
.butn:hover:after {
    width: 100%;
}
.col-right{
	padding-top: 50px;
    padding-left: 20px;
}
.col-right .right_main ul li{
	display:block;
	list-style:none;
	padding:8px 0;
}
.col-right .right_main ul li a{
	font-size:16px;
	color:#fff;
	line-height:34px;	
	letter-spacing:0.05em;
}
.col-right .right_main span{
	padding-right:10px;
}
.col-right .right_icons{
	padding:15px 0; 
}
.col-right .right_icons ul li{
	display: inline-block;
	list-style:none;
}
.col-right .right_icons ul li img{
	padding-right:5px;
}
.col-right .right_icons ul li a:hover img{
	position: relative;
    top: 2px;
}

.col-right .support-link {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
	line-height:20px;
}
.col-right .support-link a {
    color: #fff;
}
/*Product Support*/
body.support .support_box{
	padding: 60px 30px;	
}
body.support .support_title{
	font-size:30px;
	line-height:36px;
	color:#0068b7;
	font-weight:600;
	margin:15px 0;
}
body.support .support_box .form-group {
    position: relative;
    margin-bottom: 14px;
}
body.support .select2-container--default .select2-search--dropdown .select2-search__field {
    background: url(../images/all/search.png) no-repeat 6px 6px;
    padding-left: 30px;
}
/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
