/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .feature-one__single {
        padding: 41px 20px 41px;
    }

    .about-one__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-one__right {
        max-width: 600px;
        margin: 140px auto 0;
    }

    .services-one__single {
        padding: 50px 25px 50px;
    }

    .share-the-joy__img {
        position: absolute;
        top: -141px;
        bottom: 0;
        left: 0;
    }

    .share-the-joy__left {
        max-width: 600px;
    }

    .share-the-joy__trusted {
        top: 104px;
        left: 323px;
    }

    .improve-one__left {
        max-width: 600px;
        margin: 0 auto;
        padding-top: 120px;
    }

    .improve-one__right {
        padding-bottom: 110px;
        max-width: 600px;
        margin: 0 auto;
    }

    .project-one {
        padding: 0 0 40px;
    }

    .news-one__content {
        padding: 20px 20px 30px;
    }

    .news-one__title {
        font-size: 23px;
    }

    .footer-widget__newsletter {
        margin-top: 31px;
    }

    .footer-widget__contact {
        margin-top: 31px;
    }

    .business-growth__left .section-title__title {
        font-size: 43px;
    }

    .business-growth__content {
        padding: 44px 20px 44px;
    }

    .business-growth__text {
        font-size: 15px;
    }

    .welcome-one__left {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .welcome-one__right {
        max-width: 600px;
        margin: 0 auto;
    }

    .welcome-one {
        padding: 0 0 147px;
    }

    .help__single {
        max-width: 464px;
    }

    .help__box-two-content {
        padding-top: 90px;
        padding-bottom: 77px;
    }

    .help__single:nth-child(3):before {
        display: none;
    }

    .help__single:before {
        left: -1px;
    }

    .industries-we-serve__left {
        margin-right: 0;
    }

    .industries-we-serve__right {
        margin-left: 0;
    }

    .industries-we-serve__left .section-title__title {
        font-size: 42px;
    }

    .why-choose__left {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose__img img {
        border-radius: var(--thm-bdr-radius);
    }

    .why-choose__right {
        padding-top: 60px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-two__text {
        padding-bottom: 41px;
    }

    .news-two__carousel.owl-theme .owl-nav {
        bottom: -90px;
        left: 0;
    }

    .news-two {
        padding: 120px 0 205px;
    }

    .news-two__left {
        margin-right: 0;
    }

    .why-choose__right-text-box {
        margin-right: 0;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto 50px;
    }

    .about-two__right {
        max-width: 600px;
        margin: 0 auto;
    }

    .service-details__benefits-img {
        margin-top: 30px;
    }

    .project-details__details-info li+li {
        margin-left: 50px;
    }

    .project-details__details-info li:nth-child(3) {
        margin-left: 50px;
    }

    .news-details__pagenation li+li {
        margin-left: 0;
        margin-top: 20px;
    }

    .contact-page__left .section-title__title {
        font-size: 44px;
        line-height: 54px;
    }

    .contact-details__single-2 {
        margin-left: 0;
    }

    .contact-details__single-3 {
        margin-left: 0;
    }

    .contact-details__content h5 {
        font-size: 15px;
    }

    .cta-two__container {
        padding: 0 0;
    }

    .why-choose-shape-1 {
        display: none;
    }













}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-one__right {
        max-width: 600px;
        margin: 140px auto 0;
    }

    .share-the-joy__img img {
        width: 60%;
    }

    .share-the-joy__img {
        top: -148px;
        left: 290px;
        right: -290px;
    }

    .share-the-joy__trusted {
        top: -68px;
        left: 317px;
    }

    .project-one__title {
        font-size: 20px;
        line-height: 30px;
    }

    .project-one__content {
        padding: 32px 25px 39px;
    }

    .improve-one__left {
        max-width: 600px;
        margin: 0 auto;
        padding-top: 120px;
    }

    .improve-one__right {
        padding-bottom: 110px;
        max-width: 600px;
        margin: 0 auto;
    }

    .project-one {
        padding: 0 0 140px;
    }

    .footer-widget__newsletter {
        margin-top: 31px;
    }

    .footer-widget__contact {
        margin-top: 31px;
    }

    .business-growth__left .section-title {
        margin-bottom: 25px;
    }

    .business-growth__right {
        margin-bottom: 48px;
    }

    .welcome-one__left {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .welcome-one__right {
        max-width: 600px;
        margin: 0 auto;
    }

    .welcome-one {
        padding: 0 0 147px;
    }

    .help__single {
        max-width: 100%;
    }

    .help__single:before {
        display: none;
    }

    .help__single:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: var(--thm-bdr-color);
    }

    .help__single:nth-child(1):after {
        display: none;
    }

    .help__single:nth-child(4):after {
        display: none;
    }

    .help__box-one-content {
        border-top-right-radius: 8px;
    }

    .industries-we-serve__left {
        margin-right: 0;
    }

    .industries-we-serve__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .industries-we-serve__boxes li {
        max-width: 230px;
    }

    .why-choose__left {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose__img img {
        border-radius: var(--thm-bdr-radius);
    }

    .why-choose__right {
        padding-top: 60px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose__left {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose__img img {
        border-radius: var(--thm-bdr-radius);
    }

    .why-choose__right {
        padding-top: 60px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-two__text {
        padding-bottom: 41px;
    }

    .news-two__carousel.owl-theme .owl-nav {
        bottom: -90px;
        left: 0;
    }

    .news-two {
        padding: 120px 0 205px;
    }

    .news-two__right {
        margin-right: 0;
    }

    .news-two .news-one__content {
        padding: 20px 20px 30px;
    }

    .news-two__left {
        margin-right: 0;
    }

    .why-choose__right-text-box {
        margin-right: 0;
    }

    .cta-two__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-two__title {
        margin-bottom: 30px;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto 50px;
    }

    .about-two__right {
        max-width: 600px;
        margin: 0 auto;
    }

    .service-details__benefits-img {
        margin-top: 30px;
    }

    .service-details__sidebar {
        margin-top: 50px;
    }

    .project-details__details-info li+li {
        margin-left: 0px;
    }

    .project-details__details-info li:nth-child(3) {
        margin-left: 0px;
    }

    .project-details__details-info li {
        display: block;
    }

    .project-details__details-info {
        text-align: center;
    }

    .project-details__details-info li:nth-child(4) {
        position: inherit;
        display: block;
        align-items: inherit;
        justify-content: inherit;
        margin-top: 5px;
        z-index: 1;
    }

    .project-details__social-list {
        justify-content: center;
    }

    .news-details__pagenation li+li {
        margin-left: 0;
        margin-top: 20px;
    }

    .contact-page__left {
        margin-bottom: 50px;
    }

    .contact-details__single {
        margin-bottom: 30px;
    }

    .contact-details__single-2 {
        margin-left: 0;
    }

    .contact-details__single-3 {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .testimonial-one__carousel.owl-theme .owl-nav {
        display: none;
    }

    .cta-two__container {
        padding: 0 0;
    }

    .why-choose-shape-1 {
        display: none;
    }




















}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section-title__title {
        font-size: 26px;
        line-height: 40px;
        margin: 0;
    }

    .about-two__right .section-title {
        margin-bottom: 0;
    }

    .about-page-s3 .button {
        position: absolute;
        top: 40vw;
        width: 36px;
    }

    .about-page-s3 .tab-cont .para {
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
    }

    .about-page-s3 .year {
        display: none;
    }

    .about-main .about-zizhi-title {
        font-size: 28px;
    }

    .about-main .about-zizhi-txt {
        width: 100%;
    }

    .about-page-s3 .tab-cont h3 {
        font-size: 50px;
    }

    .feature-one__single {
        padding: 41px 20px 41px;
    }

    .about-one__left {
        margin-right: 0;
    }

    .about-one__img-box:before {
        display: none;
    }

    .about-one__img-box:after {
        display: none;
    }

    .about-one__small-img {
        display: none;
    }

    .about-one__right {
        margin-top: 50px;
    }

    .services-one__single {
        padding: 50px 25px 50px;
    }

    .share-the-joy__img {
        display: none;
    }

    .share-the-joy__title {
        font-size: 30px;
        line-height: 40px;
    }

    .share-the-joy__trusted {
        position: relative;
        top: 50px;
        left: 0;
    }

    .share-the-joy__shape-1 {
        display: none;
    }

    .project-one__title {
        font-size: 20px;
        line-height: 30px;
    }

    .project-one__content {
        padding: 32px 25px 39px;
    }

    .project-one__arrow {
        right: 5px;
    }

    .improve-one__left {
        padding-top: 120px;
        margin-top: 0;
    }

    .improve-one__right {
        padding-bottom: 110px;
        margin-left: 0;
        margin-right: 0;
    }

    .improve-one__project-complete {
        display: none;
    }

    .improve-one__img img {
        border-top-left-radius: 16px;
    }

    .project-one {
        padding: 0 0 40px;
    }

    .testimonial-one__carousel.owl-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }

    .news-one__content {
        padding: 20px 20px 30px;
    }

    .news-one__title {
        font-size: 23px;
    }

    .cta-one__title br {
        display: none;
    }

    .cta-one__title {
        font-size: 35px;
        line-height: 50px;
    }

    .cta-one__sub-title {
        font-size: 15px;
    }

    .footer-widget__newsletter {
        margin-top: 35px;
    }

    .footer-widget__contact {
        margin-top: 31px;
    }

    .footer-widget__links {
        margin-top: 42px;
    }

    .cta-one__subtitle {
        font-size: 20px;
        color: #fff;
        margin-bottom: 36px;
        line-height: 35px;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
    }

    .business-growth__left .section-title {
        margin-bottom: 25px;
    }

    .business-growth__right {
        margin-bottom: 48px;
    }

    .business-growth__content {
        padding: 44px 20px 44px;
    }

    .business-growth__text {
        font-size: 15px;
    }

    .welcome-one__left {
        margin-right: 0;
    }

    .welcome-one__img-box:before {
        display: none;
    }

    .welcome-one__certified {
        right: 0px;
        border-top-right-radius: 0;
    }

    .welcome-one__funded {
        flex-direction: column;
        align-items: inherit;
    }

    .welcome-one__funded-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .welcome-one {
        padding: 0 0 147px;
    }

    .video-one__title br {
        display: none;
    }

    .video-one__title {
        font-size: 30px;
        line-height: 50px;
    }

    .help__single {
        max-width: 100%;
    }

    .help__single:before {
        display: none;
    }

    .help__single:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        height: 1px;
        background-color: var(--thm-bdr-color);
    }

    .help__single:nth-child(1):after {
        display: none;
    }

    .help__single:nth-child(4):after {
        display: none;
    }

    .help__box-one-content {
        border-top-right-radius: 8px;
    }

    .help__box-last .help__box-two-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .help__box-two-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .project-two .project-one__arrow {
        right: 5px;
    }

    .industries-we-serve__left {
        margin-right: 0;
    }

    .industries-we-serve__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .industries-we-serve__boxes li {
        max-width: 100%;
    }

    .industries-we-serve__boxes li:nth-child(2) {
        margin-left: 0;
    }

    .industries-we-serve__boxes li:nth-child(3) {
        margin-bottom: 10px;
    }

    .industries-we-serve__boxes li:nth-child(4) {
        margin-left: 0;
        margin-bottom: 0;
    }

    .why-choose__left {
        margin-left: 0;
    }

    .why-choose__img img {
        border-radius: var(--thm-bdr-radius);
    }

    .why-choose__right {
        padding-top: 60px;
        margin-left: 0;
    }

    .news-two__right {
        margin-right: 0;
    }

    .news-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .news-two__left {
        margin-right: 0;
    }

    .news-two__text {
        padding-bottom: 41px;
    }

    .why-choose__right-text-box {
        margin-right: 0;
    }

    .cta-two__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-two__title br {
        display: none;
    }

    .cta-two__title {
        margin-bottom: 30px;
        font-size: 42px;
        line-height: 52px;
    }

    .about-two__left {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .about-two__right {
        margin-left: 0;
    }

    .service-details__benefits-img {
        margin-top: 30px;
    }

    .service-details__sidebar {
        margin-top: 50px;
    }

    .service-details__need-help {
        padding: 50px 14px 43px;
    }

    .project-details__details-info li+li {
        margin-left: 0px;
    }

    .project-details__details-info li:nth-child(3) {
        margin-left: 0px;
    }

    .project-details__details-info li {
        display: block;
    }

    .project-details__details-info {
        text-align: center;
    }

    .project-details__details-info li:nth-child(4) {
        position: inherit;
        display: block;
        align-items: inherit;
        justify-content: inherit;
        margin-top: 5px;
        z-index: 1;
    }

    .project-details__social-list {
        justify-content: center;
    }

    .project-details__details-box {
        padding: 38px 15px 30px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .news-details__bottom {
        flex-direction: column;
    }

    .news-details__social-list {
        margin-top: 30px;
    }

    .news-details__pagenation li+li {
        margin-left: 0;
        margin-top: 20px;
    }

    .news-details__pagenation li {
        font-size: 20px;
        line-height: 34px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .comment-one__single {
        flex-direction: column;
    }

    .comment-one__content {
        margin-left: 0;
        margin-top: 25px;
    }

    .comment-one__btn {
        position: relative;
        top: 20px;
    }

    .sidebar__post {
        padding: 45px 25px 43px;
    }

    .sidebar__tags {
        padding: 47px 20px 50px;
    }

    .contact-page__left {
        margin-bottom: 50px;
    }

    .contact-details__single {
        margin-bottom: 30px;
    }

    .contact-details__single-2 {
        margin-left: 0;
    }

    .contact-details__single-3 {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .contact-details__content h5 {
        font-size: 15px;
    }

    .testimonial-one__carousel.owl-theme .owl-nav {
        display: none;
    }

    .testimonial-one__single {
        padding: 60px 20px 50px;
    }

    .testimonial-one__quote {
        right: 20px;
    }

    .testimonial-one__quote span {
        font-size: 55px;
    }

    .testimonial-one__client-details {
        margin-left: 10px;
        width: 45%;
    }

    .cta-two__container {
        padding: 0 0;
    }

    .page-header-shape {
        display: none;
    }

    .page-header__inner h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .why-choose-shape-1 {
        display: none;
    }





}













@media only screen and (min-width: 1200px) and (max-width: 1330px) {
    .why-choose__right-text-box {
        margin-right: 0;
    }





}



/*--------------------------------------------------------------
# Slider All Responsice Css
/////////
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider h2 br {
        display: none;
    }

    .main-slider h2 {
        font-size: 36px;
        line-height: 52px;
    }

    #main-slider-pagination {
        max-width: 960px;
    }

    .main-slider__nav-two .swiper-button-prev {
        margin-left: 80px;
    }

    .main-slider__nav-two .swiper-button-next {
        margin-right: 80px;
    }


















}






@media only screen and (min-width: 768px) and (max-width: 991px) {
    #main-slider-pagination {
        max-width: 720px;
    }

    .main-slider-shape-1 {
        display: none;
    }

    .main-slider__nav-two {
        display: none;
    }

    .main-slider-two h2 {
        font-size: 85px;
    }



















}



@media only screen and (max-width: 767px) {
    .main-slider__nav {
        display: none;
    }

    .main-slider-shape-1 {
        display: none
    }

    #main-slider-pagination {
        max-width: 540px;
    }

    .main-slider h2 br {
        display: none;
    }

    .main-slider h2 {
        font-size: 38px;
        line-height: 38px;
    }

    .main-slider__nav-two {
        display: none;
    }

    .main-slider-two h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .main-slider-two h3 {
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 25px;
    }



    .douyin_banner {
        width: 66%;
        visibility: visible;
        transform: scale(1.6);
        text-align: center;
        display: block;
        margin: 64px auto;
        animation: none;
    }

    .douyin_js {
        padding: 64px 0;
    }

    .douyin_js_title h2 {
        font-size: 28px;
    }

    .services .servicesli {
        width: 100%;
        padding: 40px 38px 0 124px;
    }


}



/*--------------------------------------------------------------
# Main Menu All Responsice Css
/////////
--------------------------------------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu-wrapper__call {
        display: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 100px;
    }



}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header__top-right-text {
        display: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 50px;
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block;
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }















}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header__top-right-text {
        display: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 50px;
    }

    .main-menu-wrapper__call {
        display: none;
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block;
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }











}




@media (max-width: 767px) {
    .main-header__top {
        display: none;
    }

    .main-menu-wrapper__right {
        display: none;
    }

    .main-menu-wrapper__left {
        float: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 0;
        margin-left: 0;
    }

    .main-menu-wrapper__main-menu {
        float: right;
    }

    .main-menu {
        padding: 0 30px;
    }


    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block;
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }

    .main-slider__content img {
        width: 100%;
    }

    .data-service-img {
        display: none;
    }

    .data_wrap .data_num {
        width: 50%;
        padding: 4px 0;
    }

    .brand-one {
        padding: 22px 0 119px;
        margin-top: -11px;
        z-index: 1;
    }

    .data_wrap ul li .data-desc {
        font-size: 14px;
    }

    .data_wrap ul li span {
        font-size: 40px;
    }

    .data_wrap {
        padding-bottom: 40px;
    }

    .swiper-slide {
        height: auto;
    }

    .brand-one .swiper-slide img {
        width: 80%;
    }

    .share-the-joy__trusted {
        display: none;
    }

    .zongteng_team {
        display: none;
    }

    .zongteng_mobile_team {
        display: block;
    }

    .zongteng_mobile_team {
        width: 100%;
        text-align: center;
        background: #0a0b0f;
    }

    .zongteng_mobile_team .team_title {
        height: 76px;
        line-height: 50px;
        color: #fff;
        padding-top: 15px;
        font-size: 28px;
        display: none;
    }

    .share-the-joy {
        padding: 0 0 28px;
    }

    .zongteng_mobile_team img {
        width: 100%;
    }

    .business-growth {
        padding: 0 0 5px;
    }

    .video-one__video-icon {
        transform: scale(0.9)
    }

    .video-one {
        padding: 64px 0 230px;
    }

    .help__box-one-content {
        padding: 33px 35px 32px;
    }

    .help {
        padding-bottom: 10px;
    }

    .indexCase_nav .nav_title button {
        width: 32%;
        height: 37px;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .child_banner {
        width: 100%;
        transform: scale(2.3);
        display: block;
        padding-top: 49px;
        text-align: center;
        margin-left: 26px;
        animation: none;
    }

    .testimonial-one__client-img {
        width: 80%;
    }

    #culture {
        /*        height: 442px!important;*/
    }

    .electricity-difficulties div {
        font-size: 15px;
        padding: 13px 27px;
        margin: 0 10px;

    }

    .electricity-difficulties div.problem_4 {
        left: 0;
        top: 334px;
        right: auto;
    }

    .electricity-difficulties div.problem_6 {
        top: 441px;
        left: 55px;
        right: auto;
    }

    .part.part4a .part4adiv_list {
        width: 92vw !important;
    }

    .box1280 {
        width: 100%;
    }

    .commontitle .title {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 44px;
        padding: 0 16px;
        margin-top: 41px;
    }

    .commontitle .subtitle {
        font-size: 16px;
    }

    .taobao_pk img {
        width: 100%;
        padding: 0 22px;
        transform: scale(1.12);
        padding-top: 26px;
    }

    .wp1200 {
        width: 100%;
    }

    .electricity-difficulties .jerk {
        display: none;
    }

    .tm-s-text ul li {
        width: 43%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .wp1200 .title h3 {
        font-size: 28px;
    }

    .taobao_Bg {
        margin-top: 145px;
    }

    .taobao_banner {
        width: 100%;
        transform: scale(2.3);
        margin-top: 100px;
    }

    .main-menu-wrapper__logo img {
        width: 78%;
        transform: scale(0.8);
        margin-left: -34px;
    }

    .commontitle {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .tm-s-problem {
        height: auto;
    }

    .tm-s-problem ul {
        margin-left: 2%;
    }

    .bg-adv_item6 {
        background: url(../image/css_sprites.png) -188px -312px
    }

    .website-banner {
        display: none;
    }

    .pbanner-box {
        display: block;
        width: 100%;
        position: relative;
    }

    .pbanner-box .img {
        width: 100%;
    }

    .pbanner-box .img img {
        width: 100%;
    }

    .pbanner-box .tbox {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .pbanner-box .tbox .t1 {
        font-size: 26px;
        line-height: 30px;
        color: #fff;
    }

    .pbanner-box .tbox .t2 {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        margin-top: 9px;
    }

    .pbanner-box .tbox2 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 110px;
        text-align: center;
    }

    .pbanner-box .tbox2 .t1 {
        font-size: 26px;
        line-height: 1;
        color: #fff;
        margin-top: 13px;
        margin-top: 40px;
    }

    .pbanner-box .tbox2 .t2 {
        display: none;
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        margin-top: 11px;
    }

    .yx-why-img {
        display: none;
    }

    .yx-why-word {
        width: 100%;
    }

    .yx-title {
        font-size: 26px;
        padding-bottom: 0;
    }

    .yx-title-txt {
        margin-top: 12px;
    }

    .yx-why {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .yx-why-one {
        width: 100%;
    }

    .yx-why-one {
        margin-left: 0;
    }

    .fix,
    .yx-why-01 .yx-why-one:last-child {
        background: #f7f7f7;
        margin-top: 32px;
        padding-top: 10px;
        padding: 12px;
    }

    .website_business .d-title h3 {
        padding-bottom: 17px;
        width: 91%;
        text-align: center;
        margin: 0 auto;
        padding-top: 36px;
        font-size: 29px;
        line-height: 42px;
    }

    .website_business .d-content {
        padding: 0 20px;
    }

    .yx-why-title .span-txt {
        margin-left: 70px;
        background: #f7f7f7;
    }

    .yx-why-title .b-num {
        font-size: 31px;
    }

    .website_business .d-content .d-list {
        width: 100%;
        padding-bottom: 43px;
    }

    .website_business .d-content .d-list img {
        margin-top: 20px;
    }

    .website_business .d-content .d-list span {
        font-size: 33px;
    }

    .website_business .d-content .d-list em {
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .process {
        width: 100%;
        background: #f2f2f2;
        padding: 0;
    }

    .process .list li.on {
        width: 50%;
    }

    .electricity-difficulties div.problem_1 {
        display: none;
    }

    .process .title {
        padding-top: 25px;
    }

    .process .txt {
        font-size: 15px;
        width: 80%;
        text-align: center;
        margin: 23px auto 0;
    }

    .process .list li .t1 {
        margin-top: 23px;
    }

    .res-offer {
        padding-top: 28px;
        padding-bottom: 0px
    }

    .site-footer__top-inner {
        padding: 107px 0 120px
    }

    .res-offer-a1 {
        line-height: 48px;
    }

    .res-offer-phone .b-num {
        margin-top: 6px;
    }

    .onlineRetailers-div1 {
        display: table;
    }

    .onlineRetailers-div1 .onlineRetailers-div1-img1 {
        width: 78%;
        height: auto;
        margin-top: 0px;
        display: block;
        margin: 0 auto;
    }

    .onlineRetailers-div1 {
        padding-top: 0;
    }

    .onlineRetailers-div1 .onlineRetailers-div1-div2 .onlineRetailers-div1-div2-p1 {
        font-size: 32px;
        margin-bottom: 34px;
        margin-top: 23px;
    }

    .alibaba_banner {
        width: 100%;
        visibility: visible;
        transform: scale(2.3);
        text-align: center;
        display: block;
        margin-left: 145px;
        margin-top: 105px;
        animation: none;
    }

    .alibaba_img {
        width: 55%;
    }

    .commontitle .title {
        margin-top: 29px;
    }

    .insolution .commontitle {
        padding-top: 37px;
        text-align: center;
    }

    .service_legal {
        margin-top: 118px;
    }

    .legalcounsel {
        width: 100%;
        transform: scale(2.2);
        transform-origin: 76px 0px;
    }

    .onlineRetailers-div1-div2 {
        transform: scale(.9);
    }

    .inservice-box .inservice-box_content {
        width: 93%;
    }

    .albaba_process {
        padding-bottom: 0;
    }

    .insolution .commontitle .title,
    .partpk .title {
        font-size: 28px;
        color: #3a3a3a;
    }

    .inservice-box {
        margin-top: 0;
    }

    .partpk .pkli .title {
        width: 100%;
    }

    .partpk .pkli.left .title {
        padding-top: 0;
    }

    .partpk .pkli.left {
        width: 100%;
        float: none;
    }

    .partpk .pkli {
        float: none;
    }

    .partpk {
        display: none;
    }

    .albaba_process .circuit {
        width: 100%;
    }

    .circuit .cir_item {
        width: 50%;
        margin-right: 0;
    }

    .albaba_process .bjyut {
        display: none;
    }

    .albaba_process .commontitle .title {
        color: #151212;
    }

    .douyin_js_title h2 {
        width: 93%;
        margin: 0 auto;
        font-size: 30px;
    }

    .douyin_js .container {
        margin-top: 10px;
        font-size: 15px;
    }

    .douyin_js .shuz .nr {
        width: 33%;
    }

    .douyin_js .shuz .nr h3 {
        font-size: 41px;
    }

    .douyin_js .shuz .nr p {
        font-size: 13px;
    }

    .allbox {
        width: 100%;
    }

    .doy-02 {
        margin-top: -49px;
        height: 846px;
    }

    .doy-02 .wz1 {
        width: 100%;
        height: 137px;
        margin: 0 auto;
        background-size: cover;
    }

    .doy-02 .listbox {
        height: auto;
    }

    .doy-02 .listbox .dli {
        width: 49%;
    }

    .doy-02 .listbox .dli .pbox {
        width: 87%;
    }

    .doy-02 .listbox .dli .pbox .p3 {
        font-size: 15px;
    }

    .doy-02 {
        height: 846px;
    }

    .home_bring_fluid {
        padding-top: 45px;
    }

    .home_bring_list .item .title .num {
        height: 55px;
        width: 55px;
        font-size: 23px;
        line-height: 55px;
    }

    .home_bring_list .item .des {
        padding-left: 0;
        font-size: 17px;
        line-height: 32px;
    }

    .douyin_js_title h2 span {
        margin: 20px auto 18px;
    }

    .black6 {
        display: none;
    }

    .services .commontitle .subtitle {
        margin-top: 0px;
    }

    .site-footer {
        margin-top: 0;
    }

    .zt_tit {
        margin-top: 0;
    }

    .web_360banner {
        width: 100%;
        transform: scale(1.8);
        margin-top: 62px;
    }

    .web_content_360 {
        margin-top: 39px;
    }

    .proBrief-wrap .proBrief {
        width: 100%;
    }

    .proBrief .list .item {
        float: none;
        width: 29%;
    }

    .haveTitle .title-wrap .brief p {
        font-size: 14px;
    }

    .haveTitle {
        padding: 75px 0 0 0;
    }

    .rijte,
    .sderee,
    .rijte,
    .sderee {
        display: none;
    }

    .Good_h .s1 dl {
        padding-top: 20px;
    }

    .Good_h .unm_s dl dt h5 {
        font-size: 26px;
    }

    .footer_360_btm {
        height: 90px;
    }

    .tsb_banner {
        display: none;
    }

    .teng_speed_banner {
        width: 100%;
        transform: scale(3.4);
        text-align: center;
        display: block;
        margin-left: 52%;
        margin-top: 43%;
    }

    .tsb_bg02 {
        width: 181%;
        margin: 197px -41% 0px;
    }

    .autor {
        width: 100%;
    }

    .tsb_why_tit>s {
        display: none;
    }

    .tsb_bg03 {
        width: 162%;
        margin: 0px -35% 0;
        display: block;
    }

    .tsb_youshi_tit01 {
        font-size: 30px;
        margin-bottom: 12px
    }

    .tsb_youshi04 {
        display: none;
    }

    .tsb_youshi_ul>li {
        width: 90%;
        margin: 0 auto 28px;
    }

    .tsb_youshi_ul>li>h2 {
        font-weight: bold;
    }

    .tsb_youshi_ul>li {
        padding-right: 0;
        float: none;
    }

    .tsb_bg05 {
        width: 101%;
        transform: scale(2.5);
        margin-top: 17%;
    }

    .tsb_anli_tit {
        margin-top: 160px;
        line-height: 58px;
        font-size: 36px;
    }

    .tsb_bg06 {
        width: 142%;
        display: block;
        transform: scale(1.4);
        margin-left: -12%;
        margin-top: 20%;
        margin-bottom: 9%;
    }

    /*企业法务部分*/
    .lew_banner {
        transform: scale(2.3);
        margin-left: 114px;
    }

    #lawyer .ourplan .ourplanDet .lawyers-con .lawyers-inner[data-v-1f45622d] {
        width: 100%;
    }

    #lawyer .ourplan .ourplanDet .lawyers-con .lawyers-inner[data-v-1f45622d]:first-child {
        margin-top: 20px;
    }

    #lawyer .ourplan .ourplanDet .lawyers-con .lawyers-inner .planItems[data-v-1f45622d] {
        width: 100%;
        display: block;
        height: 526px;
    }

    #lawyer .ourplan .ourplanDet .lawyers-con .lawyers-inner .planItems .md[data-v-1f45622d] {
        width: 100%;
        display: inherit;
    }

    #lawyer .ourplan .ourplanDet .container[data-v-1f45622d] {
        height: 1856px;
    }

    #lawyer .ourplan .bar .tllt .list[data-v-1f45622d] {
        width: 50%;
        text-align: center;
    }

    #lawyer .ourplan .ourplanDet .lawyers-con .lawyers-inner .sixmodule[data-v-1f45622d] {
        width: 32%;
        margin-left: -69%;
        height: auto;
    }

    #lawyer .title[data-v-1f45622d] {
        padding: 0 0;
        font-size: 33px;
    }

    #lawyer .ourplan[data-v-1f45622d] {
        padding-top: 40px;
    }

    #lawyer .ourplan .ourplanDet .lawyers-con .lawyers-inner .planItems .tp div[data-v-1f45622d] {
        font-size: 23px;
        padding: 32px 0 31px 23px;
    }

    .mumping_mun {
        flex-wrap: wrap;
        display: none;
    }

    .m_zz li {
        float: none;
    }

    .yybj {
        padding-top: 20px;
    }

    .yybj dl dd {
        float: none;
    }

    .yybj dl dt {
        overflow: revert;
        float: none;
    }

    .yybj dl dd h3 {
        line-height: 7.7vw;
        font-size: 26px;
    }

    #lawyer .ourplan .ourplanDet .container[data-v-1f45622d] {
        height: 1741px;
    }

    .yy,
    .m_zz {
        padding: 0 20px;
    }

    .yybj dl dd span a {
        margin-bottom: 20px;
    }

    #lawyer .serviceContent .serviceContentDet .container[data-v-1f45622d] {
        height: 1843px;
    }

    #lawyer .serviceContent .serviceContentDet .service-con .service-inner .serItem[data-v-1f45622d] {
        margin: 0 auto 10px;
        display: block;
    }

    #lawyer .serviceContent .srTypeList .type[data-v-1f45622d] {
        width: 100%;
        font-size: 20px;
    }

    #lawyer .serviceContent .srTypeList[data-v-1f45622d] {
        transform: scale(0.9);
    }

    #lawyer .serviceContent .title[data-v-1f45622d] {
        padding: 43px 0 39px;
    }

    #lawyer .ourplan .bar .tllt .list div[data-v-1f45622d] {
        font-size: 20px;
    }

    #lawyer .serviceContent .serviceContentDet .service-con .service-inner .serItem[data-v-1f45622d]:nth-child(4n) {
        margin-right: auto;
    }

    #lawyer .serviceProgress {
        display: none;
    }

    #lawyer .serviceProgress .title[data-v-1f45622d] {
        padding: 61px 0 38px;
    }

    #lawyer .serviceContent .serviceContentDet .service-con .service-inner .czItem[data-v-1f45622d] {
        display: block;
        margin: 58px auto 0;
    }

    #lawyer .serviceContent .serviceContentDet .service-con[data-v-1f45622d] {
        top: -223px;
    }

    #lawyer .serviceProgress[data-v-1f45622d] {
        transform: scale(.95)
    }

    #lawyer .serviceProgress .proInfo .proLeft .proItems .nr span[data-v-1f45622d] {
        font-size: 38px;
    }

    #lawyer .serviceProgress .proInfo .proRight .rtInfo .bk[data-v-1f45622d] {
        width: auto;
    }

    #lawyer .serviceProgress .proInfo .proRight .rtInfo .bk[data-v-1f45622d] img {
        width: 100%;
    }

    #lawyer .serviceProgress .proInfo .proRight[data-v-1f45622d] {
        width: auto;
        float: none;
        height: auto;
    }

    #lawyer .serviceAdvantage .title[data-v-1f45622d] {
        padding: 25px 0 21px;
    }

    #lawyer .serviceAdvantage .advInfo .advItem[data-v-1f45622d] {
        display: block;
        margin: 0 auto 10px;
    }

    #lawyer .serviceAdvantage .advInfo .advItem[data-v-1f45622d]:last-child {
        margin-right: auto;
    }

    .serviceGuarantee .guaInfo .guaItems[data-v-41f51629] {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    #lawyer .customTrust .customList img[data-v-1f45622d] {
        width: 47%;
    }

    .packageGet .container .h1[data-v-3cdce5db] {
        padding: 0;
        font-size: 29px;
    }

    .mobile_head_logo {
        display: block;
        height: 200px;
        height: 100px;
        opacity: 0;
        background: red;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 6px;
        width: 100px;
        z-index: 999;
    }

    .advantage-l img,
    .advantage-r img {
        margin: 37px 12px;
    }

    .advantage-txt {
        width: 203px;
        padding: 17px 0;
    }

    .advantage-l,
    .advantage-r {
        padding: 0 10px;
    }

    .fw li {
        float: none;
        margin-bottom: 30px;
    }

    .fw ul {
        height: auto;
    }

    .leg_content2 {
        background: #f5f5f5;
        margin-top: 0;
    }

    .ys_nr .ys_w {
        width: 100%;
        padding: 8.35rem 0.8rem 0 1.35rem;
    }

    .ys_nr .ys_w i img {
        display: none;
        transform: scale(.9);
    }

    .ys_nr li .ys_bt span {
        font-size: 22px;
        font-weight: 500
    }

    .ys_nr .ys_w h4 {
        font-size: 26px;
    }

    .ys_nr .ys_w span {
        font-size: 17px;
    }

    .indexCase_nav .nav_title {
        text-align: left;
    }

    .about_wrapper {
        width: 100%;
    }

    .about-main {
        height: auto;
    }

    .ys_bt i img {
        display: none;
    }

    .ys_bt i img {
        display: none;
    }
}

@media (min-width: 767px) {
    .main-slider {
        height: 782px;
    }
}