/* CSS Document */
body {
	font-family:"宋体";
-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#333;
	font-size:12px;
	background-image:url(imagesbj.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
div{margin:0 auto; padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{
margin:0; padding:0; border:none; list-style-type:none;
}
.f_l{float:left;}
.f_r{float:right;}
.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}
.dis{display:block;}
.inline{display:inline;}
.none{display:none;}
/*英文强制换行*/
.word{word-break:break-all;}

/* Link */
a:link {color: #333;text-decoration:none;}
a:visited {color: #333;text-decoration:none;}
a:hover {color: #333; text-decoration:underline;;}
a:active {color: #333;}
/* Color */
.cRed,a.cRed:link,a.cRed:visited{ color:#C2130E; }
.cQBlue,a.cQBlue:link,a.cQBlue:visited,a.cQBlue:active{color:#2E358B;}
.cBlue,a.cBlue:link,a.cBlue:visited,a.cBlue:active{color:#014479;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cBaise,a.cBaise:link,a.cBaise:visited{ color:#fff;}
.cBaise,a.cBaise:hover {color: #ECDE03;}
.cQhuise,a.cQhuise:link,a.cQhuise:visited{ color:#6F6E6E;}
.cHongse,a.cHongse:link,a.cHongse:visited{ color:#ff0000;}




/* Font  */
.fB {font-weight: bold;}
.fcQBlue { color:#2E358B }
.fcYBaise { color:#fff }
.fccRed { color:#F68122 }
.fchs { color:#CCCCCC }
.fchs2 { color:#999999 }
.fchs3 { color:#666 }
.fccbaises {color:#FFFFFF}
.f12px{ font-size:12px;}
.f13px{ font-size:13px;}
.f14px{ font-size:14px;}
.f15px{ font-size:15px;}
.f16px{ font-size:16px;}
.f18px{ font-size:18px;}
.matop5 { margin-top:6px }
.matop10 { margin-top:10px }
.matop15 { margin-top:15px }

  /*边框*/
  .B_blue{border:1px solid #c5e4ff;}
  .B_input{border:1px solid #0f97ed;}
  .B_input2{border:1px solid #383838;}
  /*字体颜色*/
  .f1{color:#ff6666;}
  .f2{color:#006bd0; font-weight:bold; margin-right:15px;}
  .f3{color:#9e9e9e;}
  .f4{color:#fe596a;}
  .f4_b{color:#fe596a; font-weight:bold;}
  .f5{ font-size:14px; font-weight:bold;}
  .f6{color:#006bd0;}
  .market{ font-size:14px; text-decoration:line-through;}
  .shop{color:#fe596a; font-size:14px; font-weight:600;}
  .market_s{text-decoration:line-through;}
  .shop_s{color:#fe596a;}
  
.title_h2 { font-size:20px; font-weight:bold; color:#CC0000; padding-top:5px; padding-bottom:5px; }
.news_01 { width:360px; margin:0px }
.news_01 ul { padding:15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.news_01 ul li { font-size:12px; line-height:28px; height:28px; list-style-type:disc; }

.FocusPic{zoom:1;position:relative; overflow:hidden; width:300px;}
.FocusPic .content{overflow:hidden}
.FocusPic .changeDiv a{position:absolute;top:0px;left:0px;display:none;}
.FocusPic .title-bg,.FocusPic .title{position:absolute;left:0px;bottom:0;width:300px;height:30px;line-height:30px;overflow:hidden}
.FocusPic .title-bg{background:#000;filter:alpha(opacity=50);opacity:0.5;}
.FocusPic .title a{display:block;padding-left:15px;color:#fff; font-size:14px;}
.FocusPic .change{bottom:4px;height:20px;right:3px;*right:5px;_right:4px;position:absolute;text-align:right;z-index:9999;}
.FocusPic .change i {background:#666;color:#FFF;cursor:pointer;font-family:Arial;font-size:12px;line-height:15px;margin-right:2px;padding:2px 6px; font-style:normal; height:15px;display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;}
.FocusPic .change i.cur {background:#FF7700;}
