@media screen and (max-width:1700px) {
    .footer .top .left>div span {
        white-space: nowrap;
    }

    .footer .top .left>div {
        display: flex;
        white-space: nowrap;
    }
}

@media screen and (max-width:1600px) {
    .menu_box>ul>li {
        padding: 0 24px;
    }

    .header .lang {
        margin-left: 20px;
    }

    .footer .top .left>div span {
        white-space: nowrap;
    }

    .footer .top .left>div {
        display: flex;
        white-space: nowrap;
    }

    .footer .top {
        padding: 210px 100px 90px 100px;
    }

    .footer .bottom {
        padding: 40px 100px;
    }

    .footer .center ul {
        width: 180px;
    }

    .footer .center ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width:1500px) {
    .menu_box>ul>li {
        padding: 0 18px;
    }

    .header .lang {
        margin-left: 20px;
    }

    .header .tel span {
        font-size: 18px;
    }

    .header {
        padding: 0px 70px 0 120px;
    }

    .footer .top .left>div span {
        white-space: nowrap;
    }

    .footer .top .left>div {
        display: flex;
        white-space: nowrap;
    }

    .footer .top {
        padding: 210px 90px 70px 90px;
    }

    .footer .bottom {
        padding: 40px 90px;
    }

    .footer .center ul {
        width: 170px;
    }

    .footer .center ul li a {
        font-size: 12px;
    }

    .footer .top .right>div:nth-child(1) img {
        width: 80%;
    }

    .footer .top .right>div:nth-child(2) img {
        width: 128px;
        height: 128px;
    }

    .footer .top .right p {
        white-space: nowrap;
    }
}

@media screen and (max-width:1400px) {
    .menu_box>ul>li {
        padding: 0 16px;
    }

    .header .lang {
        margin-left: 10px;
        padding: 0 10px;
    }

    .header .tel span {
        font-size: 18px;
    }

    .header {
        padding: 0px 70px 0 100px;
    }

    .product {
        padding: 90px 100px 40px;
    }

    .product .center .right>div {
        margin-right: 20px;
    }

    .product .center .right>div .img_box {
        width: 80px;
        height: 80px;

    }

    .contact {
        padding: 90px 100px;
    }

    .contact .info_box .title {
        font-size: 18px;
    }

    .contact .info_box .info_item div {
        font-size: 14px;
    }

    .contact .info_box .info_item {
        margin-top: 8px;
    }

    .news {
        padding: 90px 100px;
    }

    .footer .top {
        padding: 210px 90px 70px 90px;
    }

    .footer .bottom {
        padding: 40px 90px;
    }

    .footer .center ul {
        width: 160px;
    }

    .footer .center ul li a {
        font-size: 12px;
    }

    .footer .top .left>div span {
        white-space: nowrap;
    }

    .footer .top .left>div {
        display: flex;
        white-space: nowrap;
    }
}

