    @charset "UTF-8";
    /*banner strat*/
    .banner {
        height: 387px;
        background: url("../images/product-banner.png") no-repeat center;
        /*width:100%;*/
        /*height: 100%;*/
        /*background-size:100% 100%;*/
    }
    /*baner end*/

    /*product strat*/
    .product h2 {
        text-align: center;
        font: 400 30px "microsoft yahei";
        padding: 100px 0 80px;
        color: #2e2e2e;
    }
    .product h3 {
        font: 400 22px/1.5 "microsoft yahei";
        color: #161616;
        padding: 40px 144px 0 0;
    }
    .product-con-left {
        margin: 0 65px 0 35px;
    }
    .product-con-right {
        width: 470px;
        height: 300px;
    }
    .product-con-right dt {
        font: 400 16px/56px "microsoft yahei";
        color: #989898;
    }
    .product-con-right dd {
        color: #626262;
        font: 400 14px/25px "microsoft yahei";
    }
    /*.product-con2 {*/
        /*height: 677px;*/
    /*}*/
    .product-con2 .product-con-left {
        margin: 0 85px 0 80px ;
    }
    .product-con2 .product-con-right {
        margin-left: 80px;
        width: 480px;
        height: 630px;
    }
    .product-con3 .product-con-left {
        margin: 0 160px 0 80px ;
    }
    .product-con3 .product-con-right h3,
    .con5 h3 {
        padding: 20px 0 0 0;
    }
    /*.con4 {*/
        /*height: 720px;*/
    /*}*/
    .con4 .product-con-right {
        height: 0;
    }
    .con5 {
        margin: 80px 0;
    }


    /*product end*/