@media screen and (min-width: 1000px) { 
    .homeWarp{
        width: 100%;
        background: #F5F5F5;
    }
    .homeWarp .bannerWrap{
        width: 100%;
        background: url(images/banner.png) no-repeat center center;
        height:340px;
        margin-bottom: 60px;
    }
    .txtWarp{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 121px;
        box-sizing: border-box;
    }
    .txtWarp .tag{
        font-size: 30px;
        text-align: center;
        color: #fff;
        font-weight: 300;
    }
    .txtWarp .title{
        font-size: 60px;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }
    .contentWarp{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .ch,.en{
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        color: #666;
        font-weight: 300;
        text-align: center;
        margin-bottom: 10px;
    }
    .aboutTxt{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        margin-top: 40px;
        padding-top: 44px;
        padding-bottom: 70px;
        box-sizing: border-box;
    }
    .aboutTxt .txtLeft{
        position: absolute;
        width: 50%;
        top: 0;
        left: 10px;
    }
    .aboutTxt .txtLeft img{
        width: 100%;
        height: auto;
    }
    .aboutTxt .txtRight{
        float: right;
        width: 52%;
        padding: 50px 50px 50px 90px;
        box-sizing: border-box;
        background: #fff;
    }
    .aboutTxt .txtRight .title{
        font-size: 24px;
        color: #333;
        line-height: 30px;
        font-weight: 300;
    }
    .aboutTxt .txtRight .txt{
        font-size: 16px;
        color: #333;
        line-height: 35px;
        font-weight: 300;
        margin-top: 30px;
        text-align: justify;
    }
    .footerWarp{
        width: 100%;
        background: #fff;
        padding: 20px 0;
    }
    .footerWarp p{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 30px;
    }
    .headerWarp{
        width: 100%;
        margin: 0 auto;
        background: #fff;
        height: 80px;
    }
    .headerWarp .headerCon{
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        height: 80px;
    }
    .headerWarp img{
        float: left;
        width: 287px;
        height: auto;
        margin-top: 12px;
    }
    .headerWarp span{
        float: right;
        font-size: 14px;
        font-weight: 300;
        margin-top: 22px;
    }
    .line{
        width: 54px;
        height: 4px;
        background: #1890FF;
        border-radius: 3px;
        margin-top: 5px;
    }
} 
@media screen and (max-width: 1000px) { 
    .homeWarp{
        width: 100%;
        background: #F5F5F5;
    }
    .homeWarp .headerWarp{
        width: 100%;
        margin: 0 auto;
        background: #fff;
        height: 1.28rem;
    }
    .headerWarp .headerCon{
        margin: 0 auto;
        width: 100%;
        height: 1.28rem;
        padding: 0 .2rem;
        box-sizing: border-box
    }
    .headerWarp img{
        float: left;
        width: 4.4rem;
        height: auto;
        margin-top: .4rem;
    }
    .headerWarp span{
        float: right;
        font-size: .0;
        font-weight: 300;
        margin-top: .43rem;
    }
    .bannerWrap{
        width: 100%;
        background: url(images/pbanner.png) no-repeat center center;
        height:7.5rem;
        margin-bottom: .6rem;
        background-size: 100%;
    }
    .txtWarp{
        width: 100%;
        margin: 0 auto;
        padding-top: 2.71rem;
        box-sizing: border-box;
    }
    .txtWarp .tag{
        font-size: .3rem;
        text-align: center;
        color: #fff;
        font-weight: 300;
    }
    .txtWarp .title{
        font-size: .6rem;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }
    .contentWarp{
        width: 100%;
        margin: 0 auto;
    }
    .ch,.en{
        font-size: .3rem;
        height: .3rem;
        line-height: .3rem;
        color: #666;
        font-weight: 300;
        text-align: center;
        margin-bottom: .1rem;
    }
    .aboutTxt{
        width: 96%;
        margin: 0 auto;
        margin-top: .4rem;
        box-sizing: border-box;
        background: #fff;
        height: auto;
    }
    .aboutTxt .txtLeft{
        width: 100%;
    }
    .aboutTxt .txtLeft img{
        width: 100%;
        height: auto;
    }
    .aboutTxt .txtRight{
        width: 100%;
        padding: .3rem;
        box-sizing: border-box;
        background: #fff;
    }
    .aboutTxt .txtRight .title{
        font-size: .32rem;
        color: #333;
        line-height: .45rem;
        font-weight: bold;
    }
    .aboutTxt .txtRight .txt{
        font-size: .28rem;
        color: #333;
        line-height: .45rem;
        font-weight: 300;
        margin-top: .3rem;
        text-align: justify;
    }
    .footerWarp{
        width: 100%;
        background: #fff;
        padding: .2rem 0;
        margin-top: .2rem;
    }
    .footerWarp p{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: .12rem;
        font-weight: 300;
        line-height: .4rem;
        padding: 0 .58rem;
        box-sizing: border-box;
    }
    .line{
        width: .54rem;
        height: .04rem;
        background: #1890FF;
        border-radius: 3px;
        margin-top: .05rem;
    }
} 