

.baseTittle .CH {
    margin-bottom: 0px;
}

.baseTittle .icon {
    bottom: 60px;
}

.baseTittle .Lt {
    top: 50%;
    width: 35%;
}

.baseTittle .rectangle .ch{
    font-size: 30px;
}




@media screen and (max-width: 1440px) {

    .baseTittle .hr {
        width: 60%;
    }

    .baseTittle .rectangle {
        width: calc(60% - 20px);
    }
}

@media screen and (max-width: 992px) {

    .baseTittle .Lt {
        text-align: center;
    }

    .baseTittle .hr {
        width: 50%;
    }

    .baseTittle .rectangle {
        width: calc(50% - 20px);
    }

}


@media screen and (max-width: 768px) {
    .baseTittle .Lt {
        width: 100%;
    }

    .baseTittle .hr {
        width: 95%;
    }

    .baseTittle .icon {
        bottom: 105px;
    }

    .baseTittle .rectangle {
        width: calc(95% - 20px);
    }

    .baseTittle .rectangle .ch {
        font-size: 20px;
    }

    .baseTittle .tittle {
        margin-top: 30px;
    }
}


.items{
    padding-top: 40px;
    padding-bottom: 5%;
    position: relative;
    min-height: auto;
}

.item1, .item2{
    position: relative;
    display: flex;
    width: 100%;
}


.item1 .img1{
    margin-left: auto;
    width: 90%;
    max-height: 600px;
    height: 100%;
}

.item2 .img2{
    margin-right: auto;
    height: 600px;
    width: 65%;
}

.items .item{
    background: var(--FFFFFF);
    padding: 20px;
    justify-content: space-between;
    width: 50%;
    height: auto;
    position: absolute;
    top: 20%;
    right: 0;
    z-index: 2;
}

.item2 .content{
    font-family: 'jf-jinxuan-M';
    font-size: 15px;
    color: var(--595757);
    line-height: 2.5;
    padding: 5% 15%;
}

.item2 .content p {
    margin: 0;
}

.item2 .hr {
    align-items: flex-start;
    flex-grow: 0;
}

.item2 .tittle{
    display: flex;
    width: 100%;
}

.item2 .tittle label{
    display: inline-block;
    width: fit-content;
    margin-right: 15px;
    line-height: 1;
    font-family: 'jf-jinxuan-M';
    font-size: 32px;
    color: var(--595757);
}

.item2 .tittle .hr {
    width: max-content;
    align-items: flex-end;
    flex-grow: 1;
}


@media screen and (max-width: 1440px) {

    .item2 .img2{
        width: 80%;
    }
}

@media screen and (max-width: 992px) {

    .items {
        padding-bottom: 0;
    }

    .item1 .img1,
    .item2 .img2{
        width: 100%;
        height: auto;
        max-height: none;
    }

    .item2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .item2 .item {
        width: 80%;
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .item2 .content {
        padding: 5%;
        line-height: 2;
    }
}

@media screen and (max-width: 768px) {

    .item2 .tittle label {
        font-size: 25px;
    }

    .item2 .item {
        width: 90%;
    }
}


/* item3 */

.item3{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    padding: 2.5% 0 2.5% 6%;
    margin: auto;
    min-height: auto;
    justify-content: space-between;
}

.item3 .hr{
    align-items: flex-start;
    padding-left: 10px;
    width: 100px;
    flex-grow: 0;
}

.item3 .hr-top {
    width: 40px;
    flex-grow: 0;
}

.item3 .item{
    width: 33%;
    display: flex;
    align-items: stretch;
    padding: 20px 0;
    justify-content: flex-start;
}

.item3 .tittle{
    width: fit-content;
    margin-right: 25px;
    font-family: 'jf-jinxuan-M';
    font-size: 20px;
    color: var(--B59E85);
    line-height: 1;
}

.item3 .content{
    width: auto;
    font-family: 'jf-jinxuan-M';
    font-size: 20px;
    color: var(--595757);
    line-height: 1;
}

.item3 a{
    color: var(--595757);
}

@media screen and (max-width: 1200px) {

    .item3 .item {
        width: 45%;
    }
}

@media screen and (max-width: 992px) {

    .item3 {
        margin-top: 30px;
    }

    .item3 .item {
        width: 100%;
    }

    .item3 .tittle {
        width: 120px;
    }

    .item3 .content {
        width: 35%;
    }

    .item3 .hr {
        width: 80px;
    }
}

@media screen and (max-width: 425px) {
    
    .item3 {
        padding: 2.5% 0 2.5% 0;
    }

    .item3 .hr-top {
        display: none;

    }

    .item3 .item {
        align-items: center;
    }

    .item3 .hr {
        width: 50px;
    }

    .item3 .tittle {
        width: 50px;
    }

    .item3 .content {
        width: 60%;
    }
}


/* item4 */

.item4 {
    width: 80%;
    display: flex;
    justify-content: space-between;
    min-height: auto;
    margin-bottom: 50px;
}

.item4 a {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.item4 .icon{
    display: flex;
    width: 25%;
    justify-content: center;
}

.item4 .map,
.item4 .web{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    width: 100%;
}

.item4 .map img,
.item4 .web img{
    height: 80px;
    width: auto;
    object-fit: contain;
}

.item4 .map label,
.item4 .web label{
    font-family: 'jf-jinxuan-M';
    font-size: 16px;
    color: var(--595757);
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.item4 label{
    font-family: 'jf-jinxuan-M';
    font-size: 32px;
    color: var(--595757);
    width: 20%;
    text-align: center;
    margin-top: 100px;
}

.item4 form {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-top: 40px;
}

.item4 form label {
    margin: 0;
    margin-right: 20px;
    font-family: 'jf-jinxuan-M';
    font-size: 20px;
    color: var(--B59E85);
    width: 30%;
}

.item4 .form {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.item4 .form input {
    background-color: var(--B59E85-20);
    font-size: 20px;
}

.item4 button {
    padding: 10px 40px;
    color: white;
    background-color: var(--B59E85);
    border-radius: 50px;
    font-size: 28px;
    line-height: 1;
    transition: 0.5s;
}

.item4 button:hover {
    background-color: var(--B59E85);
}

@media screen and (max-width: 1440px) {
    
    .item4 {
        width: 90%;
    }

    .item4 form {
        width: 55%;
    }

    .item4 form label {
        width: 35%;
    }
}

@media screen and (max-width: 992px) {

    .item4 .icon {
        width: 100%;
    }

    .item4 .map, .item4 .web {
        margin-top: 50px;
        width: 40%;
    }

    .item4 label {
        width: 100%;
        margin-top: 50px;
    }

    .item4 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .item4 form {
        width: 90%;
    }
}

@media screen and (max-width: 425px) {
    .item4 form {
        width: 100%;
    }

    .item4 form label {
        width: 50%;
    }
}