.bkt {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 3vw auto 0 auto;
    font-size: 2.5rem;
    font-weight: bold;
    color: #15327c;
}
.bkc {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 2vw auto 0 auto;
    font-size: 1rem;
    line-height: 200%;
}
.zz {
    margin: 2vw 0 4vw 0;
}
.zzc {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 1vw auto 0 auto;
    background: #f5f5f5;
    padding: 2vw;
    line-height: 200%;
}
.zzc span {
    display: block;
}
.zzc span:nth-child(1) {
    font-size: 1.5rem;
    font-weight: bold;
}
.zzc span:nth-child(2) {
    margin-top: 1vw;
    font-size: 1rem;
}

.abrow {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 5vw auto 0 auto;
    background: #f5f5f5;
    border-radius: 10px;
}
.abc {
    width: 48%;
    height: auto;
    overflow: hidden;
}
.abc span {
    display: block;
    line-height: 200%;
}
.abc span:nth-child(1) {
    color: #15327c;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2vw;
}
.abc span:nth-child(2) {
    margin-top: 2vw;
    font-size: 1rem;
}
.abp {
    width: 45%;
    height: auto;
    overflow: hidden;
}
.abp img {
    display: block;
    width: 100%;
    height: auto;
}
.abrow:nth-child(odd) .abc {
    float: left;
    margin-left: 2vw;
}
.abrow:nth-child(even) .abc {
    float: right;
    margin-right: 2vw;
}
.abrow:nth-child(odd) .abp {
    float: right;
}
.abrow:nth-child(even) .abp {
    float: left;
}
.wh {
    margin-top: 5vw;
}
.wh img {
    display: block;
    width: 100%;
    height: auto;
}
.whc {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    left: 35%;
    top: 20%;
    z-index: 10;
}
.whc span {
    display: block;
    color: #fff;
    line-height: 180%;
}
.whc span:nth-child(1) {
    font-size: 3.5rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;

}
.whc span:nth-child(2) {
    font-size: 2rem;
    margin-top: 2vw;
}

.lcbox {
    width: 70%;
    min-width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 2vw auto;
}
.lcrow {
    height: auto;
    overflow: hidden;
    padding: 4vw 0;
}
.lcrow::before {
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px dashed #15327c;
    position: absolute;
    left: 5vw;
    top: 0;
    z-index: 10;
}
.year {
    width: 5vw;
    height: auto;
    float: left;
    font-size: 1.5rem;
    overflow: visible;
}
.year::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #15327c;
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 20;
    margin: -5px 0 0 -5px;
}
.lcpart {
    width: 22vw;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 2vw;
}
.lcpart span {
    display: block;
    line-height: 200%;
}
.lcpart span:nth-child(1) {
    width: 50%;
    font-size: 1.375rem;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #15327c;
    padding-left: 20px;
}
.lcpart span:nth-child(2) {
    font-size: 1.375rem;
    margin-top: 1.5vw;
    color: #15327c;
}
.lccont {
    width: 55%;
    height: auto;
    overflow: hidden;
    float: right;
    font-size: 1rem;
    line-height: 200%;
}

.teamrow {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 4vw;
}
.teamrow:nth-last-child(1) {
    margin-bottom: 5vw;
}
.teamrow::before {
    content: '';
    width: 100%;
    height: 50%;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.teamp, .teamc {
    z-index: 2;
}
.teamp {
    width: 20vw;
    height: 26vw;
    margin-bottom: 10px;
    overflow: visible;
}
.teamp img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.teamp::after {
    content: '';
    width: 10px;
    height: 50%;
    background: #a67f3e;
    position: absolute;
    right: -10px;
    top: 50%;
    z-index: 1;
}
.teamp::before {
    content: '';
    width: 40%;
    height: 10px;
    background: #a67f3e;
    position: absolute;
    right: -10px;
    top: 100%;
    z-index: 1;
}
.teamc {
    width: 45vw;
    height: auto;
    overflow: hidden;
}
.teamrow:nth-child(odd) .teamp {
    float: left;
    margin-left: 13vw;
}
.teamrow:nth-child(odd) .teamc {
    float: left;
    margin-left: 7vw;
}
.teamrow:nth-child(even) .teamp {
    float: right;
    margin-right: 13vw;
}
.teamrow:nth-child(even) .teamc {
    float: right;
    margin-right: 7vw;
}
.teamc span {
    display: block;
    line-height: 200%;
}
.teamc span:nth-child(1) {
    font-size: 2.5rem;
    margin-top: 2vw;
}
.teamc span:nth-child(2) {
    font-size: 1.25rem;
    color: #999;
    margin-top: 0.5vw;
}
.teamc span:nth-child(3) {
    font-size: 0.875rem;
    margin-top: 4vw;
    margin-bottom: 2vw;
}

.fkt {
    width: 65%;
    height: auto;
    overflow: hidden;
    margin: 4vw auto 0 auto;
}
.fkt span {
    display: block;
    line-height: 150%;
}
.fkt span:nth-child(1) {
    font-size: 2rem;
    font-weight: bold;
}
.fkt span:nth-child(2) {
    color: #999;
    margin-top: 10px;
}
.fkc {
    width: 65%;
    height: auto;
    overflow: hidden;
    margin: 2vw auto 4vw auto;
    font-size: 0.875rem;
    line-height: 200%;
}

.contact {
    text-align: center;
    font-size: 0;
    padding: 5vw 0;
}
.lxbox {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: auto;
    min-height: 30vw;
    text-align: left;
    overflow: hidden;
    border-radius: 15px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 0 3vw;
    margin: 0 1vw;
}
.lxbox span {
    display: block;
    text-align: left;
}
.lxt {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 3vw;
}
.lxc {
    font-size: 1rem;
    line-height: 200%;
    margin-top: 1.5vw;
}
.qrimg {
    width: 9vw;
    height: 9vw;
    border: 1px solid #999;
    object-fit: contain;
    margin-top: 1.5vw;
}
.lxbox span.lxi {
    font-size: 0.875rem;
    color: #999;
    margin-top: 0.5vw;
    width: 9vw;
    text-align: center;
    overflow: visible;
}

.job {
    width: 65%;
    height: auto;
    overflow: hidden;
    padding: 4vw 0 3vw 0;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 200%;
    color: #15327c;
}
.jobt {
    font-size: 2rem;
    font-weight: bold;
}
.jobc {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 3vw auto 0 auto;
    font-size: 0.875rem;
}

.jobrow {
    width: 65%;
    height: auto;
    overflow: hidden;
    padding: 1vw 0;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}
.jobrow:nth-last-child(1) {
    margin-bottom: 4vw;
}
.jobrowt {
    height: auto;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 200%;
    cursor: pointer;
}
.jobrowt img {
    display: block;
    width: 15px;
    height: 15px;
    object-fit: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    z-index: 10;
}
.jobrowt img.on {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.jobrowt span {
    display: block;
}
.jobrowc {
    display: none;
    margin: 1vw 0;
    font-size: 0.875rem;
    line-height: 200%;
}