@charset "UTF-8";
body{
    background:  #eee;
}
/*container*/
.banner{
    width: 100%;
}
.container{
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.containerRight{
    width: 860px;
    padding: 20px;
    float: right;
    overflow: hidden;
    margin-top: 20px;
    background: white;
}
.containerRight img{
    display: inline-block !important;
    max-width: 820px;
}
.containerRightTitle{
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    padding: 20px;
}
.product_title_ul{
    font-size: 0;padding: 10px 0;
    text-align: center;
}
.product_title_li{
    display: inline-block;
    border: 1px solid #3187D3;
    width: 120px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin: 4px;
}
.product_title_li:hover{
    background: #3187D3;
    color: white;
}
.product_title_li:hover a{
    color: white;
}
.product_title_li a{
    color: #3187D3;
}
.product_list{
    overflow: hidden;
    width: 879px;
}
.product_item{
    float: left;
    width: 270px;
    margin: 12px 23px 12px 0;
    position: relative;
    -webikt-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #3187D3;
}
.product_item img{
    width: 100%;
    height: 190px;
}

.product_item_title{
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    background:#3187D3;
    color:white;
}

.news_item{
    border-bottom: 1px dashed #a6a6a6;
}
.news_item img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 10px;
    float: left;
}
.news_item_text{
    overflow: hidden;
    padding: 10px;
    height: 100px;
    margin-left: 120px;
}
.news_item_title{
    overflow: hidden;
}
.news_item_title p{
    color: #4a4a4a;
    float: left;
    font-size: 20px;
    font-weight: 400;
}
.news_item_title span{
    color: #ccc;
    float: right;
}
/*container*/
