.in_banner{
    height: 300px;position: relative;overflow: hidden;width:1195px; margin:0 auto;margin-top: 5px;
}
.in_banner .banner_box{
   width:1195px; margin:0 auto;
}

.in_top{
    height: 60px;margin: 20px 0;
}
.in_top .in_title{
    width: 500px;float: left;
}
.in_top .in_title i{
    border: 2px solid #01416d;border-radius: 5px;padding: 3px;color: #01416d;line-height: 60px;
}
.in_top .in_title span{
    font-size: 24px;color: #333;margin-left: 10px;
}
.in_top .bread{
    width: 300px;float: right;text-align: right;margin-top: 20px;
}
.in_top .bread i{
    margin: 0 5px;
}
.in_top .bread a{
    color: #666;
}
.in_top .bread span,.in_top .bread a:hover{
    color: #e57819;
}

.inside_box{
    width: 100%;border-top: 1px dashed #e6e6e6;margin-bottom: 30px;overflow: hidden;
}
.inside_box .inside_left{
    width: 255px;padding: 30px 0;float: left;
}
.inside_box .inside_left ul li a{
    display: block;width: 210px;height: 40px;clear: both;text-align: center;line-height: 40px;
}
.inside_box .inside_left ul li a:hover{
    background: #e57819;color: #fff;border-radius: 5px;
}

.inside_box .inside_right{
    width: 944px;float: right;border-left: 1px dashed #e6e6e6;
}
.list_box{
    width: 900px;float: right;margin-top: 40px;margin-right: 20px;
}

.page{
    text-align:center; height:40px; clear:both; line-height:40px; padding:20px 0px;
} 
.page a{
    margin:0px 3px; padding: 5px 10px; border:1px solid #e6e6e6;color: #e57819;
}
.page a:hover,.page a.act{
    color:#FFF; background:#e57819; border:1px solid #e57819;
}

/**news.html**/

.news_list ul li{
    list-style-image: url(../images/news_li.png);
}
.news_list ul li:hover{
    list-style-image: url(../images/news_li_hover.png);
}
.news_list ul li a{
    font-size: 16px;color: #000;
}
.news_list ul li a:hover{
    text-decoration: underline;color: #01416d;
}
.news_list ul li span{
    float: right;
}
.news_text{
    margin: 20px 0 30px 0;color: #999;
}

/**product.html**/
.pro_list ul{
    width: 950px;
}
.pro_list ul li{
    width: 208px;border: 1px solid #e6e6e6;float: left;margin-right: 20px;margin-bottom: 40px;
    -webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;
}
.pro_list ul li:hover{
    -moz-box-shadow: 0 0 30px 5px #ededed;
    -webkit-box-shadow: 0 0 30px 5px #ededed;
    box-shadow: 0 0 30px 5px #ededed;
    -webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;
}
.pro_list_detail{
    margin: 10px auto;border-top: 1px solid #e6e6e6;padding: 0 4%;
}
.pro_list_detail span{
    display: block;font-size: 12px;color: #999;
}
.pro_list_detail span.pro_list_t{
    font-size: 16px;line-height: 40px;color: #666;
}
.pro_list_detail span.pro_price{
    color: #e57819;margin: 5px 0;
}
/**product_detail.html**/
.pro_title{
    display: inline-block;background: #01416d;padding: 8px 20px;color: #fff;
}
.pro_box{
    margin-top: 0px;
}


/**article.html**/

.article_box h2{
    text-align: center;color: #333;
}
.article_box .article_time{
    text-align: center;color: #999;
}
.article_box .article_text{
    line-height: 26px;color: #666;text-indent: 2em;margin-top: 30px;
}

/**about.html**/
.about_box{
    line-height: 26px;text-indent: 0em;
}

/**contact.html**/
.contact_form{
    width: 480px;float: left;
}
.contact_form label{
    font-size: 18px;color: #333;display: block;margin-bottom: 20px;
}
.contact_form input{
    width: 208px;height: 30px;margin: 0 10px 20px 0;padding-left: 10px;border: 1px solid #b5b5b5;line-height: 30px;color: #999;
}
.contact_form textarea{
    padding: 10px;width: 432px;height: 100px;
}
.contact_form button{
    width: 100px;height: 40px;background: #e57819;border: 0;font-size: 14px;color: #fff;text-align: center;margin-top: 20px;cursor: pointer;
}

.contact_list{
    width: 335px;float: right;
}
.contact_list h3{
    margin: 0;font-weight: normal;font-size: 18px;
}
.contact_list table tr td{
    height: 28px;
}