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;
}

.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.wh1710 {
    max-width: 1740px;
    margin: 0 auto;
    padding: 0 15px;
}

.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: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1300 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (max-width:1300px) {
    .max1300 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wrap2 {
    max-width: 1620px;
    margin-right: auto;
    margin-left: auto
}

.w-1420 {
    max-width: 1420px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width: 1920px) {
    .wrap2 {
        margin-right: 150px;
        margin-left: 150px
    }
}

@media(max-width: 1600px) {
    .wrap2 {
        margin-right: 80px;
        margin-left: 80px
    }
}

@media(max-width: 1400px) {
    .wrap2 {
        margin-right: 60px;
        margin-left: 60px
    }
}

@media(max-width: 1280px) {
    .wrap2 {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media(max-width: 1024px) {
    .wrap2 {
        margin-right: 20px;
        margin-left: 20px
    }
}


/* page-banner */

.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.banner-fix .fll-con {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner-fix h4 {
    font-size: 52px;
    line-height: 1;
    font-family: "Arial";
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff
}

.banner-fix p {
    line-height: 1;
    font-size: 26px;
    font-family: "arial";
    color: rgba(255, 255, 255, .8)
}

@media (max-width:992px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }
    .banner-fix h4 {
        font-size: 30px;
    }
    .banner-fix p {
        font-size: 16px;
    }
}


/* contact */

.contact {
    position: relative;
    padding: 7.4vw 0;
}

.contact-left {
    position: relative;
    width: 33.39%;
    background: #f6f6f6;
}

.nygsm {
    color: #111111;
    font-size: 32px;
    font-family: "Arial";
    font-weight: bold;
}

.contact-left .cont {
    padding: 3.91vw 49px 3.91vw;
}

.lx24 {
    margin-top: 2.86vw;
}

.lx24 li {
    border-bottom: 1px solid #dadada;
    padding: 1.67vw 0;
}

.lx24 li .img {
    border-radius: 50%;
    background: #a4d266;
    width: 39px;
    line-height: 39px;
    text-align: center;
}

.lx24 li .txt {
    width: calc(100% - 48px);
    color: #555555;
    font-size: 18px;
    line-height: 28px;
}

.nei-contact-list {
    position: relative;
    margin-bottom: 60px;
}

.nei-contact-list li {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #e7e7e7;
}

.nei-contact-list li .img {
    width: 30px;
    margin-left: 30px;
}

.nei-contact-list li .img img {
    max-width: 100%;
}

.nei-contact-list li .txt {
    width: calc(100% - 70px);
}

.nei-contact-list li .txt h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 600;
}

.nei-contact-list li .txt .pu {
    font-size: 16px;
    color: #111111;
}

.nei-contact-list li .txt .pu p {
    margin-bottom: 0px;
}

.contact-right {
    position: relative;
    width: 57.1815%;
}

.contact-right img {
    width: 100%;
}

.contact2 {
    position: relative;
    width: 64.68%;
}

.contact2-con {
    position: relative;
}

.text-centers {
    color: #111111;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.contact2 .form-submit .btn {
    border: none;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(28, 75, 245) 0%, rgb(51, 118, 217) 0%, rgb(74, 161, 189) 0%, rgb(112, 183, 133) 72%, rgb(150, 204, 77) 99%);
    background-image: -webkit-linear-gradient( 0deg, rgb(28, 75, 245) 0%, rgb(51, 118, 217) 0%, rgb(74, 161, 189) 0%, rgb(112, 183, 133) 72%, rgb(150, 204, 77) 99%);
    background-image: -ms-linear-gradient( 0deg, rgb(28, 75, 245) 0%, rgb(51, 118, 217) 0%, rgb(74, 161, 189) 0%, rgb(112, 183, 133) 72%, rgb(150, 204, 77) 99%);
}

@media (max-width:1440px) {
    .nygsm {
        font-size: 28px;
    }
    .text-centers {
        font-size: 26px;
    }
    .contact-left .cont {
        padding: 3.91vw 35px;
    }
    .lx24 li .txt {
        font-size: 17px;
    }
}

@media (max-width:1280px) {
    .nygsm {
        font-size: 22px;
    }
    .text-centers {
        font-size: 21px;
    }
    .contact-left .cont {
        padding: 3.91vw 20px;
    }
    .lx24 li .txt {
        font-size: 16px;
    }
}

@media (max-width:992px) {
    .contact-left {
        width: 100%;
    }
    .contact-left .cont {
        padding: 30px 20px;
    }
    .lx24 li {
        padding: 15px 0;
    }
    .lx24 li .txt {
        line-height: 24px;
    }
    .contact-right {
        width: 100%;
    }
    .contact2 {
        padding: 10px 0;
        width: 100%;
    }
    .contact2-con {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-left>h1 {
        font-size: 30px;
    }
}