.search_box{
    width: 100%;
}
.search_box li{
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.search_box .search:after{
    content: '';
    display: block;
    clear: both;
}
.search_box .search{
    display: inline-block;
	float:right;
}
.search_box li .form-control{
    width: 311px;
    height: 38px;
    padding:0 10px;
    background: url(../images/products/search_formbg.jpg)repeat-x;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin-right: 10px;
    padding-right: 46px;
}
.search_box li .form-btn{
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/products/search_btn.png)no-repeat;
    border: none;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 11px;
}
.search_box li select{
    width: 161px;
    height: 38px;
    padding:0 10px;
    font-size: 14px;
    background: url(../images/products/search_formbg.jpg)repeat-x;
}
.search_box li select:focus{
	outline: 0;
}
.search_box li .form-btn:hover{
    opacity: 0.5;
}
.search_box .sort{
	display:inline-block;
    /*float: left;*/
}
.search_box .sort li{
    width: 214px;
    margin-left: 10px;
}
.search_box .sort li:first-child{
    margin-left: 0px;    
}
.search_box .sort li a:hover,
.search_box li select:hover,
.search_box li .form-control:hover,
.search_box li .form-control:focus{
    border-color: #777777;
}
.search_box .sort li a{
    width: 214px;
    background: url(../images/products/search_formbg.jpg)repeat-x,#EEEEEE;
    font-size: 18px;
    color: #333333;
    border: 1px solid #DDD;
    display: inline-block;
    text-align: center;
    padding: 4px 0 2px;
}

