@charset "UTF-8";

.index-banner {
    overflow: hidden;
    position: relative;
}
.index-banner img.banner-bg {
    margin: 0 auto;
}

.index-banner img.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
}
a.a-addr{
    display: inline-block;
}
dl{
    overflow: hidden;
}
dt{
    float:left;
    font-size:16px;
    font-weight: bold;
    color:#000;
}
dd{
    float:right;
    color:#333;
    font-size:14px;
    line-height: 24px;
    display: block;
    min-height: 24px;
}
dd h4{
    font-weight: bold;
    padding-bottom:14px;
}
.dl1{
    background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
    .index-banner img.banner-bg {
        width: 1600px;
    }
    .index-banner img.slogan {
        width: 284px;
        margin-top: 60px;
        margin-left: -480px;
    }
}
@media screen and (min-width: 960px) {
    dl{
        padding:40px 0;
    }
}

@media screen and (min-width: 1200px) {
    dl{
        width:1200px;
        margin:0 auto;
        padding:60px 0;
    }
    dt{
        width:300px;
    }
    dd{
        width:600px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    dl{
        width:960px;
        margin:0 auto;
        padding:50px 0;
    }
    dt{
        width:230px;
    }
    dd{
        padding-left:50px;
        width:450px;
    }
}
@media screen and (max-width: 959px) {
    .dt1{
        width:100%;
        text-align: center;
        padding:30px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .index-banner img.slogan {
        margin-left: -350px;
    }
    dl{
        width:700px;
        margin:0 auto;
        padding:30px 0;
    }
    dt{
        width:230px;
    }
    dt img{
        width:230px;
    }
    dd{
        padding-left:50px;
        width:420px;
    }
    dd h4{
        padding-bottom:10px;
    }
}
@media screen and (max-width: 767px){
    .index-banner img.banner-bg {
        width: 1200px;
    }
    .index-banner img.slogan {
        width: 200px;
        margin-top: 50px;
        margin-left: -240px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    dl{
        width:480px;
        margin:0 auto;
        padding:20px 0;
    }
    dt{
        width:180px;
    }
    dt img{
        width:180px;
    }
    dd{
        padding-left:30px;
        width:270px;
        min-height: 8px;
    }
    dd h4{
        padding-bottom:10px;
    }
}

@media screen and (max-width: 479px) {
    .index-banner img.slogan {
        margin-left: -140px;
    }
    dl{
        width:280px;
        margin:0 auto;
        padding-bottom:20px;
    }
    dt,dd{
        width: 100%;
    }
    dd{
        min-height: 0;
    }
    dd h4{
        padding-top:20px;
        padding-bottom:5px;
    }
}