.us-banner {
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    background-size: 100% 100%;
    animation: bannerZoom 20s ease-in-out infinite
}

.us-banner-content {
    position: absolute;
    top: 35%
}

.us-banner-content h2,.us-banner-content h1 {
    font-weight: 700;
    font-size: 80px;
    color: #087FE7;
    line-height: 88px
}

.us-banner-txt {
    font-weight: 500;
    font-size: 24px;
    color: #213343;
    line-height: 54px;
    max-width: 870px
}

.us-title {
    font-weight: 700;
    font-size: 60px;
    color: #000;
    line-height: 84px;
    text-align: left;
    margin-bottom: 85px;
    max-width: 1250px
}

.contact-us-one {
    padding: 100px 0 135px
}

.contact-us-one-content {
    position: relative
}

.contact-us-one-content-list {
    position: absolute;
    top: 28%;
    right: 0;
    width: 54%;
    display: flex;
    gap: 32px
}

.contact-us-one-content-list li {
    display: block;
    background: #FFF;
    box-shadow: 0 3px 10px 1px rgba(0,0,0,.1);
    border-radius: 24px 24px 24px 24px;
    padding: 90px 30px 43px;
    width: 50%;
    position: relative;
    text-align: center
}

.contact-us-one-content-list li h3 {
    font-weight: 700;
    font-size: 28px;
    color: #1A1A1A;
    line-height: 39px;
    text-align: center;
    margin-bottom: 15px
}

.contact-us-one-content-list-icon {
    width: 140px;
    height: 140px;
    background: #F5F5F5;
    border-radius: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-one-content-list-a1 {
    font-weight: 400;
    font-size: 20px;
    color: #666;
    line-height: 28px;
    margin-bottom: 60px;
    display: block
}

.contact-us-one-content-list-a1:hover {
    color: #2788FF
}

.contact-us-one-content-list-a2 {
    display: inline-flex;
    width: 200px;
    height: 58px;
    background: #2788FF;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s
}

.contact-us-one-content-list-a2:hover {
    background: #00B738;
    color: #fff
}

.contact-us-two {
    padding: 90px 0 70px;
    background: linear-gradient(180deg,rgba(0,183,56,.1) 0%,rgba(253,253,253,.1) 100%)
}

.contact-us-two-content {
    display: flex;
    background: url(../png/contact-us-two-bg.png) no-repeat center center;
    background-size: 100% 100%;
    transform: scale(1.04)
}

.contact-us-two-content-item {
    width: 50%;
    padding: 90px 100px 100px;
    box-sizing: border-box;
    position: relative
}

.contact-us-two-content-item img {
    width: 100%
}

.contact-us-two-content-item:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    border-left: 1px dashed #CCC;
    transform: translateY(-50%)
}

.contact-us-two-content-item-box {
    position: relative
}

.contact-us-two-content-item-box .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 95px;
    background: rgba(39,136,255,.9);
    padding: 10px 25px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.contact-us-two-content-item-box .txt-box h3 {
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 5px
}

.contact-us-two-content-item-box .txt-box p {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #FFF
}

.contact-us-three {
    padding: 70px 0 100px
}

.contact-us-three-list {
    display: flex;
    gap: 30px
}

.contact-us-three-list li {
    width: 25%
}

.contact-us-three-list li a {
    display: block;
    width: 100%;
    height: 225px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background: #FFF;
    box-shadow: 0 5px 30px 1px rgba(46,61,98,.1);
    border-radius: 16px;
    padding: 24px 30px;
    box-sizing: border-box;
    position: relative
}

.contact-us-three-list li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 17px;
    background-color: #087FE7;
    z-index: -1;
    transition: all 0.4s
}

.contact-us-three-list li a i {
    display: inline-flex;
    width: 75px;
    height: 75px;
    background: #F6F9FF;
    border-radius: 50%;
    justify-content: center;
    align-items: center
}

.contact-us-three-list li a h3 {
    font-weight: 600;
    font-size: 22px;
    color: #1A1A1A;
    line-height: 26px;
    text-align: left;
    margin: 10px 0 30px
}

.contact-us-three-list li a p {
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    line-height: 14px;
    text-decoration-line: underline;
    transition: all 0.3s
}

.contact-us-three-list li a p:hover {
    padding-left: 5px
}

.contact-us-three-list li a:hover::after {
    transform: rotate(6deg)
}

