﻿
/*英文版样式*/

body 
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
    width: 1004px;
    color:#fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 16px;
    text-align:center;
    background-color:#c0c0c0;
}

p{
    margin:3px 0;
    padding:3px 0;
    text-indent:0;
 }



a:active 
{
    color: #222;
    text-decoration: underline;
}
a:link {
	color: #222;
	text-decoration: underline;
}
a:visited 
{
    color: #222;
    text-decoration: underline;
}
a:hover {
	color: #222;
	text-decoration: none;
	
}


a.t1:link{      /**/
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	margin:0 16px;
	}
a.t1:visited 
{
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	margin:0 16px;
}
a.t1:hover {
	font-size: 11px;
	font-weight:bold;
	color: #ffff00;
	text-decoration: none;
	margin:0 16px;
	}
a.t1:active 
{
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	margin:0 16px;
}




a.t2:active   /*产品名称链接*/
{
    font-size: 12px;
    color: #eee;
    text-decoration: underline;
    font-weight:bold;
}
a.t2:link{      
    font-size: 12px;
    color: #eee;
    text-decoration: underline;
    font-weight:bold;
	}
a.t2:visited 
{
    font-size: 12px;
    color: #eee;
    text-decoration: underline;
    font-weight:bold;
}
a.t2:hover {
    font-size: 12px;
    color: #eee;
    text-decoration: none;
    font-weight:bold;
	}



a.t3:active   /**/
{
    font-size: 10px;
    font-weight:normal;
    color: #fff;
    text-decoration: none;
}
a.t3:link
{      
    font-size: 10px;
    font-weight:normal;
    color: #fff;
    text-decoration: none;
}
a.t3:visited 
{
    font-size: 10px;
    font-weight:normal;
    color: #fff;
    text-decoration: none;
}
a.t3:hover
{
    font-size: 10px;
    font-weight:normal;
    color: #fff;
    text-decoration: underline;
}


a.t4:active    /*邮箱,导航的链接*/
{
    color: #f9b62d;
    text-decoration: underline;
    font-weight:bold;
}
a.t4:link {
	color: #f9b62d;
	text-decoration: underline;
    font-weight:bold;
}
a.t4:visited 
{
    color: #f9b62d;
    text-decoration: underline;
    font-weight:bold;
}
a.t4:hover {
	color: #f9b62d;
	text-decoration: none;
    font-weight:bold;	
}





.menu_left a:link{        /**/
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
	}
.menu_left a:visited 
{
    font-size:11px;
    text-decoration: none;
    font-weight:normal;

}
.menu_left a:hover {
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
	}
.menu_left a:active    
{
    font-size:11px;
    text-decoration: underline;
    font-weight:bold;
}




