a:hover{
    text-decoration: none;

}
ul,li,ol{
    list-style: none;
}
*{
    margin: 0;
    padding: 0;
}
.cf:after,
.cf:before{
    content: '';
    display: table;
}
.cf:after{
    clear: both;
}
.cf{
    zoom:1;
}
/*banner*/
.ban{
    width: 100%;
}
.ban>div{
    position: relative;
}
.ban>div img{
    width: 100%;
}

/*banner end*/

/*position*/
.pos .position{
    padding: 2% 0 2% 0;
    font-size: 1.5rem;
    color: #333333;
}
.pos .position span {
    padding-right: 1%;
}
.pos a{
    color: #333333;
}
.pos a:hover{
    color: #ff8800;
}

.ban div{text-align:center;}
.ban .banner_text{ position: absolute;top:20%;width:100%;}
.ban .banner_text b{font-size: 4rem;color: #fff;font-weight: normal;display: block;}
.ban .banner_text p{font-size: 2.4rem;color: #fff;text-indent:1em;margin-top: 2rem;padding-left: 3rem;padding-right: 3rem;}
.ban .banner_text a{padding: 10px 20px;background: #F2651A;border-radius: 5px;color: #fff;display: inline-block;margin-top: 1rem;}
.ban .banner_text span{display:block;font-size:4rem;margin-top:2rem;color:#fff;}

/*map_list_page*/


.map_list_page ul{
    text-align: center;
}
.map_list_page ul li strong{
    font-size: 1.6rem;
    color:#333333;
    margin-top: -30px;
    display: block;;
}
.map_list_page ul li{
	margin-bottom:10px;
}
.tile {
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-out;
    overflow: hidden;
    padding-top: 20px;
	padding-bottom:42px;
}


.tile img {
    width: 100%;
    /* position: absolute;
    top: 0;
    left: 0;*/
    z-index: 0; 
    transition: all 0.4s ease-out;
}
.tile .text {
    z-index: 99;
    width:100%;
    position: absolute;
    padding: 30px;
	top:50%;
	transform:translate(0,-50%);
    height: calc(100% - 60px);
}
.map_list_page ul li .tile h2 {
    font-weight: 100;
    margin-top: 20px;
    font-style: italic;
    transform: translateX(200px);
}
.map_list_page ul li .tile p {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 20px;
    line-height: 25px;
    transform: translateX(-200px);
    transition-delay: 0.2s;
}
.animate-text {
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.tile:hover {
    transform: scale(1.05);
}
.tile:hover img { opacity: 0.5; }
.tile:hover .animate-text { transform: translateX(0); opacity: 1; }


.tile:hover span { opacity: 1; transform: translateY(0px); }
/*map_list_page end*/

@media screen and (max-width: 767px){
	.ban{display:none;}
	.map_list_page li{padding:0;}
}




