/*=====================================================
        Banner轮播
 =======================================================*/
.topBanner {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.topBanner .bannerPlay img {
    width: 100%;
}

/*=====================================================
       联系我们
 =======================================================*/

.contact-bg {
    position: relative;
    margin-bottom: 40px;
}
.contact-bg .contactInformation{
    padding: 2% 0 5% 8%;
}
.contact-bg .contactInformation ul li:first-child {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-bg .contactInformation ul li + li {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-bg .contactInformation ul li img{
    width: 25%;
    margin-top: 20px;
}
.contact-bg .contactInformation ul li p{
    text-indent: 3em;
    font-size: 12px;
    color: #000;
}
@media screen and (max-width: 550px){
    .contact-bg {
        position: relative;
        margin-bottom: 10px;
    }
    .contact-bg .contactInformation ul li p{
        text-indent: 1em;
        font-size: 12px;
        color: #000;
    }
}
