 
@media screen and (min-width:1200px) {
    .wrap {
        width: 1200px;
    }
}



@media screen and (min-width:1400px){
    .wrap {
        width: 1200px;
    }
    .windowSearch .WSMargin{
        width: 1000px;
    }
}




@media screen and (min-width:1200px) and (max-width:1400px) {
    .wrap {
        width: 96%;
    }

    .windowSearch .WSMargin{
        width: 1000px;
    }
}




 
@media screen and (min-width:960px) and (max-width: 1200px) {
    .wrap {
        width: 96%;
    }
}



@media screen and (min-width:768px) and (max-width: 960px) {
    .wrap {
        width: 96%;
    }
}


@media screen and (min-width: 320px) and (max-width: 768px) {
    .wrap {
        width: 96%;
    }
    .menuTopWrap{
        display: none;
    }
    .menuWrap{
        display: none;
    }
    .menuWapWrap{
        display: block;
    }

    .inBannerWrap {
      
        padding-top: 16%;
    }

    .inBannerNav {
        position: absolute;
        width: 200px;
        height: 120px;
        position: absolute;
        left: 60%;
        top: 90%;
        transform: translate(-50%, -50%);
    }
    .inBannerNav h3 {
        
        font-size: 28px;
    }
    .inBannerNav p {
        
        font-size: 14px;
        
    }
    .aboutTitle p {
        font-size: 24px;
    }

    .footerTop {
        background: #9b1f22;
        padding: 5% 0%;
    }
    .footer_nav ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer_nav ul li {
        width: 25%;
        margin-bottom: 0%;
    }

    .footer_nav ul li a {
        color: #fff;
        font-size: 16px;
        line-height: 42px;
        text-align: center;
    }

    .footer_bottom p {
        color: #000;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 2%;
    }

    .footer_bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 2% 0%;
    }

    .footer_wechat {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }
    .footer_middle {
        width: 100%;
        padding-top: 2%;
        margin-top: 4%;
    }
    .footer_logo {
        text-align: center;
        margin: 0px auto;
    }

    .footer_center {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: space-between;
        padding: 1% 0%;
    }
    

    .inContact {
        margin-top: 14%;
        display: none;
    }

    .inProLeft {
        width: 100%;
    }
    .inProWrap {
         
        flex-direction: column;
        
    }
    .inProRight {
        width: 100%;
    }

    .inProList li a p {
        background: #f1f1f1;
        line-height: 24px;
        text-align: center;
        font-size: 16px;
        padding: 6% 0%;
    }

    .inProList li {
        width: 49%;
        margin-bottom: 3%;
    }

    .inProNav h3 {
        background: #9b1f22;
        color: #fff;
        line-height: 50px;
        font-size: 24px;
        text-align: center;
    }

    .inNewsList ul li a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .inNewsImg {
        width: 100%;
    }

    .inNewsImg img {
        width: 100%;
        height: auto;
    }

    .inNewsInfo {
        background: #f8f8f8;
        padding: 2%;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: auto;
        width: 100%;
        padding-left: 2%;
    }

    .inNewsLeft {
        width: 75%;
    }

    .inNewsDate {
        width: 25%;
        border-left: 1px solid #e7e7e7;
    }

    .inNewsLeft p {
        font-size: 16px;
        line-height: 24px;
        color: #888;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .inProTel a {
        background: #000;
        color: #fff;
        display: block;
        line-height: 50px;
        width: 88px;
        text-align: center;
    }

    .inProInfo h2 {
        font-size: 26px;
        line-height: 60px;
        border-bottom: 1px solid #e9e9e9;
        font-weight: 600;
    }

    .inProImg {
        width: 100%;
    }

    .inProShowTop {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .inProInfo {
        width: 100%;
    }

    .bannerWrap {        
        padding-top: 18%;
    }

    .casesTitle span {
        font-size: 24px;
        font-weight: 600;
        border-bottom: 4px solid #9b1f22;
        line-height: 55px;
        display: block;
        width: 40%;
        text-align: center;
    }

    .casesTitle em {
        width: 25%;
        line-height: 55px;       
        padding-left: 2%;
    }

    .casesTitle div:nth-child(2) {
        width: 26%;
        text-align: center;
    }

    .newsTitle p {
        font-size: 24px;
        line-height: 48px;
        font-weight: 600;
    }

    .newsMain {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin: 2% auto;
    }

    .newsInfo p {
        font-size: 16px;
        line-height: 24px;
        color: #888;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .newsInfo h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .aboutRight p {
        margin: 4% auto;
        font-size: 16px;
        line-height: 32px;
        color: #333;
        margin-bottom: 6%;
    }

    .aboutRight a {
        display: block;
        border: 1px solid #ccc;
        width: 140px;
        text-align: center;
        line-height: 44px;
        margin: 0px auto;
    }

    .aboutRight h2 {
        line-height: 60px;
        color: #333;
        font-weight: 600;
        font-size: 24px;
        border-bottom: 5px solid #eeeeee;
    }

    .aboutRight {
        width: 100%;
    }

    .aboutLeft {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(../img/about_video.jpg) no-repeat center;
        background-size: cover;
        min-height: 250px;
    }

    .aboutMain {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin: 2% auto;
        padding: 4% 2%;
        box-shadow: 0px 0px 10px #999;      
        background: #fff;
        margin-top: 4%;
    }

    .newsLeft {
        width: 100%;
    }

    .newsDate {
        width: 30%;
        padding: 3%;
        border-right: 1px solid #e7e7e7;
    }

    .newsRight {
        width: 100%;
        overflow: hidden;
    }

    .proNavRight {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 4%;
    }

    .proNavRight li {
        background: #ededed;
        border-radius: 20px;
        /* border: 1px solid #ededed; */
        width: 32%;
        margin-bottom: 3%;
    }

    .proNavLeft {
        width: 100%;
        text-align: center;
    }

    .proNav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .proContItem ul li {
        width: 48%;
        margin-bottom: 3%;
        box-shadow: 0px 0px 10px #999;
    }


    .proNavLeft p {
        font-size: 24px;
        line-height: 48px;
        font-weight: 600;
    }

    .bannerWrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 6px;
    }

    .inProTel p span {
        font-size: 18px;
        color: #9b1f22;
    }

}       



@media screen and (min-width: 320px) and (max-width: 640px) {
    .wrap {
        width: 96%;
    }
     
}

/**wap:style**/