/*顶部文字*/
@media (max-width: 1200px) {
    html {
        font-size: max(16px, 1vw);
    }


}


/*滑块*/


@media (max-width: 2400px) {
    .container {
        width: 1600px;
    }
}





@media (max-width: 2000px) {
    .container {
        width: 1296px;
    }
}




@media (max-width: 1440px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 980px;
    }



    .three {
        width: 19rem;
    }

    .three2 {
        width: 14rem;
    }

    .four {
        width: 14rem;
    }

    .four2 {
        width: 10rem;
    }


    .indexProduct .content ul li {


    }

    .news2 .indexProduct .content ul li{

    }




}

@media (max-width: 992px) {
    .container {
        width: 99vw;
    }
    html {
        font-size: 3.6vw;
    }

    .three {
        width: 98vw;
    }

    .three2 {
        width:  98vw;
    }

    .four {
        width: 46vw;
    }

    .four2 {
        width: 46vw;
    }




    .section {
        margin-top: 10vw;
    }
    .headerTop .right {
        padding-left: 1vw;
    }
    .headerTop  .text {
        display: none;
    }
    .headerTop  .right div {
        margin-left: 0
    }
    .headerTop  .right {
        justify-content: space-between;
        width: 100%;
    }
    .right .lan .iconfont {
        font-size: 6.6vw;
    }
    .m_Nav {
        font-size: 9vw;
        line-height: 150%;
    }
    .nav {
        display: none;
    }


   .indexProduct  .nav {
        display: block;
    }
  .m_Nav {
        display: block;
    }

    .m_layer{
        display: block;
    }

    .m_layer .nav{
      display: block;
  }
    /*滑块*/
    .slider {
        height: 70vw;
    }
    .slider .mask {
        height: 80vw;
        width: 160vw;
    }
    .slider .mask2 {
        height: 44vw;
        width: 160vw;
    }
    .slider .text {
        position: absolute;
        font-size: 4vw
    }
    .slider .content {
        position: absolute;
        font-size: 3vw;
        width: 50vw;
    }
    .indicator ul li {
        width: 4vw;
        height: 4vw;
    }
    .slider .toggle .next,
    .slider .toggle .prev {
        font-size: 4vw;
    }
    /*关于我们*/
    .indexAbout {
        margin-top: 4rem;
    }
    .indexAbout .container {
        flex-wrap: wrap;
    }
    .indexAbout .left img {
        width: 100vw;
    }
    .indexAbout .right {
        margin-left: 0px;
    }
    .indexAbout .title img {
        width: 50vw;
    }
    .indexAbout .title2 {
        font-size: 6vw;
        line-height: 10vw;
    }
    .indexAbout .text {
        font-size: 4vw;
        width: 96%;
        margin: 5vw auto;
        text-align: left;
    }
    .indexAbout .right {
        text-align: center;
    }
    /*产品*/
    .indexProduct .content ul li {
        width: 100vw;

    }

    .indexProduct .content ul li .product_name{
        font-size: 4vw;
    }
    /*banner*/
    .indexBanner {
        height: 70vw;
    }
    .indexBanner .title {
        font-size: 5vw;
        width: 98%;
        padding-top: 10vw;
        line-height: 140%;
    }
    .indexBanner .content {
        font-size: 4vw;
        margin-top: 5vw;
    }
    .indexBanner button {
        font-size: 5vw;
        padding: 3vw 3vw;
        margin: 4vw;
    }
    /*伙伴*/

    .indexPartner .content ul {
        grid-template-columns: 1fr  1fr;

        justify-content: space-between;




    }





    .indexPartner  .content ul li .pic {

        height: 26.88vw;
    }
    .indexPartner   .content ul li img {

        width:  100%;
        height: 100%;
    }
    /*应用*/
    .indexApplication .content ul li {


    }
    .indexApplication .content ul li .pic {
        width:  100%;
        height: 100%;
    }
    .indexApplication .content ul li .pic img {
        width:  100%;
        height: 100%;
    }
    .indexNews .content ul li {
        width: 100%;
        padding: 0
    }
    footer .about {
        display: none;
    }
    footer .poruct {
        display: none;
    }
    footer .application {
        display: none;
    }
    footer .contact {
        width: 100%;
        margin-top: 4rem;
    }
    footer .contact dt {
        text-align: center;
    }
    footer .contact dd {
        font-size: 4vw;
    }
    footer .contact .iconfont {
        font-size: 6vw;
        margin-right: 2vw;
    }
    /*页面左侧*/
    .news2 .left {
        display: none;
    }

    .news2 .right img{
        max-width: 100%;
    }



    /*产品页*/



    .news2   .indexProduct .content ul li{


    }


    .news2 .product_list .info {
        display: block;
    }

    .product_list .info .pic{
        width: 100%;
    }
    .product_list .info .pic img {
        width: 100%;
        height: 100%;

    }

    .product_list .info .list{
        margin-left: 0;
    }

    .product_list .product_name{
        text-align: center;
    }




    /*联系我们*/
    .contact .title3{
        padding: 0.5rem;
    }

    .contact li{

        padding: 0.5rem 1rem ;

    }


    .contact .message input  {

        width: 98%;
    }

  .contact .message textarea

  {

      width: 98%;
  }

    .map .content{

        width:100%;height:16rem;
    }



}


