﻿/*标题*/
.TitleTextA 
{
    /*黑色 13 加粗*/
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
.TitleTextB 
{
    /*白色 13 加粗*/
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
.TitleTextC  
{
    /*桔红 13 加粗*/
    font-weight: bold;
    font-size: 13px;
    color: #ff6600;
    text-decoration: none;
}
.TitleTextD 
{
    /*蓝色 13 加粗*/
    font-weight: bold;
    font-size: 13px;
    color: #3366cc;
    text-decoration: none;
}

.TitleTextE
{ 
/*红色 13 加粗*/
font-weight: bold; 
font-size: 13px; 
color: #ff0000; 
text-decoration: none; 
}
.TitleTextF
{
    /*红色 14 */
    font-size: 14px;
    color: #ff0000;
    text-decoration: none;
}
.TitleTextG
{
    /*桔色 16 加粗*/
    font-weight: bold;
    font-size: 14px;
    color: #ff9900;
    text-decoration: none;
}
.TitleTextH
{
     /*黑色 13 */
    
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
.TitleTextI
{
    /*绿色 14*/
    font-size: 14px;
    color: #009900;
    text-decoration: none;
}
.TitleTextJ
{
    /* 绿色 16 加粗 */
 font-weight: bold;
 font-size: 16px;
 color: #009900;
 text-decoration: none;
 }
.PDSTitle
{
     /*桔色 12 加粗 产品详细参数标题*/
    font-weight: bold;
    font-size: 13px;
    color: #ff6600;
    text-decoration: none;
    text-indent: 10px;
}
.TitileTextK{
    /* 灰色 */
	font-size:12px;
	color:#666666;
	text-decoration: none;
	}
.TitileTextL{
    /* 白色 12px 正常 */
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}	
.TitileTextM{
    /* 白色 12px 加粗 */
	font-size:12px;
	font-weight: bold; 
	color:#ffffff;
	text-decoration: none;
}	
.TitileTextN{
     /* 高纯度红 12px 加粗 */
	 font-weight: bold;
	 font-size: 12px;
	 color:#ff1500;
	 text-decoration: none;
	 }
.TitileTextO{
   /* 新闻更多 增加  中蓝  加粗 */
   color: #6666cc;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none
   }
.TitleTextP
{
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

	
