.ws-product{
    margin: 0;
    padding: 0;
}
.product_content{
 padding-bottom: 50px;
}
.product_banner{
    background: url("../img/about/banner_bj.jpg") no-repeat center;
    width: 100%;
    height: 520px;
    text-align: center;
    font-weight:400;
    color:rgba(239,170,4,1);
    text-shadow:0px 3px 7px rgba(255,255,255,0.85);
}
.ws_name{
    font-size: 32px;
}
.ws_slogan{
    margin-top: 20px;
    font-size: 24px;
}
.product_item_content{
    width: 900px;
    margin: 0 auto;
    position: relative;
    margin-top: 55px;
}
.product_item_tab{
    width: 900px;
}
.item_tab{
    width: 180px;
    height: 135px;
    position: relative;
}
.item_tabs{
    width: 200px;
    height: 150px;
    border-radius: 4px;
    border: solid 1px rgba(189,189,189,1);
    cursor: pointer;
    background: #fff;
    color: #333333;
    cursor: pointer;
}
.item_tab .fap{
    font-size: 14px;
    color: #c1c1c1;
    margin-top: 3px;
}
.item_tabs span{
    margin-top: 11px;
    color: #5b5b5b;
}
.item_tabss{
    width:200px;
    height:150px;
    background:#60a7f8;
    box-shadow:0px 3px 18px 0px rgba(96,167,248,0.58);
    border-radius:5px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 1px;
    display: none;
}
.item_tabss .fap{
    margin-top: 3px;
    color: #b3dbff;
    font-size: 14px;
}
.item_tabss span{
    margin-top: 14px;
    color: #fff;
}
.product_item_line{
    width: 15px;
    height: 2px;
    margin-top: 7px;
    background:rgba(12,223,187,1);
}
.product_item_title{
    margin-top: 60px;
    font-size: 16px;
}
.product_item_slogan{
    text-indent: 33px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 30px;
}
.product_list{
    margin-top: 60px;
}
.product_list ul li{
    list-style: none;
    float: left;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.li_img{
    width: 150px;
    height: 138px;
}
.list_li{
    width: 250px;
    margin: 0 10px;
    margin-bottom: 20px;
}
.list_li span{
    margin-top: 8px;
    font-size: 13px;
    color:rgba(51,51,51,1)
}
.product-item{
    width: 100%;
    display: table;
}
.product-item-img{
    width: 50%;
    display: table-cell;
    overflow: hidden;
}
.product-item-img:hover img{
    transform: scale(1.1);
}
.product-item-img img{
    width: 100%;
    transition-duration: 1s;
    height: 480px;
}
.product-item-info{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.product-item-show{
    padding: 0 20px 0 110px;
    width: 600px;
}
.product-item-title{
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 32px;
    color: #3366cc;
    font-family:"微软雅黑 Light";
}
.product-item-text{
    margin-bottom: 0;
    line-height: 170%;
    color: #666;
	    text-indent: 33px;
		    font-size: 14px;
    letter-spacing: 1px;
}
.more{
    display: inline-block;
    border: 1px solid #bebebe;
    width: 120px;
    height: 38px;
    line-height: 36px;
    color: #5e5e5e;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 40px;
}
.more:hover{
    color: #4a4a4a;
    border: 1px solid #7a7a7a;
}
