* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.font-light-color {
    color: #979797;
}

.font-normal-size {
    font-size: 1.4rem;
}

#header {
    position: relative;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0px 10px #5c6672;
}

.banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.child-banner-img {
    display: block;
}

.banner-text {
    position: absolute;
    top: 14%;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

.banner-text h1 {
    font-weight: normal;
    font-size: 3.2rem;
    letter-spacing: 1.2rem;
}

.banner-text p {
    font-size: 1.2rem;
    margin-top: 0.4rem;
    line-height: 2rem;
    opacity: 0.7;
}

.banner-text4 {
    position: absolute;
    top: 32%;
    right: 0;
    left: 0;
    text-align: center;
    color: #000;
}

.bread-nav {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #dadada;
    margin: 0 auto;
}

.bread-nav-list {
    width: 980px;
    margin: 0 auto;
    color: #868686;
    font-size: 1.3rem;
    text-align: right;
}

.bread-nav-list a {
    margin: 0 0.4rem;
}

.bread-nav-list img {
    margin-right: 0.4rem;
    width: 1.4rem;
}

.stage {
    width: 980px;
    margin: 0 auto;
    display: flex;
}

.sidebar {
    box-sizing: border-box;
    width: 240px;
    background: linear-gradient(left, #eee, #eee, #e7e7e7);
    background: -ms-linear-gradient(left, #eee, #eee, #e7e7e7);
    background: -webkit-linear-gradient(left, #eee, #eee, #e7e7e7);
    background: -moz-linear-gradient(left, #eee, #eee, #e7e7e7);
    padding: 45px 40px 70px 0;
    flex-shrink: 0;
    flex-grow: 0;
}

.sidebar h1 {
    font-weight: normal;
    font-size: 2.3rem;
    margin-bottom: 3.5rem;
}

.sidebar-list {}

.sidebar-list>li {
    position: relative;
    padding: 13px 0px 13px 30px;
    font-size: 1.5rem;
    color: #979797;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}

.sidebar-list>li:first-child {
    border-top: 1px solid #ccc;
}

.sidebar-list>li.current,
.sidebar-list>li:hover {
    color: #004f98;
}

.sidebar-list>li.current:before,
.sidebar-list>li:hover:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #004f98;
}

.sidebar-list .blue-bar {
    position: absolute;
    display: block;
    width: 110px;
    height: 4px;
    top: -4px;
    left: 0px;
    background: #004f98;
}

.main-view {
    width: 690px;
    box-sizing: border-box;
    padding: 3.1rem 0 8rem 4rem;
    flex-grow: 1;
}

.main-view-title h1 {
    font-size: 3.6rem;
    font-weight: normal;
    color: #004f98;
}

.main-view-title p {
    font-size: 2.3rem;
    color: #a4a4a4;
    margin-top: 0.5rem;
    letter-spacing: 1rem;
}

.text-p {
    font-size: 1.4rem;
    color: #979797;
    line-height: 2rem;
}

.text-b {
    font-size: 1.4rem;
    color: #004f98;
    margin-bottom: 0.5rem;
    display: block;
}

.text-en {
    font-size: 1.6rem;
    color: #979797;
    margin-top: -5px;
}

.line {
    border-top: 1px solid #b7aca6;
}

.dash-line {
    border-top: 1px dashed #b7aca6;
}

.child-view {
    display: none;
}

.child-view-show {
    display: block;
}

.top-gap {
    margin-top: 25px;
}

.photo-top-gap {
    margin-top: 20px;
}

.img-fit {
    width: 100%;
}

.clear {
    clear: both;
}

.fit-img {
    width: 100%;
}