
.banner {
    width: 100%;
    height: 350px;
    min-width: 1200px;
    background: url("../image/bg/little-banner.jpg") no-repeat top center;
}
.main{
    width:100%;
    min-height:1060px;
    background:#EEEEEE;
    position: relative;
}
.main-top{
    width:1200px;
    height:710px;
    margin:0 auto;
}
.main-top p{
    margin:0;
    padding:0;
}
.product-title{
    width:1200px;
    height:80px;
    padding-top:80px;
    border-bottom:1px solid #DCDCDC;
}
.product-title p{
    color:#bfbfbf;
    font-size:12px;
}
.product-title p:first-child{
    color:black;
    font-size:23px;
    font-weight: bold;
    line-height: 40px;
}
.address{
    padding-top:30px;
}
.address p{
    color:#535353;
    font-size:17px;
    line-height:30px;
}
.map{
    width:1200px;
    height:500px;
    bottom:200px;
    background:#BFBFBF;
    z-index: 9999;
    position:absolute;
}
.main-bottom{
    width:100%;
    height:350px;
    background: #434343;
}

.footer {
    width: 100%;
    height: 400px;
    min-width: 1200px;
    background: #1B1B1B;
    color:#a0a0a0;
    font-size:14px;
}
.footer-main{
    width:100%;
    height:280px;
    border-bottom:1px solid #434343;
}
.footer-main-top{
    width:1200px;
    height:160px;
    margin:0 auto;
    padding:60px 0px;
}
.footer-main-top-left{
    width:200px;
    height:160px;
    float:left;
    margin-top:20px;
}
.footer-main-top-left-icon{
    margin-top:35px;
}
.footer-main-top-left-icon img{
    float:left;
    margin-right:15px;
}
.footer-main-top-center{
    width:645px;
    float:left;
    margin-left:105px;
    font-size: 15px;
}
.footer-main-top-center ul{
    margin:0;
    margin-right:85px;
    padding:0;
    float:left;
    list-style-type: none;
}
.footer-main-top-center ul li p{
    margin:0;
    margin-bottom:15px;
    padding:0;
}
.footer-main-top-center ul li p:first-child{
    color:#ffffff;
}
.footer-main-top-center .information{
    display:inline-block;
}
.footer-main-top-right{
    width:250px;
    height:115px;
    float:right;
    margin-top:20px;
}
.footer-main-top-right img{
    width:115px;
    height:115px;
    margin-right:20px;
    display:block;
    float:left;
}
.footer-main-top-right img:last-child{
    margin-right:0;
}
.footer-main-bottom{
    width:1200px;
    height:120px;
    margin:0 auto;
    text-align: center;
}
.footer-main-bottom p{
    margin:0;
    padding:0;
    line-height: 120px;
}