#trendIntr{
    width: 100%;
    overflow: hidden;
    margin: 75px 0 106px 0;
}
#trendIntr .trendIntr-box{
    width: 1170px;
    margin: 0 auto;
    padding-top: 54px;
}
#trendIntr .trendIntr-top{
    width: 100%;
    /*height: 339px;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
}
/*#trendIntr .trendIntr-top img{*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: -1;*/
/*}*/
#trendIntr .trendIntr-top h3{
    font-size: 40px;
    color: #fff;
    margin: 127px 0 0 380px;
    line-height: 56px;
    font-weight: 100;
    float: left;
}

#trendIntr .trendIntr-top p{
    float: left;
    width: 460px;
    line-height: 28px;
    margin: 140px 0 0 100px;
    color: #fff;
}
#trendIntr .trendIntr-top>img{
    width:100%;
    /*height:100%;*/
}
#trendIntr .trendIntr-con p{
    background: #fafafa;
}
#trendIntr .trendIntr-bottom{
    overflow: hidden;
    background: #fafafa;
}
#trendIntr .trendIntr-bottom>p{
    font-size: 32px;
    line-height: 32px;
    color: #7c7c7c;
    margin: 56px 0 56px 48px;
}
#trendIntr .trendIntr-bottom>div{
    width: 1170px;
    overflow: hidden;
}
#trendIntr .trendIntr-bottom>div ul{
    overflow: hidden;
    width: 1184px;
    margin-bottom: 50px;
}
#trendIntr .trendIntr-bottom>div ul li{
    float: left;
    margin-right: 16px;
    position: relative;
}
#trendIntr .trendIntr-bottom>div ul li img{
    width: 280px;
    height: 280px;
}
#trendIntr .trendIntr-bottom>div ul li>i{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 11;
}
#trendIntr .trendIntr-bottom>div ul li span{
    position: absolute;
    width: 175px;
    height: 175px;
    line-height: 175px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    font-family: "Times New Roman";
    font-size: 24px;
    font-style: italic;
    text-align: center;
    font-weight: 900;
    display: none;
    z-index: 1;
}
#trendIntr .trendIntr-bottom>div ul li p{
    position: absolute;
    width: 280px;
    height: 154px;
    text-align: center;
    top: 0;
    left: 0;
    color: #fff;
    font-family: "Times New Roman";
    font-size: 24px;
    font-style: italic;
    padding-top: 126px;
    font-weight: 900;
    background: rgba(0,0,0,0.3);
}
#trendIntr .trendIntr-bottom>div ul li p b{
    display: none;
}
#trendIntr .trendIntr-bottom>div>div{
    margin-bottom: 40px;
}
#trendIntr .trendIntr-bottom>div .trendIntr-con{
    display: none;
    width: 1170px;
    font-size: 14px;
}
#trendIntr .trendIntr-bottom>div .trendIntr-con p{
    line-height: 28px;
}
#trendIntr .trendIntr-bottom>div .trendIntr-con img{
    max-width:1170px;

}
#trendIntr .trendIntr-bottom>div .show{
    display: inline-block;
}
#trendIntr .trendIntr-bottom>div .hide{
    display: none;
}
@media all and (max-width: 1170px) {
    #trendIntr .trendIntr-box{
        width: 100%;
    }
    #trendIntr .trendIntr-bottom>div{
        width: 100%;
    }
    #trendIntr .trendIntr-bottom>div .trendIntr-con{
        width: 100%;
    }
    #trendIntr .trendIntr-bottom>div .trendIntr-con img{
        max-width:100%;

    }
}