.c1 {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: url(/static/images/about_img01.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
.c1.c1_en {
    height: 25vw;
    background: url(/static/images/about_img01.jpg) center bottom no-repeat;
}
.c1c {
    margin-top: 50px;
}
.c1cp {
    width: 50%;
    height: auto;
    float: left
}
.c1cp img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.c1cc {
    width: 45%;
    height: auto;
    float: left;
}
.ct {
    margin-top: 20px;
    font-size: 2.2rem;
}
.cc {
    margin-top: 30px;
    line-height: 180%;
}
.c2, .c3, .c5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.c2 img, .c3 img, .c5 img {
    display: block;
    width: 100%;
    height: auto;
}
.c2c {
    width: 45%;
    position: absolute;
    left: 55%;
    top: 250px;
    z-index: 10;
}
.c2c_en1 {
    left: 15%;
    top: 4vw;
}
.c2c_en2 {
    left: 50%;
    top: 4vw;
}
.c2c_en3 {
    width: 35%;
    left: 50%;
    top: 4vw;
}
.c2c_en1 .ct, .c2c_en2 .ct, .c2c_en3 .ct {
    font-family: 'Times New Roman', Times, serif;
}
.c2c .cc {
    margin-top: 60px;
}
.c2c_en1 .cc, .c2c_en2 .cc, .c2c_en3 .cc {
    font-size: 0.875rem;
    margin-top: 30px;
}
.cico {
    height: auto;
    margin-top: 20px;
    text-align: right;
}
.cico img {
    width: 2vw;
    height: 2vw;
    object-fit: contain;
    display: inline-block;
    margin-right: 3vw;
}
.c3c {
    width: 40%;
    position: absolute;
    left: 15%;
    top: 200px;
    z-index: 10;
}
.c3c .cc {
    margin-top: 40px;
}

.c4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.c4 img {
    display: block;
    width: 100%;
    height: auto;
}
.c4c {
    width: 36%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 200px;
    z-index: 10;
}
.c4:nth-child(odd) .c4c {
    left: 15%;
}
.c4:nth-child(even) .c4c {
    left: 50%;
}
.c4:nth-child(2) .c4c {
    margin-top: 150px;
}
.c4c .cc {
    margin-top: 60px;
}

.c5c {
    width: 70%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 15%;
    top: 0;
}
.c5cc {
    width: 65%;
    height: auto;
    overflow: hidden;
    margin-top: 4vw;
}
.c5cc:nth-child(1) {
    margin-left: 35%;
}
.c5cc .ct {
    font-family: 'Times New Roman', Times, serif;
}
.c5cc .cc {
    font-size: 0.75rem;
}
.c6 {
    height: auto;
    overflow: hidden;
    background:#fff;
    padding: 4vw 15%;
}
.c6c {
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left;
}
.c6p {
    display: block;
    width: 55%;
    height: auto;
    float: right;
}
.c6c .ct {
    font-family: 'Times New Roman', Times, serif;
}
.c6c .ct2 {
    font-size: 1.5rem;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 10px;
}
.c6c .cc {
    font-size: 0.875rem;
}

.enrowt {
    text-align: center;
    font-size: 2.5rem;
    padding: 1vw;
    line-height: 120%;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
}
.enrowt::after {
    content: '';
    width: 5vw;
    height: 1px;
    border-bottom: 1px solid #d0000e;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2.5vw;
}

.newsbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    padding-top: 3vw;
}
.ennews {
    display: inline-block;
    width: 22vw;
    height: auto;
    overflow: hidden;
    margin: 3vw 2vw 5vw 2vw;
    vertical-align: top;
}
.ennews p {
    display: block;
    width: 100%;
    height: 13.5vw;
    position: relative;
    overflow: hidden;
}
.ennews p::after {
    content: '';
    width: 0;
    height: 2px;
    background: #d0000e;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ennews:hover p::after {
    width: 100%;
}
.ennews span {
    display: block;
    overflow: hidden;
    line-height: 180%;
    text-align: left;
}
.ennews span.t {
    font-size: 1.125rem;
    margin-top: 20px;
    line-height: 140%;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media screen and (max-width: 1680px) {
    .c4c {
        top: 100px;
    }
}