@media (max-width: 1500px) {
    .swiper-button-next2 {
        transform: translate(75%, -50%);
    }

    .swiper-button-prev2 {
        transform: translate(-75%, -50%);
    }
}

@media (max-width: 1440px) {
    .inner-banner .container > div {
        padding: 45px 0 45px 60px;
    }

    .inner-banner p {
        font-size: 36px;
    }

    .inner-banner .container {
        font-size: 18px;
    }

    .title2 p:nth-child(1) {
        font-size: 36px;
    }

    .title2 p:nth-child(2) {
        font-size: 18px;
    }
}

@media (max-width: 1360px) {
    .product-div div.active {
        width: 68%;
        padding: 13% 4%;
    }

    .padd {
        padding: 100px 0;
    }

    .header ul li > a {
        font-size: 16px;
    }

    .header ul li {
        padding: 0 20px;
    }

    .header h1 img {
        height: 60px;
    }



    .nav-item > div > div {
        padding: 25px 35px;
    }

    .nav-item p:nth-child(1) {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .nav-item a {
        font-size: 14px;
    }

    /*.header ul li > div .left {*/
        /*width: 250px;*/
        /*padding: 45px 30px;*/
    /*}*/

    .header {
        height: 100px;
    }

    .headerfixed {
        height: 90px !important;
    }

    .header i {
        padding: 0 10px;
    }

    .header .container > div > div {
        margin-left: 0;
    }

    .title p:nth-child(1) {
        font-size: 45px;
    }

    .achievements .right p:nth-child(1) {
        font-size: 45px;
        line-height: 55px;
        margin-top: 0;
    }

    .achievements-img img {
        width: calc(50% + 585px);
    }

    .achievements .right div:nth-child(1) {
        padding-right: 40px;
        margin-bottom: 80px;
    }

    .achievements .right div video {
        min-height: auto;
    }

    .achievements {
        padding: 21% 0 100px;
    }

    .achievements .left {
        width: calc(50% - 20px);
        padding: 45px 35px 45px 0;
        max-height: initial;
        height: 600px;
    }

    .achievements-left {
        padding-left: 45px;
    }

    .achievements .right {
        width: calc(50% - 20px);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .achievements-img:after {
        /*display: none;*/
    }

    .achievements-div + a {
        width: 150px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
        margin-top: 25px;
    }

    .product-div a, .gallery-top .swiper-slide a {
        width: 150px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }

    .product-div > div {
        width: 20%;
    }

    .product-div > div div {
        width: 100%;
    }

    .business {
        padding: 120px 0;
    }

    .gallery-top .swiper-slide {
        padding: 60px 30px;
    }

    .gallery-top .swiper-slide p:nth-child(1) {
        font-size: 24px;
    }

    .news-right {
        width: 70%;
        padding-right: 0;
        padding: 25px 30px;
    }

    .news .right:after {
        right: calc(70% - 1px);
    }

    .news-left {
        width: 30%;
        padding: 25px 30px 25px 0;
    }

    .news .container .right, .news .container .left {
        padding: 100px 0;
    }

    .footer {
        padding: 100px 0;
    }

    .news-title p:nth-child(1) {
        font-size: 45px;
    }

    .footer-top {
        padding-bottom: 40px;
    }

    .footer-bottom {
        padding-top: 60px;
    }

    .copyright {
        padding: 20px 0;
    }

    .footer-top input {
        height: 45px;
    }

    .footer-top a {
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 1230px) {
    .page{
        margin-top: 40px;
    }
    .inner-banner p {
        font-size: 30px;
    }

    .padd {
        padding: 80px 0;
    }

    .achievements {
        padding: 100px 0;
    }

    .achievements-img img {
        width: calc(50% + 485px);
    }

    .index-video {
        width: 100%;
    }

    .title2 p:nth-child(1) {
        font-size: 30px;
    }

    .title2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .swiper-container1 .swiper-slide div:nth-child(2) {
        top: 50%;
    }

    .mouse-scroll {
        display: none;
    }

    .swiper-container1 {
        height: calc(100vh * 0.4);
        margin-top: 60px;
    }

    .mob-phone {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-div > div > div p {
        font-size: 16px;
    }

    .padd {
        padding: 60px 0;
    }

    .header, .footer-bottom {
        display: none;
        overflow: hidden;
        visibility: hidden;
    }

    .title {
        margin-bottom: 40px;
    }

    .title p:nth-child(1) {
        font-size: 36px;
    }

    .title p:nth-child(2) {
        font-size: 16px;
    }

    .footer-top {
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer {
        padding: 15px 0;
        text-align: center;
    }

    .swiper-container1 .swiper-slide div p:nth-child(1) {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .swiper-container1 .swiper-slide div p:nth-child(2) {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .swiper-container1 .swiper-slide div p:nth-child(3) {
        font-size: 60px;
    }

    .achievements-img img {
        width: 100%;
    }

    .footer-top input {
        margin-left: 15px;
        width: 250px;
    }

    .footer {
        overflow: hidden;
    }

    .achievements-img {
        position: relative;
        top: 0;
        bottom: auto !important;
        margin-bottom: 30px;
    }

    .achievements {
        padding: 0 0 60px;
    }

    .achievements .right div:nth-child(1) {
        display: none;
    }

    .achievements-top {
        color: #fff;
        position: absolute;
        width: 50%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        display: block;
    }

    .achievements-top p:nth-child(1) {
        font-size: 36px;
        text-transform: uppercase;
    }

    .achievements-top n {
        font-weight: bold;
    }

    .achievements-top p:nth-child(2) {
        font-size: 16px;
        line-height: 40px;
    }

    .achievements-top span {
        width: 80px;
        height: 4px;
        background: #07a600;
        display: block;
        margin-top: 20px;
    }

    .achievements .container {
        flex-direction: column-reverse;
    }

    .achievements .right {
        width: 100%;
        margin-bottom: 30px;
    }

    .achievements .left {
        width: 100%;
        height: 450px;
    }

    .achievements-div + a {
        margin-top: 40px;
    }

    .product-div > div {
        width: 25%;
        padding-top: 150px;
    }

    .product-div > div p:nth-child(2) span {
        font-size: 18px;
    }

    .business-div {
        width: 85%;
    }

    .business .container {
        justify-content: center;
    }

    .business {
        padding: 100px 0;
    }

    .product-div {
        height: 450px;
    }

    .product-div div.active {
        padding: 80px 40px;
    }

    .product-div > div > p:first-child {
        margin-bottom: 25px;
    }

    .news {
        padding: 60px 0;
    }

    .news .container {
        flex-wrap: wrap;
    }

    .news .container .left {
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 40px;
    }

    .news .container .right {
        width: 100%;
        padding: 0;
    }

    .news-title {
        width: 100%;
        writing-mode: initial;
        margin-bottom: 60px;
        text-align: center;
    }

    .news-title p:nth-child(2):after {
        width: 80px;
        height: 4px;
        background: #07a600;
        transform: translateX(-50%);
        bottom: -20px;
    }

    .news .container .left a {
        width: 100%;
    }

    .news-title p:nth-child(1) {
        font-size: 36px;
        line-height: 1;
    }

    .news-title p:nth-child(2) {
        font-size: 16px;
        line-height: 40px;
    }

    .news-left {
        width: 15%;
        text-align: left;
        padding-right: 0;
    }

    .news-right {
        width: 85%;
    }

    .news .right:after {
        right: calc(85% - 1px);
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-top p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-top input {
        width: calc(50% - 7.5px);
        margin-right: 15px;
        margin-left: 0;
    }

    .footer-top a {
        width: 30%;
    }

    .title2 p:nth-child(1) {
        font-size: 24px;
    }

    .title2 p:nth-child(2) {
        font-size: 16px;
    }

    .title2 span {
        height: 2px;
        width: 50px;
    }

    .inner-banner {
        padding-top: 60px;
    }

    .inner-banner p {
        font-size: 24px;
    }

    .inner-banner .container {
        font-size: 16px;
    }
    .title2{
        margin-bottom: 25px;
    }

}

@media (max-width: 767px) {
    .title2 p:nth-child(1) {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .title2 p:nth-child(2) {
        font-size: 14px;
    }

    .title2 span {
        margin-top: 10px;
    }

    .swiper-container1 {
        height: 200px;
    }

    .swiper-container1 .swiper-slide div p:nth-child(1):after {
        top: -15px;
        height: 1px;
    }

    .padd, .news {
        padding: 40px 0;
    }

    .swiper-container1 .swiper-slide div p:nth-child(1) {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .swiper-container1 .swiper-slide div p:nth-child(2) {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .swiper-container1 .swiper-slide div p:nth-child(3) {
        font-size: 24px;
    }

    .title p:nth-child(1) {
        font-size: 24px;
    }

    .title p:nth-child(2) {
        font-size: 14px;
        line-height: 30px;
    }

    .title span {
        height: 2px;
        margin-top: 10px;
    }

    .title {
        margin-bottom: 25px;
    }

    .profile-tab div p {
        font-size: 16px;
        padding: 0 15px;
        line-height: 20px;
    }

    .profile-tab {
        margin-bottom: 25px;
    }

    .profile-main p {
        font-size: 16px;
        line-height: 30px;
    }

    .achievements-top p:nth-child(1) {
        font-size: 20px;
    }

    .achievements-top p:nth-child(2) {
        line-height: 30px;
    }

    .achievements-top span {
        height: 2px;
        margin-top: 10px;
    }

    .achievements .left {
        padding: 25px 15px 25px 0;
        height: 400px;
    }

    .achievements-left {
        padding-left: 25px;
    }

    .achievements-div {
        padding-left: 25px;
    }

    .achievements-div div:after {
        left: -25px;
    }

    .product .title p:nth-child(2) {
        line-height: 20px;
        margin-top: 10px;
    }

    .product-div {
        height: 500px;
        flex-wrap: wrap;
    }

    .product-div > div {
        width: 50%;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
    }

    .product-div div.active {
        width: 50%;
        padding: 15px;
    }

    .product-div > div.active > p:first-child {
        display: none;
    }

    .product-div > div p:nth-child(2) {
        min-height: auto;
    }

    .product-div > div p:nth-child(2) span {
        position: relative;
        left: 0;
        transform: translateX(0);
        width: 100%;
        font-size: 16px;
    }

    .product-div > div > div p {
        display: none;
    }

    .product-div a {
        width: 80%;
        font-size: 14px;
        margin: 25px auto 0;
    }

    .business .container .title {
        margin-bottom: 25px;
    }

    .business {
        padding: 40px 0;
    }

    .gallery-top .swiper-slide {
        padding: 40px 25px;
    }

    .gallery-top .swiper-slide p:nth-child(1) {
        font-size: 18px;
        line-height: 25px;
    }

    .gallery-top .swiper-slide p:nth-child(2) {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    .news-title p:nth-child(1) {
        font-size: 24px;
    }

    .news-title p:nth-child(2) {
        font-size: 14px;
        line-height: 30px;
    }

    .news-title p:nth-child(2):after {
        height: 2px;
        bottom: -15px;
    }

    .news-title {
        margin-bottom: 40px;
    }

    .news .container .left a p:nth-child(2) {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .news .container .left a img {
        margin-bottom: 15px;
    }

    .news .container .left a p:nth-child(3) {
        margin-bottom: 25px;
    }

    .news-left p:nth-child(1) {
        font-size: 20px;
    }

    .news-left p:nth-child(2) {
        font-size: 16px;
    }

    .news-right {
        padding: 15px;
    }

    .news-right p:nth-child(1) {
        font-size: 18px;
        line-height: 20px;
    }

    .footer-top input {
        width: 100%;
        margin: 0 0 15px;
    }

    .footer-top a {
        width: 100%;
    }

    .footer-top p {
        font-size: 24px;
    }

    .achievements-div + a {
        margin-left: 25px;
    }

    .inner-banner .container > div:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .inner-banner .container > div {
        width: 100%;
        padding: 20px 0;
    }

    .inner-banner .container div div:after {
        display: none;
    }

    .inner-banner .container {
        font-size: 14px;
    }

}

@media (max-width: 414px) {
    .backtop {
        display: none;
    }
}