﻿/*=======   CSS Document   =======*/
body { font: 12px/18px "宋体", arial;margin:0; padding:0; background: #FFF; color:#000;}
div,form,input,select,img,ul,ol,li,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;}
h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px; font-weight:normal;font-style:normal;}
table,td,tr,th{font-size:12px; line-height:18px;}
i{font-style:normal;}

a img{ border:0px;}
/*=======    主链接颜色    {命名规则：link + 颜色的名称 + 字号 + 具体属性 + 1/2/3}=======*/
a{color: #333; text-decoration:none;}
a:hover {color: #f00; text-decoration:underline;}

a.link_red{ color:#F00;}
a.link_red:hover{color:#F60;}

a.link_redB{ color:#F00; font-weight:bold;}
a.link_redB:hover{color:#F60; font-weight:bold;}

a.link_blue12:link,a.link_blue_12:visited{ font-size:12px; color:#0045DF;}
a.link_blue12:hover,a.link_blue_12:active{ font-size:12px; color:#F30;}

a.link_blue2_12:link,a.link_blue2_12:visited{ font-size:12px; color:#238cee;}
a.link_blue2_12:hover,a.link_blue2_12:active{ font-size:12px; color:#F30;}
/*字体*/
.font_B{ font-weight:bold;}
.font_purple14b{ font: bold 14px/30px "宋体"; color:#E33877;}
.font_redB{ color:#f00; font-weight:bold;}
.font_yellowB{ color:#ff0; font-weight:bold;}
.font_gray12{ font-size:12px; color:#999; font-weight:normal;}
.font_black_14b{ font: bold 14px/24px "宋体";}
.font_number{ font:bold 18px/34px "黑体"; color:#0045DF;}
.font_orange_14{ font-size:14px; color:#F78408;}
.font_orange_14b{ font-size:14px; color:#F78408; font-weight:bold;}
.font_orange_12{ font-size:12px; color:#F78408;}
.font_orange_12 a{ font-size:12px; color:#F78408;}
.font_orange_12b{ font-size:12px; color:#F78408; font-weight:bold;}
.font_orange_12b a{ font-size:12px; color:#F78408; font-weight:bold;}
.font_black_12b{ font-size:12px; color:#000000; font-weight:bold;}
.font_black_14{ font-size:14px;}
.font_black_14b{ font-size:14px; font-weight:bold;}
.font_red_14b{ font-size:14px; font-weight:bold; color:#e90202;}
.font_red_12{ font-size:12px; color:#e90202;}
.font_red_12 a{ font-size:12px; color:#e90202;}
.font_red_12 a:hover{ font-size:12px; color:#e90202;}
.font_red_12b{ font-size:12px; font-weight:bold; color:#e90202;}
.font_red_14b{ font-size:14px; font-weight:bold; color:#e90202;}
.font_red_14b a{ font-size:14px; font-weight:bold; color:#e90202;}
.font_red_16b{ font-size:16px; font-weight:bold; color:#e90202;}
.font_grey_12{ color:#8D8D8D;}
.font_biaoti{ font:bold 24px "宋体"; color:#119ad8;}
.font_14{ font-size:14px;}
a.link_{ text-decoration:underline;}
a.link_:hover{ text-decoration:none;}

