* {
    padding: 0;
    margin: 0;
}
.container {
    /* max-width: 1500px;
    margin: 0 auto; */
    width: 100%;
    min-height: calc(100vh - 188px);
}
.c-head {
    width: 100%;
}
.ch-img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
}
.ch-text {
    height: 30px;
    margin-left: 40px;
    line-height: 30px;
    cursor: pointer;
}
.ch-about {
    font-weight: bold;
    border-bottom: 5px solid #cccccc;
}
.c-content {
    width: 100%;
}
.cc-banner {
    display:inline-block;
    width: calc(100% - 800px);
    height: 400px;
    padding: 0 400px;
    background-image: url("../images/about/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
}
.ccb-title, .ccb-desc {
    margin: 0 auto;
    color: #ffffff;
    z-index: 2;
}
.ccb-title {
    margin-top: 90px;
}
.ccb-desc {
    margin-top: 10px;
    line-height: 30px;
}
.cc-wrapper {
    width: 100%;
}
.ccw-item {
    width: calc(33.33% - 40px);
    padding: 30px 20px;
    text-align: center;
}
.ccwi-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.ccwi-title {
    padding: 20px 0;
    color: #000000;
    font-weight: 600;
    text-align: left;
}
.ccwi-desc {
    color: #000000;
    text-align: left;
    line-height: 30px;
}


/* policy */
.policy-content-wrap {
    display: none;
    width: 100%;
}
.pcw-banner {
    display:inline-block;
    width: calc(100% - 800px);
    height: 400px;
    padding: 0 400px;
    background-image: url("../images/policy/hame718_122.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
}
.pcwb-title, .pcwb-desc {
    margin: 0 auto;
    color: #ffffff;
    z-index: 2;
}
.pcwb-title {
    margin: 90px 0 40px;
}
.pcwb-desc {
    line-height: 30px;
}
.pcw-content {
    width: 100%;
}
.pcwc-left {
    width: 50%;
}
.pcwc-right {
    width: 50%;
}
.pcwcl-item {
    display: inline-block;
    width: 100%;
    /* border-right: 1px solid #000000; */
}
.pcwcl-item-pad {
    padding-top: 100px;
}
.pcwcli-title {
    margin-left: 100px;
    font-weight: 600;
}
.pcwcli-desc {
    margin: 40px 0 100px 100px;
    line-height: 30px;
}
.pcwcli-img {
    width: 90%;
    height: auto;
    /* object-fit: cover; */
}
.pcwcli-img-third {
    width: 70%;
    height: auto;
    margin-left: 20px;
    /* object-fit: cover; */
}
.pcwcr-item {
    display: inline-block;
    width: 100%;
}
.pcwcr-item-pad {
    padding-top: 40px;
}
.pcwcri-img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}
.pcwcri-title {
    padding: 20px 0;
    font-weight: 600;
}
.pcwcri-desc {
    line-height: 30px;
}
.pcwc-second {
    width: 100%
}
.pcwcs-left {
    width: 45%;
}
.pcwcsl-title {
    padding: 30px 0;
    padding-top: 50px;
    margin-left: 20px;
    font-weight: 600;
}
.pcwcsl-desc {
    margin-left: 20px;
    line-height: 30px;
}
.pcwcs-right {
    width: 55%;
}
.pcwcsr-img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}
.pcwc-three {
    width: 100%;
    background: #EFE8E2;
}
.pcwct-left {
    width: 55%;
}
.pcwctl-img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}
.pcwct-right {
    width: calc(45% - 80px);
    padding: 40px;
}
.pcwctr-title {
    font-weight: 600;
    padding-bottom: 20px;
}
.pcwctr-desc {
    line-height: 30px;
}
.pcwc-four {
    width: 100%;
}
.pcwcf-left {
    width: 50%;
}
.pcwcfl-title {
    padding: 30px;
    padding-top: 80px;
    font-weight: 600;
}
.pcwcfl-desc {
    margin-left: 30px;
    line-height: 30px;
}
.pcwcf-right {
    width: 50%;
    text-align: center;
}
.pcwcfr-img {
    width: 100%;
    height: auto;
    margin: 15px 0;
    /* object-fit: cover; */
}
.pcwcfr-can {
    width: 38.66%;
    height: auto;
    margin: 70px auto;
}
.pcwc-w {
    width: 100%;
    padding: 20px 0;
    background: #F2F2F2;
}
.pcwcw-left {
    width: calc(50% - 30px);
    padding-left: 30px;
}
.pcwcwl-img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}
.pcwcw-right {
    width: calc(50% - 20px);
    padding-left: 20px;
}
.pcwcwr-title {
    font-weight: 600;
    padding: 90px 0 20px 0;
}
.pcwcwr-desc {
    line-height: 30px;
}
.copyright {
    padding-top: 100px;
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
}
.new-banner-class {
    position: relative;
    width: 100%;
}
.nbc-img {
    width: 100%;
    height: auto;
}
.nbc-content {
    position: absolute;
    top: 6vw;
    left: 25vw;
    width: 50vw;
    color: #ffffff;
}
.nbcc-title {
    padding: 1vw 0;
    font-weight: 600;
}
.nbcc-desc {
    line-height: 30px;
}
.contact-content-wrap {
    display: none;
    width: 100%;
    padding-top: 200px;
}
/* .contact-item {
    padding-left: 200px;
    margin: 0 auto;
} */
.contacti-left {
    font-weight: 600;
}
.contacti-right {
    margin-left: 20px;
}
.contact-wrap-right {
    margin-top: 30px;
}

