﻿* {
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

/**/
.title_line{ line-height:2rem;}

/*热点产品*/
.hotproducts{width: 100%;background-color: #fafafa;	padding: 20px 0 40px 0;	text-align: center;}
.hotproducts h3{font-size:24px;text-align:center;width:100%;color:#333;margin-bottom:20px; word-spacing:5px; letter-spacing:5px;}
.hotproducts h4{font-size:14px;margin:0 auto;padding:0;width:720px;color:#333;line-height:30px}
.hotproducts .new_item{ position:relative; padding:35px 0;height:390px;width:1220px; background-color:#fff;border:1px solid #eee;
                       -webkit-box-shadow:0 0 10px #ccc;-moz-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc;
                       margin:10px auto;background-color:#fafafa}
.new_item .hotprd{ float:left;width:250px; height:395px; background-color:#FEFEFE;margin-left:32px; padding:0 8px;} 
.new_item .hotprdimg{height:175px; width:240px;padding:5px;}                 
.new_item .hotprdimg img{height:175px; width:240px;border:none;}
.new_item .hotprdtitle{height:52px;line-height:26px;color:#c4261d; font-weight:700; font-size:16px;padding-top:8px;}
.new_item .hotprdmodel{height:26px; line-height:26px;padding-top:8px;}
.new_item .hotprddesc{height:52px;line-height:26px;padding-top:18px; overflow:hidden;text-overflow:ellipsis; }
.new_item .hotprdmore{height:26px;line-height:26px;color:#c4261d; padding-top:12px;padding-bottom:12px;}
.new_item .hotprdmore a{color:#c4261d;}
.hotproducts .yahoo3 { position:absolute; margin:0 auto; text-align:center;padding:5px; top:197px; width:1210px;}
.hotproducts .yahoo3 span a,.yahoo3 span span{color:#ddd; font-size:30px;text-decoration:none;
                                              transform:scale(1,3);-ms-transform:scale(1,3);-webkit-transform:scale(1,3);
                                              -moz-transform:scale(1,3);-o-transform:scale(1,3)}
.hotproducts .yahoo3 span span {color:#ddd;}
.hotproducts .yahoo3 span a:hover{color:#999;text-decoration:none;}


 
    /*首页表格
--------------*/
table.maintable
{
    margin:0px;
    width:1250px;
    background:white;
    border:1px soild #000;
}
table.maintable tr td
{
    padding:0px 7px;
    width:290px;
}

.HomeTitle a
{
    font-size:16px;
    text-decoration:none;
    font-weight:600;
    padding:10px 0px 0px 10px;
    line-height:20px;
    color:Gray;  
}
.HomeTitle a:visited
{
    color:Gray;
}
.HomeTitle a:hover
{
    color:#666;
}

.Homebox1
{
    margin:0 auto;
    width:290px;
    height:200px; 
    
}
.productlist
{
    margin:-8px auto;
    border:1px soild Fuchsia;
    width:285px;
    height:170px;
    background-color:Fuchsia;
    
    
}
/*最新动态
--------------*/
.inewsbarmain
{
    margin: 0px;
    background-image: url('/Images/bar_bg_newbar.jpg');
    height: 35px;
    line-height: 35px;
    width:1250px;
}
.inewsbar
{
    margin: 0px;
    background-image: url('/Images/bar_bg_newbar.jpg');
    height: 35px;
    line-height: 35px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
}
.inewsbar a:hover
{
    color:Red;
    text-decoration:none;
}
.inewsbar a, a:visited
{
    color:#666666;
    text-decoration:none;
}
/*banner图片滚动栏*/
#banner_outer
{
    padding:0px;
    position:relative;
    }