.contact-us-three-list li a:hover p {
    color: #087FE7
}

.contact-us-four {
    padding: 70px 0;
    background-size: cover;
    background-position: top
}

.contact-us-four .us-title {
    text-align: center
}

.about-us-one {
    padding: 128px 0 130px
}

.about-us-one-content {
    display: flex;
    gap: 100px
}

.about-us-one-content-img {
    width: 42%
}

.about-us-one-content-img img {
    width: 100%;
    margin-bottom: 25px
}

.about-us-one-content-img img:last-child {
    margin-bottom: 0
}

.about-us-one-content-txt {
    width: 50%
}

.about-us-one-content-txt-title {
    margin-bottom: 40px
}

.about-us-one-content-txt-title h2 {
    font-weight: 700;
    font-size: 60px;
    color: #087FE7;
    line-height: 80px;
    display: inline-block;
    position: relative;
    margin-right: 60px
}

.about-us-one-content-txt-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 57px;
    height: 4px;
    background: #087FE7;
    border-radius: 0 0 0 0
}

.about-us-one-content-txt-title h3 {
    display: inline-block;
    font-weight: 700;
    font-size: 60px;
    color: #000;
    line-height: 80px
}

.about-us-one-content-txt-content p {
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 40px
}

.about-us-two {
    padding: 110px 0 80px;
    background: linear-gradient(0deg,rgba(0,183,56,.1) 0%,rgba(253,253,253,.1) 100%)
}

.about-us-two .us-title {
    margin-bottom: 40px
}

.us-title-dec {
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 36px;
    margin-bottom: 50px
}

.about-us-three {
    padding: 80px 0 100px;
    background: linear-gradient(180deg,rgba(253,253,253,.1) 0%,rgba(0,183,56,.1) 100%)
}

.about-us-three .us-title {
    margin-bottom: 20px
}

.about-us-three-content {
    display: flex;
    gap: 120px
}

.about-us-four {
    padding: 100px 0 80px
}

.about-us-four-content {
    text-align: center
}

.about-us-four-content img {
    max-width: 100%
}

.about-us-four-content-list {
    margin: 0 auto;
    max-width: 1490px;
    height: 186px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.16);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -100px
}

.about-us-four-content-list li {
    position: relative;
    padding-right: 40px;
    margin-right: 40px
}

.about-us-four-content-list li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 54px;
    background: #999;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.about-us-four-content-list li:last-child {
    margin-right: 0;
    padding-right: 0
}

.about-us-four-content-list li:last-child::after {
    display: none
}

.about-us-four-content-list li p {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    line-height: 40px;
    vertical-align: text-bottom
}

.about-us-four-num {
    display: inline-block;
    font-weight: 700;
    font-size: 50px;
    color: #0B74E3;
    line-height: 60px;
    margin-right: 20px
}

.about-us-five {
    padding: 110px 0 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.about-history-box {
    max-width: 1226px;
    margin: 0 auto
}

.about-history {
    height: 450px;
    background: #FFF;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.16);
    border-radius: 20px
}

.about-history-item {
    width: 100%;
    padding: 40px 50px;
    box-sizing: border-box;
    position: relative
}

.about-history-item h2 {
    font-weight: 500;
    font-size: 20px;
    color: #00B738;
    line-height: 30px;
    margin-bottom: 30px
}

.about-us-five-content {
    position: relative
}

.about-us-five-content .us-title {
    margin-bottom: 40px
}

.about-history-btn {
    width: 120px;
    position: absolute;
    right: 0;
    top: 0
}

.about-history-next,.about-history-prev {
    width: 56px;
    height: 56px;
    background: #EEE;
    border-radius: 50%;
    margin-top: 10px
}

.about-history-next i,.about-history-prev i {
    font-size: 26px;
    color: #666
}

.about-history-next::before,.about-history-prev::before,.about-history-next::after,.about-history-prev::after {
    display: none
}

.about-history-next:hover,.about-history-prev:hover {
    background: #2788ff;
    transition: all 0.3s
}

.about-history-next:hover i,.about-history-prev:hover i {
    color: #fff
}

.about-history-next {
    right: 0
}

.about-history-prev {
    left: 0
}

.about-history-prev i {
    transform: rotate(-180deg)
}

.about-history-icon {
    position: absolute;
    display: block;
    width: 5px;
    height: 20px;
    background: #00b738;
    top: 50px;
    right: 40px
}

.about-history-icon::after,.about-history-icon::before {
    content: '';
    position: absolute;
    width: 5px;
    background: #00b738
}

.about-history-icon::after {
    height: 10px;
    bottom: 0;
    left: -7px
}

.about-history-icon::before {
    height: 15px;
    bottom: 0;
    right: -7px
}

.about-history-item-list {
    max-height: 300px;
    overflow: auto;
    padding-right: 10px
}

.about-history-item-list::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.about-history-item-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

.about-history-item-list::-webkit-scrollbar-thumb {
    background: #00B738;
    border-radius: 4px
}

.about-history-item-list::-webkit-scrollbar-thumb:hover {
    background: #00B738
}

.about-history-item-list::-webkit-scrollbar-corner {
    background: #f1f1f1
}

.about-history-item-list li {
    padding-left: 33px;
    position: relative;
    margin-bottom: 25px
}

.about-history-item-list li:last-child {
    margin-bottom: 0
}

.about-history-item-list li::before {
    content: '';
    position: absolute;
    background: url(../svg/history-right.svg) no-repeat center center;
    width: 18px;
    height: 14px;
    left: 0;
    top: 8px
}

.about-history-item-list li h3 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px
}

