.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: 200px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-introduce-part-right {
    width: 460px;
    height: 200px;
}
.product-introduce-part-right img{
    width: 460px;
    height: 200px;
}
.product-introduce-part-left{
    width: 646px;
}
.product-introduce-part-right{
    text-align: right;
}
.dec-title {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}
.dec-text{
    text-align: left;
    text-indent:2em;
    line-height: 1.8;
}
.product-introduce-inner1-right p {
    text-indent:2em;
    line-height: 1.8;
}
.product-introduce-inner1 {
    width: 975px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-introduce-inner1-left {
    width: 250px;
}
.product-introduce-inner1-left img{
    width:100%;
    height: 160px;
}
.product-introduce-inner1-right {
    width: 725px;
}
.contactUs-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}
.map {
    width: 1200px;
    height: 600px;
    margin: 0 auto 105px auto;
    position: relative;
}
#container {width: 100%;height:100%;overflow: hidden;margin:0;font-family:"微软雅黑";}
.contactUs-msg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
}