.search_box .sort .hot a{
    overflow: hidden;
    color: #FFF;
    position: relative;
    display: block;
    
/*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f19600+0,c41421+100 */

background: #f19600; /* Old browsers */
background: -moz-linear-gradient(top,  #f19600 0%, #c41421 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f19600 0%,#c41421 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f19600 0%,#c41421 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19600', endColorstr='#c41421',GradientType=0 ); /* IE6-9 */

}

@media screen and (max-width: 1015px) {
	.search_box .sort li{
		margin-left:0;
	}
	.search_box li{
    	float: none;
	}
	.search_box li .form-control,
	.search_box li select{
		width:216px;
	}
}
@media screen and (max-width: 650px) {
	.search_box .sort{
	    padding-bottom: 0px;
	}
}
@media screen and (max-width: 630px) {
    .search li,
    .search_box li,
    .search_box .sort li,
    .search_box .sort li a,
    .search_box .sort li:first-child{
        float: none;
        /*width: 90%;*/
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
    }
    .search_box .search{
        width: 216px;
        margin: 0 auto;
        display: block;
    }
    .search li .form-control{
        width: 100%;
    }
}
@media screen and (max-width: 527px) {
	.search_box .sort,
	.search_box .search{
		float:none;
		display:block;
	}
	
}
/*********************************************************************************/
.products-list {
    margin: 0 -20px 30px;
}
.products-list .item {
    width: 33%;
    padding: 0 20px;
    position: relative;
}
.products-list .products_col{
    max-width: 400px;
    margin: 40px auto 0;
    position: relative;
}
.products-list .item a .pic{ 
	box-shadow: 0px 3px 6px rgba(20%,20%,40%,0.2); 
	overflow:hidden;
	position:relative;
}
.products-list .item a .pic:before{
	content:'';
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	display:block;
	background:rgba(0,0,0,0);
	position:absolute;
	left:0;
	top:0;
}
/*.products-list .item a:hover .pic:before{
	background:rgba(0,0,0,0.3);
}*/
.products-list .item a:hover .pic img{
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.products-list .more {
    display: block;
    background: url(../images/more.png) no-repeat;
    width: 48px;
    height: 48px;
    margin: -24px auto 0;
    position: relative;
    z-index: 3;
}
.products-list a.web{
    width: 22px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
    background: url(../images/products/web_btn.png)left no-repeat;
}
.products-list .web:hover{
    background: url(../images/products/web_btn.png)right no-repeat;
}
.products-list a:hover .more {
    background-position: 0 100%;
}
.products-list .name {
    padding: 15px 0 3px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #212121;
}
.products-list a:hover .name {
    color: #333;
}
.products-list .description {
    color: #878787;
    font-size: 13px;
    line-height: 1.5;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list a:hover .description {
    color: #444;
}
.intro-box .goweb,
.intro-box .goweb2{
    width: 194px;
    height: 38px;
    display: block;
    background: url(../images/products/go_web.png)top no-repeat;
    margin-top: 10px;
}
.intro-box .goweb:hover{
    background: url(../images/products/go_web.png)bottom no-repeat;
}
.intro-box .goweb2{
    background: url(../images/products/go_web2.png)top no-repeat;
}
.intro-box .goweb2:hover{
    background: url(../images/products/go_web2.png)bottom no-repeat;
}
/*********************************************************************************/
.gallery {
    margin-bottom: 60px;
}
.pic_box{
    float: left;
    width: 50%;
    border-right: 1px solid #454545;
    padding-right: 9%;
    padding-left: 9%;
    padding-top: 50px;
    position: relative;
}
.stage {
    max-width: 700px;
}
.stage .pic {
    border: 1px solid #DDDDDD;
    max-width: 700px;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .intro-box,
.thumbnails {
    float: right;
    width: 30%;
}
.intro-box .title {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px;
}
.intro-box .txt {
    margin-bottom: 20px;
}
.intro-box .price {
    font-size: 23px;
    color: #333;
    margin-bottom: 20px;
}
.detail-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.detail-title:before,
.detail-title:after {
    content: "+";
    display: inline-block;
}
.detail-title:before {
    margin-right: 10px;
}
.detail-title:after {
    margin-left: 10px;
}
/*************************** 控制器 ******************************************************/
.slick-list.draggable{
    position: relative;
}
.slick-prev,.slick-next{
    position: absolute;
    top: 40%;
    width: 50px;
    height: 51px;
    display: block;
    background: url(../images/products/pic_btn.png)no-repeat;
    border: none;
    margin: 0;
    text-indent:-3000px;
}
.slick-prev{
    left: -10%;
    background-position: left top;
}
.slick-next{
    right: -10%;
    background-position: right top;
}
.slick-prev:hover{
    background-position: left bottom;
}
.slick-next:hover{
    background-position: right bottom;
}
.slick-dots{
    text-align: center;
    width: 100%;
    position: absolute;
    top: -50px;
}
.slick-dots li{
    margin: 20px 5px;
    display: inline-block;
}
.slick-dots li button{
    border: none;
    margin: 0;
    text-indent:-3000px;
    width: 15px;
    height: 15px;
    background: url(../images/products/pic_dot.png)no-repeat;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
    background-position: right;
}
.btn-box.back{
    position: absolute;
    right: -167px;
    bottom: 0;
}
/* ---- 瀑布流設定 ---- */

.grid {
  margin: 0 auto;
}
.grid-sizer{
	width:33%;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 1120px) {
.btn-box.back{
    position: relative;
    right: inherit;
    bottom: inherit;
    }
}
@media screen and (max-width: 1100px) {
    .products-list .item {
        width: 33.33%;
    }
	.grid-sizer{
	width:33.33%;
	}
    .gallery .intro-box {
        float: none;
        width: auto;
    }
    .pic_box{
        width: 100%;
        border-right: none;
        float: none;
        padding-right: 10%;
        padding-left: 10%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    }
}
@media screen and (max-width: 800px) {
    .products-list .item {
        width: 50%;
    }
	.grid-sizer{
	width: 50%;
	}
}
@media screen and (max-width: 740px) {
    .slick-prev,.slick-next{
        display: none !important;
    }
        .pic_box{
        padding-right: 0% !important;
        padding-left: 0% !important;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .stage,
    .thumbnails {
        float: none;
        width: auto;
    }
    .stage {
        border: 0;
        padding: 0;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails ul li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 480px) {
    .products-list .item {
        width: 100%;
    }
	.grid-sizer{
	width: 100%;
	}
    .thumbnails ul li {
        width: 33.33%;
    }
}

/**** 文字變色動畫 ****/
 .color a{
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -webkit-animation-name: slidein;
  -moz-animation-name: slidein;
  animation-iteration-count: infinite; /**重複動畫**/
	 }
@-webkit-keyframes slidein {
  from {
	  background:#F09102;
  }
  20%{
	  background: #C51621;
  }
  40%{
	  background: #C51621;
  }
  60%{
	  background: #C51621;
  }
  100% {
      background: #F09102;
  }
}
/**** 文字變色動畫 ****/
