body{
    color: darkgray;

}
img{
    max-width: 100%;

}
.w1000{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;

}

.w800{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    
}

header{
    width: 100%;
    height: 320px;
    background: url(../images/00000.jpg) ;
    background-size: cover;
    background-position: center;


}

.head_container{
    padding: 20px;
    justify-content: space-between;
    display: flex;
}


h1{
    font-size: 20px;
    
}

header ul{
    list-style-type: none;
}

header ul li{
    display: inline-block;
}

header h2{
    text-align: center;
    margin-top: 120px;

}

nav ul{
    list-style-type: none;
    text-align: center;
}

nav li{
    display: inline-block;
    width: 150px;
    text-align: center;
    border-left: 1px dotted black;
}
.last_child{
    border-right: 1px dotted black;
}

.container{
    width: 800px;
    margin: 0px auto;
    display: flex;

}
.item01{
    width: 100%;

}

.item01 h2{
    text-align: center;
    border-bottom: 1px solid navy;

}

.item01 img{
    width: 99%;

}

.item02{
    width: 0%;

}

.item02 h2{
    font-size: 17px;
    text-align: center;

}

.item02 ul{
    list-style-type: none;
    padding-left: 0px;

}

.item02 li{
    border-bottom: 1px dotted black;

}

.article_container{
    display: flex;
    

}

.article_item{
    width: 50%;

}
.article_item img{
    width: 99%;

}
.article_item{
    text-align: center;
}

footer{
    width: 100%;
    background-color: royalblue;
    margin: 0px;
    padding: 30px 0px;
    
}

footer h2{
    text-align: center;
    font-size: 16px;

}
.swiper {
    width: 95%;
    height: 640px;
    margin: 15px auto;
}

.swiper img {
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-slide {
position: relative;
}

.swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
  
.slide-text {
    position: absolute;
    bottom: 40px;
    left: 40px;

    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.25s ease, transform 1.25s ease;

}
.slide-text {
background: rgba(245, 242, 242, 0.5);
padding: 20px;
color: rgb(10, 10, 10);
}
.swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0);
}
.maps_container{

    width: 800px;
    margin: 20px auto;
   

}
.maps_container h2{
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid navy;

}
.maps_item{
    width: 100%;
    margin: 20px auto;

}