﻿@charset "utf-8";
.main {
    margin-left: 30px;
}
.title {
    margin-top: 80px;   
    font-size: 30px;
    font-weight: 400;
}
ul {
    list-style: none;
}

.slides {
    padding: 0;
}

.slide {
    display: none;
}

.active {
    display: block;
}

.slide img {
    width: 600px;
    height: auto;
}

.index-btn img {
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 10%;
    cursor: pointer;
    line-height: 23px;
}

.map {
    width: 600px;
    height: 450px;
}
dt {
    font-weight:500;
}
