
img.banner-1{
    width:100%;
}

.block-background{
    background:url("/images/bg-channel-about-us-01.jpg");
    background-repeat: no-repeat;
    background-position: 0,0;
}


.slider__item  p.desc{
    background-image:url("/images/bg-channel-about-us-carousel.png");
    color:#fff;
    background-repeat:repeat-x;
    background-size:30% 100%;
    position:absolute;
    bottom:0px;
    width:100%;
}
.section.cancel-padding .section-body{
     padding-bottom:0px;
 }

 .section.cancel-padding{
     padding-bottom:0px;
 }


 /*PC端样式*/
 @media only screen and (min-width: 1000px) {

    .block-background{
        background-size: 100%;
    }

     .section-bg-intro{
         background:url("/images/bg-channel-about-us-03.jpg");
         background-size: 100%;
         background-repeat: no-repeat;
         background-position: 0,0;
     }

    ul.qualification{
        padding:0px 0px;
        font-size:0px;
    }
    ul.qualification li{
        display:inline-block;
        text-align:center;
        width:25%;
        margin:10px 0px;
    }
    .container.shade{
        width:1000px;
        padding:50px;
        margin:50px auto;
        background:url("/images/bg-channel-about-us-04.png");
        background-repeat:repeat;
        color:#505050;
        line-height: 2em;
    }

    .container .cert{
        background: url(/images/bg-channel-about-us-04-1.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0,0;
        display: block;
        height: 200px;
        width: 200px;
        position: absolute;
        right: -120px;
        bottom: -25px;
    }

    .history{
        margin:0px auto;
        background-image:url("/images/bg-channel-about-us-05.png");
        background-size:100%;
        background-repeat:no-repeat;
        padding-bottom: 60%;
        width: 80%;
    }

    #shower{
       width:60%;
       padding:0px 0px;
       margin:0px auto;
    }


    .slider__item  p.desc{
       font-size: 16px;
       text-align: left;
       padding: 58px 20px 30px 20px;
    }
 } /*PC端样式*/



 /*手机端样式*/
 @media only screen and (max-width: 1000px) {

.block-background{
    background-size: 100%;
}

 .section-bg-intro{
     background:url("/images/bg-channel-about-us-03.jpg");
     background-size: auto 100%;
     background-repeat: no-repeat;
     background-position: 0,0;
 }

    ul.qualification{
        padding:0px 0px;
        font-size:0px;
    }

    ul.qualification li{
        display:inline-block;
        text-align:center;
        width:50%;
        margin:10px 0px;
    }

     ul.qualification li img{
        width:90%;
     }


     .container.shade{
         padding:20px;
         margin-top:20px;
         background:url("/images/bg-channel-about-us-04.png");
         background-repeat:repeat;
         color:#505050;
         box-shadow:0px 2px 10px #e8e8e8;
         line-height:2em;
     }

     .container .cert{
         background: url(/images/bg-channel-about-us-04-1.png);
         background-size: 100%;
         background-repeat: no-repeat;
         background-position: 0,0;
         display: block;
         height: 50px;
         width: 50px;
         position: absolute;
         right: 0px;
         bottom: 0px;
     }

   .section.cancel-padding{
        padding-bottom:0px;
   }



    .history{
        margin:0px auto;
        background-image:url("/images/mobile-bg-channel-about-us-05.png");
        background-size:100%;
        background-repeat:no-repeat;
         padding-bottom: 75%;
         width: 100%;
    }

    .slider__item p.desc{
       font-size: 14px!important;
       text-align: left;
       padding: 30px 15px 15px 15px;
    }

 } /*手机端样式*/