@media (max-width:1440px) {

    .rightflo{
        left: 90%;
    }
}

@media (max-width:960px) {

    body {
        min-width: auto;
    }

    .container {
        width: 100%;
        min-width: auto;
        box-sizing: border-box;
        padding: 0px 20px;
    }

    .top1 {
        height: 50px;
    }


    .top.scope{
        top: 0px;
    }

    .top1 .container {
        height: 50px;
    }

    .top1 .container .logo img {
        width: 120px;
        height: auto;
    }

    .top1 .container .release {
        display: none;
    }

    .top2 {
        display: none;
    }

    .phone_btn {
        display: block;
        margin-top: 5px;
        margin-left: 15px;
    }

    .top .phone_btn span {
        width: 20px;
        height: 17px;
        display: inline-block;
        position: relative;
    }

    .top .phone_btn span:before {
        content: '';
        width: 22px;
        height: 2px;
        background: #333;
        position: absolute;
        top: 0;
        left: 0;
    }

    .top .phone_btn span:after {
        content: '';
        width: 22px;
        height: 2px;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .top .phone_btn span i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 22px;
        height: 2px;
        background: #333;
        margin-top: -1px;
    }


    .in_banner {
        height: 400px;
    }

    .in_banner .container {
        display: flex;
        height: 100%;
        justify-content: center;
        flex-direction: column;
        color: #fff;
    }

    .in_banner .container h2 {
        font-size: 30px;
    }

    .in_banner .container p {
        font-size: 18px;
    }

    .in_box {
        top: -80px;
    }

    .in_box .container ul {
        flex-wrap: wrap;
    }

    .in_box .container ul li {
        width: 50%;
        height: 200px;
        padding: 15px;
    }

    .in_box .container ul li h2 {
        font-size: 20px;
    }

    .in_box .container ul li h3 {
        font-size: 20px;
    }

    .in_box .container ul li a {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .in_box1 {
        margin-top: -50px;
        padding: 30px 0px;
    }

    .in_box1 .bt h2 {
        padding-bottom: 30px;
        font-size: 25px;
    }

    .in_box1 .bt p {
        font-size: 16px;
        line-height: 28px;
    }

    .in_box2 {
        padding-top: 100px;
    }

    .in_box2 ul {
        flex-wrap: wrap;
    }

    .in_box2 ul li {
        width: 100%;
        height: 100px;
        margin-bottom: 10px;
    }

    .in_box2 ul li h2 {
        font-size: 17px;
        line-height: 30px;
    }

    .in_box2 ul li h2 em {
        font-size: 30px;
    }

    .in_box3 {
        padding: 50px 0px;
    }

    .in_box3 .bt h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .in_box3 .bt p {
        font-size: 17px;
    }

    .in_box3 ul li {
        width: 50%;
        height: 130px;
    }

    .in_box4 .bt {
        padding: 0px 20px;
    }

    .in_box4 .bt h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .in_box4 .bt p {
        font-size: 17px;
    }

    .in_box4_nr {
        margin-top: 50px;
    }

    .in_box4_nr .swiper-slide {
        flex-direction: column-reverse;
    }

    .in_box4_nr .swiper-slide .left {
        width: 100%;
    }

    .in_box4_nr .swiper-slide .right {
        width: 100%;
        height: 400px;
    }

    .in_box4_nr .swiper-slide .left h2 {
        font-size: 25px;
    }

    .in_box4_nr .swiper-slide .left h3 {
        font-size: 17px;
    }

    .in_box4_nr .swiper-slide .left span a {
        width: 130px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }

    .in_box4_nr .swiper-button-next,
    .in_box4_nr .swiper-button-prev {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

    .in_box4_nr .swiper-button-prev {
        right: 60px;
    }

    .di .container {
        flex-direction: column;
    }

    .di_l {
        width: 100%;
    }

    .di_r {
        width: 100%;
    }

    .di_l .lxdz li {
        width: 47%;
    }

    .di h2 {
        font-size: 18px;
        padding: 20px 0px;
    }

    .di h3 a {
        font-size: 16px;
        flex: auto;
    }

    .di p {
        font-size: 13px;
    }

    .di_r img {
        width: 110px;
        height: auto;
    }

    .ny_banner {
        height: 300px;
    }

    .ny_banner .container {
        font-size: 30px;
    }

    .ny_banner .container p {
        font-size: 18px;
        padding: 15px 0px;
    }

    .ny_banner .container span a {
        font-size: 16px;
        width: 200px;
    }

    .ny_nav {
        padding: 20px 0px;
        flex-wrap: wrap;
    }

    .ny_nav:nth-child(1){
        display: none;
    }

    .ny_nav p{
        font-size: 24px;
    }

    .ny_nav a {
        padding: 0px 30px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #333;
        border-radius: 35px;
        font-size: 16px;
        display: block;
        margin: 0px 2%;
    }

    .about_box {
        flex-direction: column;
        padding-bottom: 50px;
    }

    .about_box_l {
        width: 100%;
    }

    .about_box_l h2 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .about_box_l p {
        font-size: 19px;
        line-height: 36px;
    }

    .about_box_r {
        width: 100%;
    }

    .about_box1 {
        padding-bottom: 30px;
    }

    .about_box1 h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .about_box1 p {
        font-size: 19px;
        line-height: 30px;
    }

    .about1_box {
        padding-top: 40px;
    }

    .about1_box h2 {
        font-size: 26px;
    }

    .about1_box h3 {
        padding: 20px 3%;
        margin: 20px 0px;
    }

    .about1_box p {
        font-size: 16px;
    }

    .about1_box1 .bt {
        padding-bottom: 30px;
    }

    .about1_box1 ul li {
        width: calc(50% - 20px);
        padding: 15px;
    }

    .about1_box1 ul li .img {
        height: 200px;
    }

    .about1_box1 ul li p {
        font-size: 16px;
    }

    .product_box .bt {
        font-size: 26px;
        padding: 30px 0px;
    }

    .product_box ul li {
        width: 100%;
        height: 240px;
        margin-bottom: 20px;
    }

    .product_box ul li a {
        font-size: 24px;
        padding: 5% 8%;
    }

    .product1_box .bt {
        font-size: 26px;
    }

    .product1_box ul {
        padding-top: 30px;
    }

    .product1_box ul li {
        height:100px;
        font-size: 20px;
    }

    .product1_box1 .bt h2 {
        font-size: 26px;
    }

    .product1_box1 .bt p {
        font-size: 16px;
    }

    .ny_nav1 {
        padding: 30px 15px;
    }

    .ny_nav1 a {
        margin: 0px 5px;
        font-size: 14px;
        padding: 0px 10px;
        line-height: 40px;
        height: 40px;
        white-space: nowrap;
    }

    .product1_box1 ul {
        margin: 0px 15px;
    }

    .product1_box1 ul li {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .product1_box1 ul li a h2 {
        font-size: 19px;
    }

    .product1_box1 ul li a p {
        font-size: 14px;
        line-height: 26px;
    }

    .product2_box {
        padding: 40px 0px;
    }

    .product2_box .bt {
        font-size: 26px;
        padding-bottom: 40px;
    }

    .product2_box .nr {
        flex-direction: column;
    }

    .product2_box .nr h2 {
        width: 100%;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
        font-size: 16px;
    }

    .product2_box .nr h3 {
        width: 100%;
    }

    .product2_box1 {
        padding: 40px 0px;
    }

    .product2_box1 .container {
        flex-direction: column;
    }

    .product2_box1 .container .bt {
        width: 100%;
        padding-bottom: 20px;
        font-size: 26px;
    }

    .product2_box1 .container ul {
        width: 100%;
    }

    .product2_box1 .container ul li {
        font-size: 16px;
        line-height: 34px;
    }

    .product2_box1 .container .nr {
        width: 100%;
    }

    .product2_box1 .container .nr p {
        font-size: 16px;
        line-height: 32px;
    }

    .product2_box4 {
        padding: 40px 0px;
        flex-direction: column;
    }

    .product2_box4_l {
        width: 100%;
    }

    .product2_box4_l h2 {
        font-size: 26px;
    }

    .product2_box4_l p {
        font-size: 17px;
    }

    .product2_box4_r {
        width: 100%;
        height: 300px;
    }

    .product2_box5 {
        padding: 40px 0px;
    }

    .product2_box5 .bt {
        padding-bottom: 30p;
    }

    .product2_box5 ul li {
        width: 100%;
    }

    .brand_d {
        padding: 30px 0px;
    }

    .brand_d p {
        font-size: 22px;
    }

    .brand_d1 {
        padding: 40px 0px;
        margin: 40px 0px;
    }

    .brand_d1 h2 {
        font-size: 24px;
    }

    .brand_d1 span {
        padding-top: 20px;
    }

    .brand_d1 span a {
        width: 200px;
        font-size: 16px;
    }

    .news {
        padding: 40px 0px;
    }

    .news ul li {
        flex-direction: column;
    }

    .news ul li .left {
        width: 100%;
    }

    .news ul li .left b {
        font-size: 16px;
    }

    .news ul li .left h2 a {
        font-size: 20px;
    }

    .news ul li .left p {
        font-size: 16px;
        padding: 15px 0px;
    }

    .news ul li .left span {
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 16px;
    }

    .news_d {
        padding: 40px 0px;
    }

    .news_d .bt {
        font-size: 28px;
    }

    .news_d .bt p {
        font-size: 18px;
        padding: 20px 0px;
    }

    .news_d .nr p {
        font-size: 16px;
        line-height: 32px;
    }

    .rightflo{
        left: 70%;
    }

}