/*  */

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 95.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 95.625%;
    margin: 0 auto;
    position: relative;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}





/* contact-section1 */

.contact-section1 {
    position: relative;
    padding: 4.166vw 0;
}

.lx-title h3 {
    font-size: 42px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

.nei-photo-list1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.nei-photo-list1 li {
    position: relative;
    text-align: center;
    flex: 1;
}

.nei-photo-list1 li .img {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--main-theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
}

.nei-photo-list1 li .txt {
    padding-top: 20px;
}

.nei-photo-list1 li h3 {
    font-size: 21px;
    color: #222222;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.nei-photo-list1 li .p {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.contact-section2 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/yzkaisuer/2025/05/fb088fd131q9uod9.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.c-section2-con {
    position: relative;
    background: #fff;
    padding: 50px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    max-width: 1025px;
    margin: 0 auto;
}

.hm-message-con {
    position: relative;
    margin: 0 -10px;
}

.hm-message-con input[type=text],
.hm-message-con textarea {
    height: 55px;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
    font-size: 15px;
    color: #888888;
    box-shadow: inherit;
}

.hm-message-con input[type=text]::-webkit-input-placeholder,
.hm-message-con textarea::-webkit-input-placeholder {
    color: #888888
}

.hm-message-con input[type=text]:-ms-input-placeholder,
.hm-message-con textarea:-ms-input-placeholder {
    color: #888888
}

.hm-message-con input[type=text]::-ms-input-placeholder,
.hm-message-con textarea::-ms-input-placeholder {
    color: #888888
}

.hm-message-con input[type=text]::placeholder,
.hm-message-con textarea::placeholder {
    color: #888888
}

.hm-message-con textarea {
    padding-top: 15px;
    height: 190px;
    resize: none;
    background: #f2f2f2;
    color: #888888;
}

.hm-message-con textarea:focus {
    background: none;
    box-shadow: inherit;
    color: #888888;
}

.hm-message-con input[type=text]:focus,
.hm-message-con textarea:focus {
    color: #888888;
    background: #f2f2f2;
}

.hm-message-con .x-submit {
    width: 212px;
    height: 55px;
    background: var(--main-theme-color);
    color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.hm-message-con .x-submit:hover {
    background: var(--main-theme-color);
    color: #fff;
}

.hm-message-con .contans {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.hm-message-con .contans input {
    border: none;
}

.hm-message-con .pr-5 {
    position: relative;
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
}

.hm-message-con .form-input.relative input[type=text] {
    padding-left: 1.2rem;
}

.hm-message-con .w100120 {
    width: calc(100% - 120px) !important;
}

.hm-message-con .contans input[type=text]:focus {
    border: none;
}

.hm-message-con .contans .yzmimg {
    cursor: pointer;
    margin: 0px 8px;
    width: 120px;
    height: 55px
}





/*  contact */

@media (max-width: 1280px) {
    .lx-title h3 {
        font-size: 32px;
    }

    .nei-photo-list1 li h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .nei-photo-list1 li .p {
        font-size: 14px;
    }

    .c-section2-con {
        padding: 40px 30px;
    }
}

@media (max-width: 992px) {
    .lx-title h3 {
        font-size: 24px;
    }

    .c-section2-con {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .contact-section1 {
        padding: 40px 0;
    }

    .nei-photo-list1 li {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .hm-message-con input[type=text],
    .hm-message-con textarea {
        height: 40px;
        font-size: 13px;
    }

    .hm-message-con textarea {
        height: 100px;
    }

    .hm-message-con .contans .yzmimg {
        height: 40px;
    }

    .hm-message-con .x-submit {
        height: 45px;
        width: 160px;
        font-size: 14px;
    }
}