.about-history-item-list li p {
    font-weight: 400;
    font-size: 18px;
    color: #707070;
    line-height: 30px
}

.about-year {
    position: relative;
    z-index: 999;
    padding-bottom: 10px;
    max-width: 100%
}

.about-year::after {
    content: '';
    position: absolute;
    width: 96%;
    height: 2px;
    background: #d2d2d2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px
}

.about-year .swiper-slide {
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #505050;
    line-height: 40px;
    position: relative;
    padding-top: 60px
}

.about-year .swiper-slide span {
    display: block;
    width: 10px;
    height: 10px;
    background: #D2D2D2;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%)
}

.about-year .swiper-slide span::before,.about-year .swiper-slide span::after {
    content: '';
    position: absolute;
    height: 2px;
    background: #2788ff;
    top: 50%;
    margin-top: -1px;
    width: 0;
    transition: all 0.3s
}

.about-year .swiper-slide span::before {
    right: 5px
}

.about-year .swiper-slide span::after {
    left: 5px
}

.about-year .swiper-slide::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 31px;
    background: url(../png/history-down.png) no-repeat center center;
    display: none
}

.about-year .swiper-slide:hover {
    color: #2788ff;
    transition: all 0.3s
}

.about-year .swiper-slide-thumb-active {
    color: #2788ff
}

.about-year .swiper-slide-thumb-active::after {
    display: block
}

.about-year .swiper-slide-thumb-active span {
    background: #2788ff
}

.about-year .swiper-slide-thumb-active span::before {
    width: 26px
}

.about-year .swiper-slide-thumb-active span::after {
    width: 26px
}

.res-services-box1 {
    padding: 130px 0 50px
}

.res-services-box1-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.res-services-box1-item {
    display: block;
    width: 100%;
    height: 340px;
    background: #FFF;
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    text-align: center;
    padding: 45px;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative
}

.res-services-box1-item::after,.res-services-box1-item::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    display: none
}

.res-services-box1-item::after {
    width: 10px;
    height: 10px;
    background: #087FE7;
    right: 23px;
    top: 23px
}

.res-services-box1-item::before {
    width: 16px;
    height: 16px;
    background: #98D7FE;
    right: 20px;
    top: 20px;
    animation: ripple 1.5s linear infinite
}

.res-services-box1-item .icon-box {
    display: inline-block;
    height: 56px;
    margin-bottom: 15px
}

.res-services-box1-item .icon-box img {
    max-height: 100%
}

.res-services-box1-item h2 {
    font-weight: 500;
    font-size: 22px;
    color: #1C1F1F;
    line-height: 26px;
    margin-bottom: 20px
}

.res-services-box1-item p {
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    line-height: 24px;
    text-align: left
}

