/*新增在產品頁面的詢價按鈕*/
a.btn_Inquiry {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0199d3+0,027aa8+100 */
    background: #0199d3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0199d3 0%, #027aa8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0199d3 0%, #027aa8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0199d3 0%, #027aa8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0199d3', endColorstr='#027aa8', GradientType=0);
    /* IE6-9 */
    width: 130px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    border-radius: 15px 0 15px 0;
    margin-left: 15px;
}

a.btn_Inquiry:hover {
    color: #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#909090+0,ffffff+11,efefef+16,979797+50,efefef+89,efefef+89,ffffff+92,909090+100 */
    background: #909090;
    /* Old browsers */
    background: -moz-linear-gradient(left, #909090 0%, #ffffff 11%, #efefef 16%, #979797 50%, #efefef 89%, #efefef 89%, #ffffff 92%, #909090 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #909090 0%, #ffffff 11%, #efefef 16%, #979797 50%, #efefef 89%, #efefef 89%, #ffffff 92%, #909090 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #909090 0%, #ffffff 11%, #efefef 16%, #979797 50%, #efefef 89%, #efefef 89%, #ffffff 92%, #909090 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#909090', endColorstr='#909090', GradientType=1);
    /* IE6-9 */
}
.top-banner .banner .item{
	display: none;
}
.top-banner .banner{
	 height: 60px;
}
/*新增在產品頁面的詢價按鈕*/
.page-title {
    margin-bottom: 0;
}

.tab-box {
    margin: 0 20px;
}

.tab-nav2 {
    text-align: left;
    margin-bottom: 45px;
    display: none;
}

.tab-nav2 li {
    display: inline-block;
    margin-right: -6px;
    padding: 0 6px;
}

.tab-nav2 li a {
    background: #666666;
    color: #fff;
    font-size: 16px;
    padding: 6px 35px;
    margin-bottom: 6px;
    display: block;
    position: relative;
}

.tab-nav2 li.active a,
.tab-nav2 li:hover a {
    background: #00A6E4;
}

/*.tab-nav li.active a:after,
.tab-nav li:hover a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-color: #009843 transparent transparent transparent;
}*/

.products-list {
    margin: 0 auto;
}

.products-list .item {
    width: 20%;
    padding: 0 11px;
    margin-bottom: 85px;
}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item .box {
    max-width: 258px;
    margin: 0 auto;
}

.products-list .box .pic {
    margin-bottom: 16px;
    position: relative;
}

.products-list .box .pic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 258px;
    max-height: 258px;
    width: 99%;
    height: 99%;
    border: 2px solid rgba(0, 0, 0, 0);
}

.products-list .box:hover .pic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 258px;
    max-height: 258px;
    width: 99%;
    height: 99%;
    border: 2px solid #00A6E4;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.products-list .box .name {
    font-size: 18px;
    border: 1px solid rgba(102, 102, 102, 1.00);
    /*background: rgba(0, 0, 0, 0.75);*/
    color: #666666;
    padding: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.products-list .box:hover .name {
    /*background: rgba(1, 77, 148, .8);*/
    border: 1px solid rgba(0, 166, 228, 1.00);
    color: #00A6E4;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.sort-list .products-list .box .name {
    background:#878787;
    color: #ffffff;
    position:relative;
    z-index:1;
    border:none;
}
.sort-list .products-list .box .name:after{
    content:'';
    width:0%;
    height:100%;
    background:#0d4ca8;
    position:absolute;
    left:0;
    z-index:-1;
    top: 0;
    transition:all .3s ease;
}
.sort-list .products-list .box:hover .name:after{
    width:100%;
}
.sort-list .products-list .box .pic:after{ 
   border: none;
   background:rgba(0,0,0,.5);
  width:100%;
  height:100%;
  opacity:0;
}
.sort-list .products-list .box:hover .pic:after{
    opacity:1;
    border:none;
     width:100%;
  height:100%;
}

/*-- ---*/
.products-intro {
    margin: 0 30px;
}

.gallery {
    margin: 0 25px 50px 0;
    float: left;
    width: 46%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery .thumbnails {
    float: left;
    width: 12%;
}

.gallery .thumbnails ul li {
    width: 100%;
    margin-bottom: 15px;
}

.gallery .thumbnails ul li a {
    border: 2px solid #777777;
}

.gallery .thumbnails ul li a:hover {
    opacity: .5;
}

.gallery .stage {
    float: right;
    width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #777777;
    margin: 0 1.5% 0 1%;
}

.gallery .stage .pic {
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #fff;*/
}

.gallery .stage .pic img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #596B86;
}

.gallery .txt {
    float: right;
    width: 53%;
}

.pd-intro {
    float: right;
    width: 50%;
}

.product-category {
    text-align: center;
    padding: 5px 0;
    background: #024773;
    color: #007ABE;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
}

.product-category:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-color: #024773 transparent transparent transparent;
}

.product-name {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #00A5E4;
    padding-bottom: 20px;
    position: relative;
    /*border-bottom: 2px solid #EBEFF3;*/
}

