.title-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}

/*图片水印*/
.img-watermark{
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    background-position-y: 70px;
}

/*导航条背景图片*/
.bg-banner{
    background-image: url('../img/banner01.jpg');
    height: 750px;
    padding-top: 100px;
    position: relative;
}
@media screen and (max-width: 1300px){
    .bg-banner{
        height: 650px;
    }
}
@media screen and (max-width: 768px){
    .bg-banner{
        height: 500px;
        background-position: 31% 0%;
    }
}

.btn-position{
    font-size: 20px;
    left: 23%;
    bottom: 12%;
    position: absolute;
}

.btn-position > h3{
    color: #e5e3e2;
}
/*导航条背景图片 end */

/*产品服务*/
.product-service{
    background-image: url("../img/service.png");
    padding-top: 60px;
    padding-bottom: 40px;
}


.product-bg-detail{
    width: 252px;
    height: 400px;
    background:url("../img/detail.jpg") no-repeat center;
    margin: 0 auto;
}


.detail-top{
    padding: 15px;
    height: 337px;
}
.detail-top > img{
    padding-top: 20px;
    padding-bottom: 20px;
}
.detail-bottom{
    padding-top: 10px;
    text-align: center;
}
/*产品服务 end*/

/*业内动态*/
.news{
    background-image:url("../img/bg_news.jpg") ;
    /*height: 800px;*/
}

.news-main{
    background-image: url("../img/news.png");
    -webkit-background-size:30%;
    background-size:30%;
    padding-top: 60px;
    padding-bottom: 40px;
}
.news-left .carousel,
.news-left .carousel-inner .item{
    max-width: 300px;
    height: 350px;
}

.news-left .carousel-inner .item > img{
    width: 100%;
    height: 100%;
}

.news-center > h4{
    padding-top: 15px;
}

.new-right .media .media-left > a > img{
    width: 110px; height: 90px;
}
/*业内动态 end*/

/*关于我们*/
.about-main{
    background-image: url("../img/about.png");
    -webkit-background-size:50%;
    background-size:50%;
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px #f4f5f5 solid;
}

.about-item{
    margin-top: 30px;
}
/*关于我们 end*/

/*加入我们*/
.join-main{
    background-image: url("../img/join.png");
    -webkit-background-size:45%;
    background-size:45%;
    padding-top: 60px;
    padding-bottom: 40px;
}

.join-main > .join-item > .padding-y-20{
    text-align: center;
}
/*加入我们 end*/

.icon-separator-short{
    margin: 0 auto;
}