.res-services-box1-item:hover {
    background: linear-gradient(135deg,#FFFFFF 0%,#E9F7FF 100%)
}

.res-services-box1-item:hover::after,.res-services-box1-item:hover::before {
    display: block
}

.res-services-box2-content {
    display: flex;
    gap: 26px
}

.res-services-box2-item {
    width: 28%;
    height: 720px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 80px 40px 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s
}

.res-services-box2-item .res-jt {
    position: absolute;
    left: 48px;
    bottom: 50px;
    transition: all 0.3s
}

.res-services-box2-item-tit {
    margin-bottom: 30px
}

.res-services-box2-item-tit img {
    display: inline;
    margin-right: 10px;
    transition: all 0.3s
}

.res-services-box2-item-tit .img2 {
    display: none
}

.res-services-box2-item-tit h3 {
    font-weight: 600;
    font-size: 24px;
    color: #1C1F1F;
    line-height: 34px;
    display: inline;
    transition: all 0.3s
}

.res-services-box2-item-txt1 {
    font-weight: 500;
    font-size: 18px;
    color: #707070;
    line-height: 28px;
    max-width: 80%;
    text-transform: capitalize
}

.res-services-box2-item-txt1 p {
    margin-bottom: 20px
}

.res-services-box2-item-txt2 {
    display: none
}

.res-services-box2-item-txt2 h2 {
    font-weight: 500;
    font-size: 18px;
    color: #2788FF;
    line-height: 28px;
    margin-bottom: 5px
}

.res-services-box2-item-txt2 p {
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    line-height: 28px;
    margin-bottom: 15px
}

.res-services-box2-item-btm {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    width: 270px;
    height: 202px
}

.res-services-box2-item-btm .img1 {
    display: inline
}

.res-services-box2-item-btm .img2 {
    display: none
}

.res-services-box2-item:hover .res-services-box2-item-tit h3 {
    color: #087FE7
}

.res-services-box2-item:hover .res-services-box2-item-tit .img1 {
    display: none
}

.res-services-box2-item:hover .res-services-box2-item-tit .img2 {
    display: inline
}

.res-services-box2-item:hover .res-jt {
    left: 60px
}

.res-services-box2-item.active {
    background: #F3FAFF;
    width: 44%
}

.res-services-box2-item.active .res-services-box2-item-tit h3 {
    color: #087FE7
}

.res-services-box2-item.active .res-services-box2-item-tit .img1 {
    display: none
}

.res-services-box2-item.active .res-services-box2-item-tit .img2 {
    display: inline
}

.res-services-box2-item.active .res-services-box2-item-txt1 {
    display: none;
    position: relative;
    z-index: 1
}

.res-services-box2-item.active .res-services-box2-item-txt2 {
    display: block;
    position: relative;
    z-index: 1
}

.res-services-box2-item.active .res-jt {
    left: 60px;
    opacity: 0
}

.res-services-box2-item.active .res-services-box2-item-btm .img1 {
    display: none
}

.res-services-box2-item.active .res-services-box2-item-btm .img2 {
    display: inline
}

.res-services-box3 {
    padding: 90px 0 80px
}

.res-services-box3 .us-title {
    margin-bottom: 50px
}

.res-img-box img {
    max-width: 100%
}

.res-services-box4 {
    padding: 50px 0 100px;
    background: url(../png/res-bg.png) no-repeat center center
}

.res-services-box4 .us-title {
    margin-bottom: 20px
}

.res-customers .swiper-slide {
    max-width: 1060px;
    height: 404px;
    padding: 40px 0
}

.res-customers-item {
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 0 10px 60px 1px rgba(46,61,98,.1);
    border-radius: 6px;
    padding: 58px 50px;
    box-sizing: border-box;
    position: relative
}

.res-customers-item::after,.res-customers-item::before {
    content: '';
    position: absolute;
    border-radius: 50%
}

.res-customers-item::after {
    width: 10px;
    height: 10px;
    background: #C7C4C4;
    right: 65px;
    top: 55px
}

.res-customers-item::before {
    width: 20px;
    height: 20px;
    background: #F3F2F2;
    right: 60px;
    top: 50px;
    animation: ripple 1.5s linear infinite
}

.res-customers-item .res-customers-img {
    margin-bottom: 30px
}

.res-customers-item .res-customers-p {
    font-weight: 400;
    font-size: 16px;
    color: #213343;
    line-height: 30px;
    max-height: 215px;
    overflow: auto
}

.res-customers-item .res-customers-p::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.res-customers-item .res-customers-p::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px
}

.res-customers-item .res-customers-p::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px
}

.res-customers-item .res-customers-p::-webkit-scrollbar-thumb:hover {
    background: #999
}

.swiper-slide-active .res-customers-item::after {
    background: #00B738
}

.swiper-slide-active .res-customers-item::before {
    background: #DFF5E5
}