.product-name:after {
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363b4c+9,20124d+27,262933+47,4d4753+81,2c2a0d+99 */
    background: #363b4c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #363b4c 9%, #20124d 27%, #262933 47%, #4d4753 81%, #2c2a0d 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #363b4c 9%, #20124d 27%, #262933 47%, #4d4753 81%, #2c2a0d 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #363b4c 9%, #20124d 27%, #262933 47%, #4d4753 81%, #2c2a0d 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363b4c', endColorstr='#2c2a0d', GradientType=1);
    /* IE6-9 */
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-intro {
    padding: 45px 0;
    font-size: 15px;
    color: #858585;
    line-height: 1.6;
    /*border-bottom: 1px solid #ccc;*/
}

.intro-table {
    width: 100%;
    color: #333333;
    font-size: 17px;
    font-family: "Arial";
    border-collapse: collapse;
    border-spacing: 0;
}

.intro-table th {
    width: 160px;
    text-align: right;
    padding: 5px 30px 5px 0;
    font-size: 18px;
    color: #009843;
    border-bottom: 1px solid #ccc;
}

.intro-table td {
    border-bottom: 1px solid #ccc;
}

.product-show {
    margin-bottom: 60px;
    text-align: center;
}

.product-show-title span {
    max-width: 306px;
    height: 55px;
    margin: 0 auto 10px;
    display: block;
    position: relative;
}

.product-show-title span:before {
    content: "360";
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
    color: #596B85;
    font-size: 30px;
    display: block;
    background: #fff;
    position: absolute;
    width: 132px;
    height: 35px;
    top: 0;
    left: 50%;
    margin-left: -66px;
    z-index: 1;
}

.product-show-title span:after {
    content: "";
    display: block;
    width: 306px;
    height: 1px;
    background: #596B86;
    top: 50%;
    left: 50%;
    margin-left: -153px;
    position: absolute;
}

.product-show-title b {
    display: block;
    font-family: "Arial";
    font-weight: normal;
    color: #fff;
    padding: 5px 0;
    font-size: 18px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#079840+0,00459c+100 */
    background: #079840;
    /* Old browsers */
    background: -moz-linear-gradient(left, #079840 0%, #00459c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #079840 0%, #00459c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #079840 0%, #00459c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#079840', endColorstr='#00459c', GradientType=1);
    /* IE6-9 */
}

.product-show-box {
    max-width: 560px;
    margin: 0 auto;
}

.ui-slider {
    margin-top: 50px;
}

.product-show-box .ui-widget-content {
    border: 0;
    max-width: 566px;
    width: 100%;
    height: 10px;
    background: url('../images/scroll_line.png');
    color: #333;
}

.product-show-box .ui-state-default,
.product-show-box .ui-widget-content .ui-state-default,
.product-show-box .ui-widget-header .ui-state-default {
    width: 26px;
    height: 25px;
    background: url('../images/scroll_c.png');
    border: 0;
    top: -7px;
}

.product-show-box .ui-state-default:focus,
.product-show-box .ui-widget-content .ui-state-default:focus,
.product-show-box .ui-widget-header .ui-state-default:focus {
    outline: 0;
}

@media screen and (max-width: 1300px) {
    .products-list {
        max-width: 1100px;
        margin: 0 auto;
    }

    .products-list .item {
        width: 33.33%;
    }
	.products-list .item:nth-child(5n+1) {
    clear: none;
}
	.products-list .item:nth-child(3n+1) {
    clear: left;
}
}

@media screen and (max-width: 1100px) {

    .gallery .stage,
    .gallery .txt,
    .gallery .thumbnails {
        float: none;
        width: auto;
        margin: 0 auto;
    }

    .gallery .thumbnails ul {
        margin-top: 40px;
        text-align: center;
    }

    .gallery .thumbnails ul li {
        float: left;
        width: calc(100% / 6);
        max-width: 84px;
        margin: 0 10px;
    }

    .gallery .stage {
        max-width: 527px;
    }

    .gallery .stage .pic {
        display: inline-block;
        /*border: 8px solid #fff;*/
    }

    .gallery .stage .pic img {
        width: auto;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #596B86;
    }
}

@media screen and (max-width: 980px) {
    .products-list {
        max-width: 760px;
    }

    /*.products-list .item,
    .has-side .products-list .item {
        width: 50%;
    }*/
    .products-page .info,
    .products-page .pic {
        width: 100%;
    }

    .products-page .pic {
        margin-top: 10px;
    }

}

@media screen and (max-width: 767px) {
    .tab-nav {
        display: table-row;
        margin-bottom: 0;
    }

    .tab-nav li {
        /*width: 33.3%;*/
        vertical-align: middle;
        /*margin: 0;*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tab-container {
        margin-top: 45px;
    }

    .tab-nav li a {
        width: 100%;
        /*height: 65px;*/
        padding: 10px;
        line-height: 1.2;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .gallery,
    .pd-intro {
        width: 100%;
        float: none;
    }

    .gallery {
        margin-right: 0;
    }
	.top-banner .banner{
	 height: 0px;
}
}

@media screen and (max-width: 600px) {

    .products-list .item,
    .has-side .products-list .item {
        width: 100%;
        padding: 0;
    }

    .products-list .name {
        white-space: normal;
    }

    .products-list .description {
        height: auto;
    }

    .product-show-box .image360-gallery,
    #image360-reel {
        width: 100% !important;
        height: 100% !important;
    }

    .product-show {
        margin-bottom: 100px;
    }

    .ui-slider {
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px) {

    .intro-table tr,
    .intro-table th,
    .intro-table td {
        display: block;
    }

    .intro-table tr {
        padding: 5px;
    }

    .intro-table th {
        border: 0;
        text-align: left;
    }

    .intro-table th,
    .intro-table td {
        padding: 0;
    }

    .product-show-title span:after {
        width: 250px;
        margin-left: -125px;
    }
}