ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*container內容區*/
.container_center{
	width: 1200px;
	margin:0 auto 60px auto;
	background: #fff;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2); 
}
/*包KV的容器*/
.KV_block{
	width: 1140px;
	margin:0 auto 30px auto;
}
/*桌機KV調整 start*/
/*去除外框+陰影*/
.KV_block .bx-wrapper .bx-viewport{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0px;
	left:0px;
}
/*更改pager圖片*/
.KV_block .bx-wrapper .bx-pager.bx-default-pager a{
	background-image: url(../images/index/skechers_index_img.png);
	background-position: 0 -18px; 
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}
.KV_block .bx-wrapper .bx-pager.bx-default-pager a:hover,
.KV_block .bx-wrapper .bx-pager.bx-default-pager a.active{
	background-image: url(../images/index/skechers_index_img.png);
	background-position: 0 0; 
	width: 18px; height: 18px;
	background-repeat: no-repeat;
}
/*移動pager位置*/
.KV_block .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 20px;
}
/*pager間的margin*/
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
	margin:0 10px 0 0 ;
}
/*li圖片大小*/
.KV_block .bx-wrapper img{
	overflow: hidden;
	max-width: 100%;
	margin-right:auto;
	margin-left:auto;
}
/*修改KV下方預設margin*/
.KV_block .bx-wrapper{
	margin:0;

}

/*桌機KV調整 end*/
/*最新消息+影片+店鋪 start*/
/*包住內容的最外層(藍底)*/
.information{
	width: 1140px;
	clear: both;
	background: #002B56;
	margin:0 auto 0 auto;
}
.information ul{
	width: 1140px;
}
.information li{
	display: block;
	float: left;
	background: #fff;
	width: 350px;
	margin:15px 22px 15px 0;
}
.information li:first-child{
	margin-left: 23px;
}
.information ul::after{
	content: '';
	display: block;
	clear: both;
}
/*每個單元*/
.info_con{
	width: 350px;
	height:auto;
}
/*圖片外層div設定*/
.info_img{
	display: table-cell;
	width: 350px;
	height: 198px;
	text-align: center;
	vertical-align: middle;
}
/*單元圖片遮罩效果*/
/*遮罩用圖片放在a的背景*/
.info_img > a{
	/*background: url('../images/index/skechers_index_info_hover.png') no-repeat;*/
	/*display:table-cell;*/
	display: block;
	width: 350px;
	height: 198px;
	vertical-align: middle;
	overflow: hidden;
	
}
/*a:hover時圖片變半透明*/
.info_img > a:hover{
	background: url('../images/index/skechers_index_info_hover.png') no-repeat;
}
.info_img > a:hover img{
	opacity: 0.4;
}

/*固定上方圖片大小*/
.info_img img{
	max-width: 100%;
	overflow: hidden;
}
/*單元名稱*/
.info_title{
	font-size: 18px;
	padding: 0 5px;
	text-align: center;
	color: #2C6FCA;
	height:28px;
	line-height: 28px; 
	overflow: hidden;
}
/*單元內容的連結*/
.info_link{
	text-align: center;
	padding-bottom: 5px;
}
.info_link a{
	line-height: 1.5em;
	color: #000;
}
.info_link:hover a:link,
.info_link:hover a:active{
	text-decoration:underline;
}
/*單元內容文字的設定(超過時隱藏)*/
.info_text{
	width: 100%;
	height: 40px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
	padding: 0 5px;
	display: block;
}
.info_text_news{
	width: 100%;
	height: 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
	padding: 0 5px;
	display: block;
}
/*最新消息+影片+店鋪 end*/
/*桌機版 商品slider start*/
/*slide區塊置中+上下margin*/
.slide_block .bx-wrapper{
	margin: 30px auto 30px auto;
}
.slide_block::after{
	content: '';
	display: block;
	clear: both;
}
/*去除外框陰影*/
.slide_block .bx-wrapper .bx-viewport{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0px;
	left:0;
}
/*隱藏pager*/
.slide_block .bx-wrapper .bx-pager{
	display: none;
}
/*修改prev+next樣式*/
.slide_block .bx-wrapper .bx-controls-direction a{
	width: 28px;
	height: 100px;
}
.slide_block .bx-wrapper .bx-prev{
	background: url(../images/index/skechers_index_img.png) no-repeat;
	background-position:-18px 0;
	top: 91px;
	left: -28px;
}
.slide_block .bx-wrapper .bx-next{
	background: url(../images/index/skechers_index_img.png) no-repeat;
	background-position:-46px 0;
	top: 91px;
	right: -28px;
}
/*slide hover效果*/
/*slide與下方距離*/
.slide{
	padding-bottom: 70px;
}
.slide::after{
	display: block;
	clear: both;
}
/*slide商品圖大小*/
.slide_img{
	width: 250px;
	height: 250px;
	position: relative;
	border: 1px solid #DBDBDB;
}
.slide_img img{
	max-width: 100%;
	overflow: hidden;
}
/*a為灰底矩形,背景色透明度一開始為0,hover後出現*/
.slide_img a{
	display: block;
	width: 250px;
	height: 250px;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	position: absolute;
	z-index: 250;
	overflow: hidden;
}
.slide_img a:hover{
	opacity: 1;
}
/*slide文字區*/
.slide_text{
	text-align: center;
	margin-top: 18px;
	color: #939393;
	font-size: 18px;
}
.slide_text a{
	display: block;
	height: 1.1em;
	line-height: 1.2em;
	overflow: hidden;
	color: #0162B1;
	margin: 7px 5px 2px 5px;
	overflow: hidden;
}
.slide_text a:hover{
	text-decoration: underline;
}
/*桌機版商品slider  end*/

/******手機版 start******/
@media screen and (max-width: 768px){
#container{
	width: 100%;
}	
.container_center{
	width: 100%;
	box-shadow:none;
	margin: 0;
}
.KV_block{
	width: 100%;
}
.KV_block .bx-wrapper img{
	width: 100%;
}
.information{
	width: 100%;
	background: transparent;
	margin:0 auto 0 auto;
}
.information ul{
	width: 100%;
}
.information li{
	display: block;
	float: none;
	background: #fff;
	width: 100%;
	margin:1em 0 1em 0;
	height: auto;
}
.information li:first-child{
	margin-left: 0px;
}
.information ul::after{
	content: '';
	display: block;
	clear: both;
}
.information li{
	width: 100%;
	margin:0;
}
/*每個單元*/
.info_con{
	width: 100%;
	position: relative;
	z-index: 40;
	height:auto;
}
/*圖片外層div設定*/
.info_img{
	display:block;
	width: 100%;
	height: auto;
}
/*a取消遮罩效果(清除背景,取消透明度)*/
.info_img > a{
	display: block;
	width: 100%;
	height: auto;
	background:transparent;
}
.info_img > a:hover img{
	opacity: 1;
}
/*單元文字加padding*/
.info_link{
	padding:1.5em 0;
}
/*上方圖片大小*/
.info_img img{
	max-width: 100%;
	width: 100%;
	max-height: none;
	overflow: hidden;
}
.slide{
	padding-bottom: 15px;
}
/*改變prev+next的父元素*/
.slide_block{
	position: relative;
}
.slide_block .bx-wrapper{
	position: static;
}
/*prev+next位置*/
.slide_block .bx-wrapper .bx-prev{
	left: 0px;
}
.slide_block .bx-wrapper .bx-next{
	right: 0px;
}
.slide_img a:hover{
	opacity: 0;
}


}
/******手機版 end*****