.res-customers-page {
    position: static
}

.res-customers-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D6D6D6;
    opacity: 1;
    margin: 0 10px
}

.res-customers-page .swiper-pagination-bullet-active {
    background: #00B738
}

.contact-us-new {
    display: flex;
    margin-top: 90px;
    margin-bottom: 50px
}

.contact-us-new-left {
    width: 50%;
    background: rgba(245,245,245,.7);
    padding: 70px 96px 0 35px;
    box-sizing: border-box
}

.contact-us-new-left h3,.us-left-line h3,.us-left-icon h3 {
    font-weight: 600;
    font-size: 30px;
    color: #333;
    line-height: 40px;
    margin-bottom: 30px
}

.us-left-line {
    padding-bottom: 40px;
/*     border-bottom: 1px solid rgba(199,196,196,.5); */
    margin-bottom: 40px
}

.us-left-top-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px
}

.us-left-top-p {
    font-weight: 400;
    font-size: 18px;
    color: #707070;
    line-height: 36px
}

.us-left-list-item {
    display: flex;
    margin-bottom: 15px
}

.us-left-list-item span {
    width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 50%;
    margin-right: 10px
}

.us-left-list-item span i {
    font-size: 14px;
    color: #333
}

.us-left-list-item p {
    /* display: inline-block; */
    font-size: 20px;
    color: #333;
    line-height: 39px;
/*     text-transform: uppercase; */
    font-weight: 600
}

.us-left-list li {
    margin-bottom: 35px
}

.us-left-list li:last-child {
    margin-bottom: 0
}

/* .us-left-list li.color1 span {
    border-color: #087FE7;
    color: #087FE7
}

.us-left-list li.color1 span i {
    color: #087FE7
} */

.us-left-list li.color1 span {
    border-color: #FF6F00;
    color: #FF6F00
}

.us-left-list li.color1 span i {
    color: #FF6F00
}

.us-left-list li.color1 .us-left-list-p a {
    color: #FF6F00
}

.us-left-list li.color2 span {
    border-color: #00B738;
    color: #00B738
}

.us-left-list li.color2 span i {
    color: #00B738
}

.us-left-list li.color2 .us-left-list-p a {
    color: #00B738
}

.us-left-list li.color3 span {
    border-color: #F64831;
    color: #F64831
}

.us-left-list li.color3 span i {
    color: #F64831
}

.us-left-list li.color3 .us-left-list-p a {
    color: #F64831
}

.us-left-list-p {
    font-size: 18px;
    color: #707070;
    line-height: 36px
}

.us-left-list-p a {
    text-decoration: underline;
    color: #087FE7
}

.us-icon-list {
    display: flex
}

.us-icon-list li {
    margin-right: 34px
}

.us-icon-list li a {
    display: block;
    width: 44px;
    height: 44px;
    background: #707070;
    border-radius: 50%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none
}
.us-icon-list li a img{
	width:100%;
}

.us-icon-list li a i {
    color: #fff
}

.us-icon-list li a:hover {
    background: #087FE7;
    background: none
}

.contact-us-new-right {
    width: 50%
}

.contact-us-new-right .msg-grid {
    padding: 70px;
    margin: 0;
    height: 100%;
    box-sizing: border-box
}

.contact-us-new-right .msg-grid .msg-title {
    margin: 0;
    margin-bottom: 40px;
    text-align: left
}

.contact-us-new-right .usedComp {
    width: 100%
}

.contact-us-new-right #xhlFormSubmit {
    margin: 0
}

@media screen and (max-width: 1720px) {
    .us-banner {
        min-height:650px
    }

    .about-us-one-content-txt-title h2 {
        font-size: 50px
    }

    .about-us-one-content-txt-title h3 {
        font-size: 50px
    }

    .about-us-one-content-txt-content p {
        font-size: 18px
    }
}

@media screen and (max-width: 1620px) {
    .us-banner {
        min-height:600px
    }

    .about-us-one-content-txt-content p {
        line-height: 34px
    }

    .res-customers .swiper-slide {
        max-width: 1000px
    }
}

