.banner{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.banner-img {
    width: 110%;
    height: 450px;
    margin-left: -5%;
    margin-top: -25px;
}
.out {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #F9F9FD;
    font-size: 32px;
    width: 365px;
    height: 80px;
    margin-left: -182.5px;
    margin-top: -40px;
}
.add_transform{
    transform:scale(0.91,0.89);
    -ms-transform:scale(0.91,0.89);
    -moz-transform:scale(0.91,0.89);
    -webkit-transform:scale(0.91,0.89);
    -o-transform:scale(0.91,0.89);
    transition:all 1.5s ease-in-out;
    -moz-transition:all 1.5s ease-in-out;
    -webkit-transition:all 1.5s ease-in-out;
    -o-transition:all 1.5s ease-in-out;
}
.product-introduce {
    width: 1200px;
    margin:70px auto 100px auto;
    font-size: 16px;
    color: #333333;
}
.product-introduce-inner {
    width: 1200px;
    height: 300px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}
.product-introduce-left,.product-introduce-part-right {
    width: 600px;
    float: left;
}
.product-introduce-right,.product-introduce-part-left{
    width: 520px;
    float: left;
}
.product-introduce-left,.product-introduce-part-left {
    margin-right: 80px;
}
.product-introduce-part-right{
    text-align: right;
}
.dec-text{
    text-align: left;
    text-indent:2em;
    line-height: 1.8;
}
.product-introduce-part-right img {
    width: 500px;
    height: 300px;
}
.map {
    text-align: center;
}
.map-title {
    font-size: 26px;
    color: #333333;
    margin-bottom: 40px;
}