/*banner大图  + 轮播*/
.banner{
    width: 1200px;height: 547px;position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*产品*/
.product-title{
    text-align: center;margin-top: 40px;padding-bottom: 30px;
}
.product-t{
    color: #333333;font-size: 24px;font-family: "Bell MT";font-weight: bold;line-height: 35px;    padding-bottom: 15px;text-transform: uppercase;
}
.product-t1{
    color: #939393;font-size: 15px;line-height: 24px;font-family: Arial;
}
/*第一个左右边*/
.product-flr{
    text-align: center;
}
/*左边*/
.product-fl{

}
.product-fl-t{
    margin-top: 9px;padding-bottom: 42px;
}
.product-fl-t01{
    color: #333333;font-size: 25px;line-height: 33px;font-family: "Bell MT";font-weight: bold;text-transform: uppercase;
}
.product-fl-t02 a{
    font-size: 17px;line-height: 33px;color: #939393;font-family: Arial;
}
/*右边*/
.product-fr{
    margin-left: 47px;
}
.product-fr img{
    vertical-align: bottom;
}
.product-fl-t-01{
    text-align: right;margin-top: 0;padding-bottom: 20px;
}
.product-fl-img02{
    margin-top: 43px;
}

/*下面*/
.product-flr2{
    text-align: center;
}
.product-flr2 img{
    vertical-align: bottom;
}
.product-fl-t-02{
    margin-top: 5px;padding-bottom: 50px;
}
.product-fl-img03 img{
    vertical-align: bottom;
}