@media screen and (max-width: 1480px) {
    .us-banner {
        min-height:500px
    }

     .us-banner-content h2,.us-banner-content h1 {
        font-size: 60px
    }

    .about-us-one {
        padding: 80px 0
    }

    .about-us-one-content {
        gap: 50px
    }

    .about-us-one-content-img {
        width: 35%
    }

    .about-us-one-content-txt {
        width: 60%
    }

    .about-us-one-content-txt-title {
        margin-bottom: 20px
    }

    .about-us-one-content-txt-title h2 {
        font-size: 40px;
        line-height: 60px
    }

    .about-us-one-content-txt-title h3 {
        font-size: 40px;
        line-height: 60px
    }

    .about-us-one-content-txt-content p {
        font-size: 17px;
        line-height: 26px
    }

    .us-title {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 50px
    }

    .about-history-item-list li h3 {
        font-size: 22px
    }

    .about-history-item-list li p {
        font-size: 16px
    }

    .about-us-five {
        padding: 70px 0
    }

    .about-year .swiper-slide {
        font-size: 20px
    }

    .about-us-four-num {
        font-size: 40px
    }

    .about-us-four-content-list li p {
        font-size: 18px
    }

    .about-us-four {
        padding: 70px 0 0
    }

    .us-left-top-title {
        font-size: 40px
    }

    .us-left-top-p {
        font-size: 16px;
        line-height: 26px
    }

    .contact-us-new-left h3,.us-left-line h3,.us-left-icon h3 {
        font-size: 24px
    }

    .us-left-list-p {
        font-size: 16px;
        line-height: 26px
    }

    .contact-us-new-right .xhl-input-xlarge {
        height: 50px
    }

    .res-services-box1-item {
        height: 300px
    }

    .res-customers .swiper-slide {
        max-width: 920px
    }

    .res-services-box1 {
        padding: 80px 0
    }

    .res-services-box3 {
        padding-bottom: 30px
    }

    .res-services-box4 {
        padding-bottom: 60px
    }

    .contact-us-three {
        padding-bottom: 40px
    }

    .about-us-four-content-list {
        top: -50px
    }
}

