body {
	margin-left: 0px;
	margin-top: 100px !important;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #585858;
	text-decoration: none;
}
a:visited {
	color: #585858;
	text-decoration: none;
}
.productCate a {
    color:#fff;
}
.productCate a.on{
    color:#01a2ff;
}
a:hover,.productCate a:hover {
	color: #a0b6c6;
	text-decoration: none;
}
a:active {
	color: #a0b6c6;
	text-decoration: none;
}
.STYLE1 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	color: #0076d3;
	line-height: 20px;
}
.STYLE2 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	color: #5f5f5f;
	line-height: 30px;
}
.STYLE3 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.STYLE4 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	color: #6b6b6b;
	line-height: 25px;
}
.STYLE5 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	color: #8e8e8e;
	line-height: 30px;
}
.STYLE6 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
}
.STYLE7 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	color: #006498;
	line-height: 20px;
}
.STYLE8 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
}
.STYLE9 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 18px;
	color: #5f5f5f;
	line-height: 20px;
}
.STYLE10 {
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	color: #ff3c00;
	line-height: 30px;
}
.headerTd a {
    padding:10px;
    display:inline-block;
    
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	color: #5f5f5f;
	line-height: 30px;
}
.footerTd a {
    padding:10px;
    display:inline-block;
    
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}
.headerTd .on {
	color: #0076d3;
}
.headerTd a:hover{
	color: #0076d3;
}
.productList {
    width:790px;
}
.productList a{
    display:block;
    margin-right:80px;
    float:left;
}
.productList a img:hover{
    transform: scale(1.2);  
}
.productList a td{
    overflow:hidden;
    font-size:14px;
}
.productList a:nth-child(3n){
    margin-right:0;
}

.iProductList {
    width:1200px;
}
.iProductList a{
    display:block;
    margin-right:45px;
    margin-bottom:45px;
    float:left;
    font-size:16px;
}
.iProductList a img:hover{
    transform: scale(1.2);  
}
.iProductList a td{
    overflow:hidden;
    font-size:16px;
}
.iProductList a:nth-child(3n){
    margin-right:0;
}

.index_prodcut,.ejfl .STYLE5 {
    display: flex;
    height: 40px;
    line-height: 40px;
}
.index_prodcut span,.ejfl .STYLE5 a{
    padding: 0 15px;
    cursor: pointer;
}

div.digg{ margin: auto; padding:0; text-align:center; font-size:14px; width:790px; clear: both;}
div.digg a{ display:inline-block;  padding:5px 12px; margin:0 0 0 8px; border:1px solid #e1e2e3; line-height:20px; height:20px; color:#3b8dd1; background:#fff; text-decoration:none; }
div.digg a:hover { border:1px solid #3b8dd1; }
div.digg span{ display:inline-block;  padding:5px 0; line-height:20px; height:20px; }
div.digg span.current { padding:5px 12px; margin:0 0 0 8px; color:#555; font-weight:bold; }
div.digg span.disabled { border:1px solid #eee; padding:5px 12px; margin:0 0 0 8px; color:#ddd; }



/*»ºÂýÔØÈëÌØÐ§css²¿·Ö*/
.xianyincang{opacity:0;}
.ks-titlefont{animation-name:titlefont;animation:titlefont 3s alternate;visibility:inherit; opacity: 1;}
@keyframes titlefont
{
0%   {font-size:10px;opacity: 0;}
100% {font-size:48px;opacity: 1;}
}
.ks-left{animation-name:kuaisuleft;animation:kuaisuleft 3s alternate;visibility:inherit;opacity: 1;}
@keyframes kuaisuleft{0%{transform: translateX(-100px); opacity: 0;}100%{transform: translateX(0px);opacity:1;}}
.ks-right{animation-name:kuaisuright;animation:kuaisuright 3s alternate;visibility:inherit;opacity: 1;}
@keyframes kuaisuright{0%{transform: translateX(100px); opacity: 0;}100%{transform: translateX(0px);opacity:1;}}
.ks-bottom{animation-name:kuaisubottom;animation:kuaisubottom 2s alternate;visibility:inherit;opacity:1;}
@keyframes kuaisubottom{0%{transform: translateY(100px); opacity: 0;}100%{transform: translateY(0px);opacity:1;}}
.ks-fade_in{animation-name:kuaisufade_in;animation:kuaisufade_in 6s alternate;visibility:inherit; opacity:1;}
@keyframes kuaisufade_in{0%{opacity: 0;}100%{opacity:1;}}
.ks-img{animation-name:kuaisuimg;animation:kuaisuimg 3s alternate;visibility:inherit; opacity:1;}
@keyframes kuaisuimg{0%{width:5%;opacity: 0;}100%{width:25%;opacity: 1;}}
.xianyincangbottom{opacity:0;}
.ks-bottompage{animation-name:kuaisubottompage;animation:kuaisubottompage 3s alternate;visibility:inherit;opacity:1;}
@keyframes kuaisubottompage{0%{transform: translateY(50px); opacity: 0;}100%{transform: translateY(0px);opacity:1;}}