
body {
    /*font-family: 'Source Sans Pro', sans-serif;!important;*/
    /*font-family: PingFangHK-Regular, sans-serif;*/
    /*font-family: PingFangHK-Ultralight, sans-serif;*/
    /*font-family: PingFangHK-Light, sans-serif;*/
    /*font-family: PingFangHK-Thin, sans-serif;*/
    font-family: PingFangHK-Medium, sans-serif;
    /*font-family: PingFangHK-Semibold, sans-serif;*/

}

/*修改bootstrap路径导航分隔符*/
.breadcrumb > li + li:before {
    padding: 0 1px;
    margin: 0 1px;
    color: #3c3c3c;
    /*content: "ㆍ";*/
    /*content: "・";*/
    content: "･";
    /*font-size: 12px;*/
    /*background: red;*/
}

.icon {
    width: 3em;
    height: 3em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.svgIcon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.centerDIV {
    display: flex;
    justify-content: center;
    align-items: center;
}

.LeftDIV {
    display: flex;
    justify-content: left;
    align-items: center;
}

.headerTItle {
    font-size: 1.8rem;
    margin: 1rem 0;
}

.timelineDIV {
    margin-bottom: 20px;
}

/*google Map for mobile*/
.accessMap {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.jstyleMap2 {
    position: relative;
}

.jstyleMap2Mask {
    float: right;
    /*width: 100%;*/
    /*height: 40%;*/
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
}

.jstyleMap2Icon {
    float: right;
    /*width: 100%;*/
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-left: 25%;
    margin-bottom: 40%;
    padding: 5px;
}

.clickIcon {
    width: 3em;
    height: 3em;
    vertical-align: -0.6em;
    fill: currentColor;
    overflow: hidden;
}

#clickIconAnimation{
    animation:mymove 5s infinite;
    -webkit-animation:mymove 5s infinite; /*Safari and Chrome*/
    animation-direction:alternate;/*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation:mymove 5s infinite;
    -webkit-animation-direction:alternate;/*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}

@keyframes mymove
{
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}

/*当屏幕大于或等于801px时*/
@media screen and (min-width: 801px) {

    /*修改bootstrap路径导航分隔符*/
    .breadcrumb > li + li:before {
        padding: 0 10px;
        margin: 0 5px;
        color: #3c3c3c;
        /*content: "ㆍ";*/
        /*content: "・";*/
        content: "･";
        /*font-size: 12px;*/
        /*background: red;*/
    }

    /*ACCESS background*/
    .accessBG {
        background: #dcdddd;
        padding: 3vw;
    }

    .headerTItle {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .jstyleMap1 {
        float: left;
        width: 41.65%
    }

    .jstyleMap2 {
        float: right;
        width: 58.35%;
        position: relative;
    }

    .jstyleMap2Mask {
        float: right;
        /*width: 58.35%;*/
        /*height: 100%;*/
        position: absolute;
        bottom: 0;
        text-align: center;
        margin-bottom: 0;
        margin-left: 0;
        padding: 5px;
        background: rgba(255, 255, 255, 0.8);
    }

    .jstyleMap2Icon {
        float: right;
        width: 58.35%;
        position: absolute;
        bottom: 0;
        text-align: center;
        margin-bottom: 50%;
        margin-left: 25%;
        padding: 5px;
    }

    /*google Map for pc*/
    .accessMap {
        width: 100%;
        /*height: 580px;*/
        margin: 0 auto;
    }

}

/*timelines时间轴-PC*/
.timelineTitle1 {
    background: #595757;
    padding: 0.8rem 0;
}

.timelineTitle1 i {
    font-size: 2.5rem;
    color: #ffffff;
    margin-right: 5px;
}

.timelineTitle1 span {
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0.5rem 0
}

.timelineTitle2 {
    background: #b5b5b6;
    padding: 1rem 0;
}

.timeline {
    /*text-align: center;*/
    /*background-color: #fff;*/
}

.timeline > ul {
    padding: 0;
    display: inline-block;
}

.timeline > ul > li {
    position: relative;
    /*width: 50%;*/
    min-height: 50px;
    list-style: none;
    clear: both;
    float: left;
}

.timeline > ul > li:last-child {
    position: relative;
    /*width: 50%;*/
    min-height: 1px;
    list-style: none;
    clear: both;
    float: left;
}

/*时间轴实线样式1*/
.timeline > ul > li.line1::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 2px;
    height: 100%;
    background-color: #727172;
}

/*时间轴实线样式2*/
.timeline > ul > li.line1::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 2px;
    height: 100%;
    background-color: #727172;
}

/*时间轴虚线样式1*/
.timeline > ul > li.line2::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border: 1px dashed #727172;
    height: 100%;
}

/*时间轴虚线样式2*/
.timeline > ul > li.line2::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border: 1px dashed #727172;
    height: 100%;
}

/* 共同样式 */
/*内文第一个图标样式*/
.timeline > ul > li div.timeline-content {
    padding-left: 20px;
    text-align: left;
    box-sizing: border-box;
}

/*内文样式*/
.timeline > ul > li div.timeline-content2 {
    padding-left: 20px;
    text-align: left;
    height: 0;
    box-sizing: border-box;
}

.timeline > ul > li div.timeline-content span {
    text-align: left;
    position: relative;
    line-height: 0;
    top: -20px;
    left: 25px;
}

.timeline > ul > li p {
    text-align: left;
    position: relative;
    line-height: 0;
    top: -10px;
    left: 25px;
}

/*时间轴样式*/
.timeline > ul > li i {
    position: absolute;
    top: -1px;
    z-index: 10;
    left: -9px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
}

/*内文图标*/


.ledgement {
    margin: 0.5rem 1rem 1rem 1rem;
    border-top: 1.5px dashed #727172;
}

/*timelines时间轴--PC--end*/