@media screen and (max-width: 1200px) {
    .us-banner {
        min-height:400px
    }

    .us-banner-content h2,.us-banner-content h1 {
        font-size: 50px
    }

    .about-us-one-content {
        display: block
    }

    .about-us-one-content-img,.about-us-one-content-txt {
        width: 100%
    }

    .about-us-one-content-img {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px
    }

    .about-us-one-content-img img {
        max-width: 48%;
        margin-bottom: 0
    }

    .res-customers .swiper-slide {
        max-width: 90%
    }

    .res-services-box1-item {
        padding: 30px;
        height: 260px
    }

    .res-services-box1-item .icon-box {
        height: 40px
    }

    .res-services-box1-item h2 {
        font-size: 20px
    }

    .res-services-box3 {
        padding-bottom: 0
    }

    .contact-us-three {
        padding-bottom: 0
    }

    .us-banner-txt {
        font-size: 16px;
        line-height: 24px
    }

    .contact-us-three-list {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .contact-us-three-list li {
        width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .us-banner {
        min-height:250px;
        background-size: cover!important
    }

    .us-banner-content h2,.us-banner-content h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 10px
    }

    .about-history-item {
        padding: 30px
    }

    .about-history-item h2 {
        font-size: 18px
    }

    .about-history-item-list {
        max-height: 320px
    }

    .about-history-item-list li {
        margin-bottom: 10px
    }

    .about-history-item-list li::before {
        width: 14px;
        height: 10px;
        background-size: 100% 100%
    }

    .about-history-item-list li h3 {
        font-size: 20px;
        line-height: 28px
    }

    .contact-us-new {
        display: block
    }

    .contact-us-new-left,.contact-us-new-right {
        width: 100%
    }

    .contact-us-new-left {
        padding: 50px
    }

    .contact-us-new-right .msg-grid {
        padding: 50px
    }

    .res-customers .swiper-slide {
        max-width: 60%
    }

    .res-services-box1-content {
        grid-template-columns: repeat(2,1fr)
    }

    .res-services-box1 {
        padding: 60px 0
    }

    .res-services-box2-item {
        padding: 20px
    }

    .res-services-box2-item-txt1 p,.res-services-box2-item-txt2 p {
        font-size: 14px;
        line-height: 24px
    }

    .res-services-box2-item-tit h3 {
        font-size: 18px
    }

    .res-services-box2-item {
        height: 600px;
        overflow: hidden
    }

    .res-services-box3 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .about-us-one-content-img {
        display:block
    }

    .about-us-one-content-img img {
        max-width: 100%;
        margin-bottom: 30px
    }

    .about-us-one {
        padding: 60px 0
    }

    .about-us-one-content-txt-title h2 {
        font-size: 32px;
        margin-right: 40px
    }

    .about-us-one-content-txt-title h3 {
        font-size: 32px
    }

    .about-us-one-content-txt-content p {
        font-size: 16px
    }

    .about-history-item {
        padding: 20px
    }

    .about-history-icon {
        top: 25px;
        right: 26px
    }

    .about-history-item-list {
        max-height: 354px
    }

    .about-history-item-list li {
        padding-left: 20px
    }

    .about-history-item-list li h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px
    }

    .about-history-item-list li p {
        line-height: 24px;
        font-size: 14px
    }

    .about-us-five-content .us-title {
        font-size: 32px
    }

    .about-us-four-num {
        font-size: 30px
    }

    .about-us-four-content-list {
        top: 0;
        display: block;
        margin-bottom: 60px;
        padding: 20px;
        height: auto
    }

    .about-us-four-content-list li {
        margin: 0;
        justify-content: space-between;
        display: flex;
        width: 100%
    }

    .about-us-four-content-list li::after {
        display: none
    }

    .about-us-four-content-list li p {
        font-size: 16px;
        line-height: 60px
    }

    .about-us-four-content .us-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .contact-us-new {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .contact-us-new-left {
        padding: 20px
    }

    .us-left-top-title {
        font-size: 32px
    }

    .contact-us-new-left h3,.us-left-line h3,.us-left-icon h3 {
        font-size: 22px;
        line-height: 28px
    }

    .us-left-list-item p {
        font-size: 16px
    }

    .contact-us-new-right .msg-grid {
        padding: 20px
    }

    .contact-us-new-right #xhlFormSubmit {
        height: 50px;
        line-height: 50px
    }

    .res-customers .swiper-slide {
        max-width: calc(100% - 40px);
        height: 360px
    }

    .res-customers-item {
        padding: 30px
    }

    .res-customers-item::after {
        right: 30px;
        top: 40px
    }

    .res-customers-item::before {
        right: 25px;
        top: 35px
    }

    .res-customers-item .res-customers-p {
        font-size: 14px;
        line-height: 24px;
        max-height: 210px
    }

    .res-customers-img img {
        max-height: 30px
    }

    .us-banner-txt {
        display: none
    }

    .us-title {
        font-size: 32px;
        margin-bottom: 20px
    }

    .res-services-box1-content {
        grid-template-columns: repeat(1,1fr)
    }

    .res-services-box2-content {
        display: block
    }

    .res-services-box2-item {
        width: 100%!important;
        height: auto;
        min-height: 400px;
        margin-bottom: 20px
    }

    .res-services-box2-item .res-jt,.res-services-box2-item:hover .res-jt {
        left: 20px
    }

    .res-services-box2-item-btm {
        width: 150px;
        height: 100px
    }

    .res-services-box2-item-btm img {
        width: 100%
    }

    .res-services-box1 {
        padding: 40px 0
    }

    .res-services-box3 {
        padding-top: 40px
    }

    .res-customers .swiper-slide {
        padding-top: 10px
    }

    .contact-us-three {
        padding: 40px 0
    }

    .contact-us-three-list {
        grid-template-columns: repeat(1,1fr)
    }

    .about-us-two {
        padding: 50px 0
    }

    .about-us-two .us-title {
        margin-bottom: 10px
    }

    .index-whylist li:nth-last-child(1) .w-item {
        padding-left: 0
    }

    .about-us-two {
        padding-bottom: 0
    }

    .contact-us-new-left {
        margin-bottom: 30px
    }

    .us-icon-list li {
        margin-right: 20px
    }

    .us-icon-list li a {
        max-width: 40px;
        max-height: 40px
    }

    .us-icon-list li a img {
        max-width: 100%
    }
}

.new-us-left{}
.new-us-left .us-left-list-item h2{
	padding: 4px 10px;
	background: #087fe7;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px;
	margin-bottom: 10px;
}
.new-us-left .us-left-list-item{
    display:block;
}
.new-us-left .us-left-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.new-us-left .us-left-list li{
	flex: 1 1 calc(50% - 20px);
	box-sizing: border-box;
	border: 1px solid rgba(199,196,196,.5);
	padding: 15px;
	margin-bottom: 0;
}
.new-us-left a {
    text-decoration: underline;
    color: #087FE7
}