.about_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	min-height:600px;	
}
.about_map,.about_content{
	width:50%;
}
.about_map{
	/*background-color:#339900;*/
}
.about_content{
	padding-top:50px;
	padding-bottom:50px;
	padding-left:60px;
	padding-right:60px;
	
	background-color:#FFFFFF;	
}
.about_content a{
	color:#000000;
}
.about_content ol{
	margin-top:15px;
	margin-bottom:15px;
}
.about_content ol li{
	list-style-type: lower-roman;
	list-style: auto;
}
.about_content ul li{
	margin-top:15px;
	margin-bottom:15px;
}
.about_content ul li::before {
	color:#407ad1;
	margin-right:7px;
}
.index_storeBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.index_storeBox a{
	position: relative;
	display: block;
    overflow: hidden;
    padding: 0;
    background: #000;
	width:calc(100% / 3);
}
.index_storeBox a:before{
	content: '';
    position: absolute;
	inset:0; 
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, .4));/*漸層*/
    z-index: 1;
    opacity: 1;
    transition: opacity .6s;/*轉場樣式0.6秒後*/
}
.index_storeBox a:after{/*外框*/
	content: '';
    position: absolute;
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;	
    border: 4px solid rgba(255, 255, 255, .19);
    z-index: 1;
    transition: left .6s, top .6s, right .6s, bottom .6s;
}
.index_storeBox a .index_storePhoto{
	transition: transform 1s;
    transform: scale(1);
	display: block;
	width: 100%;
	padding-top: 75%; /* 4:3 */
	vertical-align: top;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.index_storeBox a .index_storeTitle{
	color: #fff;
    bottom: 40px;
    line-height: 1.5;
    background: rgba(88, 88, 88, .2);
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.1em;
    z-index: 10;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: transform .2s;
}
.index_storeBox a:hover .index_storePhoto{
	transform:scale(1.1);
	transition:transform .6s;
}

.index_storeBox a:hover:after{
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
	transition:left .6s,top .6s,right .6s,bottom .6s;
}
.index_storeBox a:hover:before{
	opacity:0;
	transition:opacity .6s;
}
.index_storeBox a:hover .index_storeTitle{
	transform:translate(-50%) scale(1.3);/*先把元素往左移「自身寬度的一半」，再把元素放大到 130%。*/
	transition:transform .2s;
}
.index_searchANDnewsBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color:#999999;
	
}
.index_searchANDnewsBox .basic_title{
	margin-bottom:20px;
}
.index_searchBox{
	padding-top:50px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:50px;
	min-height:300px;
	width:50%;
	
	position: relative;
	background-image:url(../images/index_bg1.JPG);	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	
	/*background-color:#6666FF;*/
}
.index_searchBox:before{
	content: '';
    position: absolute;
	inset:0; 
    background: linear-gradient(333deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .8));/*漸層*/
    z-index: 1;
    opacity: 1;
}
.index_searchContent{
    position: relative;
    z-index:2;
}
.index_searchBox input[type="text"]{
	border: 1px solid #FF9900;	
	
}
.index_newsBox{
	padding-top:50px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:50px;
	min-height:300px;
	width:50%;
	
	/*background-color:#66CC33;	*/
}
.index_newsBox ul{
}
.index_newsBox ul li{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center	
}
.index_newsBox ul li:nth-child(1){
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;	
}
.index_newsBox ul li span{
	display:block;
	padding-top:2px;
	margin-right:10px;
	height:30px;
	width:62px;
	background-color:#FF66CC;
	color:#FFFFFF;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.index_newsBox ul li a{
	color:#000000;
}
@media (max-width: 768px){
	.index_storeBox a{
		width:calc(100% / 2);
	}
}
@media (max-width: 430px){
	.about_map,.about_content{
		width:100%;
		min-height:350px;
	}
	.about_content ul{
		padding-left:0px;
	}
	.index_searchBox,.index_newsBox{
		width:100%;
	}
	.index_newsBox{
		padding-left:40px;
		padding-right:40px;
	}
	.index_newsBox ul{
		padding-left:0px;
	}
	.index_storeBox a{
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0;
		background: #000;
		position: relative;
		width:calc(100%);
	}
	.index_storeBox a:after{/*外框*/	
		border: 0px solid rgba(255, 255, 255, .19);
	}
	.index_storeBox a .index_storeTitle{
		color: #fff;
		bottom: 20px;

		background: rgba(0, 0, 0, .3);
		border-radius: 0 30px 30px 0;
		padding: 10px 20px;

		left: 0%;
		transform: translateX(0%);
		position: absolute;
	}
	.index_storeBox a:hover .index_storeTitle{
		transform:translate(0%) scale(1);
	}						
}	