

@media (max-width:1199px) {

    .ie10 .ie .firstPage .pic-content{
        height: 600px;
    }
    .ie .firstPage .pic-content {

        /* position: initial; */
        position: static;
        width: 100%;
        margin-top: 30px;
        /* right: auto; */
        right: 0;
        padding: 0px 20%;
        justify-content: flex-start !important;
        /* justify-content: center; */
    }
    .ie .firstPage .pic-content>div:last-child {
        flex: 0;
    }
    .ie .firstPage .flex.block.p_r{
        /* display: block !important; */
        display: flex;
        width: 60vw;
   
    }
    .ie .firstPage .pic1 {
    
        width: 2.4rem;
        height: 1.6rem;
        display: inline-block !important;
    }
    .ie .firstPage .video {
        width: 5.6rem;
        height: 3.4rem;
    }
    .ie .firstPage .pic2 {
        display: inline-block !important;
        width: 2.9rem;
        height: 3.8rem;
    }
    .ie .firstPage .pic3 {
        display: inline-block !important;
        width: 3.3rem;
        height: 2.15rem;
    }
    .ie .firstPage .pic1 .title {
        left: .1rem;
        top: .1rem;
        opacity: 1;
        font-size: .26rem;
    }
    .ie .firstPage .video .title {
        right: .1rem;
        top: .1rem;
        opacity: 1;
        color: #FFF;
      
        font-size: .26rem;
        padding-left: 0;
    }
    .ie .firstPage .pic3 .title {
        top: 50%;
        opacity: 1;
        font-size: .26rem;
    }
    .ie .firstPage .pic2 .title {
        opacity: 1;
        left: .1rem;
        top: .1rem;
        font-size: .26rem;
        width: auto;
        color: #FFF;
        padding-right: 0;
    }
    .ie .firstPage .video span {
        width: .8rem;
        height: .8rem;
    }

    .ie .fifthPage .title-con {
        height: 200px;
    }

    .ie .fifthPage .content .swiper-slide{
        height: 400px;
    }
    
}
@media (max-width:767px) {

    .ie .firstPage .pic-content {
        padding:0px ;
    }
    .ie .fifthPage .content .swiper-slide{
        height: 800px;
    }
}