@media screen and (max-width:800px) {
    .header {
        padding: 20px;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        height: 80px;

    }

    .header .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: auto;
    }

    .header .logo img {
        width: 100%;
        height: 100%;
    }

    .menu_icon {
        display: block;
    }

    .menu_box {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #0c9e0d;
        top: 0;
        right: -100%;
        transition: all 0.5s;
        margin-right: 0px;
    }

    .menu_box .close {
        display: block;
    }

    .menu_box ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        padding-top: 20% !important;
    }

    .menu_box li {
        height: 56px !important;
    }

    .menu_box>ul>li a {
        line-height: 56px !important;
        color: #fff !important;
    }

    .home {
        display: none;
    }

    .mobile_home {
        display: block;
    }

    .on {
        opacity: 1 !important;
        right: 0 !important;
        z-index: 9;
    }

    .header .right {
        display: none;
    }

    .banner_box {
        margin-top: 80px;
        height: 200px;
    }

    .banner_box .desc .name {
        font-size: 22px;
    }

    .banner_box .desc .title {
        font-size: 18px;
        margin-top: 10px;
    }

    .banner_box .desc .introduce {
        font-size: 13px;
    }

    .banner_box .desc .more {
        width: 160px;
        height: 40px;
        margin-top: 100px;
        border-radius: 20px;
    }

    .banner_box .desc .more div {
        font-size: 14px;
    }

    .banner_box .desc {
        top: 15%;
    }

    .bgSwiper .swiper-horizontal>.bgSwiper .swiper-pagination-bullets,
    .bgSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
    .bgSwiper .swiper-pagination-custom,
    .bgSwiper .swiper-pagination-fraction {
        top: 310px;
        bottom: inherit;
    }

    .banner_box .desc .more img {
        width: 14px;
        height: 10px;
    }

    .profile .top {
        display: flex;
        flex-direction: column;
    }

    .profile .left {
        width: 100%;
        order: 2;
    }

    .profile .right {
        width: 100%;
        padding: 40px 20px;

    }

    .titleE {
        font-size: 20px !important;
        padding-top:2px;
    }

    .profile .right .title {
        font-size: 20px;
    }

    .profile .right .more {
        width: 160px;
        height: 40px;
        background: none;
        margin-top: 28px;
        border-radius: 20px;

    }

    .profile .right .more div {
        font-size: 14px;
    }

    .more img {
        width: 14px !important;
        height: 10px !important;
    }

    .profile .bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top:-2px;

    }

    .profile .bottom .item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    }

    .profile .bottom .item>div:nth-child(1) {
        font-size: 26px;
    }

    .profile .bottom .item>div:nth-child(2) {
        font-size: 16px;

    }

    .product .top .left>div:nth-child(1) {
        font-size: 20px
    }

    .more {
        width: 160px !important;
        height: 40px !important;
        background: none;
        margin-top: 28px;
        border-radius: 20px !important;

    }

    .product {
        padding: 40px 20px;
        box-sizing: border-box;
    }

    .product .top .left>div:nth-child(2) {
        font-size: 20px;
    }

    .more div {
        font-size: 14px !important;
    }

    .product .center {
        margin-top: 20px;
        padding: 10px;
        flex-direction: column;
        height: auto;
        background-position: 0% -70%;
    }

    .product .center .left {
        width: 100%;
        padding-bottom: 80px;
    }

    .product .center .left .titleE {
        line-height: 24px;
    }

    .product .center .left .title {
        font-size: 20px;
    }

    .product .center .right {
        width: 100%;
    }

    .product .center .right .right_img {
        height: 280px;
    }

    .product .bottom .swiper-slide .img_box {
        height: 250px;
    }

    .product .bottom .swiper-slide .more {
        width: 40px !important;
        height: 40px !important;
    }

    .news {
        padding: 40px 20px;
    }

    .news .top .left>div:nth-child(1) {
        font-size: 20px;

    }

    .news .top .left>div:nth-child(2) {
        font-size: 20px;

    }

    .news .bottom {
        flex-direction: column;
        height: auto;
    }

    .news .bottom .left {
        width: 100%;
    }

    .news .bottom .left .left_box .img_box {
        height: 200px;
    }

    .news .bottom .right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px;
    }

    .news .bottom .right .news_item {
        height: 80px;
        margin-bottom: 10px;
    }

    .news .bottom .right .news_item .text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }

    .news .bottom .right .news_item .title {
        font-size: 16px;
    }

    .news .bottom .right .news_item .date div:nth-child(1) {
        font-size: 26px;
    }

    .news .bottom .right .news_item .date div:nth-child(2) {
        font-size: 12px;
    }

    .contact {
        padding: 40px 20px;
    }
    .contact .top .left>div:nth-child(1) {
        font-size: 20px;
        padding-top:2px;
    }

    .contact .top .left>div:nth-child(2) {
        font-size: 20px;
    }
    .contact .info_box {
        /* width: 250px;
        height: 250px; */
        top: 34%;
        right: inherit;
        left: 20px;
    }
    .contact .info_box .title{
        font-size: 14px;
        width:75%;
    }
    .contact .info_box .info_item img{
        width:16px;
        height: auto;
    }
    .contact .info_box .info_item div{
        font-size: 12px;
        margin-top:0px;
        margin-left:10px;
    }
    .contact .info_box .info_item{
        display: flex;
        flex-direction: row;
        align-items: center;
        width:100%;
    }
    .message{
        flex-direction: column;
        height:auto;
    }
    .message .left{
        width:100%;
    }
    .message .right{
        width:100%;
        padding:20px;
        margin-top:-2px;
    }
    .input_box{
        grid-template-columns: repeat(1, 1fr);
    }
    .message .right .title{
        font-size: 20px;
    }
    .footer{
        background-position: center;
    }
    .footer .top{
        padding:120px 40px 20px;
        flex-direction: column;
    }
    .footer .center{
        display: none;
    }
    .footer .right{
        order: 2;
    }
    .footer .top .right>div:nth-child(1) img{
        display: none;
    }
    .footer .top .left .icon {
        margin-top:20px;
    }
    .footer .top .right>div:nth-child(2){
        margin-top:10px !important;
        flex-direction: row-reverse !important;
    }
    .footer .top .right>div:nth-child(2) img{
        margin-right: 10px;
    }
    .footer .bottom{
        padding:20px;
        flex-direction: column;
    }
    .footer .bottom>div{
        display: flex;
        flex-direction: column;
    }
    .footer .bottom>div:nth-child(1)>div:nth-child(2){
        display: none;
    }
    .footer .bottom>div:nth-child(1) div{
        margin-bottom: 10px;
        font-size: 12px !important;
        padding-top:2px;
    }
    .footer .bottom a{
        margin-left:20px;
        font-size: 12px !important;
    }
    .footer .top .left>div span{
        white-space: pre-wrap !important;
    }
    .footer .top .right p{
        white-space: pre-wrap !important;

    }

}