.product_content, .product_right {
    overflow: hidden;
}

.product_right {
    float: left;
    /*width: 648px;*/
    width: 54%;
    max-height: 490px;
}

.proText {
    width: 100%;
    height: 58px;
    line-height: 58px;
    background-color: #b90000;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: -58px;
    font-size: 16px;
    padding: 0px 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.product_content, .floor_cell, .product_left .bd {
    width: 100%;
}

.product_left .bd {
    height: 490px;
    overflow: hidden;
}

.product_left {
    float: left;
    /*width: 550px;*/
    width: 45.8%;
    height: 490px;
    position: relative;
}
.product_left .bd li{
    position: relative;
}
.product_left .bd li,.proImg {
    width: 100%;
    height: 432px;
}

.product_left .hd, .about_us_left .hd {
    position: absolute;
    left: 0px;
    bottom: 70px;
    right: 0px;
    text-align: center;
}

.product_left .hd li {
    width: 30px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    opacity: 0.3;
    cursor: pointer;
}

.product_left .hd li.on {
    background: #ffffff;
    border-radius: 4px;
    opacity: 1;
}

.product_item {
    width: 49%;
    height: 240px;
    float: left;
    background-color: #f2f2f2;
    margin-left: 1%;
    margin-bottom: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product_icon {
    width: 40px;
    height: 40px;
    margin-top: 78px;
}

.product_text {
    font-size: 20px;
    color: #444444;
    margin-top: 20px;
}

.floor_cell {
    padding-bottom: 70px;
    background: #ffffff;
}

.slide_item, .one, .two {
    width: 100%;
}

.one {
    height: 100%;
}

.two {

    /*width: 312px;*/
    height: 240px;
    position: absolute;
    left: 0px;
    top: 490px;
    right: 0px;
    bottom: 0px;
    text-align: center;
}

.two_word {
    font-size: 26px;
    color: #ffffff;
    position: relative;
    z-index: 99;
    display: block;
    font-weight: 400;
    margin-top: 90px;
}

.lookBtn {
    width: 70px;
    height: 22px;
    line-height: 22px;
    margin: 20px auto 0px;
    border: solid 1px #ffffff;
    color: #ffffff;
    display: block;
    background: rgba(255, 255, 255, .3);
    position: relative;
    z-index: 99;
    border-radius: 10px;
}
a.lookBtn:hover{
    color:#ffffff
}
.twoPic {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.two_classFity {
    width: 60px;
    height: 60px;
    margin-top: 120px;
}

.two_name {
    margin-top: 20px;
    font-size: 36px;
    color: #ffffff;
    display: block;
}

.btn2 {
    margin-top: 80px;
}

.btn8 {
    background: #333333;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
}

.btn8:hover{
    color: #ffffff;
}

.product_two {
    padding-top: 120px;
    /*width: 550px;*/
    width: 100%;
    height: 432px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -490px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
}

.product_two .lookBtn {
    margin-top: 40px;
}

.slide_item li {
    float: left;
    margin-right: 1.5%;
    position: relative;
}

.slide_item li {
    width: 23.5%;
    text-align: center;
}

.slide_item li img {
    /*width: 282px;*/
    height: 370px;
    width: auto;
    width: 100%;
}

.slide_item {
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 64px;
}

.slide_item ul {
    width: 103%;
}

.slide_item li:hover .mask {
    opacity: 1;
    border:146px solid rgba(0, 0, 0, 0.7);

}

.slide_item li:hover a.info {
    transition-delay: 0.3s;
}

.mask {
    opacity: 0;
    overflow: visible;
    border: 0px solid rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

a.info {
    background: url(../image/link.png) no-repeat scroll center center transparent;
    display: inline-block;
    text-decoration: none;
    padding: 0px;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 22;
    margin-top: 20px;
}

.mask, .view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.slide_item li:hover a.info {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.product_content{margin-top: 20px; margin-bottom: 30px;}
.h2b{border: 0 none !important;}