/*公司产品*/
.product{
    padding: 30px 0 15px 0;
}
.product_name{
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    color: #fff;
    background: url("imagesitem_bg.png") no-repeat left center;
}
.product_introduce{
    font-size: 16px;
    color: #1167b0;
    padding: 10px 0 10px 30px;
    line-height: 2em;
}
.info_tit{
    font-size: 16px;
    color: #333;
}
.info_list{
    margin: 15px 0;
}
.info_list li{
    font-size: 16px;
    color: #333;
    line-height: 2em;
    position: relative;
}
.sNumber{
    font-weight: bold;
    color: #35af38;
    position: absolute;
}
.info_content{
    padding-left: 30px;
}


/*公司动态*/
.news{
    padding: 25px 0;
    border-bottom: 1px dashed #ccc;
}
.news_tit a{
    font-size: 18px;
    color: #1167b0;
    font-weight: bold;
}
.news_tit a:hover{
    text-decoration: underline;
}
.news_summary{
    font-size: 14px;
    color: #666666;
    margin: 15px 0;
}
.news_summary .detail{
    color: #ee2c43!important;
}
.news_summary .detail:hover{
    text-decoration: underline;
}
.news_data{
    font-size: 14px;
    color: #aaaaaa;
}
.turn_pages{
    text-align: center;
}
.turn_ul{
    display: inline-block;
    font-size: 14px;
    margin: 30px 0;
}
.turn_ul li{
    float: left;

}
.turn_ul .turn_li{
    padding: 5px 11px;
    margin: 0 5px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #666;
    cursor: pointer;
}
.turn_ul li.gary_bg{
    background: #f3f3f3;
}
.turn_ul .turn_li.active,.turn_ul .turn_li:hover{
    color: #fff;
    background: #0e76bc;
    border: 1px solid #0e76bc;
}
.turn_ul .input input{
    outline: none;
    height: 29px;
    width: 50px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

/*公司概况*/
.introduce_txt{
    margin: 25px 0;
}
.introduce_txt p{
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 2em;
}
.bottom_img{
    text-align: center;
    margin-bottom: 30px;
}